#include "pch-cpp.hpp" #ifndef _MSC_VER # include #else # include #endif #include #include struct VirtualActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtualActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtualActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct VirtualActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct VirtualActionInvoker10 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7, T8 p8, T9 p9, T10 p10) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, invokeData.method); } }; template struct VirtualFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtualFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtualFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct VirtualFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct VirtualFuncInvoker5 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method); } }; template struct VirtualFuncInvoker6 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, T6, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, invokeData.method); } }; template struct GenericVirtualActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; struct InterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct InterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; 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); } }; template struct GenericInterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; // System.Action`1 struct Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t7E4F75E23B8A710084DDD8B7D9D901F39C24B184; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tB758E2A2593CD827EFC041BE1F1BB4B68DE1C3E8; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t99F1CF0D8EAD35142580D7CF6EC736C063B6190C; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3EDC2BB9B056BB70DDD396DBE1C02C102C4258F2; // System.Func`1 struct Func_1_tBCF42601FA307876E83080BE4204110820F8BF3B; // System.Func`2,System.Threading.Tasks.Task`1>> struct Func_2_tA911DC3C188FDA5F6038398B859E2698297BDE5E; // System.Func`2,System.Threading.Tasks.Task`1> struct Func_2_t44F36790F9746FCE5ABFDE6205B6020B2578F6DD; // System.Func`2 struct Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C; // System.Func`2 struct Func_2_t060A650AB95DEF14D4F579FA5999ACEFEEE0FD82; // System.Collections.Generic.IComparer`1 struct IComparer_1_t20C0141C3FEEDAA44BFE8521FEEDDF47289CB40B; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t7F8A06A807BFE349DA2C13A6A162AB2F70D89A0F; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t8CC149C3284302B1A86AB9522AF8DB78230B968F; // System.Collections.Generic.List`1 struct List_1_t318F786C70BD3AB62AA4519701522818CEFE7D75; // System.Collections.Generic.List`1 struct List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3; // System.Collections.Generic.List`1 struct List_1_t1914BF96F32809437AECA3384C85A319B63B8461; // System.Predicate`1 struct Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB; // System.Predicate`1 struct Predicate_1_tC0DBBC8498BD1EE6ABFFAA5628024105FA7D11BD; // System.Threading.Tasks.TaskFactory`1> struct TaskFactory_1_tB38FBFC2D024ECAE94B1764D89CD142666FE5076; // System.Threading.Tasks.TaskFactory`1 struct TaskFactory_1_t16A95DD17BBA3D00F0A85C5077BB248421EF3A55; // System.Threading.Tasks.Task`1> struct Task_1_tDC99D8BCBDBB4A01765BBF5823E5764CEC20D642; // System.Threading.Tasks.Task`1 struct Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17; // System.Tuple`4 struct Tuple_4_t261F9F934878FC10CFB74B1A5C5E9BF0D1564808; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t9474AF8AEE4B46B1D7C906AB5B4F5B33CCD68AF7; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t9914BA2B2EA1CF41CADF1A98271338ED58A193B3; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; // System.Xml.Schema.DatatypeImplementation[] struct DatatypeImplementationU5BU5D_t1ECE71BA72FBF60D10F2706390619E7E51202B2D; // System.Delegate[] struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; // System.IntPtr[] struct IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971; // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; // System.Type[] struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755; // System.UInt32[] struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF; // System.Xml.Schema.XmlSchemaSimpleType[] struct XmlSchemaSimpleTypeU5BU5D_t862CBDAFFEF794FFBD20DDF16B3DC2803B848F21; // System.Xml.Schema.DatatypeImplementation/SchemaDatatypeMap[] struct SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA; // System.Collections.Hashtable/bucket[] struct bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190; // System.Xml.NameTable/Entry[] struct EntryU5BU5D_tE4CC6F76D4A31BE3A6B656E95A290559A0DF610D; // System.Xml.XmlNamespaceManager/NamespaceDeclaration[] struct NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5; // System.Xml.XmlTextReaderImpl/NodeData[] struct NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0; // System.Xml.XmlTextReaderImpl/ParsingState[] struct ParsingStateU5BU5D_t76C574A7045A0E6E9113EF2F2E2B1A863D91376D; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00; // System.ArgumentNullException struct ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8; // System.Collections.ArrayList struct ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575; // System.AsyncCallback struct AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA; // System.Attribute struct Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71; // System.Xml.Base64Encoder struct Base64Encoder_tF36936300CC9B84076C8F16EE4AF8074ACA40CE9; // System.Reflection.Binder struct Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30; // System.Globalization.Calendar struct Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A; // System.Globalization.CodePageDataItem struct CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E; // System.Collections.CollectionBase struct CollectionBase_tE5EF6826359F7FAC04D2F5E8AB93E1363A5826EB; // System.Globalization.CompareInfo struct CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9; // System.Xml.Schema.ContentValidator struct ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C; // System.Threading.ContextCallback struct ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B; // System.Globalization.CultureData struct CultureData_t53CDF1C5F789A28897415891667799420D3C5529; // System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98; // System.Xml.Schema.DatatypeImplementation struct DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15; // System.Globalization.DateTimeFormatInfo struct DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90; // System.Text.Decoder struct Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370; // System.Text.DecoderFallback struct DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D; // System.Text.DecoderFallbackBuffer struct DecoderFallbackBuffer_t236B3D4172A9BAD1C2150ED78958227F8F20C94B; // System.Delegate struct Delegate_t; // System.DelegateData struct DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288; // System.Xml.DomNameTable struct DomNameTable_tE88EEF20D313A83C002E18FFF7688CC74A2D1CAB; // System.Xml.EmptyEnumerator struct EmptyEnumerator_t138901A02D453E19CDE87DFD96981F8A98928E13; // System.Text.EncoderFallback struct EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4; // System.Text.Encoding struct Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827; // System.EventArgs struct EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA; // System.Exception struct Exception_t; // System.Xml.Schema.FacetsChecker struct FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8; // System.Collections.Hashtable struct Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC; // System.IAsyncResult struct IAsyncResult_tC9F97BF36FCF122D29D3101D80642278297BF370; // System.Collections.ICollection struct ICollection_tC1E1DED86C0A66845675392606B302452210D5DA; // System.Collections.IComparer struct IComparer_t624EE667DCB0D3765FF034F7150DA71B361B82C0; // System.Net.ICredentials struct ICredentials_t7F4F7C8E1E36461DC5388554FF404E2203D30C48; // System.Collections.IDictionary struct IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A; // System.Xml.IDtdDefaultAttributeInfo struct IDtdDefaultAttributeInfo_t8DAB8271F3930199379DF41791AE869365320C92; // System.Xml.IDtdEntityInfo struct IDtdEntityInfo_t6CD9881A9EC86BF67CCFD10F64F69D18316D6AFC; // System.Xml.IDtdInfo struct IDtdInfo_tE42B4037BF3433A4F16173CE199CFF87E32A07C6; // System.Xml.IDtdParser struct IDtdParser_tD5A6D02A5CA749436148A452C1A6DBD8EFA76833; // System.Collections.IEqualityComparer struct IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68; // System.IFormatProvider struct IFormatProvider_tF2AECC4B14F41D36718920D67F930CED940412DF; // System.Runtime.Serialization.IFormatterConverter struct IFormatterConverter_t2A667D8777429024D8A3CB3D9AE29EA79FEA6176; // System.Collections.IList struct IList_tB15A9D6625D09661D6E47976BB626C703EC81910; // System.Xml.IValidationEventHandling struct IValidationEventHandling_t574D5D59A6C1707DB494A9F8AFB6A3DB3F0B64D1; // System.Net.IWebProxy struct IWebProxy_t27B6C29F0B62B717A9778AD251E31C21A91C32B3; // System.Xml.IXmlNamespaceResolver struct IXmlNamespaceResolver_tE715F6572D858174C1BDCF0076B3C6415B226CD0; // System.Xml.Schema.IXmlSchemaInfo struct IXmlSchemaInfo_tC697CEDEA24AC6EF87E998BF72B96EDBD84DB229; // System.Xml.IncrementalReadDecoder struct IncrementalReadDecoder_t89737691013C036E9386839AE30A43C9721B3984; // System.Xml.IncrementalReadDummyDecoder struct IncrementalReadDummyDecoder_tC63EFBDD75A4558B1A31CDA7814317CCF5E45C85; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB; // System.Reflection.MemberFilter struct MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81; // System.Reflection.MethodInfo struct MethodInfo_t; // System.Xml.NameTable struct NameTable_t3BB114C691B98D26C27BAF10FFFE11D974EE4728; // System.Xml.Schema.NamespaceList struct NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A; // System.NotImplementedException struct NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6; // System.NotSupportedException struct NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339; // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D; // System.Xml.Schema.ParticleContentValidator struct ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8; // System.Xml.Schema.Positions struct Positions_t577D66E21F674149C5A3E68851CE88B94C37248F; // System.Net.Cache.RequestCachePolicy struct RequestCachePolicy_tC080799EE2DA10B7F24B2E69ABBF5636EB2D43ED; // System.Xml.Schema.RestrictionFacets struct RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA; // System.Xml.SafeAsciiDecoder struct SafeAsciiDecoder_tCD1ACB5604E6CFBC5F4738EEDCF5EA3A9EA957EF; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F; // System.Xml.Schema.SchemaDeclBase struct SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A; // System.Xml.Schema.SchemaElementDecl struct SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B; // System.Xml.Schema.SchemaEntity struct SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E; // System.Xml.Schema.SchemaInfo struct SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5; // System.Threading.SemaphoreSlim struct SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1; // System.Runtime.Serialization.SerializationInfoEnumerator struct SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6; // System.Collections.SortedList struct SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165; // System.Collections.Stack struct Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8; // System.Threading.Tasks.StackGuard struct StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D; // System.IO.Stream struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB; // System.String struct String_t; // System.Text.StringBuilder struct StringBuilder_t; // System.Xml.Schema.SymbolsDictionary struct SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF; // System.Xml.Schema.SyntaxTreeNode struct SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389; // System.SystemException struct SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62; // System.Threading.Tasks.Task struct Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60; // System.Threading.Tasks.TaskFactory struct TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B; // System.Threading.Tasks.TaskScheduler struct TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D; // System.Globalization.TextInfo struct TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C; // System.IO.TextReader struct TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F; // System.Type struct Type_t; // System.Xml.UTF16Decoder struct UTF16Decoder_tED77395ADA08EB3DA24122941C05DA02EA6F19E4; // System.Text.UTF8Encoding struct UTF8Encoding_t6EE88BC62116B5328F6CF4E39C9CC49EED2ED282; // System.Xml.Ucs4Decoder struct Ucs4Decoder_t4435DAD13F530EF8CB3E9CC22BA2E21A9C41872F; // System.Uri struct Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612; // System.UriParser struct UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A; // System.Xml.Schema.ValidationEventArgs struct ValidationEventArgs_t2CDBD5648CBB2EBA43B34779195D3B13F4C14F17; // System.Xml.Schema.ValidationEventHandler struct ValidationEventHandler_tE0F1666DEE5D41D7A2A1D78B8E6B07EC830ACE3C; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5; // System.Xml.XPath.XPathNodeIterator struct XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8; // System.Xml.XPathNodeList struct XPathNodeList_t4A1DB4E840970E1644EC63914E811BE82E6528F9; // System.Xml.Schema.XmlAtomicValue struct XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C; // System.Xml.XmlAttribute struct XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D; // System.Xml.Schema.XmlBaseConverter struct XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55; // System.Xml.XmlCharacterData struct XmlCharacterData_tDE362DEBB89559C552E40DB1346331A259C9205B; // System.Xml.XmlDocument struct XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F; // System.Xml.XmlDownloadManager struct XmlDownloadManager_t28FF2F536CFB5125C74928F7DC706692604D5A9D; // System.Xml.XmlException struct XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918; // System.Xml.XmlImplementation struct XmlImplementation_tE66EA5FEAE495F36B03F697C51E4815D4B5D1D59; // System.Xml.XmlLinkedNode struct XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0; // System.Xml.XmlName struct XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63; // System.Xml.XmlNameTable struct XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280; // System.Xml.XmlNamedNodeMap struct XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771; // System.Xml.XmlNamespaceManager struct XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465; // System.Xml.XmlNode struct XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1; // System.Xml.XmlNodeChangedEventArgs struct XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5; // System.Xml.XmlNodeChangedEventHandler struct XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9; // System.Xml.XmlNodeList struct XmlNodeList_t1DBBA2CC948CC6631BC33AA7405E11C8105E6EE9; // System.Xml.XmlNodeListEnumerator struct XmlNodeListEnumerator_t866CFDD22AB12D88A43D4CD81EBA21F059DF4B1A; // System.Xml.XmlNotation struct XmlNotation_tDC9DE2B0FEDB66B9EAE6480AB07873EB7FEF8E92; // System.Xml.Schema.XmlNumeric10Converter struct XmlNumeric10Converter_t3ECEC29605692B1FF957552D0D4D60BEFA80B87A; // System.Xml.Schema.XmlNumeric2Converter struct XmlNumeric2Converter_tEEE345BFB7BC20FAFC7E438E865932AB0EE44B30; // System.Xml.XmlParserContext struct XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28; // System.Xml.XmlProcessingInstruction struct XmlProcessingInstruction_t525E2FBFF021956482F320EEA1ACED57CFC304AE; // System.Xml.XmlQualifiedName struct XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905; // System.Xml.XmlRawWriter struct XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5; // System.Xml.XmlRawWriterBase64Encoder struct XmlRawWriterBase64Encoder_t9C3C2BA7B5405031118DAA3614D21021CCC07EFB; // System.Xml.XmlReader struct XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138; // System.Xml.XmlReaderSettings struct XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520; // System.Xml.XmlRegisteredNonCachedStream struct XmlRegisteredNonCachedStream_t34366F50733A8D122E74F0C51EAD411FF827BCC1; // System.Xml.XmlResolver struct XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A; // System.Xml.Schema.XmlSchemaAnnotated struct XmlSchemaAnnotated_t68F13E739330186883290FF723E752BD26F2E3A7; // System.Xml.Schema.XmlSchemaAny struct XmlSchemaAny_t30CEED9ED80E3CB00EA10233A22CA552F49D7A1C; // System.Xml.Schema.XmlSchemaAnyAttribute struct XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80; // System.Xml.Schema.XmlSchemaAttribute struct XmlSchemaAttribute_t2EB9DF55F6A28F15681A8E56140568B049AFD7F7; // System.Xml.Schema.XmlSchemaChoice struct XmlSchemaChoice_t8FC6F8DB238E8800F350E4EF88CCECD64B5D3BF0; // System.Xml.Schema.XmlSchemaCompilationSettings struct XmlSchemaCompilationSettings_t8E2045013B266953963A394832ACE9616545C3BC; // System.Xml.Schema.XmlSchemaComplexType struct XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062; // System.Xml.Schema.XmlSchemaDatatype struct XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38; // System.Xml.Schema.XmlSchemaElement struct XmlSchemaElement_tB61A00A97A12A9B2620D005D0643B11EA1CA764A; // System.Xml.Schema.XmlSchemaException struct XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA; // System.Xml.Schema.XmlSchemaGroupBase struct XmlSchemaGroupBase_tBB7F26134C0D82EA71D1773C84856397919DD5DA; // System.Xml.Schema.XmlSchemaInfo struct XmlSchemaInfo_t0C254CFF8C2758ADB658FC8DA817E5E6D040594B; // System.Xml.Schema.XmlSchemaObject struct XmlSchemaObject_tD14BD548E370305745B6E1CAAF2572F1DBC7F3D3; // System.Xml.Schema.XmlSchemaObjectCollection struct XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931; // System.Xml.Schema.XmlSchemaParticle struct XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789; // System.Xml.Serialization.XmlSchemaProviderAttribute struct XmlSchemaProviderAttribute_t94BE15D9985EEC61A31C88069AE2723B209005DA; // System.Xml.Schema.XmlSchemaSequence struct XmlSchemaSequence_t6C94DB85E74779BE018C34D94204C037416E9C03; // System.Xml.Schema.XmlSchemaSet struct XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0; // System.Xml.Schema.XmlSchemaSimpleType struct XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C; // System.Xml.Schema.XmlSchemaSimpleTypeContent struct XmlSchemaSimpleTypeContent_t38B7E1118EA6B9348F35D47139C9BE910724DB65; // System.Xml.Schema.XmlSchemaSimpleTypeList struct XmlSchemaSimpleTypeList_t780D9B725F8CA7CBC555BD6BDDB5E3E02E67DCAD; // System.Xml.Schema.XmlSchemaSimpleTypeRestriction struct XmlSchemaSimpleTypeRestriction_tA312855944C42464DF7E0C6F02214331C853945C; // System.Xml.Schema.XmlSchemaType struct XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA; // System.Xml.XmlSignificantWhitespace struct XmlSignificantWhitespace_t660C817FC554A3AA84E9799D33C9204CAE4315D6; // System.Xml.Schema.XmlStringConverter struct XmlStringConverter_t5625F520C5933C04C64CAD61B874ABFFFB4F893F; // System.Xml.XmlText struct XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240; // System.Xml.XmlTextReader struct XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5; // System.Xml.XmlTextReaderImpl struct XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4; // System.Xml.XmlUnspecifiedAttribute struct XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641; // System.Xml.XmlUrlResolver struct XmlUrlResolver_t341613B5C62E06DC2382255E0AE4D763AD302AE1; // System.Xml.Schema.XmlValueConverter struct XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763; // System.Xml.XmlWriter struct XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D; // System.Collections.SortedList/KeyList struct KeyList_t90FF026A62D56329DEFC1B768358977E70839881; // System.Collections.SortedList/ValueList struct ValueList_t3A0529729679D12F7F3AF77C48E10D5E6009CD3D; // System.IO.Stream/ReadWriteTask struct ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974; // System.Threading.Tasks.Task/ContingentProperties struct ContingentProperties_t1E249C737B8B8644ED1D60EEFA101D326B199EA0; // System.Uri/UriInfo struct UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45; // System.Xml.Schema.XmlAtomicValue/NamespacePrefixForQName struct NamespacePrefixForQName_t38692CB52444997F00035FBB30BCEC358855A1B2; // System.Xml.XmlQualifiedName/HashCodeOfStringDelegate struct HashCodeOfStringDelegate_tAE9DAB0A55A64F35CCEE05D71856BAAF6C0B668E; // System.Xml.Schema.XmlSchemaParticle/EmptyParticle struct EmptyParticle_t56BD41298CE124A8F2F4F4426105E1663120F7BF; // System.Xml.XmlTextReaderImpl/DtdParserProxy struct DtdParserProxy_t2577A62EB66A77D9533689C64F0F41F47C19F557; // System.Xml.XmlTextReaderImpl/LaterInitParam struct LaterInitParam_t6670C77CB75356E7E47BBE3177DB78D355B0EFBF; // System.Xml.XmlTextReaderImpl/NoNamespaceManager struct NoNamespaceManager_t9CD68D8449B828A860ED290316BEAF94CCB165E2; // System.Xml.XmlTextReaderImpl/NodeData struct NodeData_tD504C5A621E7DD546954D87282438662327280EA; // System.Xml.XmlTextReaderImpl/OnDefaultAttributeUseDelegate struct OnDefaultAttributeUseDelegate_t3E995824DB2F605D21E74880C851C4C6BB9A1E88; // System.Xml.XmlTextReaderImpl/XmlContext struct XmlContext_tAC94E49A4625E1E5BDD6390576509760DD2A162D; IL2CPP_EXTERN_C RuntimeClass* ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BinaryCompatibility_t01F3AE6D07676815F7CA6DC9F5E93C75D1FC58B5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t7E4F75E23B8A710084DDD8B7D9D901F39C24B184_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DtdDefaultAttributeInfoToNodeDataComparer_t8D053B72BDEEEBBA9DFF9497C99EE79EA11607FC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DtdParserProxy_t2577A62EB66A77D9533689C64F0F41F47C19F557_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EmptyParticle_t56BD41298CE124A8F2F4F4426105E1663120F7BF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HashCodeOfStringDelegate_tAE9DAB0A55A64F35CCEE05D71856BAAF6C0B668E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDtdAttributeInfo_t5B62F2A60E372238F7530B20A85A60723B7AACE9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDtdAttributeListInfo_t93A1959E82B8D19BABCED9DFCCB541AEFF12ACFA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDtdDefaultAttributeInfo_t8DAB8271F3930199379DF41791AE869365320C92_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDtdEntityInfo_t6CD9881A9EC86BF67CCFD10F64F69D18316D6AFC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDtdInfo_tE42B4037BF3433A4F16173CE199CFF87E32A07C6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDtdParser_tD5A6D02A5CA749436148A452C1A6DBD8EFA76833_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerable_1_t23AEB132F0E755664DC10A3AB1F05B2257F5F3A8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_tCE1884AFD05A021570531A93941B716B2FDCA27F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IValidationEventHandling_t574D5D59A6C1707DB494A9F8AFB6A3DB3F0B64D1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IXmlNamespaceResolver_tE715F6572D858174C1BDCF0076B3C6415B226CD0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IXmlSchemaInfo_tC697CEDEA24AC6EF87E998BF72B96EDBD84DB229_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IncrementalReadDummyDecoder_tC63EFBDD75A4558B1A31CDA7814317CCF5E45C85_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MissingManifestResourceException_tAC74F21ADC46CCB2BCC710464434E3B97F72FACB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NameTable_t3BB114C691B98D26C27BAF10FFFE11D974EE4728_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NoNamespaceManager_t9CD68D8449B828A860ED290316BEAF94CCB165E2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NodeData_tD504C5A621E7DD546954D87282438662327280EA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ParsingStateU5BU5D_t76C574A7045A0E6E9113EF2F2E2B1A863D91376D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SafeAsciiDecoder_tCD1ACB5604E6CFBC5F4738EEDCF5EA3A9EA957EF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Tuple_4_t261F9F934878FC10CFB74B1A5C5E9BF0D1564808_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UTF16Decoder_tED77395ADA08EB3DA24122941C05DA02EA6F19E4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UTF8Encoding_t6EE88BC62116B5328F6CF4E39C9CC49EED2ED282_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Ucs4Encoding_tA26F4CA75AEBAD525FB94E7C30B3B83A61CB7F07_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ValidateNames_t08DBB4C2A616E0425A90E2E5B0A7DBA943787E17_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ValidationEventHandler_tE0F1666DEE5D41D7A2A1D78B8E6B07EC830ACE3C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlContext_tAC94E49A4625E1E5BDD6390576509760DD2A162D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlNodeType_t6202952ADDE08339EF2AAC42CE97C84E99AC5D81_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlNumeric10Converter_t3ECEC29605692B1FF957552D0D4D60BEFA80B87A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlNumeric2Converter_tEEE345BFB7BC20FAFC7E438E865932AB0EE44B30_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlRawWriterBase64Encoder_t9C3C2BA7B5405031118DAA3614D21021CCC07EFB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlSchemaAny_t30CEED9ED80E3CB00EA10233A22CA552F49D7A1C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlSchemaCompilationSettings_t8E2045013B266953963A394832ACE9616545C3BC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlSchemaSequence_t6C94DB85E74779BE018C34D94204C037416E9C03_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlStringConverter_t5625F520C5933C04C64CAD61B874ABFFFB4F893F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlTypeCode_t8BCC3C3572E95AA39A6F53864E90CE04AB3290E1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlUntypedConverter_t7827A6551E49B0812AE9A11179FDF254612C77CF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlUrlResolver_t341613B5C62E06DC2382255E0AE4D763AD302AE1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral010415DFD810DA785E5CD8173EA9688EDA5E73FE; IL2CPP_EXTERN_C String_t* _stringLiteral025C1ECF21AD54C7CC6639C629602C3F7FE62FAA; IL2CPP_EXTERN_C String_t* _stringLiteral035877D5564A6EA6B11C79A48808B85A323C2F5C; IL2CPP_EXTERN_C String_t* _stringLiteral03B045FCD10ECF188A204F5155B713E46FEAC4DE; IL2CPP_EXTERN_C String_t* _stringLiteral044BADD70F84141B60AE555B5513ABA7D660F738; IL2CPP_EXTERN_C String_t* _stringLiteral072BA90B274B502615639084DC3D7FCC63407A24; IL2CPP_EXTERN_C String_t* _stringLiteral08A1EB113DF82B58A84F5BE15CA68E169597DE5A; IL2CPP_EXTERN_C String_t* _stringLiteral0BA9045FCB28C8C8B2ACED641BB5013BAC05D492; IL2CPP_EXTERN_C String_t* _stringLiteral0DD65E4164ECCDCC03EEEB4270914339DE878E09; IL2CPP_EXTERN_C String_t* _stringLiteral0DDD59971908C2866702474E28490B7C5C1356ED; IL2CPP_EXTERN_C String_t* _stringLiteral0EE5C75C762D2925310D5C8C6DE4A72136C79CC4; IL2CPP_EXTERN_C String_t* _stringLiteral1083234FD621C5C1C25E93566184279B83914651; IL2CPP_EXTERN_C String_t* _stringLiteral11AC5E2BD66016383281878F99D761B6B9AB5F11; IL2CPP_EXTERN_C String_t* _stringLiteral11FD22D825C5C7EEDE7CA43876F02B7D8B4C213F; IL2CPP_EXTERN_C String_t* _stringLiteral13FB70ADE9D0DE3E48F4543466E8766DDC3A72B8; IL2CPP_EXTERN_C String_t* _stringLiteral168C49673280639EC773D92BF193FBACAED8BF52; IL2CPP_EXTERN_C String_t* _stringLiteral16C0D1A98D99C5FB32B981C3E41FDB407A083C18; IL2CPP_EXTERN_C String_t* _stringLiteral17372CA6EE06884491DF8D3AEFE02DC203DF0717; IL2CPP_EXTERN_C String_t* _stringLiteral17708B72EC859E0A7BA6DAFBB240D1B447C87E65; IL2CPP_EXTERN_C String_t* _stringLiteral180A67848B5A57936F7A288C7C73E3F33BFFCDF4; IL2CPP_EXTERN_C String_t* _stringLiteral192210AFEA7A44FE2FFAB4A93D05261DB2757891; IL2CPP_EXTERN_C String_t* _stringLiteral1A80D09E42ECF83939C0550908D8E7889359C8D8; IL2CPP_EXTERN_C String_t* _stringLiteral1C242178319FF74D89F956386FC4E44D84CB71D1; IL2CPP_EXTERN_C String_t* _stringLiteral1CBC514CBF721C4C5F12F67F33B3E7694BCD1B29; IL2CPP_EXTERN_C String_t* _stringLiteral1DBE61179025FF1B4F52B39853B72345F9B27413; IL2CPP_EXTERN_C String_t* _stringLiteral1E4C0425B0E62AF487F3C7EDEFADC20B938C9A03; IL2CPP_EXTERN_C String_t* _stringLiteral1F1BC4D23D8E5661364EBEC728BE303959F6CF91; IL2CPP_EXTERN_C String_t* _stringLiteral1FA13CA565DC9B5105D70A528D26A6FC7A57049E; IL2CPP_EXTERN_C String_t* _stringLiteral226FFA80152D23D5393D03AF02D1C90D7880F548; IL2CPP_EXTERN_C String_t* _stringLiteral22DD6F40C391E60FC75A9CC15895117BA38BDF2F; IL2CPP_EXTERN_C String_t* _stringLiteral23114468D04FA2B7A2DA455B545DB914D0A3ED94; IL2CPP_EXTERN_C String_t* _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745; IL2CPP_EXTERN_C String_t* _stringLiteral239A80EF6BB00A093DF3A8030BD62E9226B0AEF7; IL2CPP_EXTERN_C String_t* _stringLiteral27EFD03821B8E8379AA7D14DB641482FB950DF7B; IL2CPP_EXTERN_C String_t* _stringLiteral2923AF57406AD3628AA00F2F47378348C0E89B4C; IL2CPP_EXTERN_C String_t* _stringLiteral292FFF1AFC6A39FAE710753C820C4EC3DD0D4613; IL2CPP_EXTERN_C String_t* _stringLiteral29988D0F9BCADFABFF66CBF5AB73096D1CAE3128; IL2CPP_EXTERN_C String_t* _stringLiteral2CC07AF4C3868561B4298BB54D24B5A984DBC70D; IL2CPP_EXTERN_C String_t* _stringLiteral305B97F2A451DD7384289CDFE32F82B35A8CDD52; IL2CPP_EXTERN_C String_t* _stringLiteral33225D2308B5FA9B4FC47DE1A1D06D718E1911ED; IL2CPP_EXTERN_C String_t* _stringLiteral349C6DC0F34B9BA242E4C728EDD28CAB809D4917; IL2CPP_EXTERN_C String_t* _stringLiteral37A05C2D8FD93BC463950C5DDF58614B3DEDE3EA; IL2CPP_EXTERN_C String_t* _stringLiteral37FDAAF1C91F947734553260891C6678930EDDA0; IL2CPP_EXTERN_C String_t* _stringLiteral3915A096ACD919832A1C4E84ABDC7D6F6B72630D; IL2CPP_EXTERN_C String_t* _stringLiteral39CB21871F9F9FE5AE18BA5E81ED4EC6DADB8E03; IL2CPP_EXTERN_C String_t* _stringLiteral3B2C1C62D4D1C2A0C8A9AC42DB00D33C654F9AD0; IL2CPP_EXTERN_C String_t* _stringLiteral3D8375ADC738FF0CECEBB61E0CE14168FC2905A7; IL2CPP_EXTERN_C String_t* _stringLiteral3EBF7CFEC7929F196835D5D12FBBE2F845BF2A5F; IL2CPP_EXTERN_C String_t* _stringLiteral401602777C44EA69B5FF9AB6AB2D47AEEC89D2AA; IL2CPP_EXTERN_C String_t* _stringLiteral4036CA0EBD3563C81DF84A29B64B8220573B4FFD; IL2CPP_EXTERN_C String_t* _stringLiteral41EF1659C5E772235CFEA4B5A94D5DF6799C5608; IL2CPP_EXTERN_C String_t* _stringLiteral420B74A52534550B0DD14DCF7D8988C2BD4936CE; IL2CPP_EXTERN_C String_t* _stringLiteral423005E70CFADA0548835DDF582542DD5BDCFBD3; IL2CPP_EXTERN_C String_t* _stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D; IL2CPP_EXTERN_C String_t* _stringLiteral427E90188CB7208AB0C42FC97D636E5CE377A2F6; IL2CPP_EXTERN_C String_t* _stringLiteral4360A8CC16E94A003858BEEB217F859C9BB98F0F; IL2CPP_EXTERN_C String_t* _stringLiteral45DDA89B4E8B7F86832DE43FD867C47FE84FB4F1; IL2CPP_EXTERN_C String_t* _stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8; IL2CPP_EXTERN_C String_t* _stringLiteral47EB169AEE74B181812673783C66416B39F5F464; IL2CPP_EXTERN_C String_t* _stringLiteral49457BCC8BD0CC8C758CAB29E29AAC6EE6A36D9A; IL2CPP_EXTERN_C String_t* _stringLiteral4A962F7AAEC3B50EF4B2CD52A7A2C969B759A960; IL2CPP_EXTERN_C String_t* _stringLiteral4F0ED44759FB9D445390E9BFD2CE4A97F58BBBA9; IL2CPP_EXTERN_C String_t* _stringLiteral50709161A683107F88DF833963D6907320EB2D94; IL2CPP_EXTERN_C String_t* _stringLiteral50F42FA04A7512CEA891683F4BA8A38F5CEFD199; IL2CPP_EXTERN_C String_t* _stringLiteral5296173AB8D4E282E989F7B0B7B7C9A3ACF26E18; IL2CPP_EXTERN_C String_t* _stringLiteral53C33B731C46129DBE86DE31A450F284F9933415; IL2CPP_EXTERN_C String_t* _stringLiteral548D93DDB2AC6B24373148B19D9A625571AB2318; IL2CPP_EXTERN_C String_t* _stringLiteral54A5BEA60D5FCDE53F40E342E8A37BC6E42D4FA9; IL2CPP_EXTERN_C String_t* _stringLiteral5591FEB8D450C0589982D61E5715CF6270C18952; IL2CPP_EXTERN_C String_t* _stringLiteral57B5DF4CAA659211FAC2AE672D13896C67103328; IL2CPP_EXTERN_C String_t* _stringLiteral5A5C61FA41DBC6E47F76DA0596C0D1D738F0DF84; IL2CPP_EXTERN_C String_t* _stringLiteral5B41A58E45555854EC2026B9B5F8243AA9E7ED4B; IL2CPP_EXTERN_C String_t* _stringLiteral5BAA302A400A1B9C6F712ED9DBE1D7010A5034BF; IL2CPP_EXTERN_C String_t* _stringLiteral5BB3788A197C26B8310159EC9A81635814ABB05B; IL2CPP_EXTERN_C String_t* _stringLiteral5E5E33DB71E24BED154E676FAF7093D2CD80F59F; IL2CPP_EXTERN_C String_t* _stringLiteral6317C069274A83AF4C018EF28D7F30C62C85E1AB; IL2CPP_EXTERN_C String_t* _stringLiteral65962AB7981D7DED4606F8986A6AA25EAE045B40; IL2CPP_EXTERN_C String_t* _stringLiteral6771994E8C6131D3933D0B976879DA7C6556958B; IL2CPP_EXTERN_C String_t* _stringLiteral67E4D1EDD324EE9932E4736D18C542BCDE3304A0; IL2CPP_EXTERN_C String_t* _stringLiteral685AAD315643CB18DF2FB0FDBD65960F704C6706; IL2CPP_EXTERN_C String_t* _stringLiteral6A296BDE05384B1131431F0CFA2EB755E12F20E4; IL2CPP_EXTERN_C String_t* _stringLiteral6ACCFF5495B75A23BCED6FE8EF2A7F3EBFAC7EBC; IL2CPP_EXTERN_C String_t* _stringLiteral6BF61ABC5F7B64F3477624AFB1B9EBB636A0543B; IL2CPP_EXTERN_C String_t* _stringLiteral6C80BE31B3A7206EDCC7D55B9B8DC0407E7A87EB; IL2CPP_EXTERN_C String_t* _stringLiteral6C8C975CC62CF419550282B028FB7E3A1F591D06; IL2CPP_EXTERN_C String_t* _stringLiteral6D9EE2AED1377E542C25E293158094D746200D21; IL2CPP_EXTERN_C String_t* _stringLiteral6F1975603AAE377B592571C48C0494F1FE06976C; IL2CPP_EXTERN_C String_t* _stringLiteral6F5EC7239B41C242FCB23B64D91DA0070FC1C044; IL2CPP_EXTERN_C String_t* _stringLiteral72890B3416E9451EAEDCB2D432F0737DCEFD53AA; IL2CPP_EXTERN_C String_t* _stringLiteral7326AE41E617D7A8987EBD38608EC2CA31940C0F; IL2CPP_EXTERN_C String_t* _stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D; IL2CPP_EXTERN_C String_t* _stringLiteral76933DE109966715C64B0A82341C11AF40B75B92; IL2CPP_EXTERN_C String_t* _stringLiteral77D2BCBCC0DB06E7D1FE3B24D38EDC45C54A7D7B; IL2CPP_EXTERN_C String_t* _stringLiteral77F4DA4A27A2604AE091F96D9703D92D3E929C3B; IL2CPP_EXTERN_C String_t* _stringLiteral7A03FF5EFAA03F04AAF57CFC6DCE17560E6F3030; IL2CPP_EXTERN_C String_t* _stringLiteral7A7B03EDCCEC1AA676CFA2D7002A577C44FC6A13; IL2CPP_EXTERN_C String_t* _stringLiteral7BFA33A11F0B12AF1B7FA1D9BA996EAE1EF77B49; IL2CPP_EXTERN_C String_t* _stringLiteral7C014955313A7D33D5D04696B884B25325E6393C; IL2CPP_EXTERN_C String_t* _stringLiteral7CA3591A74B899B2FB7AAADBB9C6AA9722CD2C06; IL2CPP_EXTERN_C String_t* _stringLiteral7CCE57C5D7E1EEE86D308C81EAB8B71D0964327F; IL2CPP_EXTERN_C String_t* _stringLiteral7EBD7E5381F20CF05FF54841BB8BD75F2397E0CA; IL2CPP_EXTERN_C String_t* _stringLiteral7FF02FBBE8B1D4C4A5289A53850F94CC20A220EA; IL2CPP_EXTERN_C String_t* _stringLiteral81C6A150C740E85EF7BDB2DE76CBED7BCCC3797F; IL2CPP_EXTERN_C String_t* _stringLiteral831ED6EC0D1759EC26A1E876BA9836719586C6D1; IL2CPP_EXTERN_C String_t* _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D; IL2CPP_EXTERN_C String_t* _stringLiteral887708FAE81F8854FED4472593567E230376CF20; IL2CPP_EXTERN_C String_t* _stringLiteral88B0F4492745F11C4B6C970B7204C62E64A1183E; IL2CPP_EXTERN_C String_t* _stringLiteral8A8EFDA91C6C257127F8C8D526FAD7E7552766AA; IL2CPP_EXTERN_C String_t* _stringLiteral8D96BC4C9C4D627F523AF7B934DE107E1359C50F; IL2CPP_EXTERN_C String_t* _stringLiteral8DBC0541C87F546156D168685887CFF3444537CD; IL2CPP_EXTERN_C String_t* _stringLiteral8DDCEB869647D586BCA46A8E2645323A1A587D71; IL2CPP_EXTERN_C String_t* _stringLiteral8DF28038BAE3947FE2A10B2562359E7D3A2BF989; IL2CPP_EXTERN_C String_t* _stringLiteral8F10756DCEBC5D3850F738F90B6A677D8FF1459D; IL2CPP_EXTERN_C String_t* _stringLiteral916F4E7879C25AF1EA844F7068842D5508777C48; IL2CPP_EXTERN_C String_t* _stringLiteral91FE2157288AA6254C93224EB66AACD4ECE5B780; IL2CPP_EXTERN_C String_t* _stringLiteral93B59C6870171FCFAA8A0D2F3A21C5B0CEFC7FDD; IL2CPP_EXTERN_C String_t* _stringLiteral93D87E1629A331F43CB25BB3CFE69C4D3418FA7E; IL2CPP_EXTERN_C String_t* _stringLiteral951CCB49640C8F9E81FB4E0D82730321F4E15BB3; IL2CPP_EXTERN_C String_t* _stringLiteral9581D9240473127371BCEE2DE4DB4A276F510956; IL2CPP_EXTERN_C String_t* _stringLiteral982749A67A420D262D8B02D1D5E75C097587CD3A; IL2CPP_EXTERN_C String_t* _stringLiteral99F19C3C64E4DA42B933F242D187F672BFE457C6; IL2CPP_EXTERN_C String_t* _stringLiteral9A8599CE4D43B0013861B4C2E136A1140D96740F; IL2CPP_EXTERN_C String_t* _stringLiteral9AFA0F72F280AF1D61641FD81B06319BC977BCDA; IL2CPP_EXTERN_C String_t* _stringLiteral9BBA939AADAC7131171CCBDAAF0369B087259893; IL2CPP_EXTERN_C String_t* _stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3; IL2CPP_EXTERN_C String_t* _stringLiteral9DB177E8C0CBE853033933A889510F9E5D48D596; IL2CPP_EXTERN_C String_t* _stringLiteral9F0051E3370AA31B69F5CBF0E35FBE94ACAE0651; IL2CPP_EXTERN_C String_t* _stringLiteralA02A8489B78BE60779EEA12413113D4FBC8C5E36; IL2CPP_EXTERN_C String_t* _stringLiteralA10AFD0FBAD152979B3F2273DA98BA5C9686E69C; IL2CPP_EXTERN_C String_t* _stringLiteralA3C584A3FE105AEB412E76816EDB194C2C149E6E; IL2CPP_EXTERN_C String_t* _stringLiteralA99D512DBB15CEE509B88EBCE4AB195F07681F44; IL2CPP_EXTERN_C String_t* _stringLiteralABC6E260FBB24F541654A69235EA288F19723999; IL2CPP_EXTERN_C String_t* _stringLiteralAC5E32C47A7BDB12A3CFA3FAD891E5A0B2E18DE3; IL2CPP_EXTERN_C String_t* _stringLiteralB040418CA8E9ED382EC72BF18BDDDFBD260DCBDC; IL2CPP_EXTERN_C String_t* _stringLiteralB04A560846A93D4D813C44EFBD0968D2875C5049; IL2CPP_EXTERN_C String_t* _stringLiteralB080109AD5D6C864D18C1BFD1A3B9116504CCC72; IL2CPP_EXTERN_C String_t* _stringLiteralB321E1CC37593DF446E1DFC9A6EB83A1663E96A5; IL2CPP_EXTERN_C String_t* _stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D; IL2CPP_EXTERN_C String_t* _stringLiteralB55DD8F11DBEB2311310B75BD326FABA8DD6E4B9; IL2CPP_EXTERN_C String_t* _stringLiteralB603F7761557E583DBBFB1003B4DE31A31F87868; IL2CPP_EXTERN_C String_t* _stringLiteralB66EDA098CD2E33A3EA4EAA0192B7D288FB4BE05; IL2CPP_EXTERN_C String_t* _stringLiteralB76F93064E827FE764713C55F705D2E388DF17D7; IL2CPP_EXTERN_C String_t* _stringLiteralB7FD6B173F8DDB3354F28BB648CED69286F416C9; IL2CPP_EXTERN_C String_t* _stringLiteralBA35549D8219B5F5409D55485656844283EB1A95; IL2CPP_EXTERN_C String_t* _stringLiteralBCA7DDD073AD5DB21CC612ADB1833BF1A5D32261; IL2CPP_EXTERN_C String_t* _stringLiteralBE1785FB3CDB5ED141EC4EAE5860010938DA9C4B; IL2CPP_EXTERN_C String_t* _stringLiteralBECFA9FA31EDDEEE54C61C3D0DD81CBF07EA7158; IL2CPP_EXTERN_C String_t* _stringLiteralBF8B5610C2E749CDA971813F2601B7DDAF980B54; IL2CPP_EXTERN_C String_t* _stringLiteralBFF9324A7A4DB3E1D645999C8B9E2DA54472D42C; IL2CPP_EXTERN_C String_t* _stringLiteralC17ABA8939F099A9D149B2F87E42C97BFBBB94E0; IL2CPP_EXTERN_C String_t* _stringLiteralC322EB89F06EA9126EEB00F7CCE625D04A1EA9F4; IL2CPP_EXTERN_C String_t* _stringLiteralC32EB74E6CF2D3CD9BDC7BEEB45FE8C6413C1E6E; IL2CPP_EXTERN_C String_t* _stringLiteralC3DB0D079E5BFE18627887A05D78AFD607BC0AAC; IL2CPP_EXTERN_C String_t* _stringLiteralC592433F40777E06F184EC2C93B0E9661B2FC834; IL2CPP_EXTERN_C String_t* _stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677; IL2CPP_EXTERN_C String_t* _stringLiteralC79B5A2B53BE125CE49A7A44CDB786AE5BA7E9D1; IL2CPP_EXTERN_C String_t* _stringLiteralC7A4DCEE2BCE29D8E3625DA7D1C87881873A907C; IL2CPP_EXTERN_C String_t* _stringLiteralC872A8527B3262EA83113D74202CF9CBCE3B0772; IL2CPP_EXTERN_C String_t* _stringLiteralC97DC6243E4CF3F80AB049151AFBC4B616692DD8; IL2CPP_EXTERN_C String_t* _stringLiteralCA05288B6212EA20126730A5B780745B08DD3D36; IL2CPP_EXTERN_C String_t* _stringLiteralCEE3B2EB07697A8538A5981905EA8D1A1753B51D; IL2CPP_EXTERN_C String_t* _stringLiteralD259EE6AB580E33090940BF472020FA738C8617A; IL2CPP_EXTERN_C String_t* _stringLiteralD27E638C5F6B34DE55DDC1E7B33B6C164CB88CAC; IL2CPP_EXTERN_C String_t* _stringLiteralD2D2F8D3F9F04A081FFBE6B2AF7917BAAADFC052; IL2CPP_EXTERN_C String_t* _stringLiteralD4DAA1A26807E1A567D68B161E6A95701A3FD560; IL2CPP_EXTERN_C String_t* _stringLiteralD515C8E4D2BD0B64EE134AD25058BE95BF0175BC; IL2CPP_EXTERN_C String_t* _stringLiteralD9319D8D06606B8F2B10B57EBAABAE57F7D5B8E7; IL2CPP_EXTERN_C String_t* _stringLiteralDA71A62F5A3FE9ABC4981D698C8D3B8E4D8A3AFD; IL2CPP_EXTERN_C String_t* _stringLiteralDB06DE16F44A88CD00ED1FDBEB9E9BFE0F4D1C2A; IL2CPP_EXTERN_C String_t* _stringLiteralE006008788ACD78A3DA9418A85208D7602DC81D0; IL2CPP_EXTERN_C String_t* _stringLiteralE1291C4D47635E327ECFE39842BD1A93F58C61A2; IL2CPP_EXTERN_C String_t* _stringLiteralE1356901E9F96E6ACC91632889AE94286AFE4CD4; IL2CPP_EXTERN_C String_t* _stringLiteralE17BBA8A473D59FFCC3E1CE5B765B2C174385B7F; IL2CPP_EXTERN_C String_t* _stringLiteralE17D434C0318F5D8C5525CEDDC1852394290CA23; IL2CPP_EXTERN_C String_t* _stringLiteralE1A5710D77750DE15143DC722BD4D7F361D7E8BD; IL2CPP_EXTERN_C String_t* _stringLiteralE249DDFD90EBFAAEE63734F28F6668A2FB5BD5AF; IL2CPP_EXTERN_C String_t* _stringLiteralE36FB54A26012ED331BC4EAA26E3796844CF0590; IL2CPP_EXTERN_C String_t* _stringLiteralE566E6091771397A8847DE9F0E5AF31E5E383CA7; IL2CPP_EXTERN_C String_t* _stringLiteralE577106AF74D4E432DDB4785DA3B2BE486F67838; IL2CPP_EXTERN_C String_t* _stringLiteralE5E2DECD6397CBF8168176B1CB6CB4B7A4984E43; IL2CPP_EXTERN_C String_t* _stringLiteralE5E359E4B42883651D8BC7DFD1B7831D8D2898C9; IL2CPP_EXTERN_C String_t* _stringLiteralE62BE30D60110348D9F0D3836744E95BD82775EF; IL2CPP_EXTERN_C String_t* _stringLiteralE6EBEC5243A7F1F4EC60D6ADEFEEC1D5A655AA46; IL2CPP_EXTERN_C String_t* _stringLiteralE9BAFB0222941360F2752ADB95BF13DFDF07C373; IL2CPP_EXTERN_C String_t* _stringLiteralEB556DCAF46A1B17D8E28B641B85F8F1ED315F37; IL2CPP_EXTERN_C String_t* _stringLiteralEC8CAA2A3849E3D54918E4EA208FB0D055700292; IL2CPP_EXTERN_C String_t* _stringLiteralECBDA2D88A8582D98728DD584F3E41B98CC4893D; IL2CPP_EXTERN_C String_t* _stringLiteralED7D39EDF70E08FE57B2522D102BF72B9E5D5331; IL2CPP_EXTERN_C String_t* _stringLiteralEDC12722FE0763003109C7EDBACB6977C0E31132; IL2CPP_EXTERN_C String_t* _stringLiteralEF420ABFDDBDA7B9EE665D85EF62E4A437554003; IL2CPP_EXTERN_C String_t* _stringLiteralEF773281DF3C0FFE95AB2CE662598454A2DD1214; IL2CPP_EXTERN_C String_t* _stringLiteralEF8AE9E6CBCFDABA932FBEB4C85964F450F724F5; IL2CPP_EXTERN_C String_t* _stringLiteralF12E59379196681BB583947C4CA20072F667A2DD; IL2CPP_EXTERN_C String_t* _stringLiteralF138E7719F7B2C087914A020E21C85F0382BCBE4; IL2CPP_EXTERN_C String_t* _stringLiteralF13E4BFF086D4E511E68B0617B76ACC5BD5AFFE7; IL2CPP_EXTERN_C String_t* _stringLiteralF270172D9DCB1A35388598EC124CE3AE08AC3E54; IL2CPP_EXTERN_C String_t* _stringLiteralF3CC44E677A8425D56C2E976CEE5C70648FC3B9F; IL2CPP_EXTERN_C String_t* _stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D; IL2CPP_EXTERN_C String_t* _stringLiteralF54F5AD89BFF7ACC574BFC039F72C349137EC667; IL2CPP_EXTERN_C String_t* _stringLiteralF93620B79D24EBDD0BBA22E51773F74952724C63; IL2CPP_EXTERN_C String_t* _stringLiteralF9AF2888151C96525F9312E8AA41CFF3F0B3CDD9; IL2CPP_EXTERN_C String_t* _stringLiteralFBD1A9745DCC4D80697D44756437CCB57698AE21; IL2CPP_EXTERN_C String_t* _stringLiteralFD8C61EC8DBC1376295F70EFEF4B5FDF50F09FBE; IL2CPP_EXTERN_C String_t* _stringLiteralFF0504336DFDF88265B0321B3993D296E6DF5224; IL2CPP_EXTERN_C const RuntimeMethod* Array_BinarySearch_TisRuntimeObject_mF897E54D729E0C5F6AF135B5908288B89362A88F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Sort_TisNodeData_tD504C5A621E7DD546954D87282438662327280EA_mDFE318309209232D4EE3FE97C2984A3FE248787A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Sort_TisRuntimeObject_mF801EABEBFB2E0E0C8FB37834B6F80743D5223F4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m018DB72846E78D9CADBD150E01C5D4B9D97C5B9A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_m23BB9BECAECDC12F24605196E83914DAB29E474A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Remove_m0BB896AE0CA879811457EACAED12247F91845533_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mA554BD9FCAFC04EE887653D3A3C95A306649B3E6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_mBD9860C6159D4C77D6FFEF79D6DE34EDF2F44A49_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_Value_m13FD52C148CEB97A833E1C31CFC0FF8C1A7C0F0B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Task_1_get_Result_m5AE0280900FE1B30E8F1A784C0D2021A7B946106_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Task_FromResult_TisTuple_4_t261F9F934878FC10CFB74B1A5C5E9BF0D1564808_m95D80E4AF60AE573F5C7F24041C57045A43686E8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Tuple_4__ctor_m78AC669EC4BE1118DDCAC11FDAB732427FBD2FF7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlNotation_CloneNode_m36F13D50332FF753B58628BCFEC7D571A813DF5F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlNotation_set_InnerXml_m5BE8B376B3C8C63784352A3C5504FF0359B48903_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlNumeric10Converter_ChangeType_m48FB600768910953CFD1A830C2AC9E83F4E3D0B5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlNumeric10Converter_ChangeType_m5851BE30B8B750C5C28C5887C281317D06AA8E55_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlNumeric10Converter_ChangeType_mA48FBDCBC65F1DA1430A0072F93A03774AA1FD68_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlNumeric10Converter_ChangeType_mB6EB4C65C1768EDA489B008B8AF6D8FE59977901_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlNumeric10Converter_ChangeType_mE9F07E2DA1F5716DA6DB20259848D00A6C3C59F4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlNumeric10Converter_ToDecimal_m01B803BDCCEE224010B7E2457567CFDAA642CFC8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlNumeric10Converter_ToDecimal_m520BBFC1112F55A8F16772CB3A582C5AFA9E085C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlNumeric10Converter_ToInt32_mA8B951FC4AA0574D41056E2C513D38EEB757E415_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlNumeric10Converter_ToInt32_mC296001DD123F84AE6A59B83348FD26BFF038C08_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlNumeric10Converter_ToInt64_m1E5EE6D6A56DC2536B1BC87FD87D532F7964E1EE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlNumeric10Converter_ToInt64_m29C9F6A96FE38200E747D32689768E8BACA8EE1B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlNumeric10Converter_ToString_m548906C6E49AE16F6D8ED31DF84F5766B81F1131_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlNumeric2Converter_ChangeType_m3C6B98E79627D80DC1D9F3497F4E50E0A8780EA8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlNumeric2Converter_ChangeType_m86FA84EC5B1853D8F017D835EEDBD9438D0426B3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlNumeric2Converter_ChangeType_mA2475221EB476767CA4A6340259EC8FE21332DD8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlNumeric2Converter_ToDouble_m049E46E7F5C9AFA0DA8E5AEB94B46830FC4C52D2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlNumeric2Converter_ToDouble_m3DF7D1FDE655FB73EC9910C203188D5E049F6502_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlNumeric2Converter_ToSingle_m7D1470F7F92D05CC77F1725F2D3B21CB32C6658A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlNumeric2Converter_ToSingle_mEDCC7541B929C96B8B4C06E20F8FBF357F72F87A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlNumeric2Converter_ToString_m52D709CAC3C31B03CC6BAA8906C078C0EBC30F73_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlParserContext__ctor_m63996BF18C49BBBBD15CE1D745A149A1B9CB4574_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlQualifiedName_GetHashCodeOfString_m2FCDCF817EC4598E8A4330E00CDC1D5688FD4F9A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlQualifiedName_Parse_m1FDB9355EE6C8A5714468776CDDF39A182F63762_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlRawWriter_LookupPrefix_m7E15CABD05F755C9233E04618C9E5612971E6E40_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlRawWriter_WriteEndDocument_mE5FF9E336C0A8B9A894DF2FEACFB47A05F800E54_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlRawWriter_WriteEndElement_m78C855754E38FD17D2A1D4DDA665122E1D6B771C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlRawWriter_WriteEndNamespaceDeclaration_m5B96E73B733C874C565DAC3CEAD6B8E97C5441F2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlRawWriter_WriteFullEndElement_mDEE0069A00D7B429CDDF304D01634C8013273AED_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlRawWriter_WriteStartDocument_m127CA602676E97F6775C2658D7BCC879042D51FC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlRawWriter_WriteStartDocument_m6284CB648412C03F05FF876F1515CC1A69D372D3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlRawWriter_WriteStartNamespaceDeclaration_m9D4DFDA703B23D44A72377A5A3393CAB43A22D89_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlRawWriter_get_WriteState_m2BC5BD1B40564A99F5CE958FA4D9CCA973460881_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlReaderSettings_CheckReadOnly_m8B3E6156C48BADB7F04EC0FFEE3F46D529A100D8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlReaderSettings_set_ConformanceLevel_m4CE8E34E7AA470958A7455A7E6CBA121B3ABD8F0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlReaderSettings_set_DtdProcessing_mE077A237F70523E4BDC9C25668CD70471BA4138C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlReaderSettings_set_MaxCharactersFromEntities_mB68B8D5D3DBF152858791ABD8B87C521AE287765_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlReaderSettings_set_MaxCharactersInDocument_m090B7E940391038B277148CE795FA6874DE51128_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlReader_CalcBufferSize_mB720D5DA6EBAB0581B495F1167C9473ED44F8F33_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlResolver_GetEntityAsync_mE185610B926D2BA5D6A33DD2CE61A5592AA4E021_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlResolver_ResolveUri_m5FE50956C12775E8976F132919176759040E8C53_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlResolver_SupportsType_m620E0417AD9138E7532129D9AA81B714C67A5358_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlSchemaParticle_set_MaxOccurs_mCF8A820051B97C6C5E9C07D8DD60DD23124A58FE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlSchemaParticle_set_MinOccurs_mF7852BBB556CDC639AAFBC9157B2650E4E6BC571_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlSchemaSet_InternalValidationCallback_mF0EF78C1B59536C19C75824FC82ED0C71CF450FB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlSchemaSet__ctor_mB2389B154959C129F22B8AA6EBD31CD839E14C23_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlSignificantWhitespace__ctor_m4FDED87C74B89927C8B1A817A5E56EA11570908B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlSignificantWhitespace_set_Value_m18ECFD893FBAB7D503FE2DD8F62CA10F8D547CF7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlStringConverter_ChangeType_m0C764E6797DB0F53A465914119B5D0962DDB6890_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlStringConverter_ChangeType_m228C7C8A9C798871512E110DBABE7D362511583C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlStringConverter_ToString_mE7A58AD5DE184736373927174C522F19A967F024_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlTextReaderImpl_DtdParserProxy_ParseComment_mDEE3956D7D181C76831CE94E946E5925659026E6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlTextReaderImpl_FinishInitUriString_mC909FBBC7ECB6822F343871BE5F4FAD6F2472FFC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlTextReaderImpl_OpenUrl_m50418E2823982C25241F95D719866AC2DEF47787_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlTextReaderImpl_ParseNumericCharRefInline_m0B459F2A106C317EB2CBB44F89826A945F1E4B5B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlTextReaderImpl_PushExternalEntityOrSubset_m9208C0D263FF168725E7BD3DB143CCDF9D01FE4D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlTextReaderImpl_ResolveEntity_m478120822AED44DACFA45D8201139D2AD10FAA31_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlTextReaderImpl_Throw_m8C55972CB961484F2CA2D7C6BC2DEB753D531EBC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlTextReaderImpl_set_EntityHandling_mB6597AB2046C6D7FD0C70EA19D4BDC05138A36D8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlTextReaderImpl_set_Namespaces_m4D0C64D58914FD0E67DFDA3B05C305033376CE72_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeType* HashCodeOfStringDelegate_tAE9DAB0A55A64F35CCEE05D71856BAAF6C0B668E_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* String_t_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F_0_0_0_var; struct CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_com; struct CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_pinvoke; struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_com; struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_pinvoke; struct Delegate_t_marshaled_com; struct Delegate_t_marshaled_pinvoke; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; struct NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0; struct ParsingStateU5BU5D_t76C574A7045A0E6E9113EF2F2E2B1A863D91376D; IL2CPP_EXTERN_C_BEGIN IL2CPP_EXTERN_C_END #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Object // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t7E4F75E23B8A710084DDD8B7D9D901F39C24B184 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_t9914BA2B2EA1CF41CADF1A98271338ED58A193B3* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_5; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::keys KeyCollection_t8CC149C3284302B1A86AB9522AF8DB78230B968F * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t9474AF8AEE4B46B1D7C906AB5B4F5B33CCD68AF7 * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast(offsetof(Dictionary_2_t7E4F75E23B8A710084DDD8B7D9D901F39C24B184, ___buckets_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast(offsetof(Dictionary_2_t7E4F75E23B8A710084DDD8B7D9D901F39C24B184, ___entries_1)); } inline EntryU5BU5D_t9914BA2B2EA1CF41CADF1A98271338ED58A193B3* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t9914BA2B2EA1CF41CADF1A98271338ED58A193B3** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t9914BA2B2EA1CF41CADF1A98271338ED58A193B3* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(Dictionary_2_t7E4F75E23B8A710084DDD8B7D9D901F39C24B184, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(Dictionary_2_t7E4F75E23B8A710084DDD8B7D9D901F39C24B184, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast(offsetof(Dictionary_2_t7E4F75E23B8A710084DDD8B7D9D901F39C24B184, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast(offsetof(Dictionary_2_t7E4F75E23B8A710084DDD8B7D9D901F39C24B184, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast(offsetof(Dictionary_2_t7E4F75E23B8A710084DDD8B7D9D901F39C24B184, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_keys_7() { return static_cast(offsetof(Dictionary_2_t7E4F75E23B8A710084DDD8B7D9D901F39C24B184, ___keys_7)); } inline KeyCollection_t8CC149C3284302B1A86AB9522AF8DB78230B968F * get_keys_7() const { return ___keys_7; } inline KeyCollection_t8CC149C3284302B1A86AB9522AF8DB78230B968F ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t8CC149C3284302B1A86AB9522AF8DB78230B968F * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast(offsetof(Dictionary_2_t7E4F75E23B8A710084DDD8B7D9D901F39C24B184, ___values_8)); } inline ValueCollection_t9474AF8AEE4B46B1D7C906AB5B4F5B33CCD68AF7 * get_values_8() const { return ___values_8; } inline ValueCollection_t9474AF8AEE4B46B1D7C906AB5B4F5B33CCD68AF7 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t9474AF8AEE4B46B1D7C906AB5B4F5B33CCD68AF7 * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast(offsetof(Dictionary_2_t7E4F75E23B8A710084DDD8B7D9D901F39C24B184, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Tuple`4 struct Tuple_4_t261F9F934878FC10CFB74B1A5C5E9BF0D1564808 : public RuntimeObject { public: // T1 System.Tuple`4::m_Item1 int32_t ___m_Item1_0; // T2 System.Tuple`4::m_Item2 int32_t ___m_Item2_1; // T3 System.Tuple`4::m_Item3 int32_t ___m_Item3_2; // T4 System.Tuple`4::m_Item4 bool ___m_Item4_3; public: inline static int32_t get_offset_of_m_Item1_0() { return static_cast(offsetof(Tuple_4_t261F9F934878FC10CFB74B1A5C5E9BF0D1564808, ___m_Item1_0)); } inline int32_t get_m_Item1_0() const { return ___m_Item1_0; } inline int32_t* get_address_of_m_Item1_0() { return &___m_Item1_0; } inline void set_m_Item1_0(int32_t value) { ___m_Item1_0 = value; } inline static int32_t get_offset_of_m_Item2_1() { return static_cast(offsetof(Tuple_4_t261F9F934878FC10CFB74B1A5C5E9BF0D1564808, ___m_Item2_1)); } inline int32_t get_m_Item2_1() const { return ___m_Item2_1; } inline int32_t* get_address_of_m_Item2_1() { return &___m_Item2_1; } inline void set_m_Item2_1(int32_t value) { ___m_Item2_1 = value; } inline static int32_t get_offset_of_m_Item3_2() { return static_cast(offsetof(Tuple_4_t261F9F934878FC10CFB74B1A5C5E9BF0D1564808, ___m_Item3_2)); } inline int32_t get_m_Item3_2() const { return ___m_Item3_2; } inline int32_t* get_address_of_m_Item3_2() { return &___m_Item3_2; } inline void set_m_Item3_2(int32_t value) { ___m_Item3_2 = value; } inline static int32_t get_offset_of_m_Item4_3() { return static_cast(offsetof(Tuple_4_t261F9F934878FC10CFB74B1A5C5E9BF0D1564808, ___m_Item4_3)); } inline bool get_m_Item4_3() const { return ___m_Item4_3; } inline bool* get_address_of_m_Item4_3() { return &___m_Item4_3; } inline void set_m_Item4_3(bool value) { ___m_Item4_3 = value; } }; struct Il2CppArrayBounds; // System.Array // System.Attribute struct Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 : public RuntimeObject { public: public: }; // System.Xml.Base64Encoder struct Base64Encoder_tF36936300CC9B84076C8F16EE4AF8074ACA40CE9 : public RuntimeObject { public: // System.Byte[] System.Xml.Base64Encoder::leftOverBytes ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___leftOverBytes_0; // System.Int32 System.Xml.Base64Encoder::leftOverBytesCount int32_t ___leftOverBytesCount_1; // System.Char[] System.Xml.Base64Encoder::charsLine CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___charsLine_2; public: inline static int32_t get_offset_of_leftOverBytes_0() { return static_cast(offsetof(Base64Encoder_tF36936300CC9B84076C8F16EE4AF8074ACA40CE9, ___leftOverBytes_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_leftOverBytes_0() const { return ___leftOverBytes_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_leftOverBytes_0() { return &___leftOverBytes_0; } inline void set_leftOverBytes_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___leftOverBytes_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___leftOverBytes_0), (void*)value); } inline static int32_t get_offset_of_leftOverBytesCount_1() { return static_cast(offsetof(Base64Encoder_tF36936300CC9B84076C8F16EE4AF8074ACA40CE9, ___leftOverBytesCount_1)); } inline int32_t get_leftOverBytesCount_1() const { return ___leftOverBytesCount_1; } inline int32_t* get_address_of_leftOverBytesCount_1() { return &___leftOverBytesCount_1; } inline void set_leftOverBytesCount_1(int32_t value) { ___leftOverBytesCount_1 = value; } inline static int32_t get_offset_of_charsLine_2() { return static_cast(offsetof(Base64Encoder_tF36936300CC9B84076C8F16EE4AF8074ACA40CE9, ___charsLine_2)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_charsLine_2() const { return ___charsLine_2; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_charsLine_2() { return &___charsLine_2; } inline void set_charsLine_2(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___charsLine_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___charsLine_2), (void*)value); } }; // System.Xml.BinaryCompatibility struct BinaryCompatibility_t01F3AE6D07676815F7CA6DC9F5E93C75D1FC58B5 : public RuntimeObject { public: public: }; struct BinaryCompatibility_t01F3AE6D07676815F7CA6DC9F5E93C75D1FC58B5_StaticFields { public: // System.Boolean System.Xml.BinaryCompatibility::_targetsAtLeast_Desktop_V4_5_2 bool ____targetsAtLeast_Desktop_V4_5_2_0; public: inline static int32_t get_offset_of__targetsAtLeast_Desktop_V4_5_2_0() { return static_cast(offsetof(BinaryCompatibility_t01F3AE6D07676815F7CA6DC9F5E93C75D1FC58B5_StaticFields, ____targetsAtLeast_Desktop_V4_5_2_0)); } inline bool get__targetsAtLeast_Desktop_V4_5_2_0() const { return ____targetsAtLeast_Desktop_V4_5_2_0; } inline bool* get_address_of__targetsAtLeast_Desktop_V4_5_2_0() { return &____targetsAtLeast_Desktop_V4_5_2_0; } inline void set__targetsAtLeast_Desktop_V4_5_2_0(bool value) { ____targetsAtLeast_Desktop_V4_5_2_0 = value; } }; // System.Collections.CollectionBase struct CollectionBase_tE5EF6826359F7FAC04D2F5E8AB93E1363A5826EB : public RuntimeObject { public: // System.Collections.ArrayList System.Collections.CollectionBase::list ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___list_0; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(CollectionBase_tE5EF6826359F7FAC04D2F5E8AB93E1363A5826EB, ___list_0)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get_list_0() const { return ___list_0; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } }; // System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 : public RuntimeObject { public: // System.Boolean System.Globalization.CultureInfo::m_isReadOnly bool ___m_isReadOnly_3; // System.Int32 System.Globalization.CultureInfo::cultureID int32_t ___cultureID_4; // System.Int32 System.Globalization.CultureInfo::parent_lcid int32_t ___parent_lcid_5; // System.Int32 System.Globalization.CultureInfo::datetime_index int32_t ___datetime_index_6; // System.Int32 System.Globalization.CultureInfo::number_index int32_t ___number_index_7; // System.Int32 System.Globalization.CultureInfo::default_calendar_type int32_t ___default_calendar_type_8; // System.Boolean System.Globalization.CultureInfo::m_useUserOverride bool ___m_useUserOverride_9; // System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::numInfo NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___numInfo_10; // System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::dateTimeInfo DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___dateTimeInfo_11; // System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::textInfo TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * ___textInfo_12; // System.String System.Globalization.CultureInfo::m_name String_t* ___m_name_13; // System.String System.Globalization.CultureInfo::englishname String_t* ___englishname_14; // System.String System.Globalization.CultureInfo::nativename String_t* ___nativename_15; // System.String System.Globalization.CultureInfo::iso3lang String_t* ___iso3lang_16; // System.String System.Globalization.CultureInfo::iso2lang String_t* ___iso2lang_17; // System.String System.Globalization.CultureInfo::win3lang String_t* ___win3lang_18; // System.String System.Globalization.CultureInfo::territory String_t* ___territory_19; // System.String[] System.Globalization.CultureInfo::native_calendar_names StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___native_calendar_names_20; // System.Globalization.CompareInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::compareInfo CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * ___compareInfo_21; // System.Void* System.Globalization.CultureInfo::textinfo_data void* ___textinfo_data_22; // System.Int32 System.Globalization.CultureInfo::m_dataItem int32_t ___m_dataItem_23; // System.Globalization.Calendar System.Globalization.CultureInfo::calendar Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * ___calendar_24; // System.Globalization.CultureInfo System.Globalization.CultureInfo::parent_culture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___parent_culture_25; // System.Boolean System.Globalization.CultureInfo::constructed bool ___constructed_26; // System.Byte[] System.Globalization.CultureInfo::cached_serialized_form ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___cached_serialized_form_27; // System.Globalization.CultureData System.Globalization.CultureInfo::m_cultureData CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * ___m_cultureData_28; // System.Boolean System.Globalization.CultureInfo::m_isInherited bool ___m_isInherited_29; public: inline static int32_t get_offset_of_m_isReadOnly_3() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_isReadOnly_3)); } inline bool get_m_isReadOnly_3() const { return ___m_isReadOnly_3; } inline bool* get_address_of_m_isReadOnly_3() { return &___m_isReadOnly_3; } inline void set_m_isReadOnly_3(bool value) { ___m_isReadOnly_3 = value; } inline static int32_t get_offset_of_cultureID_4() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___cultureID_4)); } inline int32_t get_cultureID_4() const { return ___cultureID_4; } inline int32_t* get_address_of_cultureID_4() { return &___cultureID_4; } inline void set_cultureID_4(int32_t value) { ___cultureID_4 = value; } inline static int32_t get_offset_of_parent_lcid_5() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___parent_lcid_5)); } inline int32_t get_parent_lcid_5() const { return ___parent_lcid_5; } inline int32_t* get_address_of_parent_lcid_5() { return &___parent_lcid_5; } inline void set_parent_lcid_5(int32_t value) { ___parent_lcid_5 = value; } inline static int32_t get_offset_of_datetime_index_6() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___datetime_index_6)); } inline int32_t get_datetime_index_6() const { return ___datetime_index_6; } inline int32_t* get_address_of_datetime_index_6() { return &___datetime_index_6; } inline void set_datetime_index_6(int32_t value) { ___datetime_index_6 = value; } inline static int32_t get_offset_of_number_index_7() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___number_index_7)); } inline int32_t get_number_index_7() const { return ___number_index_7; } inline int32_t* get_address_of_number_index_7() { return &___number_index_7; } inline void set_number_index_7(int32_t value) { ___number_index_7 = value; } inline static int32_t get_offset_of_default_calendar_type_8() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___default_calendar_type_8)); } inline int32_t get_default_calendar_type_8() const { return ___default_calendar_type_8; } inline int32_t* get_address_of_default_calendar_type_8() { return &___default_calendar_type_8; } inline void set_default_calendar_type_8(int32_t value) { ___default_calendar_type_8 = value; } inline static int32_t get_offset_of_m_useUserOverride_9() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_useUserOverride_9)); } inline bool get_m_useUserOverride_9() const { return ___m_useUserOverride_9; } inline bool* get_address_of_m_useUserOverride_9() { return &___m_useUserOverride_9; } inline void set_m_useUserOverride_9(bool value) { ___m_useUserOverride_9 = value; } inline static int32_t get_offset_of_numInfo_10() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___numInfo_10)); } inline NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * get_numInfo_10() const { return ___numInfo_10; } inline NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D ** get_address_of_numInfo_10() { return &___numInfo_10; } inline void set_numInfo_10(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * value) { ___numInfo_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___numInfo_10), (void*)value); } inline static int32_t get_offset_of_dateTimeInfo_11() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___dateTimeInfo_11)); } inline DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * get_dateTimeInfo_11() const { return ___dateTimeInfo_11; } inline DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 ** get_address_of_dateTimeInfo_11() { return &___dateTimeInfo_11; } inline void set_dateTimeInfo_11(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * value) { ___dateTimeInfo_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___dateTimeInfo_11), (void*)value); } inline static int32_t get_offset_of_textInfo_12() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___textInfo_12)); } inline TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * get_textInfo_12() const { return ___textInfo_12; } inline TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C ** get_address_of_textInfo_12() { return &___textInfo_12; } inline void set_textInfo_12(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * value) { ___textInfo_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___textInfo_12), (void*)value); } inline static int32_t get_offset_of_m_name_13() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_name_13)); } inline String_t* get_m_name_13() const { return ___m_name_13; } inline String_t** get_address_of_m_name_13() { return &___m_name_13; } inline void set_m_name_13(String_t* value) { ___m_name_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_name_13), (void*)value); } inline static int32_t get_offset_of_englishname_14() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___englishname_14)); } inline String_t* get_englishname_14() const { return ___englishname_14; } inline String_t** get_address_of_englishname_14() { return &___englishname_14; } inline void set_englishname_14(String_t* value) { ___englishname_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___englishname_14), (void*)value); } inline static int32_t get_offset_of_nativename_15() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___nativename_15)); } inline String_t* get_nativename_15() const { return ___nativename_15; } inline String_t** get_address_of_nativename_15() { return &___nativename_15; } inline void set_nativename_15(String_t* value) { ___nativename_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___nativename_15), (void*)value); } inline static int32_t get_offset_of_iso3lang_16() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___iso3lang_16)); } inline String_t* get_iso3lang_16() const { return ___iso3lang_16; } inline String_t** get_address_of_iso3lang_16() { return &___iso3lang_16; } inline void set_iso3lang_16(String_t* value) { ___iso3lang_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___iso3lang_16), (void*)value); } inline static int32_t get_offset_of_iso2lang_17() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___iso2lang_17)); } inline String_t* get_iso2lang_17() const { return ___iso2lang_17; } inline String_t** get_address_of_iso2lang_17() { return &___iso2lang_17; } inline void set_iso2lang_17(String_t* value) { ___iso2lang_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___iso2lang_17), (void*)value); } inline static int32_t get_offset_of_win3lang_18() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___win3lang_18)); } inline String_t* get_win3lang_18() const { return ___win3lang_18; } inline String_t** get_address_of_win3lang_18() { return &___win3lang_18; } inline void set_win3lang_18(String_t* value) { ___win3lang_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___win3lang_18), (void*)value); } inline static int32_t get_offset_of_territory_19() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___territory_19)); } inline String_t* get_territory_19() const { return ___territory_19; } inline String_t** get_address_of_territory_19() { return &___territory_19; } inline void set_territory_19(String_t* value) { ___territory_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___territory_19), (void*)value); } inline static int32_t get_offset_of_native_calendar_names_20() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___native_calendar_names_20)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_native_calendar_names_20() const { return ___native_calendar_names_20; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_native_calendar_names_20() { return &___native_calendar_names_20; } inline void set_native_calendar_names_20(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___native_calendar_names_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___native_calendar_names_20), (void*)value); } inline static int32_t get_offset_of_compareInfo_21() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___compareInfo_21)); } inline CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * get_compareInfo_21() const { return ___compareInfo_21; } inline CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 ** get_address_of_compareInfo_21() { return &___compareInfo_21; } inline void set_compareInfo_21(CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * value) { ___compareInfo_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___compareInfo_21), (void*)value); } inline static int32_t get_offset_of_textinfo_data_22() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___textinfo_data_22)); } inline void* get_textinfo_data_22() const { return ___textinfo_data_22; } inline void** get_address_of_textinfo_data_22() { return &___textinfo_data_22; } inline void set_textinfo_data_22(void* value) { ___textinfo_data_22 = value; } inline static int32_t get_offset_of_m_dataItem_23() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_dataItem_23)); } inline int32_t get_m_dataItem_23() const { return ___m_dataItem_23; } inline int32_t* get_address_of_m_dataItem_23() { return &___m_dataItem_23; } inline void set_m_dataItem_23(int32_t value) { ___m_dataItem_23 = value; } inline static int32_t get_offset_of_calendar_24() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___calendar_24)); } inline Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * get_calendar_24() const { return ___calendar_24; } inline Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A ** get_address_of_calendar_24() { return &___calendar_24; } inline void set_calendar_24(Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * value) { ___calendar_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___calendar_24), (void*)value); } inline static int32_t get_offset_of_parent_culture_25() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___parent_culture_25)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_parent_culture_25() const { return ___parent_culture_25; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_parent_culture_25() { return &___parent_culture_25; } inline void set_parent_culture_25(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___parent_culture_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_culture_25), (void*)value); } inline static int32_t get_offset_of_constructed_26() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___constructed_26)); } inline bool get_constructed_26() const { return ___constructed_26; } inline bool* get_address_of_constructed_26() { return &___constructed_26; } inline void set_constructed_26(bool value) { ___constructed_26 = value; } inline static int32_t get_offset_of_cached_serialized_form_27() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___cached_serialized_form_27)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_cached_serialized_form_27() const { return ___cached_serialized_form_27; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_cached_serialized_form_27() { return &___cached_serialized_form_27; } inline void set_cached_serialized_form_27(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___cached_serialized_form_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___cached_serialized_form_27), (void*)value); } inline static int32_t get_offset_of_m_cultureData_28() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_cultureData_28)); } inline CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * get_m_cultureData_28() const { return ___m_cultureData_28; } inline CultureData_t53CDF1C5F789A28897415891667799420D3C5529 ** get_address_of_m_cultureData_28() { return &___m_cultureData_28; } inline void set_m_cultureData_28(CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * value) { ___m_cultureData_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_cultureData_28), (void*)value); } inline static int32_t get_offset_of_m_isInherited_29() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_isInherited_29)); } inline bool get_m_isInherited_29() const { return ___m_isInherited_29; } inline bool* get_address_of_m_isInherited_29() { return &___m_isInherited_29; } inline void set_m_isInherited_29(bool value) { ___m_isInherited_29 = value; } }; struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields { public: // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::invariant_culture_info CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___invariant_culture_info_0; // System.Object System.Globalization.CultureInfo::shared_table_lock RuntimeObject * ___shared_table_lock_1; // System.Globalization.CultureInfo System.Globalization.CultureInfo::default_current_culture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___default_current_culture_2; // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentUICulture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___s_DefaultThreadCurrentUICulture_33; // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentCulture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___s_DefaultThreadCurrentCulture_34; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::shared_by_number Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 * ___shared_by_number_35; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::shared_by_name Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC * ___shared_by_name_36; // System.Boolean System.Globalization.CultureInfo::IsTaiwanSku bool ___IsTaiwanSku_37; public: inline static int32_t get_offset_of_invariant_culture_info_0() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___invariant_culture_info_0)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_invariant_culture_info_0() const { return ___invariant_culture_info_0; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_invariant_culture_info_0() { return &___invariant_culture_info_0; } inline void set_invariant_culture_info_0(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___invariant_culture_info_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___invariant_culture_info_0), (void*)value); } inline static int32_t get_offset_of_shared_table_lock_1() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___shared_table_lock_1)); } inline RuntimeObject * get_shared_table_lock_1() const { return ___shared_table_lock_1; } inline RuntimeObject ** get_address_of_shared_table_lock_1() { return &___shared_table_lock_1; } inline void set_shared_table_lock_1(RuntimeObject * value) { ___shared_table_lock_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___shared_table_lock_1), (void*)value); } inline static int32_t get_offset_of_default_current_culture_2() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___default_current_culture_2)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_default_current_culture_2() const { return ___default_current_culture_2; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_default_current_culture_2() { return &___default_current_culture_2; } inline void set_default_current_culture_2(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___default_current_culture_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___default_current_culture_2), (void*)value); } inline static int32_t get_offset_of_s_DefaultThreadCurrentUICulture_33() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___s_DefaultThreadCurrentUICulture_33)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_s_DefaultThreadCurrentUICulture_33() const { return ___s_DefaultThreadCurrentUICulture_33; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_s_DefaultThreadCurrentUICulture_33() { return &___s_DefaultThreadCurrentUICulture_33; } inline void set_s_DefaultThreadCurrentUICulture_33(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___s_DefaultThreadCurrentUICulture_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultThreadCurrentUICulture_33), (void*)value); } inline static int32_t get_offset_of_s_DefaultThreadCurrentCulture_34() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___s_DefaultThreadCurrentCulture_34)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_s_DefaultThreadCurrentCulture_34() const { return ___s_DefaultThreadCurrentCulture_34; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_s_DefaultThreadCurrentCulture_34() { return &___s_DefaultThreadCurrentCulture_34; } inline void set_s_DefaultThreadCurrentCulture_34(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___s_DefaultThreadCurrentCulture_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultThreadCurrentCulture_34), (void*)value); } inline static int32_t get_offset_of_shared_by_number_35() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___shared_by_number_35)); } inline Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 * get_shared_by_number_35() const { return ___shared_by_number_35; } inline Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 ** get_address_of_shared_by_number_35() { return &___shared_by_number_35; } inline void set_shared_by_number_35(Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 * value) { ___shared_by_number_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___shared_by_number_35), (void*)value); } inline static int32_t get_offset_of_shared_by_name_36() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___shared_by_name_36)); } inline Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC * get_shared_by_name_36() const { return ___shared_by_name_36; } inline Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC ** get_address_of_shared_by_name_36() { return &___shared_by_name_36; } inline void set_shared_by_name_36(Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC * value) { ___shared_by_name_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___shared_by_name_36), (void*)value); } inline static int32_t get_offset_of_IsTaiwanSku_37() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___IsTaiwanSku_37)); } inline bool get_IsTaiwanSku_37() const { return ___IsTaiwanSku_37; } inline bool* get_address_of_IsTaiwanSku_37() { return &___IsTaiwanSku_37; } inline void set_IsTaiwanSku_37(bool value) { ___IsTaiwanSku_37 = value; } }; // Native definition for P/Invoke marshalling of System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_pinvoke { int32_t ___m_isReadOnly_3; int32_t ___cultureID_4; int32_t ___parent_lcid_5; int32_t ___datetime_index_6; int32_t ___number_index_7; int32_t ___default_calendar_type_8; int32_t ___m_useUserOverride_9; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___numInfo_10; DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___dateTimeInfo_11; TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * ___textInfo_12; char* ___m_name_13; char* ___englishname_14; char* ___nativename_15; char* ___iso3lang_16; char* ___iso2lang_17; char* ___win3lang_18; char* ___territory_19; char** ___native_calendar_names_20; CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * ___compareInfo_21; void* ___textinfo_data_22; int32_t ___m_dataItem_23; Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * ___calendar_24; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_pinvoke* ___parent_culture_25; int32_t ___constructed_26; Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27; CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_pinvoke* ___m_cultureData_28; int32_t ___m_isInherited_29; }; // Native definition for COM marshalling of System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_com { int32_t ___m_isReadOnly_3; int32_t ___cultureID_4; int32_t ___parent_lcid_5; int32_t ___datetime_index_6; int32_t ___number_index_7; int32_t ___default_calendar_type_8; int32_t ___m_useUserOverride_9; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___numInfo_10; DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___dateTimeInfo_11; TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * ___textInfo_12; Il2CppChar* ___m_name_13; Il2CppChar* ___englishname_14; Il2CppChar* ___nativename_15; Il2CppChar* ___iso3lang_16; Il2CppChar* ___iso2lang_17; Il2CppChar* ___win3lang_18; Il2CppChar* ___territory_19; Il2CppChar** ___native_calendar_names_20; CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * ___compareInfo_21; void* ___textinfo_data_22; int32_t ___m_dataItem_23; Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * ___calendar_24; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_com* ___parent_culture_25; int32_t ___constructed_26; Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27; CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_com* ___m_cultureData_28; int32_t ___m_isInherited_29; }; // System.Text.Decoder struct Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370 : public RuntimeObject { public: // System.Text.DecoderFallback System.Text.Decoder::m_fallback DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * ___m_fallback_0; // System.Text.DecoderFallbackBuffer System.Text.Decoder::m_fallbackBuffer DecoderFallbackBuffer_t236B3D4172A9BAD1C2150ED78958227F8F20C94B * ___m_fallbackBuffer_1; public: inline static int32_t get_offset_of_m_fallback_0() { return static_cast(offsetof(Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370, ___m_fallback_0)); } inline DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * get_m_fallback_0() const { return ___m_fallback_0; } inline DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D ** get_address_of_m_fallback_0() { return &___m_fallback_0; } inline void set_m_fallback_0(DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * value) { ___m_fallback_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_fallback_0), (void*)value); } inline static int32_t get_offset_of_m_fallbackBuffer_1() { return static_cast(offsetof(Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370, ___m_fallbackBuffer_1)); } inline DecoderFallbackBuffer_t236B3D4172A9BAD1C2150ED78958227F8F20C94B * get_m_fallbackBuffer_1() const { return ___m_fallbackBuffer_1; } inline DecoderFallbackBuffer_t236B3D4172A9BAD1C2150ED78958227F8F20C94B ** get_address_of_m_fallbackBuffer_1() { return &___m_fallbackBuffer_1; } inline void set_m_fallbackBuffer_1(DecoderFallbackBuffer_t236B3D4172A9BAD1C2150ED78958227F8F20C94B * value) { ___m_fallbackBuffer_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_fallbackBuffer_1), (void*)value); } }; // System.Text.Encoding struct Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 : public RuntimeObject { public: // System.Int32 System.Text.Encoding::m_codePage int32_t ___m_codePage_55; // System.Globalization.CodePageDataItem System.Text.Encoding::dataItem CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E * ___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_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * ___encoderFallback_59; // System.Text.DecoderFallback System.Text.Encoding::decoderFallback DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * ___decoderFallback_60; public: inline static int32_t get_offset_of_m_codePage_55() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___m_codePage_55)); } inline int32_t get_m_codePage_55() const { return ___m_codePage_55; } inline int32_t* get_address_of_m_codePage_55() { return &___m_codePage_55; } inline void set_m_codePage_55(int32_t value) { ___m_codePage_55 = value; } inline static int32_t get_offset_of_dataItem_56() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___dataItem_56)); } inline CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E * get_dataItem_56() const { return ___dataItem_56; } inline CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E ** get_address_of_dataItem_56() { return &___dataItem_56; } inline void set_dataItem_56(CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E * value) { ___dataItem_56 = value; Il2CppCodeGenWriteBarrier((void**)(&___dataItem_56), (void*)value); } inline static int32_t get_offset_of_m_deserializedFromEverett_57() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___m_deserializedFromEverett_57)); } inline bool get_m_deserializedFromEverett_57() const { return ___m_deserializedFromEverett_57; } inline bool* get_address_of_m_deserializedFromEverett_57() { return &___m_deserializedFromEverett_57; } inline void set_m_deserializedFromEverett_57(bool value) { ___m_deserializedFromEverett_57 = value; } inline static int32_t get_offset_of_m_isReadOnly_58() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___m_isReadOnly_58)); } inline bool get_m_isReadOnly_58() const { return ___m_isReadOnly_58; } inline bool* get_address_of_m_isReadOnly_58() { return &___m_isReadOnly_58; } inline void set_m_isReadOnly_58(bool value) { ___m_isReadOnly_58 = value; } inline static int32_t get_offset_of_encoderFallback_59() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___encoderFallback_59)); } inline EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * get_encoderFallback_59() const { return ___encoderFallback_59; } inline EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 ** get_address_of_encoderFallback_59() { return &___encoderFallback_59; } inline void set_encoderFallback_59(EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * value) { ___encoderFallback_59 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoderFallback_59), (void*)value); } inline static int32_t get_offset_of_decoderFallback_60() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___decoderFallback_60)); } inline DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * get_decoderFallback_60() const { return ___decoderFallback_60; } inline DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D ** get_address_of_decoderFallback_60() { return &___decoderFallback_60; } inline void set_decoderFallback_60(DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * value) { ___decoderFallback_60 = value; Il2CppCodeGenWriteBarrier((void**)(&___decoderFallback_60), (void*)value); } }; struct Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields { public: // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::defaultEncoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___defaultEncoding_0; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::unicodeEncoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___unicodeEncoding_1; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianUnicode Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___bigEndianUnicode_2; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf7Encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___utf7Encoding_3; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8Encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___utf8Encoding_4; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf32Encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___utf32Encoding_5; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::asciiEncoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___asciiEncoding_6; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::latin1Encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___latin1Encoding_7; // System.Collections.Hashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::encodings Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___encodings_8; // System.Object System.Text.Encoding::s_InternalSyncObject RuntimeObject * ___s_InternalSyncObject_61; public: inline static int32_t get_offset_of_defaultEncoding_0() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___defaultEncoding_0)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_defaultEncoding_0() const { return ___defaultEncoding_0; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_defaultEncoding_0() { return &___defaultEncoding_0; } inline void set_defaultEncoding_0(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___defaultEncoding_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultEncoding_0), (void*)value); } inline static int32_t get_offset_of_unicodeEncoding_1() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___unicodeEncoding_1)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_unicodeEncoding_1() const { return ___unicodeEncoding_1; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_unicodeEncoding_1() { return &___unicodeEncoding_1; } inline void set_unicodeEncoding_1(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___unicodeEncoding_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___unicodeEncoding_1), (void*)value); } inline static int32_t get_offset_of_bigEndianUnicode_2() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___bigEndianUnicode_2)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_bigEndianUnicode_2() const { return ___bigEndianUnicode_2; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_bigEndianUnicode_2() { return &___bigEndianUnicode_2; } inline void set_bigEndianUnicode_2(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___bigEndianUnicode_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___bigEndianUnicode_2), (void*)value); } inline static int32_t get_offset_of_utf7Encoding_3() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___utf7Encoding_3)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_utf7Encoding_3() const { return ___utf7Encoding_3; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_utf7Encoding_3() { return &___utf7Encoding_3; } inline void set_utf7Encoding_3(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___utf7Encoding_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___utf7Encoding_3), (void*)value); } inline static int32_t get_offset_of_utf8Encoding_4() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___utf8Encoding_4)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_utf8Encoding_4() const { return ___utf8Encoding_4; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_utf8Encoding_4() { return &___utf8Encoding_4; } inline void set_utf8Encoding_4(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___utf8Encoding_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___utf8Encoding_4), (void*)value); } inline static int32_t get_offset_of_utf32Encoding_5() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___utf32Encoding_5)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_utf32Encoding_5() const { return ___utf32Encoding_5; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_utf32Encoding_5() { return &___utf32Encoding_5; } inline void set_utf32Encoding_5(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___utf32Encoding_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___utf32Encoding_5), (void*)value); } inline static int32_t get_offset_of_asciiEncoding_6() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___asciiEncoding_6)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_asciiEncoding_6() const { return ___asciiEncoding_6; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_asciiEncoding_6() { return &___asciiEncoding_6; } inline void set_asciiEncoding_6(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___asciiEncoding_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___asciiEncoding_6), (void*)value); } inline static int32_t get_offset_of_latin1Encoding_7() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___latin1Encoding_7)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_latin1Encoding_7() const { return ___latin1Encoding_7; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_latin1Encoding_7() { return &___latin1Encoding_7; } inline void set_latin1Encoding_7(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___latin1Encoding_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___latin1Encoding_7), (void*)value); } inline static int32_t get_offset_of_encodings_8() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___encodings_8)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_encodings_8() const { return ___encodings_8; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_encodings_8() { return &___encodings_8; } inline void set_encodings_8(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___encodings_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___encodings_8), (void*)value); } inline static int32_t get_offset_of_s_InternalSyncObject_61() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___s_InternalSyncObject_61)); } inline RuntimeObject * get_s_InternalSyncObject_61() const { return ___s_InternalSyncObject_61; } inline RuntimeObject ** get_address_of_s_InternalSyncObject_61() { return &___s_InternalSyncObject_61; } inline void set_s_InternalSyncObject_61(RuntimeObject * value) { ___s_InternalSyncObject_61 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_InternalSyncObject_61), (void*)value); } }; // System.EventArgs struct EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA : public RuntimeObject { public: public: }; struct EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_StaticFields { public: // System.EventArgs System.EventArgs::Empty EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA * ___Empty_0; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_StaticFields, ___Empty_0)); } inline EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA * get_Empty_0() const { return ___Empty_0; } inline EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA ** get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA * value) { ___Empty_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_0), (void*)value); } }; // System.Xml.IncrementalReadDecoder struct IncrementalReadDecoder_t89737691013C036E9386839AE30A43C9721B3984 : public RuntimeObject { public: public: }; // System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 : public RuntimeObject { public: // System.Object System.MarshalByRefObject::_identity RuntimeObject * ____identity_0; public: inline static int32_t get_offset_of__identity_0() { return static_cast(offsetof(MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8, ____identity_0)); } inline RuntimeObject * get__identity_0() const { return ____identity_0; } inline RuntimeObject ** get_address_of__identity_0() { return &____identity_0; } inline void set__identity_0(RuntimeObject * value) { ____identity_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____identity_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_pinvoke { Il2CppIUnknown* ____identity_0; }; // Native definition for COM marshalling of System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_com { Il2CppIUnknown* ____identity_0; }; // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; // System.Xml.Schema.SchemaEntity struct SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E : public RuntimeObject { public: // System.Xml.XmlQualifiedName System.Xml.Schema.SchemaEntity::qname XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___qname_0; // System.String System.Xml.Schema.SchemaEntity::url String_t* ___url_1; // System.String System.Xml.Schema.SchemaEntity::pubid String_t* ___pubid_2; // System.String System.Xml.Schema.SchemaEntity::text String_t* ___text_3; // System.Xml.XmlQualifiedName System.Xml.Schema.SchemaEntity::ndata XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___ndata_4; // System.Int32 System.Xml.Schema.SchemaEntity::lineNumber int32_t ___lineNumber_5; // System.Int32 System.Xml.Schema.SchemaEntity::linePosition int32_t ___linePosition_6; // System.Boolean System.Xml.Schema.SchemaEntity::isParameter bool ___isParameter_7; // System.Boolean System.Xml.Schema.SchemaEntity::isExternal bool ___isExternal_8; // System.Boolean System.Xml.Schema.SchemaEntity::parsingInProgress bool ___parsingInProgress_9; // System.Boolean System.Xml.Schema.SchemaEntity::isDeclaredInExternal bool ___isDeclaredInExternal_10; // System.String System.Xml.Schema.SchemaEntity::baseURI String_t* ___baseURI_11; // System.String System.Xml.Schema.SchemaEntity::declaredURI String_t* ___declaredURI_12; public: inline static int32_t get_offset_of_qname_0() { return static_cast(offsetof(SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E, ___qname_0)); } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * get_qname_0() const { return ___qname_0; } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 ** get_address_of_qname_0() { return &___qname_0; } inline void set_qname_0(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * value) { ___qname_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___qname_0), (void*)value); } inline static int32_t get_offset_of_url_1() { return static_cast(offsetof(SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E, ___url_1)); } inline String_t* get_url_1() const { return ___url_1; } inline String_t** get_address_of_url_1() { return &___url_1; } inline void set_url_1(String_t* value) { ___url_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___url_1), (void*)value); } inline static int32_t get_offset_of_pubid_2() { return static_cast(offsetof(SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E, ___pubid_2)); } inline String_t* get_pubid_2() const { return ___pubid_2; } inline String_t** get_address_of_pubid_2() { return &___pubid_2; } inline void set_pubid_2(String_t* value) { ___pubid_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___pubid_2), (void*)value); } inline static int32_t get_offset_of_text_3() { return static_cast(offsetof(SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E, ___text_3)); } inline String_t* get_text_3() const { return ___text_3; } inline String_t** get_address_of_text_3() { return &___text_3; } inline void set_text_3(String_t* value) { ___text_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___text_3), (void*)value); } inline static int32_t get_offset_of_ndata_4() { return static_cast(offsetof(SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E, ___ndata_4)); } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * get_ndata_4() const { return ___ndata_4; } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 ** get_address_of_ndata_4() { return &___ndata_4; } inline void set_ndata_4(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * value) { ___ndata_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___ndata_4), (void*)value); } inline static int32_t get_offset_of_lineNumber_5() { return static_cast(offsetof(SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E, ___lineNumber_5)); } inline int32_t get_lineNumber_5() const { return ___lineNumber_5; } inline int32_t* get_address_of_lineNumber_5() { return &___lineNumber_5; } inline void set_lineNumber_5(int32_t value) { ___lineNumber_5 = value; } inline static int32_t get_offset_of_linePosition_6() { return static_cast(offsetof(SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E, ___linePosition_6)); } inline int32_t get_linePosition_6() const { return ___linePosition_6; } inline int32_t* get_address_of_linePosition_6() { return &___linePosition_6; } inline void set_linePosition_6(int32_t value) { ___linePosition_6 = value; } inline static int32_t get_offset_of_isParameter_7() { return static_cast(offsetof(SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E, ___isParameter_7)); } inline bool get_isParameter_7() const { return ___isParameter_7; } inline bool* get_address_of_isParameter_7() { return &___isParameter_7; } inline void set_isParameter_7(bool value) { ___isParameter_7 = value; } inline static int32_t get_offset_of_isExternal_8() { return static_cast(offsetof(SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E, ___isExternal_8)); } inline bool get_isExternal_8() const { return ___isExternal_8; } inline bool* get_address_of_isExternal_8() { return &___isExternal_8; } inline void set_isExternal_8(bool value) { ___isExternal_8 = value; } inline static int32_t get_offset_of_parsingInProgress_9() { return static_cast(offsetof(SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E, ___parsingInProgress_9)); } inline bool get_parsingInProgress_9() const { return ___parsingInProgress_9; } inline bool* get_address_of_parsingInProgress_9() { return &___parsingInProgress_9; } inline void set_parsingInProgress_9(bool value) { ___parsingInProgress_9 = value; } inline static int32_t get_offset_of_isDeclaredInExternal_10() { return static_cast(offsetof(SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E, ___isDeclaredInExternal_10)); } inline bool get_isDeclaredInExternal_10() const { return ___isDeclaredInExternal_10; } inline bool* get_address_of_isDeclaredInExternal_10() { return &___isDeclaredInExternal_10; } inline void set_isDeclaredInExternal_10(bool value) { ___isDeclaredInExternal_10 = value; } inline static int32_t get_offset_of_baseURI_11() { return static_cast(offsetof(SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E, ___baseURI_11)); } inline String_t* get_baseURI_11() const { return ___baseURI_11; } inline String_t** get_address_of_baseURI_11() { return &___baseURI_11; } inline void set_baseURI_11(String_t* value) { ___baseURI_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___baseURI_11), (void*)value); } inline static int32_t get_offset_of_declaredURI_12() { return static_cast(offsetof(SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E, ___declaredURI_12)); } inline String_t* get_declaredURI_12() const { return ___declaredURI_12; } inline String_t** get_address_of_declaredURI_12() { return &___declaredURI_12; } inline void set_declaredURI_12(String_t* value) { ___declaredURI_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___declaredURI_12), (void*)value); } }; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 : public RuntimeObject { public: // System.String[] System.Runtime.Serialization.SerializationInfo::m_members StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___m_members_3; // System.Object[] System.Runtime.Serialization.SerializationInfo::m_data ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___m_data_4; // System.Type[] System.Runtime.Serialization.SerializationInfo::m_types TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___m_types_5; // System.Collections.Generic.Dictionary`2 System.Runtime.Serialization.SerializationInfo::m_nameToIndex Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * ___m_nameToIndex_6; // System.Int32 System.Runtime.Serialization.SerializationInfo::m_currMember int32_t ___m_currMember_7; // System.Runtime.Serialization.IFormatterConverter System.Runtime.Serialization.SerializationInfo::m_converter RuntimeObject* ___m_converter_8; // System.String System.Runtime.Serialization.SerializationInfo::m_fullTypeName String_t* ___m_fullTypeName_9; // System.String System.Runtime.Serialization.SerializationInfo::m_assemName String_t* ___m_assemName_10; // System.Type System.Runtime.Serialization.SerializationInfo::objectType Type_t * ___objectType_11; // System.Boolean System.Runtime.Serialization.SerializationInfo::isFullTypeNameSetExplicit bool ___isFullTypeNameSetExplicit_12; // System.Boolean System.Runtime.Serialization.SerializationInfo::isAssemblyNameSetExplicit bool ___isAssemblyNameSetExplicit_13; // System.Boolean System.Runtime.Serialization.SerializationInfo::requireSameTokenInPartialTrust bool ___requireSameTokenInPartialTrust_14; public: inline static int32_t get_offset_of_m_members_3() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_members_3)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_m_members_3() const { return ___m_members_3; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_m_members_3() { return &___m_members_3; } inline void set_m_members_3(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___m_members_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_members_3), (void*)value); } inline static int32_t get_offset_of_m_data_4() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_data_4)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_m_data_4() const { return ___m_data_4; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_m_data_4() { return &___m_data_4; } inline void set_m_data_4(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___m_data_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_data_4), (void*)value); } inline static int32_t get_offset_of_m_types_5() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_types_5)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_m_types_5() const { return ___m_types_5; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_m_types_5() { return &___m_types_5; } inline void set_m_types_5(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ___m_types_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_types_5), (void*)value); } inline static int32_t get_offset_of_m_nameToIndex_6() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_nameToIndex_6)); } inline Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * get_m_nameToIndex_6() const { return ___m_nameToIndex_6; } inline Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 ** get_address_of_m_nameToIndex_6() { return &___m_nameToIndex_6; } inline void set_m_nameToIndex_6(Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * value) { ___m_nameToIndex_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_nameToIndex_6), (void*)value); } inline static int32_t get_offset_of_m_currMember_7() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_currMember_7)); } inline int32_t get_m_currMember_7() const { return ___m_currMember_7; } inline int32_t* get_address_of_m_currMember_7() { return &___m_currMember_7; } inline void set_m_currMember_7(int32_t value) { ___m_currMember_7 = value; } inline static int32_t get_offset_of_m_converter_8() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_converter_8)); } inline RuntimeObject* get_m_converter_8() const { return ___m_converter_8; } inline RuntimeObject** get_address_of_m_converter_8() { return &___m_converter_8; } inline void set_m_converter_8(RuntimeObject* value) { ___m_converter_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_converter_8), (void*)value); } inline static int32_t get_offset_of_m_fullTypeName_9() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_fullTypeName_9)); } inline String_t* get_m_fullTypeName_9() const { return ___m_fullTypeName_9; } inline String_t** get_address_of_m_fullTypeName_9() { return &___m_fullTypeName_9; } inline void set_m_fullTypeName_9(String_t* value) { ___m_fullTypeName_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_fullTypeName_9), (void*)value); } inline static int32_t get_offset_of_m_assemName_10() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_assemName_10)); } inline String_t* get_m_assemName_10() const { return ___m_assemName_10; } inline String_t** get_address_of_m_assemName_10() { return &___m_assemName_10; } inline void set_m_assemName_10(String_t* value) { ___m_assemName_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_assemName_10), (void*)value); } inline static int32_t get_offset_of_objectType_11() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___objectType_11)); } inline Type_t * get_objectType_11() const { return ___objectType_11; } inline Type_t ** get_address_of_objectType_11() { return &___objectType_11; } inline void set_objectType_11(Type_t * value) { ___objectType_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___objectType_11), (void*)value); } inline static int32_t get_offset_of_isFullTypeNameSetExplicit_12() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___isFullTypeNameSetExplicit_12)); } inline bool get_isFullTypeNameSetExplicit_12() const { return ___isFullTypeNameSetExplicit_12; } inline bool* get_address_of_isFullTypeNameSetExplicit_12() { return &___isFullTypeNameSetExplicit_12; } inline void set_isFullTypeNameSetExplicit_12(bool value) { ___isFullTypeNameSetExplicit_12 = value; } inline static int32_t get_offset_of_isAssemblyNameSetExplicit_13() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___isAssemblyNameSetExplicit_13)); } inline bool get_isAssemblyNameSetExplicit_13() const { return ___isAssemblyNameSetExplicit_13; } inline bool* get_address_of_isAssemblyNameSetExplicit_13() { return &___isAssemblyNameSetExplicit_13; } inline void set_isAssemblyNameSetExplicit_13(bool value) { ___isAssemblyNameSetExplicit_13 = value; } inline static int32_t get_offset_of_requireSameTokenInPartialTrust_14() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___requireSameTokenInPartialTrust_14)); } inline bool get_requireSameTokenInPartialTrust_14() const { return ___requireSameTokenInPartialTrust_14; } inline bool* get_address_of_requireSameTokenInPartialTrust_14() { return &___requireSameTokenInPartialTrust_14; } inline void set_requireSameTokenInPartialTrust_14(bool value) { ___requireSameTokenInPartialTrust_14 = value; } }; // System.Runtime.Serialization.SerializationInfoEnumerator struct SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 : public RuntimeObject { public: // System.String[] System.Runtime.Serialization.SerializationInfoEnumerator::m_members StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___m_members_0; // System.Object[] System.Runtime.Serialization.SerializationInfoEnumerator::m_data ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___m_data_1; // System.Type[] System.Runtime.Serialization.SerializationInfoEnumerator::m_types TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___m_types_2; // System.Int32 System.Runtime.Serialization.SerializationInfoEnumerator::m_numItems int32_t ___m_numItems_3; // System.Int32 System.Runtime.Serialization.SerializationInfoEnumerator::m_currItem int32_t ___m_currItem_4; // System.Boolean System.Runtime.Serialization.SerializationInfoEnumerator::m_current bool ___m_current_5; public: inline static int32_t get_offset_of_m_members_0() { return static_cast(offsetof(SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6, ___m_members_0)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_m_members_0() const { return ___m_members_0; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_m_members_0() { return &___m_members_0; } inline void set_m_members_0(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___m_members_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_members_0), (void*)value); } inline static int32_t get_offset_of_m_data_1() { return static_cast(offsetof(SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6, ___m_data_1)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_m_data_1() const { return ___m_data_1; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_m_data_1() { return &___m_data_1; } inline void set_m_data_1(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___m_data_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_data_1), (void*)value); } inline static int32_t get_offset_of_m_types_2() { return static_cast(offsetof(SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6, ___m_types_2)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_m_types_2() const { return ___m_types_2; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_m_types_2() { return &___m_types_2; } inline void set_m_types_2(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ___m_types_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_types_2), (void*)value); } inline static int32_t get_offset_of_m_numItems_3() { return static_cast(offsetof(SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6, ___m_numItems_3)); } inline int32_t get_m_numItems_3() const { return ___m_numItems_3; } inline int32_t* get_address_of_m_numItems_3() { return &___m_numItems_3; } inline void set_m_numItems_3(int32_t value) { ___m_numItems_3 = value; } inline static int32_t get_offset_of_m_currItem_4() { return static_cast(offsetof(SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6, ___m_currItem_4)); } inline int32_t get_m_currItem_4() const { return ___m_currItem_4; } inline int32_t* get_address_of_m_currItem_4() { return &___m_currItem_4; } inline void set_m_currItem_4(int32_t value) { ___m_currItem_4 = value; } inline static int32_t get_offset_of_m_current_5() { return static_cast(offsetof(SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6, ___m_current_5)); } inline bool get_m_current_5() const { return ___m_current_5; } inline bool* get_address_of_m_current_5() { return &___m_current_5; } inline void set_m_current_5(bool value) { ___m_current_5 = value; } }; // System.Collections.SortedList struct SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 : public RuntimeObject { public: // System.Object[] System.Collections.SortedList::keys ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___keys_0; // System.Object[] System.Collections.SortedList::values ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___values_1; // System.Int32 System.Collections.SortedList::_size int32_t ____size_2; // System.Int32 System.Collections.SortedList::version int32_t ___version_3; // System.Collections.IComparer System.Collections.SortedList::comparer RuntimeObject* ___comparer_4; // System.Collections.SortedList/KeyList System.Collections.SortedList::keyList KeyList_t90FF026A62D56329DEFC1B768358977E70839881 * ___keyList_5; // System.Collections.SortedList/ValueList System.Collections.SortedList::valueList ValueList_t3A0529729679D12F7F3AF77C48E10D5E6009CD3D * ___valueList_6; // System.Object System.Collections.SortedList::_syncRoot RuntimeObject * ____syncRoot_7; public: inline static int32_t get_offset_of_keys_0() { return static_cast(offsetof(SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165, ___keys_0)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_keys_0() const { return ___keys_0; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_keys_0() { return &___keys_0; } inline void set_keys_0(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___keys_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_0), (void*)value); } inline static int32_t get_offset_of_values_1() { return static_cast(offsetof(SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165, ___values_1)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_values_1() const { return ___values_1; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_values_1() { return &___values_1; } inline void set_values_1(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___values_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_comparer_4() { return static_cast(offsetof(SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165, ___comparer_4)); } inline RuntimeObject* get_comparer_4() const { return ___comparer_4; } inline RuntimeObject** get_address_of_comparer_4() { return &___comparer_4; } inline void set_comparer_4(RuntimeObject* value) { ___comparer_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_4), (void*)value); } inline static int32_t get_offset_of_keyList_5() { return static_cast(offsetof(SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165, ___keyList_5)); } inline KeyList_t90FF026A62D56329DEFC1B768358977E70839881 * get_keyList_5() const { return ___keyList_5; } inline KeyList_t90FF026A62D56329DEFC1B768358977E70839881 ** get_address_of_keyList_5() { return &___keyList_5; } inline void set_keyList_5(KeyList_t90FF026A62D56329DEFC1B768358977E70839881 * value) { ___keyList_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___keyList_5), (void*)value); } inline static int32_t get_offset_of_valueList_6() { return static_cast(offsetof(SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165, ___valueList_6)); } inline ValueList_t3A0529729679D12F7F3AF77C48E10D5E6009CD3D * get_valueList_6() const { return ___valueList_6; } inline ValueList_t3A0529729679D12F7F3AF77C48E10D5E6009CD3D ** get_address_of_valueList_6() { return &___valueList_6; } inline void set_valueList_6(ValueList_t3A0529729679D12F7F3AF77C48E10D5E6009CD3D * value) { ___valueList_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___valueList_6), (void*)value); } inline static int32_t get_offset_of__syncRoot_7() { return static_cast(offsetof(SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165, ____syncRoot_7)); } inline RuntimeObject * get__syncRoot_7() const { return ____syncRoot_7; } inline RuntimeObject ** get_address_of__syncRoot_7() { return &____syncRoot_7; } inline void set__syncRoot_7(RuntimeObject * value) { ____syncRoot_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_7), (void*)value); } }; struct SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165_StaticFields { public: // System.Object[] System.Collections.SortedList::emptyArray ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___emptyArray_9; public: inline static int32_t get_offset_of_emptyArray_9() { return static_cast(offsetof(SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165_StaticFields, ___emptyArray_9)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_emptyArray_9() const { return ___emptyArray_9; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_emptyArray_9() { return &___emptyArray_9; } inline void set_emptyArray_9(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___emptyArray_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___emptyArray_9), (void*)value); } }; // System.String struct String_t : public RuntimeObject { public: // System.Int32 System.String::m_stringLength int32_t ___m_stringLength_0; // System.Char System.String::m_firstChar Il2CppChar ___m_firstChar_1; public: inline static int32_t get_offset_of_m_stringLength_0() { return static_cast(offsetof(String_t, ___m_stringLength_0)); } inline int32_t get_m_stringLength_0() const { return ___m_stringLength_0; } inline int32_t* get_address_of_m_stringLength_0() { return &___m_stringLength_0; } inline void set_m_stringLength_0(int32_t value) { ___m_stringLength_0 = value; } inline static int32_t get_offset_of_m_firstChar_1() { return static_cast(offsetof(String_t, ___m_firstChar_1)); } inline Il2CppChar get_m_firstChar_1() const { return ___m_firstChar_1; } inline Il2CppChar* get_address_of_m_firstChar_1() { return &___m_firstChar_1; } inline void set_m_firstChar_1(Il2CppChar value) { ___m_firstChar_1 = value; } }; struct String_t_StaticFields { public: // System.String System.String::Empty String_t* ___Empty_5; public: inline static int32_t get_offset_of_Empty_5() { return static_cast(offsetof(String_t_StaticFields, ___Empty_5)); } inline String_t* get_Empty_5() const { return ___Empty_5; } inline String_t** get_address_of_Empty_5() { return &___Empty_5; } inline void set_Empty_5(String_t* value) { ___Empty_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_5), (void*)value); } }; // System.Text.StringBuilder struct StringBuilder_t : public RuntimeObject { public: // System.Char[] System.Text.StringBuilder::m_ChunkChars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___m_ChunkChars_0; // System.Text.StringBuilder System.Text.StringBuilder::m_ChunkPrevious StringBuilder_t * ___m_ChunkPrevious_1; // System.Int32 System.Text.StringBuilder::m_ChunkLength int32_t ___m_ChunkLength_2; // System.Int32 System.Text.StringBuilder::m_ChunkOffset int32_t ___m_ChunkOffset_3; // System.Int32 System.Text.StringBuilder::m_MaxCapacity int32_t ___m_MaxCapacity_4; public: inline static int32_t get_offset_of_m_ChunkChars_0() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkChars_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_m_ChunkChars_0() const { return ___m_ChunkChars_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_m_ChunkChars_0() { return &___m_ChunkChars_0; } inline void set_m_ChunkChars_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___m_ChunkChars_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkChars_0), (void*)value); } inline static int32_t get_offset_of_m_ChunkPrevious_1() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkPrevious_1)); } inline StringBuilder_t * get_m_ChunkPrevious_1() const { return ___m_ChunkPrevious_1; } inline StringBuilder_t ** get_address_of_m_ChunkPrevious_1() { return &___m_ChunkPrevious_1; } inline void set_m_ChunkPrevious_1(StringBuilder_t * value) { ___m_ChunkPrevious_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkPrevious_1), (void*)value); } inline static int32_t get_offset_of_m_ChunkLength_2() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkLength_2)); } inline int32_t get_m_ChunkLength_2() const { return ___m_ChunkLength_2; } inline int32_t* get_address_of_m_ChunkLength_2() { return &___m_ChunkLength_2; } inline void set_m_ChunkLength_2(int32_t value) { ___m_ChunkLength_2 = value; } inline static int32_t get_offset_of_m_ChunkOffset_3() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkOffset_3)); } inline int32_t get_m_ChunkOffset_3() const { return ___m_ChunkOffset_3; } inline int32_t* get_address_of_m_ChunkOffset_3() { return &___m_ChunkOffset_3; } inline void set_m_ChunkOffset_3(int32_t value) { ___m_ChunkOffset_3 = value; } inline static int32_t get_offset_of_m_MaxCapacity_4() { return static_cast(offsetof(StringBuilder_t, ___m_MaxCapacity_4)); } inline int32_t get_m_MaxCapacity_4() const { return ___m_MaxCapacity_4; } inline int32_t* get_address_of_m_MaxCapacity_4() { return &___m_MaxCapacity_4; } inline void set_m_MaxCapacity_4(int32_t value) { ___m_MaxCapacity_4 = value; } }; // System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 : public RuntimeObject { public: public: }; // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_com { }; // System.Xml.XPath.XPathItem struct XPathItem_t053B6F865E42EB40BFD03AE958B99844501E5701 : public RuntimeObject { public: public: }; // System.Xml.XmlDownloadManager struct XmlDownloadManager_t28FF2F536CFB5125C74928F7DC706692604D5A9D : public RuntimeObject { public: // System.Collections.Hashtable System.Xml.XmlDownloadManager::connections Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___connections_0; public: inline static int32_t get_offset_of_connections_0() { return static_cast(offsetof(XmlDownloadManager_t28FF2F536CFB5125C74928F7DC706692604D5A9D, ___connections_0)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_connections_0() const { return ___connections_0; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_connections_0() { return &___connections_0; } inline void set_connections_0(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___connections_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___connections_0), (void*)value); } }; // System.Xml.XmlNameTable struct XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 : public RuntimeObject { public: public: }; // System.Xml.XmlNamespaceManager struct XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 : public RuntimeObject { public: // System.Xml.XmlNamespaceManager/NamespaceDeclaration[] System.Xml.XmlNamespaceManager::nsdecls NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5* ___nsdecls_0; // System.Int32 System.Xml.XmlNamespaceManager::lastDecl int32_t ___lastDecl_1; // System.Xml.XmlNameTable System.Xml.XmlNamespaceManager::nameTable XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * ___nameTable_2; // System.Int32 System.Xml.XmlNamespaceManager::scopeId int32_t ___scopeId_3; // System.Collections.Generic.Dictionary`2 System.Xml.XmlNamespaceManager::hashTable Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * ___hashTable_4; // System.Boolean System.Xml.XmlNamespaceManager::useHashtable bool ___useHashtable_5; // System.String System.Xml.XmlNamespaceManager::xml String_t* ___xml_6; // System.String System.Xml.XmlNamespaceManager::xmlNs String_t* ___xmlNs_7; public: inline static int32_t get_offset_of_nsdecls_0() { return static_cast(offsetof(XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465, ___nsdecls_0)); } inline NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5* get_nsdecls_0() const { return ___nsdecls_0; } inline NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5** get_address_of_nsdecls_0() { return &___nsdecls_0; } inline void set_nsdecls_0(NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5* value) { ___nsdecls_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___nsdecls_0), (void*)value); } inline static int32_t get_offset_of_lastDecl_1() { return static_cast(offsetof(XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465, ___lastDecl_1)); } inline int32_t get_lastDecl_1() const { return ___lastDecl_1; } inline int32_t* get_address_of_lastDecl_1() { return &___lastDecl_1; } inline void set_lastDecl_1(int32_t value) { ___lastDecl_1 = value; } inline static int32_t get_offset_of_nameTable_2() { return static_cast(offsetof(XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465, ___nameTable_2)); } inline XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * get_nameTable_2() const { return ___nameTable_2; } inline XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 ** get_address_of_nameTable_2() { return &___nameTable_2; } inline void set_nameTable_2(XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * value) { ___nameTable_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___nameTable_2), (void*)value); } inline static int32_t get_offset_of_scopeId_3() { return static_cast(offsetof(XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465, ___scopeId_3)); } inline int32_t get_scopeId_3() const { return ___scopeId_3; } inline int32_t* get_address_of_scopeId_3() { return &___scopeId_3; } inline void set_scopeId_3(int32_t value) { ___scopeId_3 = value; } inline static int32_t get_offset_of_hashTable_4() { return static_cast(offsetof(XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465, ___hashTable_4)); } inline Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * get_hashTable_4() const { return ___hashTable_4; } inline Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 ** get_address_of_hashTable_4() { return &___hashTable_4; } inline void set_hashTable_4(Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * value) { ___hashTable_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___hashTable_4), (void*)value); } inline static int32_t get_offset_of_useHashtable_5() { return static_cast(offsetof(XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465, ___useHashtable_5)); } inline bool get_useHashtable_5() const { return ___useHashtable_5; } inline bool* get_address_of_useHashtable_5() { return &___useHashtable_5; } inline void set_useHashtable_5(bool value) { ___useHashtable_5 = value; } inline static int32_t get_offset_of_xml_6() { return static_cast(offsetof(XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465, ___xml_6)); } inline String_t* get_xml_6() const { return ___xml_6; } inline String_t** get_address_of_xml_6() { return &___xml_6; } inline void set_xml_6(String_t* value) { ___xml_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___xml_6), (void*)value); } inline static int32_t get_offset_of_xmlNs_7() { return static_cast(offsetof(XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465, ___xmlNs_7)); } inline String_t* get_xmlNs_7() const { return ___xmlNs_7; } inline String_t** get_address_of_xmlNs_7() { return &___xmlNs_7; } inline void set_xmlNs_7(String_t* value) { ___xmlNs_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___xmlNs_7), (void*)value); } }; // System.Xml.XmlNode struct XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 : public RuntimeObject { public: // System.Xml.XmlNode System.Xml.XmlNode::parentNode XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___parentNode_0; public: inline static int32_t get_offset_of_parentNode_0() { return static_cast(offsetof(XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1, ___parentNode_0)); } inline XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * get_parentNode_0() const { return ___parentNode_0; } inline XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 ** get_address_of_parentNode_0() { return &___parentNode_0; } inline void set_parentNode_0(XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * value) { ___parentNode_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___parentNode_0), (void*)value); } }; // System.Xml.XmlNodeList struct XmlNodeList_t1DBBA2CC948CC6631BC33AA7405E11C8105E6EE9 : public RuntimeObject { public: public: }; // System.Xml.XmlNodeListEnumerator struct XmlNodeListEnumerator_t866CFDD22AB12D88A43D4CD81EBA21F059DF4B1A : public RuntimeObject { public: // System.Xml.XPathNodeList System.Xml.XmlNodeListEnumerator::list XPathNodeList_t4A1DB4E840970E1644EC63914E811BE82E6528F9 * ___list_0; // System.Int32 System.Xml.XmlNodeListEnumerator::index int32_t ___index_1; // System.Boolean System.Xml.XmlNodeListEnumerator::valid bool ___valid_2; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(XmlNodeListEnumerator_t866CFDD22AB12D88A43D4CD81EBA21F059DF4B1A, ___list_0)); } inline XPathNodeList_t4A1DB4E840970E1644EC63914E811BE82E6528F9 * get_list_0() const { return ___list_0; } inline XPathNodeList_t4A1DB4E840970E1644EC63914E811BE82E6528F9 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(XPathNodeList_t4A1DB4E840970E1644EC63914E811BE82E6528F9 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(XmlNodeListEnumerator_t866CFDD22AB12D88A43D4CD81EBA21F059DF4B1A, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_valid_2() { return static_cast(offsetof(XmlNodeListEnumerator_t866CFDD22AB12D88A43D4CD81EBA21F059DF4B1A, ___valid_2)); } inline bool get_valid_2() const { return ___valid_2; } inline bool* get_address_of_valid_2() { return &___valid_2; } inline void set_valid_2(bool value) { ___valid_2 = value; } }; // System.Xml.XmlQualifiedName struct XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 : public RuntimeObject { public: // System.String System.Xml.XmlQualifiedName::name String_t* ___name_1; // System.String System.Xml.XmlQualifiedName::ns String_t* ___ns_2; // System.Int32 System.Xml.XmlQualifiedName::hash int32_t ___hash_3; public: inline static int32_t get_offset_of_name_1() { return static_cast(offsetof(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905, ___name_1)); } inline String_t* get_name_1() const { return ___name_1; } inline String_t** get_address_of_name_1() { return &___name_1; } inline void set_name_1(String_t* value) { ___name_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_1), (void*)value); } inline static int32_t get_offset_of_ns_2() { return static_cast(offsetof(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905, ___ns_2)); } inline String_t* get_ns_2() const { return ___ns_2; } inline String_t** get_address_of_ns_2() { return &___ns_2; } inline void set_ns_2(String_t* value) { ___ns_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___ns_2), (void*)value); } inline static int32_t get_offset_of_hash_3() { return static_cast(offsetof(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905, ___hash_3)); } inline int32_t get_hash_3() const { return ___hash_3; } inline int32_t* get_address_of_hash_3() { return &___hash_3; } inline void set_hash_3(int32_t value) { ___hash_3 = value; } }; struct XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_StaticFields { public: // System.Xml.XmlQualifiedName/HashCodeOfStringDelegate System.Xml.XmlQualifiedName::hashCodeDelegate HashCodeOfStringDelegate_tAE9DAB0A55A64F35CCEE05D71856BAAF6C0B668E * ___hashCodeDelegate_0; // System.Xml.XmlQualifiedName System.Xml.XmlQualifiedName::Empty XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___Empty_4; public: inline static int32_t get_offset_of_hashCodeDelegate_0() { return static_cast(offsetof(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_StaticFields, ___hashCodeDelegate_0)); } inline HashCodeOfStringDelegate_tAE9DAB0A55A64F35CCEE05D71856BAAF6C0B668E * get_hashCodeDelegate_0() const { return ___hashCodeDelegate_0; } inline HashCodeOfStringDelegate_tAE9DAB0A55A64F35CCEE05D71856BAAF6C0B668E ** get_address_of_hashCodeDelegate_0() { return &___hashCodeDelegate_0; } inline void set_hashCodeDelegate_0(HashCodeOfStringDelegate_tAE9DAB0A55A64F35CCEE05D71856BAAF6C0B668E * value) { ___hashCodeDelegate_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___hashCodeDelegate_0), (void*)value); } inline static int32_t get_offset_of_Empty_4() { return static_cast(offsetof(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_StaticFields, ___Empty_4)); } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * get_Empty_4() const { return ___Empty_4; } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 ** get_address_of_Empty_4() { return &___Empty_4; } inline void set_Empty_4(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * value) { ___Empty_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_4), (void*)value); } }; // System.Xml.XmlReader struct XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 : public RuntimeObject { public: public: }; struct XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138_StaticFields { public: // 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; public: inline static int32_t get_offset_of_IsTextualNodeBitmap_0() { return static_cast(offsetof(XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138_StaticFields, ___IsTextualNodeBitmap_0)); } inline uint32_t get_IsTextualNodeBitmap_0() const { return ___IsTextualNodeBitmap_0; } inline uint32_t* get_address_of_IsTextualNodeBitmap_0() { return &___IsTextualNodeBitmap_0; } inline void set_IsTextualNodeBitmap_0(uint32_t value) { ___IsTextualNodeBitmap_0 = value; } inline static int32_t get_offset_of_CanReadContentAsBitmap_1() { return static_cast(offsetof(XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138_StaticFields, ___CanReadContentAsBitmap_1)); } inline uint32_t get_CanReadContentAsBitmap_1() const { return ___CanReadContentAsBitmap_1; } inline uint32_t* get_address_of_CanReadContentAsBitmap_1() { return &___CanReadContentAsBitmap_1; } inline void set_CanReadContentAsBitmap_1(uint32_t value) { ___CanReadContentAsBitmap_1 = value; } inline static int32_t get_offset_of_HasValueBitmap_2() { return static_cast(offsetof(XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138_StaticFields, ___HasValueBitmap_2)); } inline uint32_t get_HasValueBitmap_2() const { return ___HasValueBitmap_2; } inline uint32_t* get_address_of_HasValueBitmap_2() { return &___HasValueBitmap_2; } inline void set_HasValueBitmap_2(uint32_t value) { ___HasValueBitmap_2 = value; } }; // System.Xml.XmlConfiguration.XmlReaderSection struct XmlReaderSection_t7E5D39D2B2159A62B1B563E3777800AC6EF7C69E : public RuntimeObject { public: public: }; // System.Xml.XmlResolver struct XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A : public RuntimeObject { public: public: }; // System.Xml.Schema.XmlSchemaCompilationSettings struct XmlSchemaCompilationSettings_t8E2045013B266953963A394832ACE9616545C3BC : public RuntimeObject { public: // System.Boolean System.Xml.Schema.XmlSchemaCompilationSettings::enableUpaCheck bool ___enableUpaCheck_0; public: inline static int32_t get_offset_of_enableUpaCheck_0() { return static_cast(offsetof(XmlSchemaCompilationSettings_t8E2045013B266953963A394832ACE9616545C3BC, ___enableUpaCheck_0)); } inline bool get_enableUpaCheck_0() const { return ___enableUpaCheck_0; } inline bool* get_address_of_enableUpaCheck_0() { return &___enableUpaCheck_0; } inline void set_enableUpaCheck_0(bool value) { ___enableUpaCheck_0 = value; } }; // System.Xml.Schema.XmlSchemaDatatype struct XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 : public RuntimeObject { public: public: }; // System.Xml.Schema.XmlSchemaObject struct XmlSchemaObject_tD14BD548E370305745B6E1CAAF2572F1DBC7F3D3 : public RuntimeObject { public: public: }; // System.Xml.Schema.XmlSchemaSet struct XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0 : public RuntimeObject { public: // System.Xml.XmlNameTable System.Xml.Schema.XmlSchemaSet::nameTable XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * ___nameTable_0; // System.Collections.SortedList System.Xml.Schema.XmlSchemaSet::schemas SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 * ___schemas_1; // System.Xml.Schema.ValidationEventHandler System.Xml.Schema.XmlSchemaSet::internalEventHandler ValidationEventHandler_tE0F1666DEE5D41D7A2A1D78B8E6B07EC830ACE3C * ___internalEventHandler_2; // System.Xml.Schema.ValidationEventHandler System.Xml.Schema.XmlSchemaSet::eventHandler ValidationEventHandler_tE0F1666DEE5D41D7A2A1D78B8E6B07EC830ACE3C * ___eventHandler_3; // System.Collections.Hashtable System.Xml.Schema.XmlSchemaSet::schemaLocations Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___schemaLocations_4; // System.Collections.Hashtable System.Xml.Schema.XmlSchemaSet::chameleonSchemas Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___chameleonSchemas_5; // System.Collections.Hashtable System.Xml.Schema.XmlSchemaSet::targetNamespaces Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___targetNamespaces_6; // System.Boolean System.Xml.Schema.XmlSchemaSet::compileAll bool ___compileAll_7; // System.Xml.Schema.SchemaInfo System.Xml.Schema.XmlSchemaSet::cachedCompiledInfo SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * ___cachedCompiledInfo_8; // System.Xml.XmlReaderSettings System.Xml.Schema.XmlSchemaSet::readerSettings XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * ___readerSettings_9; // System.Xml.Schema.XmlSchemaCompilationSettings System.Xml.Schema.XmlSchemaSet::compilationSettings XmlSchemaCompilationSettings_t8E2045013B266953963A394832ACE9616545C3BC * ___compilationSettings_10; public: inline static int32_t get_offset_of_nameTable_0() { return static_cast(offsetof(XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0, ___nameTable_0)); } inline XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * get_nameTable_0() const { return ___nameTable_0; } inline XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 ** get_address_of_nameTable_0() { return &___nameTable_0; } inline void set_nameTable_0(XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * value) { ___nameTable_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___nameTable_0), (void*)value); } inline static int32_t get_offset_of_schemas_1() { return static_cast(offsetof(XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0, ___schemas_1)); } inline SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 * get_schemas_1() const { return ___schemas_1; } inline SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 ** get_address_of_schemas_1() { return &___schemas_1; } inline void set_schemas_1(SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 * value) { ___schemas_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___schemas_1), (void*)value); } inline static int32_t get_offset_of_internalEventHandler_2() { return static_cast(offsetof(XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0, ___internalEventHandler_2)); } inline ValidationEventHandler_tE0F1666DEE5D41D7A2A1D78B8E6B07EC830ACE3C * get_internalEventHandler_2() const { return ___internalEventHandler_2; } inline ValidationEventHandler_tE0F1666DEE5D41D7A2A1D78B8E6B07EC830ACE3C ** get_address_of_internalEventHandler_2() { return &___internalEventHandler_2; } inline void set_internalEventHandler_2(ValidationEventHandler_tE0F1666DEE5D41D7A2A1D78B8E6B07EC830ACE3C * value) { ___internalEventHandler_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___internalEventHandler_2), (void*)value); } inline static int32_t get_offset_of_eventHandler_3() { return static_cast(offsetof(XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0, ___eventHandler_3)); } inline ValidationEventHandler_tE0F1666DEE5D41D7A2A1D78B8E6B07EC830ACE3C * get_eventHandler_3() const { return ___eventHandler_3; } inline ValidationEventHandler_tE0F1666DEE5D41D7A2A1D78B8E6B07EC830ACE3C ** get_address_of_eventHandler_3() { return &___eventHandler_3; } inline void set_eventHandler_3(ValidationEventHandler_tE0F1666DEE5D41D7A2A1D78B8E6B07EC830ACE3C * value) { ___eventHandler_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___eventHandler_3), (void*)value); } inline static int32_t get_offset_of_schemaLocations_4() { return static_cast(offsetof(XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0, ___schemaLocations_4)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_schemaLocations_4() const { return ___schemaLocations_4; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_schemaLocations_4() { return &___schemaLocations_4; } inline void set_schemaLocations_4(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___schemaLocations_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___schemaLocations_4), (void*)value); } inline static int32_t get_offset_of_chameleonSchemas_5() { return static_cast(offsetof(XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0, ___chameleonSchemas_5)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_chameleonSchemas_5() const { return ___chameleonSchemas_5; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_chameleonSchemas_5() { return &___chameleonSchemas_5; } inline void set_chameleonSchemas_5(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___chameleonSchemas_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___chameleonSchemas_5), (void*)value); } inline static int32_t get_offset_of_targetNamespaces_6() { return static_cast(offsetof(XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0, ___targetNamespaces_6)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_targetNamespaces_6() const { return ___targetNamespaces_6; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_targetNamespaces_6() { return &___targetNamespaces_6; } inline void set_targetNamespaces_6(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___targetNamespaces_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___targetNamespaces_6), (void*)value); } inline static int32_t get_offset_of_compileAll_7() { return static_cast(offsetof(XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0, ___compileAll_7)); } inline bool get_compileAll_7() const { return ___compileAll_7; } inline bool* get_address_of_compileAll_7() { return &___compileAll_7; } inline void set_compileAll_7(bool value) { ___compileAll_7 = value; } inline static int32_t get_offset_of_cachedCompiledInfo_8() { return static_cast(offsetof(XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0, ___cachedCompiledInfo_8)); } inline SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * get_cachedCompiledInfo_8() const { return ___cachedCompiledInfo_8; } inline SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 ** get_address_of_cachedCompiledInfo_8() { return &___cachedCompiledInfo_8; } inline void set_cachedCompiledInfo_8(SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * value) { ___cachedCompiledInfo_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___cachedCompiledInfo_8), (void*)value); } inline static int32_t get_offset_of_readerSettings_9() { return static_cast(offsetof(XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0, ___readerSettings_9)); } inline XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * get_readerSettings_9() const { return ___readerSettings_9; } inline XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 ** get_address_of_readerSettings_9() { return &___readerSettings_9; } inline void set_readerSettings_9(XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * value) { ___readerSettings_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___readerSettings_9), (void*)value); } inline static int32_t get_offset_of_compilationSettings_10() { return static_cast(offsetof(XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0, ___compilationSettings_10)); } inline XmlSchemaCompilationSettings_t8E2045013B266953963A394832ACE9616545C3BC * get_compilationSettings_10() const { return ___compilationSettings_10; } inline XmlSchemaCompilationSettings_t8E2045013B266953963A394832ACE9616545C3BC ** get_address_of_compilationSettings_10() { return &___compilationSettings_10; } inline void set_compilationSettings_10(XmlSchemaCompilationSettings_t8E2045013B266953963A394832ACE9616545C3BC * value) { ___compilationSettings_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___compilationSettings_10), (void*)value); } }; // System.Xml.Schema.XmlValueConverter struct XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 : public RuntimeObject { public: public: }; // System.Xml.XmlWriter struct XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D : public RuntimeObject { public: public: }; // System.Xml.XmlTextReaderImpl/DtdDefaultAttributeInfoToNodeDataComparer struct DtdDefaultAttributeInfoToNodeDataComparer_t8D053B72BDEEEBBA9DFF9497C99EE79EA11607FC : public RuntimeObject { public: public: }; struct DtdDefaultAttributeInfoToNodeDataComparer_t8D053B72BDEEEBBA9DFF9497C99EE79EA11607FC_StaticFields { public: // System.Collections.Generic.IComparer`1 System.Xml.XmlTextReaderImpl/DtdDefaultAttributeInfoToNodeDataComparer::s_instance RuntimeObject* ___s_instance_0; public: inline static int32_t get_offset_of_s_instance_0() { return static_cast(offsetof(DtdDefaultAttributeInfoToNodeDataComparer_t8D053B72BDEEEBBA9DFF9497C99EE79EA11607FC_StaticFields, ___s_instance_0)); } inline RuntimeObject* get_s_instance_0() const { return ___s_instance_0; } inline RuntimeObject** get_address_of_s_instance_0() { return &___s_instance_0; } inline void set_s_instance_0(RuntimeObject* value) { ___s_instance_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_instance_0), (void*)value); } }; // System.Xml.XmlTextReaderImpl/DtdParserProxy struct DtdParserProxy_t2577A62EB66A77D9533689C64F0F41F47C19F557 : public RuntimeObject { public: // System.Xml.XmlTextReaderImpl System.Xml.XmlTextReaderImpl/DtdParserProxy::reader XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * ___reader_0; public: inline static int32_t get_offset_of_reader_0() { return static_cast(offsetof(DtdParserProxy_t2577A62EB66A77D9533689C64F0F41F47C19F557, ___reader_0)); } inline XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * get_reader_0() const { return ___reader_0; } inline XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 ** get_address_of_reader_0() { return &___reader_0; } inline void set_reader_0(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * value) { ___reader_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___reader_0), (void*)value); } }; // System.Nullable`1 struct Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 { public: // T System.Nullable`1::value bool ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3, ___value_0)); } inline bool get_value_0() const { return ___value_0; } inline bool* get_address_of_value_0() { return &___value_0; } inline void set_value_0(bool value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Boolean struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37 { public: // System.Boolean System.Boolean::m_value bool ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37, ___m_value_0)); } inline bool get_m_value_0() const { return ___m_value_0; } inline bool* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(bool value) { ___m_value_0 = value; } }; struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields { public: // System.String System.Boolean::TrueString String_t* ___TrueString_5; // System.String System.Boolean::FalseString String_t* ___FalseString_6; public: inline static int32_t get_offset_of_TrueString_5() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___TrueString_5)); } inline String_t* get_TrueString_5() const { return ___TrueString_5; } inline String_t** get_address_of_TrueString_5() { return &___TrueString_5; } inline void set_TrueString_5(String_t* value) { ___TrueString_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___TrueString_5), (void*)value); } inline static int32_t get_offset_of_FalseString_6() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___FalseString_6)); } inline String_t* get_FalseString_6() const { return ___FalseString_6; } inline String_t** get_address_of_FalseString_6() { return &___FalseString_6; } inline void set_FalseString_6(String_t* value) { ___FalseString_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___FalseString_6), (void*)value); } }; // System.Byte struct Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056 { public: // System.Byte System.Byte::m_value uint8_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056, ___m_value_0)); } inline uint8_t get_m_value_0() const { return ___m_value_0; } inline uint8_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint8_t value) { ___m_value_0 = value; } }; // System.Char struct Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14 { public: // System.Char System.Char::m_value Il2CppChar ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14, ___m_value_0)); } inline Il2CppChar get_m_value_0() const { return ___m_value_0; } inline Il2CppChar* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(Il2CppChar value) { ___m_value_0 = value; } }; struct Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_StaticFields { public: // System.Byte[] System.Char::categoryForLatin1 ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___categoryForLatin1_3; public: inline static int32_t get_offset_of_categoryForLatin1_3() { return static_cast(offsetof(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_StaticFields, ___categoryForLatin1_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_categoryForLatin1_3() const { return ___categoryForLatin1_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_categoryForLatin1_3() { return &___categoryForLatin1_3; } inline void set_categoryForLatin1_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___categoryForLatin1_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___categoryForLatin1_3), (void*)value); } }; // System.DateTime struct DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 { public: // System.UInt64 System.DateTime::dateData uint64_t ___dateData_44; public: inline static int32_t get_offset_of_dateData_44() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405, ___dateData_44)); } inline uint64_t get_dateData_44() const { return ___dateData_44; } inline uint64_t* get_address_of_dateData_44() { return &___dateData_44; } inline void set_dateData_44(uint64_t value) { ___dateData_44 = value; } }; struct DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields { public: // System.Int32[] System.DateTime::DaysToMonth365 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___DaysToMonth365_29; // System.Int32[] System.DateTime::DaysToMonth366 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___DaysToMonth366_30; // System.DateTime System.DateTime::MinValue DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___MinValue_31; // System.DateTime System.DateTime::MaxValue DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___MaxValue_32; public: inline static int32_t get_offset_of_DaysToMonth365_29() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___DaysToMonth365_29)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_DaysToMonth365_29() const { return ___DaysToMonth365_29; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_DaysToMonth365_29() { return &___DaysToMonth365_29; } inline void set_DaysToMonth365_29(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___DaysToMonth365_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth365_29), (void*)value); } inline static int32_t get_offset_of_DaysToMonth366_30() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___DaysToMonth366_30)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_DaysToMonth366_30() const { return ___DaysToMonth366_30; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_DaysToMonth366_30() { return &___DaysToMonth366_30; } inline void set_DaysToMonth366_30(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___DaysToMonth366_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth366_30), (void*)value); } inline static int32_t get_offset_of_MinValue_31() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___MinValue_31)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_MinValue_31() const { return ___MinValue_31; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_MinValue_31() { return &___MinValue_31; } inline void set_MinValue_31(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___MinValue_31 = value; } inline static int32_t get_offset_of_MaxValue_32() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___MaxValue_32)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_MaxValue_32() const { return ___MaxValue_32; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_MaxValue_32() { return &___MaxValue_32; } inline void set_MaxValue_32(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___MaxValue_32 = value; } }; // System.Decimal struct Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 { public: // System.Int32 System.Decimal::flags int32_t ___flags_14; // System.Int32 System.Decimal::hi int32_t ___hi_15; // System.Int32 System.Decimal::lo int32_t ___lo_16; // System.Int32 System.Decimal::mid int32_t ___mid_17; public: inline static int32_t get_offset_of_flags_14() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7, ___flags_14)); } inline int32_t get_flags_14() const { return ___flags_14; } inline int32_t* get_address_of_flags_14() { return &___flags_14; } inline void set_flags_14(int32_t value) { ___flags_14 = value; } inline static int32_t get_offset_of_hi_15() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7, ___hi_15)); } inline int32_t get_hi_15() const { return ___hi_15; } inline int32_t* get_address_of_hi_15() { return &___hi_15; } inline void set_hi_15(int32_t value) { ___hi_15 = value; } inline static int32_t get_offset_of_lo_16() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7, ___lo_16)); } inline int32_t get_lo_16() const { return ___lo_16; } inline int32_t* get_address_of_lo_16() { return &___lo_16; } inline void set_lo_16(int32_t value) { ___lo_16 = value; } inline static int32_t get_offset_of_mid_17() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7, ___mid_17)); } inline int32_t get_mid_17() const { return ___mid_17; } inline int32_t* get_address_of_mid_17() { return &___mid_17; } inline void set_mid_17(int32_t value) { ___mid_17 = value; } }; struct Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields { public: // System.UInt32[] System.Decimal::Powers10 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___Powers10_6; // System.Decimal System.Decimal::Zero Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___Zero_7; // System.Decimal System.Decimal::One Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___One_8; // System.Decimal System.Decimal::MinusOne Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___MinusOne_9; // System.Decimal System.Decimal::MaxValue Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___MaxValue_10; // System.Decimal System.Decimal::MinValue Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___MinValue_11; // System.Decimal System.Decimal::NearNegativeZero Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___NearNegativeZero_12; // System.Decimal System.Decimal::NearPositiveZero Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___NearPositiveZero_13; public: inline static int32_t get_offset_of_Powers10_6() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___Powers10_6)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_Powers10_6() const { return ___Powers10_6; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_Powers10_6() { return &___Powers10_6; } inline void set_Powers10_6(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___Powers10_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___Powers10_6), (void*)value); } inline static int32_t get_offset_of_Zero_7() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___Zero_7)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_Zero_7() const { return ___Zero_7; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_Zero_7() { return &___Zero_7; } inline void set_Zero_7(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___Zero_7 = value; } inline static int32_t get_offset_of_One_8() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___One_8)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_One_8() const { return ___One_8; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_One_8() { return &___One_8; } inline void set_One_8(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___One_8 = value; } inline static int32_t get_offset_of_MinusOne_9() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___MinusOne_9)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_MinusOne_9() const { return ___MinusOne_9; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_MinusOne_9() { return &___MinusOne_9; } inline void set_MinusOne_9(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___MinusOne_9 = value; } inline static int32_t get_offset_of_MaxValue_10() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___MaxValue_10)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_MaxValue_10() const { return ___MaxValue_10; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_MaxValue_10() { return &___MaxValue_10; } inline void set_MaxValue_10(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___MaxValue_10 = value; } inline static int32_t get_offset_of_MinValue_11() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___MinValue_11)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_MinValue_11() const { return ___MinValue_11; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_MinValue_11() { return &___MinValue_11; } inline void set_MinValue_11(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___MinValue_11 = value; } inline static int32_t get_offset_of_NearNegativeZero_12() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___NearNegativeZero_12)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_NearNegativeZero_12() const { return ___NearNegativeZero_12; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_NearNegativeZero_12() { return &___NearNegativeZero_12; } inline void set_NearNegativeZero_12(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___NearNegativeZero_12 = value; } inline static int32_t get_offset_of_NearPositiveZero_13() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___NearPositiveZero_13)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_NearPositiveZero_13() const { return ___NearPositiveZero_13; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_NearPositiveZero_13() { return &___NearPositiveZero_13; } inline void set_NearPositiveZero_13(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___NearPositiveZero_13 = value; } }; // System.Double struct Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181 { public: // System.Double System.Double::m_value double ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181, ___m_value_0)); } inline double get_m_value_0() const { return ___m_value_0; } inline double* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(double value) { ___m_value_0 = value; } }; struct Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_StaticFields { public: // System.Double System.Double::NegativeZero double ___NegativeZero_7; public: inline static int32_t get_offset_of_NegativeZero_7() { return static_cast(offsetof(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_StaticFields, ___NegativeZero_7)); } inline double get_NegativeZero_7() const { return ___NegativeZero_7; } inline double* get_address_of_NegativeZero_7() { return &___NegativeZero_7; } inline void set_NegativeZero_7(double value) { ___NegativeZero_7 = value; } }; // System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA : public ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 { public: public: }; struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields { public: // System.Char[] System.Enum::enumSeperatorCharArray CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___enumSeperatorCharArray_0; public: inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast(offsetof(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields, ___enumSeperatorCharArray_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; } inline void set_enumSeperatorCharArray_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___enumSeperatorCharArray_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_com { }; // System.Xml.IncrementalReadDummyDecoder struct IncrementalReadDummyDecoder_tC63EFBDD75A4558B1A31CDA7814317CCF5E45C85 : public IncrementalReadDecoder_t89737691013C036E9386839AE30A43C9721B3984 { public: public: }; // System.Int16 struct Int16_tD0F031114106263BB459DA1F099FF9F42691295A { public: // System.Int16 System.Int16::m_value int16_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int16_tD0F031114106263BB459DA1F099FF9F42691295A, ___m_value_0)); } inline int16_t get_m_value_0() const { return ___m_value_0; } inline int16_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int16_t value) { ___m_value_0 = value; } }; // System.Int32 struct Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046 { public: // System.Int32 System.Int32::m_value int32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046, ___m_value_0)); } inline int32_t get_m_value_0() const { return ___m_value_0; } inline int32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int32_t value) { ___m_value_0 = value; } }; // System.Int64 struct Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3 { public: // System.Int64 System.Int64::m_value int64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3, ___m_value_0)); } inline int64_t get_m_value_0() const { return ___m_value_0; } inline int64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int64_t value) { ___m_value_0 = value; } }; // System.IntPtr struct IntPtr_t { public: // System.Void* System.IntPtr::m_value void* ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(IntPtr_t, ___m_value_0)); } inline void* get_m_value_0() const { return ___m_value_0; } inline void** get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(void* value) { ___m_value_0 = value; } }; struct IntPtr_t_StaticFields { public: // System.IntPtr System.IntPtr::Zero intptr_t ___Zero_1; public: inline static int32_t get_offset_of_Zero_1() { return static_cast(offsetof(IntPtr_t_StaticFields, ___Zero_1)); } inline intptr_t get_Zero_1() const { return ___Zero_1; } inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; } inline void set_Zero_1(intptr_t value) { ___Zero_1 = value; } }; // System.Xml.LineInfo struct LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE { public: // System.Int32 System.Xml.LineInfo::lineNo int32_t ___lineNo_0; // System.Int32 System.Xml.LineInfo::linePos int32_t ___linePos_1; public: inline static int32_t get_offset_of_lineNo_0() { return static_cast(offsetof(LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE, ___lineNo_0)); } inline int32_t get_lineNo_0() const { return ___lineNo_0; } inline int32_t* get_address_of_lineNo_0() { return &___lineNo_0; } inline void set_lineNo_0(int32_t value) { ___lineNo_0 = value; } inline static int32_t get_offset_of_linePos_1() { return static_cast(offsetof(LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE, ___linePos_1)); } inline int32_t get_linePos_1() const { return ___linePos_1; } inline int32_t* get_address_of_linePos_1() { return &___linePos_1; } inline void set_linePos_1(int32_t value) { ___linePos_1 = value; } }; // System.Reflection.MethodBase struct MethodBase_t : public MemberInfo_t { public: public: }; // System.Xml.NameTable struct NameTable_t3BB114C691B98D26C27BAF10FFFE11D974EE4728 : public XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 { public: // System.Xml.NameTable/Entry[] System.Xml.NameTable::entries EntryU5BU5D_tE4CC6F76D4A31BE3A6B656E95A290559A0DF610D* ___entries_0; // System.Int32 System.Xml.NameTable::count int32_t ___count_1; // System.Int32 System.Xml.NameTable::mask int32_t ___mask_2; // System.Int32 System.Xml.NameTable::hashCodeRandomizer int32_t ___hashCodeRandomizer_3; public: inline static int32_t get_offset_of_entries_0() { return static_cast(offsetof(NameTable_t3BB114C691B98D26C27BAF10FFFE11D974EE4728, ___entries_0)); } inline EntryU5BU5D_tE4CC6F76D4A31BE3A6B656E95A290559A0DF610D* get_entries_0() const { return ___entries_0; } inline EntryU5BU5D_tE4CC6F76D4A31BE3A6B656E95A290559A0DF610D** get_address_of_entries_0() { return &___entries_0; } inline void set_entries_0(EntryU5BU5D_tE4CC6F76D4A31BE3A6B656E95A290559A0DF610D* value) { ___entries_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_0), (void*)value); } inline static int32_t get_offset_of_count_1() { return static_cast(offsetof(NameTable_t3BB114C691B98D26C27BAF10FFFE11D974EE4728, ___count_1)); } inline int32_t get_count_1() const { return ___count_1; } inline int32_t* get_address_of_count_1() { return &___count_1; } inline void set_count_1(int32_t value) { ___count_1 = value; } inline static int32_t get_offset_of_mask_2() { return static_cast(offsetof(NameTable_t3BB114C691B98D26C27BAF10FFFE11D974EE4728, ___mask_2)); } inline int32_t get_mask_2() const { return ___mask_2; } inline int32_t* get_address_of_mask_2() { return &___mask_2; } inline void set_mask_2(int32_t value) { ___mask_2 = value; } inline static int32_t get_offset_of_hashCodeRandomizer_3() { return static_cast(offsetof(NameTable_t3BB114C691B98D26C27BAF10FFFE11D974EE4728, ___hashCodeRandomizer_3)); } inline int32_t get_hashCodeRandomizer_3() const { return ___hashCodeRandomizer_3; } inline int32_t* get_address_of_hashCodeRandomizer_3() { return &___hashCodeRandomizer_3; } inline void set_hashCodeRandomizer_3(int32_t value) { ___hashCodeRandomizer_3 = value; } }; // System.SByte struct SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B { public: // System.SByte System.SByte::m_value int8_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B, ___m_value_0)); } inline int8_t get_m_value_0() const { return ___m_value_0; } inline int8_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int8_t value) { ___m_value_0 = value; } }; // System.Xml.SafeAsciiDecoder struct SafeAsciiDecoder_tCD1ACB5604E6CFBC5F4738EEDCF5EA3A9EA957EF : public Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370 { public: public: }; // System.Runtime.Serialization.SerializationEntry struct SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E { public: // System.Type System.Runtime.Serialization.SerializationEntry::m_type Type_t * ___m_type_0; // System.Object System.Runtime.Serialization.SerializationEntry::m_value RuntimeObject * ___m_value_1; // System.String System.Runtime.Serialization.SerializationEntry::m_name String_t* ___m_name_2; public: inline static int32_t get_offset_of_m_type_0() { return static_cast(offsetof(SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E, ___m_type_0)); } inline Type_t * get_m_type_0() const { return ___m_type_0; } inline Type_t ** get_address_of_m_type_0() { return &___m_type_0; } inline void set_m_type_0(Type_t * value) { ___m_type_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_type_0), (void*)value); } inline static int32_t get_offset_of_m_value_1() { return static_cast(offsetof(SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E, ___m_value_1)); } inline RuntimeObject * get_m_value_1() const { return ___m_value_1; } inline RuntimeObject ** get_address_of_m_value_1() { return &___m_value_1; } inline void set_m_value_1(RuntimeObject * value) { ___m_value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_value_1), (void*)value); } inline static int32_t get_offset_of_m_name_2() { return static_cast(offsetof(SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E, ___m_name_2)); } inline String_t* get_m_name_2() const { return ___m_name_2; } inline String_t** get_address_of_m_name_2() { return &___m_name_2; } inline void set_m_name_2(String_t* value) { ___m_name_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_name_2), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Runtime.Serialization.SerializationEntry struct SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E_marshaled_pinvoke { Type_t * ___m_type_0; Il2CppIUnknown* ___m_value_1; char* ___m_name_2; }; // Native definition for COM marshalling of System.Runtime.Serialization.SerializationEntry struct SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E_marshaled_com { Type_t * ___m_type_0; Il2CppIUnknown* ___m_value_1; Il2CppChar* ___m_name_2; }; // System.Single struct Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E { public: // System.Single System.Single::m_value float ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E, ___m_value_0)); } inline float get_m_value_0() const { return ___m_value_0; } inline float* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(float value) { ___m_value_0 = value; } }; // System.IO.Stream struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: // System.IO.Stream/ReadWriteTask System.IO.Stream::_activeReadWriteTask ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * ____activeReadWriteTask_3; // System.Threading.SemaphoreSlim System.IO.Stream::_asyncActiveSemaphore SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * ____asyncActiveSemaphore_4; public: inline static int32_t get_offset_of__activeReadWriteTask_3() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB, ____activeReadWriteTask_3)); } inline ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * get__activeReadWriteTask_3() const { return ____activeReadWriteTask_3; } inline ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 ** get_address_of__activeReadWriteTask_3() { return &____activeReadWriteTask_3; } inline void set__activeReadWriteTask_3(ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * value) { ____activeReadWriteTask_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____activeReadWriteTask_3), (void*)value); } inline static int32_t get_offset_of__asyncActiveSemaphore_4() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB, ____asyncActiveSemaphore_4)); } inline SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * get__asyncActiveSemaphore_4() const { return ____asyncActiveSemaphore_4; } inline SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 ** get_address_of__asyncActiveSemaphore_4() { return &____asyncActiveSemaphore_4; } inline void set__asyncActiveSemaphore_4(SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * value) { ____asyncActiveSemaphore_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____asyncActiveSemaphore_4), (void*)value); } }; struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_StaticFields { public: // System.IO.Stream System.IO.Stream::Null Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___Null_1; public: inline static int32_t get_offset_of_Null_1() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_StaticFields, ___Null_1)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_Null_1() const { return ___Null_1; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_Null_1() { return &___Null_1; } inline void set_Null_1(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___Null_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Null_1), (void*)value); } }; // System.IO.TextReader struct TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: public: }; struct TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F_StaticFields { public: // System.Func`2 System.IO.TextReader::_ReadLineDelegate Func_2_t060A650AB95DEF14D4F579FA5999ACEFEEE0FD82 * ____ReadLineDelegate_1; // System.Func`2 System.IO.TextReader::_ReadDelegate Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * ____ReadDelegate_2; // System.IO.TextReader System.IO.TextReader::Null TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * ___Null_3; public: inline static int32_t get_offset_of__ReadLineDelegate_1() { return static_cast(offsetof(TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F_StaticFields, ____ReadLineDelegate_1)); } inline Func_2_t060A650AB95DEF14D4F579FA5999ACEFEEE0FD82 * get__ReadLineDelegate_1() const { return ____ReadLineDelegate_1; } inline Func_2_t060A650AB95DEF14D4F579FA5999ACEFEEE0FD82 ** get_address_of__ReadLineDelegate_1() { return &____ReadLineDelegate_1; } inline void set__ReadLineDelegate_1(Func_2_t060A650AB95DEF14D4F579FA5999ACEFEEE0FD82 * value) { ____ReadLineDelegate_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____ReadLineDelegate_1), (void*)value); } inline static int32_t get_offset_of__ReadDelegate_2() { return static_cast(offsetof(TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F_StaticFields, ____ReadDelegate_2)); } inline Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * get__ReadDelegate_2() const { return ____ReadDelegate_2; } inline Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C ** get_address_of__ReadDelegate_2() { return &____ReadDelegate_2; } inline void set__ReadDelegate_2(Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * value) { ____ReadDelegate_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____ReadDelegate_2), (void*)value); } inline static int32_t get_offset_of_Null_3() { return static_cast(offsetof(TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F_StaticFields, ___Null_3)); } inline TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * get_Null_3() const { return ___Null_3; } inline TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F ** get_address_of_Null_3() { return &___Null_3; } inline void set_Null_3(TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * value) { ___Null_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Null_3), (void*)value); } }; // System.UInt16 struct UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD { public: // System.UInt16 System.UInt16::m_value uint16_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD, ___m_value_0)); } inline uint16_t get_m_value_0() const { return ___m_value_0; } inline uint16_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint16_t value) { ___m_value_0 = value; } }; // System.UInt32 struct UInt32_tE60352A06233E4E69DD198BCC67142159F686B15 { public: // System.UInt32 System.UInt32::m_value uint32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt32_tE60352A06233E4E69DD198BCC67142159F686B15, ___m_value_0)); } inline uint32_t get_m_value_0() const { return ___m_value_0; } inline uint32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint32_t value) { ___m_value_0 = value; } }; // System.UInt64 struct UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281 { public: // System.UInt64 System.UInt64::m_value uint64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281, ___m_value_0)); } inline uint64_t get_m_value_0() const { return ___m_value_0; } inline uint64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint64_t value) { ___m_value_0 = value; } }; // System.Xml.UTF16Decoder struct UTF16Decoder_tED77395ADA08EB3DA24122941C05DA02EA6F19E4 : public Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370 { public: // System.Boolean System.Xml.UTF16Decoder::bigEndian bool ___bigEndian_2; // System.Int32 System.Xml.UTF16Decoder::lastByte int32_t ___lastByte_3; public: inline static int32_t get_offset_of_bigEndian_2() { return static_cast(offsetof(UTF16Decoder_tED77395ADA08EB3DA24122941C05DA02EA6F19E4, ___bigEndian_2)); } inline bool get_bigEndian_2() const { return ___bigEndian_2; } inline bool* get_address_of_bigEndian_2() { return &___bigEndian_2; } inline void set_bigEndian_2(bool value) { ___bigEndian_2 = value; } inline static int32_t get_offset_of_lastByte_3() { return static_cast(offsetof(UTF16Decoder_tED77395ADA08EB3DA24122941C05DA02EA6F19E4, ___lastByte_3)); } inline int32_t get_lastByte_3() const { return ___lastByte_3; } inline int32_t* get_address_of_lastByte_3() { return &___lastByte_3; } inline void set_lastByte_3(int32_t value) { ___lastByte_3 = value; } }; // System.Text.UTF8Encoding struct UTF8Encoding_t6EE88BC62116B5328F6CF4E39C9CC49EED2ED282 : public Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 { public: // System.Boolean System.Text.UTF8Encoding::emitUTF8Identifier bool ___emitUTF8Identifier_62; // System.Boolean System.Text.UTF8Encoding::isThrowException bool ___isThrowException_63; public: inline static int32_t get_offset_of_emitUTF8Identifier_62() { return static_cast(offsetof(UTF8Encoding_t6EE88BC62116B5328F6CF4E39C9CC49EED2ED282, ___emitUTF8Identifier_62)); } inline bool get_emitUTF8Identifier_62() const { return ___emitUTF8Identifier_62; } inline bool* get_address_of_emitUTF8Identifier_62() { return &___emitUTF8Identifier_62; } inline void set_emitUTF8Identifier_62(bool value) { ___emitUTF8Identifier_62 = value; } inline static int32_t get_offset_of_isThrowException_63() { return static_cast(offsetof(UTF8Encoding_t6EE88BC62116B5328F6CF4E39C9CC49EED2ED282, ___isThrowException_63)); } inline bool get_isThrowException_63() const { return ___isThrowException_63; } inline bool* get_address_of_isThrowException_63() { return &___isThrowException_63; } inline void set_isThrowException_63(bool value) { ___isThrowException_63 = value; } }; // System.Xml.Ucs4Encoding struct Ucs4Encoding_tA26F4CA75AEBAD525FB94E7C30B3B83A61CB7F07 : public Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 { public: // System.Xml.Ucs4Decoder System.Xml.Ucs4Encoding::ucs4Decoder Ucs4Decoder_t4435DAD13F530EF8CB3E9CC22BA2E21A9C41872F * ___ucs4Decoder_62; public: inline static int32_t get_offset_of_ucs4Decoder_62() { return static_cast(offsetof(Ucs4Encoding_tA26F4CA75AEBAD525FB94E7C30B3B83A61CB7F07, ___ucs4Decoder_62)); } inline Ucs4Decoder_t4435DAD13F530EF8CB3E9CC22BA2E21A9C41872F * get_ucs4Decoder_62() const { return ___ucs4Decoder_62; } inline Ucs4Decoder_t4435DAD13F530EF8CB3E9CC22BA2E21A9C41872F ** get_address_of_ucs4Decoder_62() { return &___ucs4Decoder_62; } inline void set_ucs4Decoder_62(Ucs4Decoder_t4435DAD13F530EF8CB3E9CC22BA2E21A9C41872F * value) { ___ucs4Decoder_62 = value; Il2CppCodeGenWriteBarrier((void**)(&___ucs4Decoder_62), (void*)value); } }; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5 { public: union { struct { }; uint8_t Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5__padding[1]; }; public: }; // System.Xml.XPathNodeList struct XPathNodeList_t4A1DB4E840970E1644EC63914E811BE82E6528F9 : public XmlNodeList_t1DBBA2CC948CC6631BC33AA7405E11C8105E6EE9 { public: // System.Collections.Generic.List`1 System.Xml.XPathNodeList::list List_1_t1914BF96F32809437AECA3384C85A319B63B8461 * ___list_0; // System.Xml.XPath.XPathNodeIterator System.Xml.XPathNodeList::nodeIterator XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * ___nodeIterator_1; // System.Boolean System.Xml.XPathNodeList::done bool ___done_2; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(XPathNodeList_t4A1DB4E840970E1644EC63914E811BE82E6528F9, ___list_0)); } inline List_1_t1914BF96F32809437AECA3384C85A319B63B8461 * get_list_0() const { return ___list_0; } inline List_1_t1914BF96F32809437AECA3384C85A319B63B8461 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_t1914BF96F32809437AECA3384C85A319B63B8461 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_nodeIterator_1() { return static_cast(offsetof(XPathNodeList_t4A1DB4E840970E1644EC63914E811BE82E6528F9, ___nodeIterator_1)); } inline XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * get_nodeIterator_1() const { return ___nodeIterator_1; } inline XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 ** get_address_of_nodeIterator_1() { return &___nodeIterator_1; } inline void set_nodeIterator_1(XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * value) { ___nodeIterator_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___nodeIterator_1), (void*)value); } inline static int32_t get_offset_of_done_2() { return static_cast(offsetof(XPathNodeList_t4A1DB4E840970E1644EC63914E811BE82E6528F9, ___done_2)); } inline bool get_done_2() const { return ___done_2; } inline bool* get_address_of_done_2() { return &___done_2; } inline void set_done_2(bool value) { ___done_2 = value; } }; struct XPathNodeList_t4A1DB4E840970E1644EC63914E811BE82E6528F9_StaticFields { public: // System.Object[] System.Xml.XPathNodeList::nullparams ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___nullparams_3; public: inline static int32_t get_offset_of_nullparams_3() { return static_cast(offsetof(XPathNodeList_t4A1DB4E840970E1644EC63914E811BE82E6528F9_StaticFields, ___nullparams_3)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_nullparams_3() const { return ___nullparams_3; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_nullparams_3() { return &___nullparams_3; } inline void set_nullparams_3(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___nullparams_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___nullparams_3), (void*)value); } }; // System.Xml.XmlAttribute struct XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D : public XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 { public: // System.Xml.XmlName System.Xml.XmlAttribute::name XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * ___name_1; // System.Xml.XmlLinkedNode System.Xml.XmlAttribute::lastChild XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * ___lastChild_2; public: inline static int32_t get_offset_of_name_1() { return static_cast(offsetof(XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D, ___name_1)); } inline XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * get_name_1() const { return ___name_1; } inline XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 ** get_address_of_name_1() { return &___name_1; } inline void set_name_1(XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * value) { ___name_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_1), (void*)value); } inline static int32_t get_offset_of_lastChild_2() { return static_cast(offsetof(XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D, ___lastChild_2)); } inline XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * get_lastChild_2() const { return ___lastChild_2; } inline XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 ** get_address_of_lastChild_2() { return &___lastChild_2; } inline void set_lastChild_2(XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * value) { ___lastChild_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___lastChild_2), (void*)value); } }; // System.Xml.XmlCharType struct XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA { public: // System.Byte[] System.Xml.XmlCharType::charProperties ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___charProperties_2; public: inline static int32_t get_offset_of_charProperties_2() { return static_cast(offsetof(XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA, ___charProperties_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_charProperties_2() const { return ___charProperties_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_charProperties_2() { return &___charProperties_2; } inline void set_charProperties_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___charProperties_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___charProperties_2), (void*)value); } }; struct XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA_StaticFields { public: // System.Object System.Xml.XmlCharType::s_Lock RuntimeObject * ___s_Lock_0; // System.Byte[] modreq(System.Runtime.CompilerServices.IsVolatile) System.Xml.XmlCharType::s_CharProperties ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___s_CharProperties_1; public: inline static int32_t get_offset_of_s_Lock_0() { return static_cast(offsetof(XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA_StaticFields, ___s_Lock_0)); } inline RuntimeObject * get_s_Lock_0() const { return ___s_Lock_0; } inline RuntimeObject ** get_address_of_s_Lock_0() { return &___s_Lock_0; } inline void set_s_Lock_0(RuntimeObject * value) { ___s_Lock_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Lock_0), (void*)value); } inline static int32_t get_offset_of_s_CharProperties_1() { return static_cast(offsetof(XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA_StaticFields, ___s_CharProperties_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_s_CharProperties_1() const { return ___s_CharProperties_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_s_CharProperties_1() { return &___s_CharProperties_1; } inline void set_s_CharProperties_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___s_CharProperties_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_CharProperties_1), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Xml.XmlCharType struct XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA_marshaled_pinvoke { Il2CppSafeArray/*NONE*/* ___charProperties_2; }; // Native definition for COM marshalling of System.Xml.XmlCharType struct XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA_marshaled_com { Il2CppSafeArray/*NONE*/* ___charProperties_2; }; // System.Xml.XmlDocument struct XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F : public XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 { public: // System.Xml.XmlImplementation System.Xml.XmlDocument::implementation XmlImplementation_tE66EA5FEAE495F36B03F697C51E4815D4B5D1D59 * ___implementation_1; // System.Xml.DomNameTable System.Xml.XmlDocument::domNameTable DomNameTable_tE88EEF20D313A83C002E18FFF7688CC74A2D1CAB * ___domNameTable_2; // System.Xml.XmlLinkedNode System.Xml.XmlDocument::lastChild XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * ___lastChild_3; // System.Xml.XmlNamedNodeMap System.Xml.XmlDocument::entities XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * ___entities_4; // System.Collections.Hashtable System.Xml.XmlDocument::htElementIdMap Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___htElementIdMap_5; // System.Collections.Hashtable System.Xml.XmlDocument::htElementIDAttrDecl Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___htElementIDAttrDecl_6; // System.Xml.Schema.SchemaInfo System.Xml.XmlDocument::schemaInfo SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * ___schemaInfo_7; // System.Xml.Schema.XmlSchemaSet System.Xml.XmlDocument::schemas XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0 * ___schemas_8; // System.Boolean System.Xml.XmlDocument::reportValidity bool ___reportValidity_9; // System.Boolean System.Xml.XmlDocument::actualLoadingStatus bool ___actualLoadingStatus_10; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::onNodeInsertingDelegate XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * ___onNodeInsertingDelegate_11; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::onNodeInsertedDelegate XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * ___onNodeInsertedDelegate_12; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::onNodeRemovingDelegate XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * ___onNodeRemovingDelegate_13; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::onNodeRemovedDelegate XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * ___onNodeRemovedDelegate_14; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::onNodeChangingDelegate XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * ___onNodeChangingDelegate_15; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::onNodeChangedDelegate XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * ___onNodeChangedDelegate_16; // System.Boolean System.Xml.XmlDocument::fEntRefNodesPresent bool ___fEntRefNodesPresent_17; // System.Boolean System.Xml.XmlDocument::fCDataNodesPresent bool ___fCDataNodesPresent_18; // System.Boolean System.Xml.XmlDocument::preserveWhitespace bool ___preserveWhitespace_19; // System.Boolean System.Xml.XmlDocument::isLoading bool ___isLoading_20; // System.String System.Xml.XmlDocument::strDocumentName String_t* ___strDocumentName_21; // System.String System.Xml.XmlDocument::strDocumentFragmentName String_t* ___strDocumentFragmentName_22; // System.String System.Xml.XmlDocument::strCommentName String_t* ___strCommentName_23; // System.String System.Xml.XmlDocument::strTextName String_t* ___strTextName_24; // System.String System.Xml.XmlDocument::strCDataSectionName String_t* ___strCDataSectionName_25; // System.String System.Xml.XmlDocument::strEntityName String_t* ___strEntityName_26; // System.String System.Xml.XmlDocument::strID String_t* ___strID_27; // System.String System.Xml.XmlDocument::strXmlns String_t* ___strXmlns_28; // System.String System.Xml.XmlDocument::strXml String_t* ___strXml_29; // System.String System.Xml.XmlDocument::strSpace String_t* ___strSpace_30; // System.String System.Xml.XmlDocument::strLang String_t* ___strLang_31; // System.String System.Xml.XmlDocument::strEmpty String_t* ___strEmpty_32; // System.String System.Xml.XmlDocument::strNonSignificantWhitespaceName String_t* ___strNonSignificantWhitespaceName_33; // System.String System.Xml.XmlDocument::strSignificantWhitespaceName String_t* ___strSignificantWhitespaceName_34; // System.String System.Xml.XmlDocument::strReservedXmlns String_t* ___strReservedXmlns_35; // System.String System.Xml.XmlDocument::strReservedXml String_t* ___strReservedXml_36; // System.String System.Xml.XmlDocument::baseURI String_t* ___baseURI_37; // System.Xml.XmlResolver System.Xml.XmlDocument::resolver XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * ___resolver_38; // System.Boolean System.Xml.XmlDocument::bSetResolver bool ___bSetResolver_39; // System.Object System.Xml.XmlDocument::objLock RuntimeObject * ___objLock_40; // System.Xml.XmlAttribute System.Xml.XmlDocument::namespaceXml XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * ___namespaceXml_41; public: inline static int32_t get_offset_of_implementation_1() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___implementation_1)); } inline XmlImplementation_tE66EA5FEAE495F36B03F697C51E4815D4B5D1D59 * get_implementation_1() const { return ___implementation_1; } inline XmlImplementation_tE66EA5FEAE495F36B03F697C51E4815D4B5D1D59 ** get_address_of_implementation_1() { return &___implementation_1; } inline void set_implementation_1(XmlImplementation_tE66EA5FEAE495F36B03F697C51E4815D4B5D1D59 * value) { ___implementation_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___implementation_1), (void*)value); } inline static int32_t get_offset_of_domNameTable_2() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___domNameTable_2)); } inline DomNameTable_tE88EEF20D313A83C002E18FFF7688CC74A2D1CAB * get_domNameTable_2() const { return ___domNameTable_2; } inline DomNameTable_tE88EEF20D313A83C002E18FFF7688CC74A2D1CAB ** get_address_of_domNameTable_2() { return &___domNameTable_2; } inline void set_domNameTable_2(DomNameTable_tE88EEF20D313A83C002E18FFF7688CC74A2D1CAB * value) { ___domNameTable_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___domNameTable_2), (void*)value); } inline static int32_t get_offset_of_lastChild_3() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___lastChild_3)); } inline XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * get_lastChild_3() const { return ___lastChild_3; } inline XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 ** get_address_of_lastChild_3() { return &___lastChild_3; } inline void set_lastChild_3(XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * value) { ___lastChild_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___lastChild_3), (void*)value); } inline static int32_t get_offset_of_entities_4() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___entities_4)); } inline XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * get_entities_4() const { return ___entities_4; } inline XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 ** get_address_of_entities_4() { return &___entities_4; } inline void set_entities_4(XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * value) { ___entities_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___entities_4), (void*)value); } inline static int32_t get_offset_of_htElementIdMap_5() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___htElementIdMap_5)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_htElementIdMap_5() const { return ___htElementIdMap_5; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_htElementIdMap_5() { return &___htElementIdMap_5; } inline void set_htElementIdMap_5(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___htElementIdMap_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___htElementIdMap_5), (void*)value); } inline static int32_t get_offset_of_htElementIDAttrDecl_6() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___htElementIDAttrDecl_6)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_htElementIDAttrDecl_6() const { return ___htElementIDAttrDecl_6; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_htElementIDAttrDecl_6() { return &___htElementIDAttrDecl_6; } inline void set_htElementIDAttrDecl_6(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___htElementIDAttrDecl_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___htElementIDAttrDecl_6), (void*)value); } inline static int32_t get_offset_of_schemaInfo_7() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___schemaInfo_7)); } inline SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * get_schemaInfo_7() const { return ___schemaInfo_7; } inline SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 ** get_address_of_schemaInfo_7() { return &___schemaInfo_7; } inline void set_schemaInfo_7(SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * value) { ___schemaInfo_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___schemaInfo_7), (void*)value); } inline static int32_t get_offset_of_schemas_8() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___schemas_8)); } inline XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0 * get_schemas_8() const { return ___schemas_8; } inline XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0 ** get_address_of_schemas_8() { return &___schemas_8; } inline void set_schemas_8(XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0 * value) { ___schemas_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___schemas_8), (void*)value); } inline static int32_t get_offset_of_reportValidity_9() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___reportValidity_9)); } inline bool get_reportValidity_9() const { return ___reportValidity_9; } inline bool* get_address_of_reportValidity_9() { return &___reportValidity_9; } inline void set_reportValidity_9(bool value) { ___reportValidity_9 = value; } inline static int32_t get_offset_of_actualLoadingStatus_10() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___actualLoadingStatus_10)); } inline bool get_actualLoadingStatus_10() const { return ___actualLoadingStatus_10; } inline bool* get_address_of_actualLoadingStatus_10() { return &___actualLoadingStatus_10; } inline void set_actualLoadingStatus_10(bool value) { ___actualLoadingStatus_10 = value; } inline static int32_t get_offset_of_onNodeInsertingDelegate_11() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___onNodeInsertingDelegate_11)); } inline XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * get_onNodeInsertingDelegate_11() const { return ___onNodeInsertingDelegate_11; } inline XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 ** get_address_of_onNodeInsertingDelegate_11() { return &___onNodeInsertingDelegate_11; } inline void set_onNodeInsertingDelegate_11(XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * value) { ___onNodeInsertingDelegate_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___onNodeInsertingDelegate_11), (void*)value); } inline static int32_t get_offset_of_onNodeInsertedDelegate_12() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___onNodeInsertedDelegate_12)); } inline XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * get_onNodeInsertedDelegate_12() const { return ___onNodeInsertedDelegate_12; } inline XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 ** get_address_of_onNodeInsertedDelegate_12() { return &___onNodeInsertedDelegate_12; } inline void set_onNodeInsertedDelegate_12(XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * value) { ___onNodeInsertedDelegate_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___onNodeInsertedDelegate_12), (void*)value); } inline static int32_t get_offset_of_onNodeRemovingDelegate_13() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___onNodeRemovingDelegate_13)); } inline XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * get_onNodeRemovingDelegate_13() const { return ___onNodeRemovingDelegate_13; } inline XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 ** get_address_of_onNodeRemovingDelegate_13() { return &___onNodeRemovingDelegate_13; } inline void set_onNodeRemovingDelegate_13(XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * value) { ___onNodeRemovingDelegate_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___onNodeRemovingDelegate_13), (void*)value); } inline static int32_t get_offset_of_onNodeRemovedDelegate_14() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___onNodeRemovedDelegate_14)); } inline XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * get_onNodeRemovedDelegate_14() const { return ___onNodeRemovedDelegate_14; } inline XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 ** get_address_of_onNodeRemovedDelegate_14() { return &___onNodeRemovedDelegate_14; } inline void set_onNodeRemovedDelegate_14(XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * value) { ___onNodeRemovedDelegate_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___onNodeRemovedDelegate_14), (void*)value); } inline static int32_t get_offset_of_onNodeChangingDelegate_15() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___onNodeChangingDelegate_15)); } inline XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * get_onNodeChangingDelegate_15() const { return ___onNodeChangingDelegate_15; } inline XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 ** get_address_of_onNodeChangingDelegate_15() { return &___onNodeChangingDelegate_15; } inline void set_onNodeChangingDelegate_15(XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * value) { ___onNodeChangingDelegate_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___onNodeChangingDelegate_15), (void*)value); } inline static int32_t get_offset_of_onNodeChangedDelegate_16() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___onNodeChangedDelegate_16)); } inline XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * get_onNodeChangedDelegate_16() const { return ___onNodeChangedDelegate_16; } inline XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 ** get_address_of_onNodeChangedDelegate_16() { return &___onNodeChangedDelegate_16; } inline void set_onNodeChangedDelegate_16(XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * value) { ___onNodeChangedDelegate_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___onNodeChangedDelegate_16), (void*)value); } inline static int32_t get_offset_of_fEntRefNodesPresent_17() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___fEntRefNodesPresent_17)); } inline bool get_fEntRefNodesPresent_17() const { return ___fEntRefNodesPresent_17; } inline bool* get_address_of_fEntRefNodesPresent_17() { return &___fEntRefNodesPresent_17; } inline void set_fEntRefNodesPresent_17(bool value) { ___fEntRefNodesPresent_17 = value; } inline static int32_t get_offset_of_fCDataNodesPresent_18() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___fCDataNodesPresent_18)); } inline bool get_fCDataNodesPresent_18() const { return ___fCDataNodesPresent_18; } inline bool* get_address_of_fCDataNodesPresent_18() { return &___fCDataNodesPresent_18; } inline void set_fCDataNodesPresent_18(bool value) { ___fCDataNodesPresent_18 = value; } inline static int32_t get_offset_of_preserveWhitespace_19() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___preserveWhitespace_19)); } inline bool get_preserveWhitespace_19() const { return ___preserveWhitespace_19; } inline bool* get_address_of_preserveWhitespace_19() { return &___preserveWhitespace_19; } inline void set_preserveWhitespace_19(bool value) { ___preserveWhitespace_19 = value; } inline static int32_t get_offset_of_isLoading_20() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___isLoading_20)); } inline bool get_isLoading_20() const { return ___isLoading_20; } inline bool* get_address_of_isLoading_20() { return &___isLoading_20; } inline void set_isLoading_20(bool value) { ___isLoading_20 = value; } inline static int32_t get_offset_of_strDocumentName_21() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___strDocumentName_21)); } inline String_t* get_strDocumentName_21() const { return ___strDocumentName_21; } inline String_t** get_address_of_strDocumentName_21() { return &___strDocumentName_21; } inline void set_strDocumentName_21(String_t* value) { ___strDocumentName_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___strDocumentName_21), (void*)value); } inline static int32_t get_offset_of_strDocumentFragmentName_22() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___strDocumentFragmentName_22)); } inline String_t* get_strDocumentFragmentName_22() const { return ___strDocumentFragmentName_22; } inline String_t** get_address_of_strDocumentFragmentName_22() { return &___strDocumentFragmentName_22; } inline void set_strDocumentFragmentName_22(String_t* value) { ___strDocumentFragmentName_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___strDocumentFragmentName_22), (void*)value); } inline static int32_t get_offset_of_strCommentName_23() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___strCommentName_23)); } inline String_t* get_strCommentName_23() const { return ___strCommentName_23; } inline String_t** get_address_of_strCommentName_23() { return &___strCommentName_23; } inline void set_strCommentName_23(String_t* value) { ___strCommentName_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___strCommentName_23), (void*)value); } inline static int32_t get_offset_of_strTextName_24() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___strTextName_24)); } inline String_t* get_strTextName_24() const { return ___strTextName_24; } inline String_t** get_address_of_strTextName_24() { return &___strTextName_24; } inline void set_strTextName_24(String_t* value) { ___strTextName_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___strTextName_24), (void*)value); } inline static int32_t get_offset_of_strCDataSectionName_25() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___strCDataSectionName_25)); } inline String_t* get_strCDataSectionName_25() const { return ___strCDataSectionName_25; } inline String_t** get_address_of_strCDataSectionName_25() { return &___strCDataSectionName_25; } inline void set_strCDataSectionName_25(String_t* value) { ___strCDataSectionName_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___strCDataSectionName_25), (void*)value); } inline static int32_t get_offset_of_strEntityName_26() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___strEntityName_26)); } inline String_t* get_strEntityName_26() const { return ___strEntityName_26; } inline String_t** get_address_of_strEntityName_26() { return &___strEntityName_26; } inline void set_strEntityName_26(String_t* value) { ___strEntityName_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___strEntityName_26), (void*)value); } inline static int32_t get_offset_of_strID_27() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___strID_27)); } inline String_t* get_strID_27() const { return ___strID_27; } inline String_t** get_address_of_strID_27() { return &___strID_27; } inline void set_strID_27(String_t* value) { ___strID_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___strID_27), (void*)value); } inline static int32_t get_offset_of_strXmlns_28() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___strXmlns_28)); } inline String_t* get_strXmlns_28() const { return ___strXmlns_28; } inline String_t** get_address_of_strXmlns_28() { return &___strXmlns_28; } inline void set_strXmlns_28(String_t* value) { ___strXmlns_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___strXmlns_28), (void*)value); } inline static int32_t get_offset_of_strXml_29() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___strXml_29)); } inline String_t* get_strXml_29() const { return ___strXml_29; } inline String_t** get_address_of_strXml_29() { return &___strXml_29; } inline void set_strXml_29(String_t* value) { ___strXml_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___strXml_29), (void*)value); } inline static int32_t get_offset_of_strSpace_30() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___strSpace_30)); } inline String_t* get_strSpace_30() const { return ___strSpace_30; } inline String_t** get_address_of_strSpace_30() { return &___strSpace_30; } inline void set_strSpace_30(String_t* value) { ___strSpace_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___strSpace_30), (void*)value); } inline static int32_t get_offset_of_strLang_31() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___strLang_31)); } inline String_t* get_strLang_31() const { return ___strLang_31; } inline String_t** get_address_of_strLang_31() { return &___strLang_31; } inline void set_strLang_31(String_t* value) { ___strLang_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___strLang_31), (void*)value); } inline static int32_t get_offset_of_strEmpty_32() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___strEmpty_32)); } inline String_t* get_strEmpty_32() const { return ___strEmpty_32; } inline String_t** get_address_of_strEmpty_32() { return &___strEmpty_32; } inline void set_strEmpty_32(String_t* value) { ___strEmpty_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___strEmpty_32), (void*)value); } inline static int32_t get_offset_of_strNonSignificantWhitespaceName_33() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___strNonSignificantWhitespaceName_33)); } inline String_t* get_strNonSignificantWhitespaceName_33() const { return ___strNonSignificantWhitespaceName_33; } inline String_t** get_address_of_strNonSignificantWhitespaceName_33() { return &___strNonSignificantWhitespaceName_33; } inline void set_strNonSignificantWhitespaceName_33(String_t* value) { ___strNonSignificantWhitespaceName_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___strNonSignificantWhitespaceName_33), (void*)value); } inline static int32_t get_offset_of_strSignificantWhitespaceName_34() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___strSignificantWhitespaceName_34)); } inline String_t* get_strSignificantWhitespaceName_34() const { return ___strSignificantWhitespaceName_34; } inline String_t** get_address_of_strSignificantWhitespaceName_34() { return &___strSignificantWhitespaceName_34; } inline void set_strSignificantWhitespaceName_34(String_t* value) { ___strSignificantWhitespaceName_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___strSignificantWhitespaceName_34), (void*)value); } inline static int32_t get_offset_of_strReservedXmlns_35() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___strReservedXmlns_35)); } inline String_t* get_strReservedXmlns_35() const { return ___strReservedXmlns_35; } inline String_t** get_address_of_strReservedXmlns_35() { return &___strReservedXmlns_35; } inline void set_strReservedXmlns_35(String_t* value) { ___strReservedXmlns_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___strReservedXmlns_35), (void*)value); } inline static int32_t get_offset_of_strReservedXml_36() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___strReservedXml_36)); } inline String_t* get_strReservedXml_36() const { return ___strReservedXml_36; } inline String_t** get_address_of_strReservedXml_36() { return &___strReservedXml_36; } inline void set_strReservedXml_36(String_t* value) { ___strReservedXml_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___strReservedXml_36), (void*)value); } inline static int32_t get_offset_of_baseURI_37() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___baseURI_37)); } inline String_t* get_baseURI_37() const { return ___baseURI_37; } inline String_t** get_address_of_baseURI_37() { return &___baseURI_37; } inline void set_baseURI_37(String_t* value) { ___baseURI_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___baseURI_37), (void*)value); } inline static int32_t get_offset_of_resolver_38() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___resolver_38)); } inline XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * get_resolver_38() const { return ___resolver_38; } inline XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A ** get_address_of_resolver_38() { return &___resolver_38; } inline void set_resolver_38(XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * value) { ___resolver_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___resolver_38), (void*)value); } inline static int32_t get_offset_of_bSetResolver_39() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___bSetResolver_39)); } inline bool get_bSetResolver_39() const { return ___bSetResolver_39; } inline bool* get_address_of_bSetResolver_39() { return &___bSetResolver_39; } inline void set_bSetResolver_39(bool value) { ___bSetResolver_39 = value; } inline static int32_t get_offset_of_objLock_40() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___objLock_40)); } inline RuntimeObject * get_objLock_40() const { return ___objLock_40; } inline RuntimeObject ** get_address_of_objLock_40() { return &___objLock_40; } inline void set_objLock_40(RuntimeObject * value) { ___objLock_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___objLock_40), (void*)value); } inline static int32_t get_offset_of_namespaceXml_41() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F, ___namespaceXml_41)); } inline XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * get_namespaceXml_41() const { return ___namespaceXml_41; } inline XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D ** get_address_of_namespaceXml_41() { return &___namespaceXml_41; } inline void set_namespaceXml_41(XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * value) { ___namespaceXml_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___namespaceXml_41), (void*)value); } }; struct XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_StaticFields { public: // System.Xml.EmptyEnumerator System.Xml.XmlDocument::EmptyEnumerator EmptyEnumerator_t138901A02D453E19CDE87DFD96981F8A98928E13 * ___EmptyEnumerator_42; // System.Xml.Schema.IXmlSchemaInfo System.Xml.XmlDocument::NotKnownSchemaInfo RuntimeObject* ___NotKnownSchemaInfo_43; // System.Xml.Schema.IXmlSchemaInfo System.Xml.XmlDocument::ValidSchemaInfo RuntimeObject* ___ValidSchemaInfo_44; // System.Xml.Schema.IXmlSchemaInfo System.Xml.XmlDocument::InvalidSchemaInfo RuntimeObject* ___InvalidSchemaInfo_45; public: inline static int32_t get_offset_of_EmptyEnumerator_42() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_StaticFields, ___EmptyEnumerator_42)); } inline EmptyEnumerator_t138901A02D453E19CDE87DFD96981F8A98928E13 * get_EmptyEnumerator_42() const { return ___EmptyEnumerator_42; } inline EmptyEnumerator_t138901A02D453E19CDE87DFD96981F8A98928E13 ** get_address_of_EmptyEnumerator_42() { return &___EmptyEnumerator_42; } inline void set_EmptyEnumerator_42(EmptyEnumerator_t138901A02D453E19CDE87DFD96981F8A98928E13 * value) { ___EmptyEnumerator_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyEnumerator_42), (void*)value); } inline static int32_t get_offset_of_NotKnownSchemaInfo_43() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_StaticFields, ___NotKnownSchemaInfo_43)); } inline RuntimeObject* get_NotKnownSchemaInfo_43() const { return ___NotKnownSchemaInfo_43; } inline RuntimeObject** get_address_of_NotKnownSchemaInfo_43() { return &___NotKnownSchemaInfo_43; } inline void set_NotKnownSchemaInfo_43(RuntimeObject* value) { ___NotKnownSchemaInfo_43 = value; Il2CppCodeGenWriteBarrier((void**)(&___NotKnownSchemaInfo_43), (void*)value); } inline static int32_t get_offset_of_ValidSchemaInfo_44() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_StaticFields, ___ValidSchemaInfo_44)); } inline RuntimeObject* get_ValidSchemaInfo_44() const { return ___ValidSchemaInfo_44; } inline RuntimeObject** get_address_of_ValidSchemaInfo_44() { return &___ValidSchemaInfo_44; } inline void set_ValidSchemaInfo_44(RuntimeObject* value) { ___ValidSchemaInfo_44 = value; Il2CppCodeGenWriteBarrier((void**)(&___ValidSchemaInfo_44), (void*)value); } inline static int32_t get_offset_of_InvalidSchemaInfo_45() { return static_cast(offsetof(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_StaticFields, ___InvalidSchemaInfo_45)); } inline RuntimeObject* get_InvalidSchemaInfo_45() const { return ___InvalidSchemaInfo_45; } inline RuntimeObject** get_address_of_InvalidSchemaInfo_45() { return &___InvalidSchemaInfo_45; } inline void set_InvalidSchemaInfo_45(RuntimeObject* value) { ___InvalidSchemaInfo_45 = value; Il2CppCodeGenWriteBarrier((void**)(&___InvalidSchemaInfo_45), (void*)value); } }; // System.Xml.XmlLinkedNode struct XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 : public XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 { public: // System.Xml.XmlLinkedNode System.Xml.XmlLinkedNode::next XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * ___next_1; public: inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0, ___next_1)); } inline XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * get_next_1() const { return ___next_1; } inline XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 ** get_address_of_next_1() { return &___next_1; } inline void set_next_1(XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * value) { ___next_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___next_1), (void*)value); } }; // System.Xml.XmlNotation struct XmlNotation_tDC9DE2B0FEDB66B9EAE6480AB07873EB7FEF8E92 : public XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 { public: // System.String System.Xml.XmlNotation::publicId String_t* ___publicId_1; // System.String System.Xml.XmlNotation::systemId String_t* ___systemId_2; // System.String System.Xml.XmlNotation::name String_t* ___name_3; public: inline static int32_t get_offset_of_publicId_1() { return static_cast(offsetof(XmlNotation_tDC9DE2B0FEDB66B9EAE6480AB07873EB7FEF8E92, ___publicId_1)); } inline String_t* get_publicId_1() const { return ___publicId_1; } inline String_t** get_address_of_publicId_1() { return &___publicId_1; } inline void set_publicId_1(String_t* value) { ___publicId_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___publicId_1), (void*)value); } inline static int32_t get_offset_of_systemId_2() { return static_cast(offsetof(XmlNotation_tDC9DE2B0FEDB66B9EAE6480AB07873EB7FEF8E92, ___systemId_2)); } inline String_t* get_systemId_2() const { return ___systemId_2; } inline String_t** get_address_of_systemId_2() { return &___systemId_2; } inline void set_systemId_2(String_t* value) { ___systemId_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___systemId_2), (void*)value); } inline static int32_t get_offset_of_name_3() { return static_cast(offsetof(XmlNotation_tDC9DE2B0FEDB66B9EAE6480AB07873EB7FEF8E92, ___name_3)); } inline String_t* get_name_3() const { return ___name_3; } inline String_t** get_address_of_name_3() { return &___name_3; } inline void set_name_3(String_t* value) { ___name_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_3), (void*)value); } }; // System.Xml.XmlRawWriter struct XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 : public XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D { public: // System.Xml.XmlRawWriterBase64Encoder System.Xml.XmlRawWriter::base64Encoder XmlRawWriterBase64Encoder_t9C3C2BA7B5405031118DAA3614D21021CCC07EFB * ___base64Encoder_0; // System.Xml.IXmlNamespaceResolver System.Xml.XmlRawWriter::resolver RuntimeObject* ___resolver_1; public: inline static int32_t get_offset_of_base64Encoder_0() { return static_cast(offsetof(XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5, ___base64Encoder_0)); } inline XmlRawWriterBase64Encoder_t9C3C2BA7B5405031118DAA3614D21021CCC07EFB * get_base64Encoder_0() const { return ___base64Encoder_0; } inline XmlRawWriterBase64Encoder_t9C3C2BA7B5405031118DAA3614D21021CCC07EFB ** get_address_of_base64Encoder_0() { return &___base64Encoder_0; } inline void set_base64Encoder_0(XmlRawWriterBase64Encoder_t9C3C2BA7B5405031118DAA3614D21021CCC07EFB * value) { ___base64Encoder_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___base64Encoder_0), (void*)value); } inline static int32_t get_offset_of_resolver_1() { return static_cast(offsetof(XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5, ___resolver_1)); } inline RuntimeObject* get_resolver_1() const { return ___resolver_1; } inline RuntimeObject** get_address_of_resolver_1() { return &___resolver_1; } inline void set_resolver_1(RuntimeObject* value) { ___resolver_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___resolver_1), (void*)value); } }; // System.Xml.XmlRawWriterBase64Encoder struct XmlRawWriterBase64Encoder_t9C3C2BA7B5405031118DAA3614D21021CCC07EFB : public Base64Encoder_tF36936300CC9B84076C8F16EE4AF8074ACA40CE9 { public: // System.Xml.XmlRawWriter System.Xml.XmlRawWriterBase64Encoder::rawWriter XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * ___rawWriter_3; public: inline static int32_t get_offset_of_rawWriter_3() { return static_cast(offsetof(XmlRawWriterBase64Encoder_t9C3C2BA7B5405031118DAA3614D21021CCC07EFB, ___rawWriter_3)); } inline XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * get_rawWriter_3() const { return ___rawWriter_3; } inline XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 ** get_address_of_rawWriter_3() { return &___rawWriter_3; } inline void set_rawWriter_3(XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * value) { ___rawWriter_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___rawWriter_3), (void*)value); } }; // System.Xml.Schema.XmlSchemaAnnotated struct XmlSchemaAnnotated_t68F13E739330186883290FF723E752BD26F2E3A7 : public XmlSchemaObject_tD14BD548E370305745B6E1CAAF2572F1DBC7F3D3 { public: public: }; // System.Xml.Schema.XmlSchemaObjectCollection struct XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931 : public CollectionBase_tE5EF6826359F7FAC04D2F5E8AB93E1363A5826EB { public: // System.Xml.Schema.XmlSchemaObject System.Xml.Schema.XmlSchemaObjectCollection::parent XmlSchemaObject_tD14BD548E370305745B6E1CAAF2572F1DBC7F3D3 * ___parent_1; public: inline static int32_t get_offset_of_parent_1() { return static_cast(offsetof(XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931, ___parent_1)); } inline XmlSchemaObject_tD14BD548E370305745B6E1CAAF2572F1DBC7F3D3 * get_parent_1() const { return ___parent_1; } inline XmlSchemaObject_tD14BD548E370305745B6E1CAAF2572F1DBC7F3D3 ** get_address_of_parent_1() { return &___parent_1; } inline void set_parent_1(XmlSchemaObject_tD14BD548E370305745B6E1CAAF2572F1DBC7F3D3 * value) { ___parent_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_1), (void*)value); } }; // System.Xml.Serialization.XmlSchemaProviderAttribute struct XmlSchemaProviderAttribute_t94BE15D9985EEC61A31C88069AE2723B209005DA : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.String System.Xml.Serialization.XmlSchemaProviderAttribute::_methodName String_t* ____methodName_0; // System.Boolean System.Xml.Serialization.XmlSchemaProviderAttribute::_isAny bool ____isAny_1; public: inline static int32_t get_offset_of__methodName_0() { return static_cast(offsetof(XmlSchemaProviderAttribute_t94BE15D9985EEC61A31C88069AE2723B209005DA, ____methodName_0)); } inline String_t* get__methodName_0() const { return ____methodName_0; } inline String_t** get_address_of__methodName_0() { return &____methodName_0; } inline void set__methodName_0(String_t* value) { ____methodName_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____methodName_0), (void*)value); } inline static int32_t get_offset_of__isAny_1() { return static_cast(offsetof(XmlSchemaProviderAttribute_t94BE15D9985EEC61A31C88069AE2723B209005DA, ____isAny_1)); } inline bool get__isAny_1() const { return ____isAny_1; } inline bool* get_address_of__isAny_1() { return &____isAny_1; } inline void set__isAny_1(bool value) { ____isAny_1 = value; } }; // System.Xml.XmlTextReader struct XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 : public XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 { public: // System.Xml.XmlTextReaderImpl System.Xml.XmlTextReader::impl XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * ___impl_3; public: inline static int32_t get_offset_of_impl_3() { return static_cast(offsetof(XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5, ___impl_3)); } inline XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * get_impl_3() const { return ___impl_3; } inline XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 ** get_address_of_impl_3() { return &___impl_3; } inline void set_impl_3(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * value) { ___impl_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___impl_3), (void*)value); } }; // System.Xml.XmlUrlResolver struct XmlUrlResolver_t341613B5C62E06DC2382255E0AE4D763AD302AE1 : public XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A { public: // 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_tC080799EE2DA10B7F24B2E69ABBF5636EB2D43ED * ____cachePolicy_3; public: inline static int32_t get_offset_of__credentials_1() { return static_cast(offsetof(XmlUrlResolver_t341613B5C62E06DC2382255E0AE4D763AD302AE1, ____credentials_1)); } inline RuntimeObject* get__credentials_1() const { return ____credentials_1; } inline RuntimeObject** get_address_of__credentials_1() { return &____credentials_1; } inline void set__credentials_1(RuntimeObject* value) { ____credentials_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____credentials_1), (void*)value); } inline static int32_t get_offset_of__proxy_2() { return static_cast(offsetof(XmlUrlResolver_t341613B5C62E06DC2382255E0AE4D763AD302AE1, ____proxy_2)); } inline RuntimeObject* get__proxy_2() const { return ____proxy_2; } inline RuntimeObject** get_address_of__proxy_2() { return &____proxy_2; } inline void set__proxy_2(RuntimeObject* value) { ____proxy_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____proxy_2), (void*)value); } inline static int32_t get_offset_of__cachePolicy_3() { return static_cast(offsetof(XmlUrlResolver_t341613B5C62E06DC2382255E0AE4D763AD302AE1, ____cachePolicy_3)); } inline RequestCachePolicy_tC080799EE2DA10B7F24B2E69ABBF5636EB2D43ED * get__cachePolicy_3() const { return ____cachePolicy_3; } inline RequestCachePolicy_tC080799EE2DA10B7F24B2E69ABBF5636EB2D43ED ** get_address_of__cachePolicy_3() { return &____cachePolicy_3; } inline void set__cachePolicy_3(RequestCachePolicy_tC080799EE2DA10B7F24B2E69ABBF5636EB2D43ED * value) { ____cachePolicy_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____cachePolicy_3), (void*)value); } }; struct XmlUrlResolver_t341613B5C62E06DC2382255E0AE4D763AD302AE1_StaticFields { public: // System.Object System.Xml.XmlUrlResolver::s_DownloadManager RuntimeObject * ___s_DownloadManager_0; public: inline static int32_t get_offset_of_s_DownloadManager_0() { return static_cast(offsetof(XmlUrlResolver_t341613B5C62E06DC2382255E0AE4D763AD302AE1_StaticFields, ___s_DownloadManager_0)); } inline RuntimeObject * get_s_DownloadManager_0() const { return ___s_DownloadManager_0; } inline RuntimeObject ** get_address_of_s_DownloadManager_0() { return &___s_DownloadManager_0; } inline void set_s_DownloadManager_0(RuntimeObject * value) { ___s_DownloadManager_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_DownloadManager_0), (void*)value); } }; // System.Xml.XmlTextReaderImpl/NoNamespaceManager struct NoNamespaceManager_t9CD68D8449B828A860ED290316BEAF94CCB165E2 : public XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 { public: public: }; // System.Xml.XmlTextReaderImpl/ParsingState struct ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF { public: // System.Char[] System.Xml.XmlTextReaderImpl/ParsingState::chars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___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_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___encoding_3; // System.Boolean System.Xml.XmlTextReaderImpl/ParsingState::appendMode bool ___appendMode_4; // System.IO.Stream System.Xml.XmlTextReaderImpl/ParsingState::stream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream_5; // System.Text.Decoder System.Xml.XmlTextReaderImpl/ParsingState::decoder Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370 * ___decoder_6; // System.Byte[] System.Xml.XmlTextReaderImpl/ParsingState::bytes ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___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_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * ___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_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___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; public: inline static int32_t get_offset_of_chars_0() { return static_cast(offsetof(ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF, ___chars_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_chars_0() const { return ___chars_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_chars_0() { return &___chars_0; } inline void set_chars_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___chars_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___chars_0), (void*)value); } inline static int32_t get_offset_of_charPos_1() { return static_cast(offsetof(ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF, ___charPos_1)); } inline int32_t get_charPos_1() const { return ___charPos_1; } inline int32_t* get_address_of_charPos_1() { return &___charPos_1; } inline void set_charPos_1(int32_t value) { ___charPos_1 = value; } inline static int32_t get_offset_of_charsUsed_2() { return static_cast(offsetof(ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF, ___charsUsed_2)); } inline int32_t get_charsUsed_2() const { return ___charsUsed_2; } inline int32_t* get_address_of_charsUsed_2() { return &___charsUsed_2; } inline void set_charsUsed_2(int32_t value) { ___charsUsed_2 = value; } inline static int32_t get_offset_of_encoding_3() { return static_cast(offsetof(ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF, ___encoding_3)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_encoding_3() const { return ___encoding_3; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_encoding_3() { return &___encoding_3; } inline void set_encoding_3(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___encoding_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoding_3), (void*)value); } inline static int32_t get_offset_of_appendMode_4() { return static_cast(offsetof(ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF, ___appendMode_4)); } inline bool get_appendMode_4() const { return ___appendMode_4; } inline bool* get_address_of_appendMode_4() { return &___appendMode_4; } inline void set_appendMode_4(bool value) { ___appendMode_4 = value; } inline static int32_t get_offset_of_stream_5() { return static_cast(offsetof(ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF, ___stream_5)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_stream_5() const { return ___stream_5; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_stream_5() { return &___stream_5; } inline void set_stream_5(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___stream_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___stream_5), (void*)value); } inline static int32_t get_offset_of_decoder_6() { return static_cast(offsetof(ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF, ___decoder_6)); } inline Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370 * get_decoder_6() const { return ___decoder_6; } inline Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370 ** get_address_of_decoder_6() { return &___decoder_6; } inline void set_decoder_6(Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370 * value) { ___decoder_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___decoder_6), (void*)value); } inline static int32_t get_offset_of_bytes_7() { return static_cast(offsetof(ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF, ___bytes_7)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_bytes_7() const { return ___bytes_7; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_bytes_7() { return &___bytes_7; } inline void set_bytes_7(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___bytes_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___bytes_7), (void*)value); } inline static int32_t get_offset_of_bytePos_8() { return static_cast(offsetof(ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF, ___bytePos_8)); } inline int32_t get_bytePos_8() const { return ___bytePos_8; } inline int32_t* get_address_of_bytePos_8() { return &___bytePos_8; } inline void set_bytePos_8(int32_t value) { ___bytePos_8 = value; } inline static int32_t get_offset_of_bytesUsed_9() { return static_cast(offsetof(ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF, ___bytesUsed_9)); } inline int32_t get_bytesUsed_9() const { return ___bytesUsed_9; } inline int32_t* get_address_of_bytesUsed_9() { return &___bytesUsed_9; } inline void set_bytesUsed_9(int32_t value) { ___bytesUsed_9 = value; } inline static int32_t get_offset_of_textReader_10() { return static_cast(offsetof(ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF, ___textReader_10)); } inline TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * get_textReader_10() const { return ___textReader_10; } inline TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F ** get_address_of_textReader_10() { return &___textReader_10; } inline void set_textReader_10(TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * value) { ___textReader_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___textReader_10), (void*)value); } inline static int32_t get_offset_of_lineNo_11() { return static_cast(offsetof(ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF, ___lineNo_11)); } inline int32_t get_lineNo_11() const { return ___lineNo_11; } inline int32_t* get_address_of_lineNo_11() { return &___lineNo_11; } inline void set_lineNo_11(int32_t value) { ___lineNo_11 = value; } inline static int32_t get_offset_of_lineStartPos_12() { return static_cast(offsetof(ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF, ___lineStartPos_12)); } inline int32_t get_lineStartPos_12() const { return ___lineStartPos_12; } inline int32_t* get_address_of_lineStartPos_12() { return &___lineStartPos_12; } inline void set_lineStartPos_12(int32_t value) { ___lineStartPos_12 = value; } inline static int32_t get_offset_of_baseUriStr_13() { return static_cast(offsetof(ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF, ___baseUriStr_13)); } inline String_t* get_baseUriStr_13() const { return ___baseUriStr_13; } inline String_t** get_address_of_baseUriStr_13() { return &___baseUriStr_13; } inline void set_baseUriStr_13(String_t* value) { ___baseUriStr_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___baseUriStr_13), (void*)value); } inline static int32_t get_offset_of_baseUri_14() { return static_cast(offsetof(ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF, ___baseUri_14)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get_baseUri_14() const { return ___baseUri_14; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of_baseUri_14() { return &___baseUri_14; } inline void set_baseUri_14(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ___baseUri_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___baseUri_14), (void*)value); } inline static int32_t get_offset_of_isEof_15() { return static_cast(offsetof(ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF, ___isEof_15)); } inline bool get_isEof_15() const { return ___isEof_15; } inline bool* get_address_of_isEof_15() { return &___isEof_15; } inline void set_isEof_15(bool value) { ___isEof_15 = value; } inline static int32_t get_offset_of_isStreamEof_16() { return static_cast(offsetof(ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF, ___isStreamEof_16)); } inline bool get_isStreamEof_16() const { return ___isStreamEof_16; } inline bool* get_address_of_isStreamEof_16() { return &___isStreamEof_16; } inline void set_isStreamEof_16(bool value) { ___isStreamEof_16 = value; } inline static int32_t get_offset_of_entity_17() { return static_cast(offsetof(ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF, ___entity_17)); } inline RuntimeObject* get_entity_17() const { return ___entity_17; } inline RuntimeObject** get_address_of_entity_17() { return &___entity_17; } inline void set_entity_17(RuntimeObject* value) { ___entity_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___entity_17), (void*)value); } inline static int32_t get_offset_of_entityId_18() { return static_cast(offsetof(ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF, ___entityId_18)); } inline int32_t get_entityId_18() const { return ___entityId_18; } inline int32_t* get_address_of_entityId_18() { return &___entityId_18; } inline void set_entityId_18(int32_t value) { ___entityId_18 = value; } inline static int32_t get_offset_of_eolNormalized_19() { return static_cast(offsetof(ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF, ___eolNormalized_19)); } inline bool get_eolNormalized_19() const { return ___eolNormalized_19; } inline bool* get_address_of_eolNormalized_19() { return &___eolNormalized_19; } inline void set_eolNormalized_19(bool value) { ___eolNormalized_19 = value; } inline static int32_t get_offset_of_entityResolvedManually_20() { return static_cast(offsetof(ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF, ___entityResolvedManually_20)); } inline bool get_entityResolvedManually_20() const { return ___entityResolvedManually_20; } inline bool* get_address_of_entityResolvedManually_20() { return &___entityResolvedManually_20; } inline void set_entityResolvedManually_20(bool value) { ___entityResolvedManually_20 = value; } }; // Native definition for P/Invoke marshalling of System.Xml.XmlTextReaderImpl/ParsingState struct ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF_marshaled_pinvoke { uint8_t* ___chars_0; int32_t ___charPos_1; int32_t ___charsUsed_2; Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___encoding_3; int32_t ___appendMode_4; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream_5; Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370 * ___decoder_6; Il2CppSafeArray/*NONE*/* ___bytes_7; int32_t ___bytePos_8; int32_t ___bytesUsed_9; TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * ___textReader_10; int32_t ___lineNo_11; int32_t ___lineStartPos_12; char* ___baseUriStr_13; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___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_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF_marshaled_com { uint8_t* ___chars_0; int32_t ___charPos_1; int32_t ___charsUsed_2; Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___encoding_3; int32_t ___appendMode_4; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream_5; Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370 * ___decoder_6; Il2CppSafeArray/*NONE*/* ___bytes_7; int32_t ___bytePos_8; int32_t ___bytesUsed_9; TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * ___textReader_10; int32_t ___lineNo_11; int32_t ___lineStartPos_12; Il2CppChar* ___baseUriStr_13; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___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.Reflection.BindingFlags struct BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733 { public: // System.Int32 System.Reflection.BindingFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Xml.ConformanceLevel struct ConformanceLevel_tDDD7A5E189C7A150AB656A9070173CD8C2A5B653 { public: // System.Int32 System.Xml.ConformanceLevel::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ConformanceLevel_tDDD7A5E189C7A150AB656A9070173CD8C2A5B653, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Delegate struct Delegate_t : public RuntimeObject { public: // System.IntPtr System.Delegate::method_ptr Il2CppMethodPointer ___method_ptr_0; // System.IntPtr System.Delegate::invoke_impl intptr_t ___invoke_impl_1; // System.Object System.Delegate::m_target RuntimeObject * ___m_target_2; // System.IntPtr System.Delegate::method intptr_t ___method_3; // System.IntPtr System.Delegate::delegate_trampoline intptr_t ___delegate_trampoline_4; // System.IntPtr System.Delegate::extra_arg intptr_t ___extra_arg_5; // System.IntPtr System.Delegate::method_code intptr_t ___method_code_6; // System.Reflection.MethodInfo System.Delegate::method_info MethodInfo_t * ___method_info_7; // System.Reflection.MethodInfo System.Delegate::original_method_info MethodInfo_t * ___original_method_info_8; // System.DelegateData System.Delegate::data DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; // System.Boolean System.Delegate::method_is_virtual bool ___method_is_virtual_10; public: inline static int32_t get_offset_of_method_ptr_0() { return static_cast(offsetof(Delegate_t, ___method_ptr_0)); } inline Il2CppMethodPointer get_method_ptr_0() const { return ___method_ptr_0; } inline Il2CppMethodPointer* get_address_of_method_ptr_0() { return &___method_ptr_0; } inline void set_method_ptr_0(Il2CppMethodPointer value) { ___method_ptr_0 = value; } inline static int32_t get_offset_of_invoke_impl_1() { return static_cast(offsetof(Delegate_t, ___invoke_impl_1)); } inline intptr_t get_invoke_impl_1() const { return ___invoke_impl_1; } inline intptr_t* get_address_of_invoke_impl_1() { return &___invoke_impl_1; } inline void set_invoke_impl_1(intptr_t value) { ___invoke_impl_1 = value; } inline static int32_t get_offset_of_m_target_2() { return static_cast(offsetof(Delegate_t, ___m_target_2)); } inline RuntimeObject * get_m_target_2() const { return ___m_target_2; } inline RuntimeObject ** get_address_of_m_target_2() { return &___m_target_2; } inline void set_m_target_2(RuntimeObject * value) { ___m_target_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_target_2), (void*)value); } inline static int32_t get_offset_of_method_3() { return static_cast(offsetof(Delegate_t, ___method_3)); } inline intptr_t get_method_3() const { return ___method_3; } inline intptr_t* get_address_of_method_3() { return &___method_3; } inline void set_method_3(intptr_t value) { ___method_3 = value; } inline static int32_t get_offset_of_delegate_trampoline_4() { return static_cast(offsetof(Delegate_t, ___delegate_trampoline_4)); } inline intptr_t get_delegate_trampoline_4() const { return ___delegate_trampoline_4; } inline intptr_t* get_address_of_delegate_trampoline_4() { return &___delegate_trampoline_4; } inline void set_delegate_trampoline_4(intptr_t value) { ___delegate_trampoline_4 = value; } inline static int32_t get_offset_of_extra_arg_5() { return static_cast(offsetof(Delegate_t, ___extra_arg_5)); } inline intptr_t get_extra_arg_5() const { return ___extra_arg_5; } inline intptr_t* get_address_of_extra_arg_5() { return &___extra_arg_5; } inline void set_extra_arg_5(intptr_t value) { ___extra_arg_5 = value; } inline static int32_t get_offset_of_method_code_6() { return static_cast(offsetof(Delegate_t, ___method_code_6)); } inline intptr_t get_method_code_6() const { return ___method_code_6; } inline intptr_t* get_address_of_method_code_6() { return &___method_code_6; } inline void set_method_code_6(intptr_t value) { ___method_code_6 = value; } inline static int32_t get_offset_of_method_info_7() { return static_cast(offsetof(Delegate_t, ___method_info_7)); } inline MethodInfo_t * get_method_info_7() const { return ___method_info_7; } inline MethodInfo_t ** get_address_of_method_info_7() { return &___method_info_7; } inline void set_method_info_7(MethodInfo_t * value) { ___method_info_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___method_info_7), (void*)value); } inline static int32_t get_offset_of_original_method_info_8() { return static_cast(offsetof(Delegate_t, ___original_method_info_8)); } inline MethodInfo_t * get_original_method_info_8() const { return ___original_method_info_8; } inline MethodInfo_t ** get_address_of_original_method_info_8() { return &___original_method_info_8; } inline void set_original_method_info_8(MethodInfo_t * value) { ___original_method_info_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___original_method_info_8), (void*)value); } inline static int32_t get_offset_of_data_9() { return static_cast(offsetof(Delegate_t, ___data_9)); } inline DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * get_data_9() const { return ___data_9; } inline DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 ** get_address_of_data_9() { return &___data_9; } inline void set_data_9(DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * value) { ___data_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_9), (void*)value); } inline static int32_t get_offset_of_method_is_virtual_10() { return static_cast(offsetof(Delegate_t, ___method_is_virtual_10)); } inline bool get_method_is_virtual_10() const { return ___method_is_virtual_10; } inline bool* get_address_of_method_is_virtual_10() { return &___method_is_virtual_10; } inline void set_method_is_virtual_10(bool value) { ___method_is_virtual_10 = value; } }; // Native definition for P/Invoke marshalling of System.Delegate struct Delegate_t_marshaled_pinvoke { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; MethodInfo_t * ___method_info_7; MethodInfo_t * ___original_method_info_8; DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; int32_t ___method_is_virtual_10; }; // Native definition for COM marshalling of System.Delegate struct Delegate_t_marshaled_com { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; MethodInfo_t * ___method_info_7; MethodInfo_t * ___original_method_info_8; DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; int32_t ___method_is_virtual_10; }; // System.Xml.DtdProcessing struct DtdProcessing_t25005AA22D71FA607D010E88CBB7299378A455F5 { public: // System.Int32 System.Xml.DtdProcessing::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DtdProcessing_t25005AA22D71FA607D010E88CBB7299378A455F5, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Xml.EntityHandling struct EntityHandling_t0675E831FDCD3EBD42A6E4EDEE14C32C58F74B90 { public: // System.Int32 System.Xml.EntityHandling::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EntityHandling_t0675E831FDCD3EBD42A6E4EDEE14C32C58F74B90, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Exception struct Exception_t : public RuntimeObject { public: // System.String System.Exception::_className String_t* ____className_1; // System.String System.Exception::_message String_t* ____message_2; // System.Collections.IDictionary System.Exception::_data RuntimeObject* ____data_3; // System.Exception System.Exception::_innerException Exception_t * ____innerException_4; // System.String System.Exception::_helpURL String_t* ____helpURL_5; // System.Object System.Exception::_stackTrace RuntimeObject * ____stackTrace_6; // System.String System.Exception::_stackTraceString String_t* ____stackTraceString_7; // System.String System.Exception::_remoteStackTraceString String_t* ____remoteStackTraceString_8; // System.Int32 System.Exception::_remoteStackIndex int32_t ____remoteStackIndex_9; // System.Object System.Exception::_dynamicMethods RuntimeObject * ____dynamicMethods_10; // System.Int32 System.Exception::_HResult int32_t ____HResult_11; // System.String System.Exception::_source String_t* ____source_12; // System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; // System.Diagnostics.StackTrace[] System.Exception::captured_traces StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; // System.IntPtr[] System.Exception::native_trace_ips IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* ___native_trace_ips_15; public: inline static int32_t get_offset_of__className_1() { return static_cast(offsetof(Exception_t, ____className_1)); } inline String_t* get__className_1() const { return ____className_1; } inline String_t** get_address_of__className_1() { return &____className_1; } inline void set__className_1(String_t* value) { ____className_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____className_1), (void*)value); } inline static int32_t get_offset_of__message_2() { return static_cast(offsetof(Exception_t, ____message_2)); } inline String_t* get__message_2() const { return ____message_2; } inline String_t** get_address_of__message_2() { return &____message_2; } inline void set__message_2(String_t* value) { ____message_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____message_2), (void*)value); } inline static int32_t get_offset_of__data_3() { return static_cast(offsetof(Exception_t, ____data_3)); } inline RuntimeObject* get__data_3() const { return ____data_3; } inline RuntimeObject** get_address_of__data_3() { return &____data_3; } inline void set__data_3(RuntimeObject* value) { ____data_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____data_3), (void*)value); } inline static int32_t get_offset_of__innerException_4() { return static_cast(offsetof(Exception_t, ____innerException_4)); } inline Exception_t * get__innerException_4() const { return ____innerException_4; } inline Exception_t ** get_address_of__innerException_4() { return &____innerException_4; } inline void set__innerException_4(Exception_t * value) { ____innerException_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____innerException_4), (void*)value); } inline static int32_t get_offset_of__helpURL_5() { return static_cast(offsetof(Exception_t, ____helpURL_5)); } inline String_t* get__helpURL_5() const { return ____helpURL_5; } inline String_t** get_address_of__helpURL_5() { return &____helpURL_5; } inline void set__helpURL_5(String_t* value) { ____helpURL_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____helpURL_5), (void*)value); } inline static int32_t get_offset_of__stackTrace_6() { return static_cast(offsetof(Exception_t, ____stackTrace_6)); } inline RuntimeObject * get__stackTrace_6() const { return ____stackTrace_6; } inline RuntimeObject ** get_address_of__stackTrace_6() { return &____stackTrace_6; } inline void set__stackTrace_6(RuntimeObject * value) { ____stackTrace_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____stackTrace_6), (void*)value); } inline static int32_t get_offset_of__stackTraceString_7() { return static_cast(offsetof(Exception_t, ____stackTraceString_7)); } inline String_t* get__stackTraceString_7() const { return ____stackTraceString_7; } inline String_t** get_address_of__stackTraceString_7() { return &____stackTraceString_7; } inline void set__stackTraceString_7(String_t* value) { ____stackTraceString_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____stackTraceString_7), (void*)value); } inline static int32_t get_offset_of__remoteStackTraceString_8() { return static_cast(offsetof(Exception_t, ____remoteStackTraceString_8)); } inline String_t* get__remoteStackTraceString_8() const { return ____remoteStackTraceString_8; } inline String_t** get_address_of__remoteStackTraceString_8() { return &____remoteStackTraceString_8; } inline void set__remoteStackTraceString_8(String_t* value) { ____remoteStackTraceString_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____remoteStackTraceString_8), (void*)value); } inline static int32_t get_offset_of__remoteStackIndex_9() { return static_cast(offsetof(Exception_t, ____remoteStackIndex_9)); } inline int32_t get__remoteStackIndex_9() const { return ____remoteStackIndex_9; } inline int32_t* get_address_of__remoteStackIndex_9() { return &____remoteStackIndex_9; } inline void set__remoteStackIndex_9(int32_t value) { ____remoteStackIndex_9 = value; } inline static int32_t get_offset_of__dynamicMethods_10() { return static_cast(offsetof(Exception_t, ____dynamicMethods_10)); } inline RuntimeObject * get__dynamicMethods_10() const { return ____dynamicMethods_10; } inline RuntimeObject ** get_address_of__dynamicMethods_10() { return &____dynamicMethods_10; } inline void set__dynamicMethods_10(RuntimeObject * value) { ____dynamicMethods_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____dynamicMethods_10), (void*)value); } inline static int32_t get_offset_of__HResult_11() { return static_cast(offsetof(Exception_t, ____HResult_11)); } inline int32_t get__HResult_11() const { return ____HResult_11; } inline int32_t* get_address_of__HResult_11() { return &____HResult_11; } inline void set__HResult_11(int32_t value) { ____HResult_11 = value; } inline static int32_t get_offset_of__source_12() { return static_cast(offsetof(Exception_t, ____source_12)); } inline String_t* get__source_12() const { return ____source_12; } inline String_t** get_address_of__source_12() { return &____source_12; } inline void set__source_12(String_t* value) { ____source_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____source_12), (void*)value); } inline static int32_t get_offset_of__safeSerializationManager_13() { return static_cast(offsetof(Exception_t, ____safeSerializationManager_13)); } inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * get__safeSerializationManager_13() const { return ____safeSerializationManager_13; } inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F ** get_address_of__safeSerializationManager_13() { return &____safeSerializationManager_13; } inline void set__safeSerializationManager_13(SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * value) { ____safeSerializationManager_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____safeSerializationManager_13), (void*)value); } inline static int32_t get_offset_of_captured_traces_14() { return static_cast(offsetof(Exception_t, ___captured_traces_14)); } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* get_captured_traces_14() const { return ___captured_traces_14; } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971** get_address_of_captured_traces_14() { return &___captured_traces_14; } inline void set_captured_traces_14(StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* value) { ___captured_traces_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___captured_traces_14), (void*)value); } inline static int32_t get_offset_of_native_trace_ips_15() { return static_cast(offsetof(Exception_t, ___native_trace_ips_15)); } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* get_native_trace_ips_15() const { return ___native_trace_ips_15; } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6** get_address_of_native_trace_ips_15() { return &___native_trace_ips_15; } inline void set_native_trace_ips_15(IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* value) { ___native_trace_ips_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___native_trace_ips_15), (void*)value); } }; struct Exception_t_StaticFields { public: // System.Object System.Exception::s_EDILock RuntimeObject * ___s_EDILock_0; public: inline static int32_t get_offset_of_s_EDILock_0() { return static_cast(offsetof(Exception_t_StaticFields, ___s_EDILock_0)); } inline RuntimeObject * get_s_EDILock_0() const { return ___s_EDILock_0; } inline RuntimeObject ** get_address_of_s_EDILock_0() { return &___s_EDILock_0; } inline void set_s_EDILock_0(RuntimeObject * value) { ___s_EDILock_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_EDILock_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Exception struct Exception_t_marshaled_pinvoke { char* ____className_1; char* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_pinvoke* ____innerException_4; char* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; char* ____stackTraceString_7; char* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; char* ____source_12; SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // Native definition for COM marshalling of System.Exception struct Exception_t_marshaled_com { Il2CppChar* ____className_1; Il2CppChar* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_com* ____innerException_4; Il2CppChar* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; Il2CppChar* ____stackTraceString_7; Il2CppChar* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; Il2CppChar* ____source_12; SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // System.Collections.Hashtable struct Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC : public RuntimeObject { public: // System.Collections.Hashtable/bucket[] System.Collections.Hashtable::buckets bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* ___buckets_10; // System.Int32 System.Collections.Hashtable::count int32_t ___count_11; // System.Int32 System.Collections.Hashtable::occupancy int32_t ___occupancy_12; // System.Int32 System.Collections.Hashtable::loadsize int32_t ___loadsize_13; // System.Single System.Collections.Hashtable::loadFactor float ___loadFactor_14; // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Hashtable::version int32_t ___version_15; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Hashtable::isWriterInProgress bool ___isWriterInProgress_16; // System.Collections.ICollection System.Collections.Hashtable::keys RuntimeObject* ___keys_17; // System.Collections.ICollection System.Collections.Hashtable::values RuntimeObject* ___values_18; // System.Collections.IEqualityComparer System.Collections.Hashtable::_keycomparer RuntimeObject* ____keycomparer_19; // System.Object System.Collections.Hashtable::_syncRoot RuntimeObject * ____syncRoot_20; public: inline static int32_t get_offset_of_buckets_10() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___buckets_10)); } inline bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* get_buckets_10() const { return ___buckets_10; } inline bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190** get_address_of_buckets_10() { return &___buckets_10; } inline void set_buckets_10(bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190* value) { ___buckets_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_10), (void*)value); } inline static int32_t get_offset_of_count_11() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___count_11)); } inline int32_t get_count_11() const { return ___count_11; } inline int32_t* get_address_of_count_11() { return &___count_11; } inline void set_count_11(int32_t value) { ___count_11 = value; } inline static int32_t get_offset_of_occupancy_12() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___occupancy_12)); } inline int32_t get_occupancy_12() const { return ___occupancy_12; } inline int32_t* get_address_of_occupancy_12() { return &___occupancy_12; } inline void set_occupancy_12(int32_t value) { ___occupancy_12 = value; } inline static int32_t get_offset_of_loadsize_13() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___loadsize_13)); } inline int32_t get_loadsize_13() const { return ___loadsize_13; } inline int32_t* get_address_of_loadsize_13() { return &___loadsize_13; } inline void set_loadsize_13(int32_t value) { ___loadsize_13 = value; } inline static int32_t get_offset_of_loadFactor_14() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___loadFactor_14)); } inline float get_loadFactor_14() const { return ___loadFactor_14; } inline float* get_address_of_loadFactor_14() { return &___loadFactor_14; } inline void set_loadFactor_14(float value) { ___loadFactor_14 = value; } inline static int32_t get_offset_of_version_15() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___version_15)); } inline int32_t get_version_15() const { return ___version_15; } inline int32_t* get_address_of_version_15() { return &___version_15; } inline void set_version_15(int32_t value) { ___version_15 = value; } inline static int32_t get_offset_of_isWriterInProgress_16() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___isWriterInProgress_16)); } inline bool get_isWriterInProgress_16() const { return ___isWriterInProgress_16; } inline bool* get_address_of_isWriterInProgress_16() { return &___isWriterInProgress_16; } inline void set_isWriterInProgress_16(bool value) { ___isWriterInProgress_16 = value; } inline static int32_t get_offset_of_keys_17() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___keys_17)); } inline RuntimeObject* get_keys_17() const { return ___keys_17; } inline RuntimeObject** get_address_of_keys_17() { return &___keys_17; } inline void set_keys_17(RuntimeObject* value) { ___keys_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_17), (void*)value); } inline static int32_t get_offset_of_values_18() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ___values_18)); } inline RuntimeObject* get_values_18() const { return ___values_18; } inline RuntimeObject** get_address_of_values_18() { return &___values_18; } inline void set_values_18(RuntimeObject* value) { ___values_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_18), (void*)value); } inline static int32_t get_offset_of__keycomparer_19() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ____keycomparer_19)); } inline RuntimeObject* get__keycomparer_19() const { return ____keycomparer_19; } inline RuntimeObject** get_address_of__keycomparer_19() { return &____keycomparer_19; } inline void set__keycomparer_19(RuntimeObject* value) { ____keycomparer_19 = value; Il2CppCodeGenWriteBarrier((void**)(&____keycomparer_19), (void*)value); } inline static int32_t get_offset_of__syncRoot_20() { return static_cast(offsetof(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC, ____syncRoot_20)); } inline RuntimeObject * get__syncRoot_20() const { return ____syncRoot_20; } inline RuntimeObject ** get_address_of__syncRoot_20() { return &____syncRoot_20; } inline void set__syncRoot_20(RuntimeObject * value) { ____syncRoot_20 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_20), (void*)value); } }; // System.Reflection.MethodInfo struct MethodInfo_t : public MethodBase_t { public: public: }; // System.Xml.ReadState struct ReadState_tD89BBF06656CA45737179919236BDA5EC69D2FEF { public: // System.Int32 System.Xml.ReadState::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ReadState_tD89BBF06656CA45737179919236BDA5EC69D2FEF, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.RuntimeTypeHandle struct RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 { public: // System.IntPtr System.RuntimeTypeHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; // System.Xml.Schema.SchemaType struct SchemaType_tEB15E34E0729AA4438855C9D6E1FA56F7759B55F { public: // System.Int32 System.Xml.Schema.SchemaType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SchemaType_tEB15E34E0729AA4438855C9D6E1FA56F7759B55F, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.IO.SeekOrigin struct SeekOrigin_t4A91B37D046CD7A6578066059AE9F6269A888D4F { public: // System.Int32 System.IO.SeekOrigin::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SeekOrigin_t4A91B37D046CD7A6578066059AE9F6269A888D4F, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Runtime.Serialization.StreamingContextStates struct StreamingContextStates_tF4C7FE6D6121BD4C67699869C8269A60B36B42C3 { public: // System.Int32 System.Runtime.Serialization.StreamingContextStates::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(StreamingContextStates_tF4C7FE6D6121BD4C67699869C8269A60B36B42C3, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.StringComparison struct StringComparison_tCC9F72B9B1E2C3C6D2566DD0D3A61E1621048998 { public: // System.Int32 System.StringComparison::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(StringComparison_tCC9F72B9B1E2C3C6D2566DD0D3A61E1621048998, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Threading.Tasks.Task struct Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 : public RuntimeObject { public: // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_taskId int32_t ___m_taskId_4; // System.Object System.Threading.Tasks.Task::m_action RuntimeObject * ___m_action_5; // System.Object System.Threading.Tasks.Task::m_stateObject RuntimeObject * ___m_stateObject_6; // System.Threading.Tasks.TaskScheduler System.Threading.Tasks.Task::m_taskScheduler TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * ___m_taskScheduler_7; // System.Threading.Tasks.Task System.Threading.Tasks.Task::m_parent Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___m_parent_8; // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_stateFlags int32_t ___m_stateFlags_9; // System.Object modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_continuationObject RuntimeObject * ___m_continuationObject_28; // System.Threading.Tasks.Task/ContingentProperties modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_contingentProperties ContingentProperties_t1E249C737B8B8644ED1D60EEFA101D326B199EA0 * ___m_contingentProperties_33; public: inline static int32_t get_offset_of_m_taskId_4() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_taskId_4)); } inline int32_t get_m_taskId_4() const { return ___m_taskId_4; } inline int32_t* get_address_of_m_taskId_4() { return &___m_taskId_4; } inline void set_m_taskId_4(int32_t value) { ___m_taskId_4 = value; } inline static int32_t get_offset_of_m_action_5() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_action_5)); } inline RuntimeObject * get_m_action_5() const { return ___m_action_5; } inline RuntimeObject ** get_address_of_m_action_5() { return &___m_action_5; } inline void set_m_action_5(RuntimeObject * value) { ___m_action_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_action_5), (void*)value); } inline static int32_t get_offset_of_m_stateObject_6() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_stateObject_6)); } inline RuntimeObject * get_m_stateObject_6() const { return ___m_stateObject_6; } inline RuntimeObject ** get_address_of_m_stateObject_6() { return &___m_stateObject_6; } inline void set_m_stateObject_6(RuntimeObject * value) { ___m_stateObject_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_stateObject_6), (void*)value); } inline static int32_t get_offset_of_m_taskScheduler_7() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_taskScheduler_7)); } inline TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * get_m_taskScheduler_7() const { return ___m_taskScheduler_7; } inline TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D ** get_address_of_m_taskScheduler_7() { return &___m_taskScheduler_7; } inline void set_m_taskScheduler_7(TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * value) { ___m_taskScheduler_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_taskScheduler_7), (void*)value); } inline static int32_t get_offset_of_m_parent_8() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_parent_8)); } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * get_m_parent_8() const { return ___m_parent_8; } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 ** get_address_of_m_parent_8() { return &___m_parent_8; } inline void set_m_parent_8(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * value) { ___m_parent_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_parent_8), (void*)value); } inline static int32_t get_offset_of_m_stateFlags_9() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_stateFlags_9)); } inline int32_t get_m_stateFlags_9() const { return ___m_stateFlags_9; } inline int32_t* get_address_of_m_stateFlags_9() { return &___m_stateFlags_9; } inline void set_m_stateFlags_9(int32_t value) { ___m_stateFlags_9 = value; } inline static int32_t get_offset_of_m_continuationObject_28() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_continuationObject_28)); } inline RuntimeObject * get_m_continuationObject_28() const { return ___m_continuationObject_28; } inline RuntimeObject ** get_address_of_m_continuationObject_28() { return &___m_continuationObject_28; } inline void set_m_continuationObject_28(RuntimeObject * value) { ___m_continuationObject_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_continuationObject_28), (void*)value); } inline static int32_t get_offset_of_m_contingentProperties_33() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_contingentProperties_33)); } inline ContingentProperties_t1E249C737B8B8644ED1D60EEFA101D326B199EA0 * get_m_contingentProperties_33() const { return ___m_contingentProperties_33; } inline ContingentProperties_t1E249C737B8B8644ED1D60EEFA101D326B199EA0 ** get_address_of_m_contingentProperties_33() { return &___m_contingentProperties_33; } inline void set_m_contingentProperties_33(ContingentProperties_t1E249C737B8B8644ED1D60EEFA101D326B199EA0 * value) { ___m_contingentProperties_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_contingentProperties_33), (void*)value); } }; struct Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields { public: // System.Int32 System.Threading.Tasks.Task::s_taskIdCounter int32_t ___s_taskIdCounter_2; // System.Threading.Tasks.TaskFactory System.Threading.Tasks.Task::s_factory TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B * ___s_factory_3; // System.Object System.Threading.Tasks.Task::s_taskCompletionSentinel RuntimeObject * ___s_taskCompletionSentinel_29; // System.Boolean System.Threading.Tasks.Task::s_asyncDebuggingEnabled bool ___s_asyncDebuggingEnabled_30; // System.Collections.Generic.Dictionary`2 System.Threading.Tasks.Task::s_currentActiveTasks Dictionary_2_tB758E2A2593CD827EFC041BE1F1BB4B68DE1C3E8 * ___s_currentActiveTasks_31; // System.Object System.Threading.Tasks.Task::s_activeTasksLock RuntimeObject * ___s_activeTasksLock_32; // System.Action`1 System.Threading.Tasks.Task::s_taskCancelCallback Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ___s_taskCancelCallback_34; // System.Func`1 System.Threading.Tasks.Task::s_createContingentProperties Func_1_tBCF42601FA307876E83080BE4204110820F8BF3B * ___s_createContingentProperties_35; // System.Threading.Tasks.Task System.Threading.Tasks.Task::s_completedTask Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___s_completedTask_36; // System.Predicate`1 System.Threading.Tasks.Task::s_IsExceptionObservedByParentPredicate Predicate_1_tC0DBBC8498BD1EE6ABFFAA5628024105FA7D11BD * ___s_IsExceptionObservedByParentPredicate_37; // System.Threading.ContextCallback System.Threading.Tasks.Task::s_ecCallback ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B * ___s_ecCallback_38; // System.Predicate`1 System.Threading.Tasks.Task::s_IsTaskContinuationNullPredicate Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * ___s_IsTaskContinuationNullPredicate_39; public: inline static int32_t get_offset_of_s_taskIdCounter_2() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_taskIdCounter_2)); } inline int32_t get_s_taskIdCounter_2() const { return ___s_taskIdCounter_2; } inline int32_t* get_address_of_s_taskIdCounter_2() { return &___s_taskIdCounter_2; } inline void set_s_taskIdCounter_2(int32_t value) { ___s_taskIdCounter_2 = value; } inline static int32_t get_offset_of_s_factory_3() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_factory_3)); } inline TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B * get_s_factory_3() const { return ___s_factory_3; } inline TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B ** get_address_of_s_factory_3() { return &___s_factory_3; } inline void set_s_factory_3(TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B * value) { ___s_factory_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_factory_3), (void*)value); } inline static int32_t get_offset_of_s_taskCompletionSentinel_29() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_taskCompletionSentinel_29)); } inline RuntimeObject * get_s_taskCompletionSentinel_29() const { return ___s_taskCompletionSentinel_29; } inline RuntimeObject ** get_address_of_s_taskCompletionSentinel_29() { return &___s_taskCompletionSentinel_29; } inline void set_s_taskCompletionSentinel_29(RuntimeObject * value) { ___s_taskCompletionSentinel_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_taskCompletionSentinel_29), (void*)value); } inline static int32_t get_offset_of_s_asyncDebuggingEnabled_30() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_asyncDebuggingEnabled_30)); } inline bool get_s_asyncDebuggingEnabled_30() const { return ___s_asyncDebuggingEnabled_30; } inline bool* get_address_of_s_asyncDebuggingEnabled_30() { return &___s_asyncDebuggingEnabled_30; } inline void set_s_asyncDebuggingEnabled_30(bool value) { ___s_asyncDebuggingEnabled_30 = value; } inline static int32_t get_offset_of_s_currentActiveTasks_31() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_currentActiveTasks_31)); } inline Dictionary_2_tB758E2A2593CD827EFC041BE1F1BB4B68DE1C3E8 * get_s_currentActiveTasks_31() const { return ___s_currentActiveTasks_31; } inline Dictionary_2_tB758E2A2593CD827EFC041BE1F1BB4B68DE1C3E8 ** get_address_of_s_currentActiveTasks_31() { return &___s_currentActiveTasks_31; } inline void set_s_currentActiveTasks_31(Dictionary_2_tB758E2A2593CD827EFC041BE1F1BB4B68DE1C3E8 * value) { ___s_currentActiveTasks_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_currentActiveTasks_31), (void*)value); } inline static int32_t get_offset_of_s_activeTasksLock_32() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_activeTasksLock_32)); } inline RuntimeObject * get_s_activeTasksLock_32() const { return ___s_activeTasksLock_32; } inline RuntimeObject ** get_address_of_s_activeTasksLock_32() { return &___s_activeTasksLock_32; } inline void set_s_activeTasksLock_32(RuntimeObject * value) { ___s_activeTasksLock_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_activeTasksLock_32), (void*)value); } inline static int32_t get_offset_of_s_taskCancelCallback_34() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_taskCancelCallback_34)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get_s_taskCancelCallback_34() const { return ___s_taskCancelCallback_34; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of_s_taskCancelCallback_34() { return &___s_taskCancelCallback_34; } inline void set_s_taskCancelCallback_34(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ___s_taskCancelCallback_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_taskCancelCallback_34), (void*)value); } inline static int32_t get_offset_of_s_createContingentProperties_35() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_createContingentProperties_35)); } inline Func_1_tBCF42601FA307876E83080BE4204110820F8BF3B * get_s_createContingentProperties_35() const { return ___s_createContingentProperties_35; } inline Func_1_tBCF42601FA307876E83080BE4204110820F8BF3B ** get_address_of_s_createContingentProperties_35() { return &___s_createContingentProperties_35; } inline void set_s_createContingentProperties_35(Func_1_tBCF42601FA307876E83080BE4204110820F8BF3B * value) { ___s_createContingentProperties_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_createContingentProperties_35), (void*)value); } inline static int32_t get_offset_of_s_completedTask_36() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_completedTask_36)); } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * get_s_completedTask_36() const { return ___s_completedTask_36; } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 ** get_address_of_s_completedTask_36() { return &___s_completedTask_36; } inline void set_s_completedTask_36(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * value) { ___s_completedTask_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_completedTask_36), (void*)value); } inline static int32_t get_offset_of_s_IsExceptionObservedByParentPredicate_37() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_IsExceptionObservedByParentPredicate_37)); } inline Predicate_1_tC0DBBC8498BD1EE6ABFFAA5628024105FA7D11BD * get_s_IsExceptionObservedByParentPredicate_37() const { return ___s_IsExceptionObservedByParentPredicate_37; } inline Predicate_1_tC0DBBC8498BD1EE6ABFFAA5628024105FA7D11BD ** get_address_of_s_IsExceptionObservedByParentPredicate_37() { return &___s_IsExceptionObservedByParentPredicate_37; } inline void set_s_IsExceptionObservedByParentPredicate_37(Predicate_1_tC0DBBC8498BD1EE6ABFFAA5628024105FA7D11BD * value) { ___s_IsExceptionObservedByParentPredicate_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_IsExceptionObservedByParentPredicate_37), (void*)value); } inline static int32_t get_offset_of_s_ecCallback_38() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_ecCallback_38)); } inline ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B * get_s_ecCallback_38() const { return ___s_ecCallback_38; } inline ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B ** get_address_of_s_ecCallback_38() { return &___s_ecCallback_38; } inline void set_s_ecCallback_38(ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B * value) { ___s_ecCallback_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_ecCallback_38), (void*)value); } inline static int32_t get_offset_of_s_IsTaskContinuationNullPredicate_39() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_IsTaskContinuationNullPredicate_39)); } inline Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * get_s_IsTaskContinuationNullPredicate_39() const { return ___s_IsTaskContinuationNullPredicate_39; } inline Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB ** get_address_of_s_IsTaskContinuationNullPredicate_39() { return &___s_IsTaskContinuationNullPredicate_39; } inline void set_s_IsTaskContinuationNullPredicate_39(Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * value) { ___s_IsTaskContinuationNullPredicate_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_IsTaskContinuationNullPredicate_39), (void*)value); } }; struct Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_ThreadStaticFields { public: // System.Threading.Tasks.Task System.Threading.Tasks.Task::t_currentTask Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___t_currentTask_0; // System.Threading.Tasks.StackGuard System.Threading.Tasks.Task::t_stackGuard StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D * ___t_stackGuard_1; public: inline static int32_t get_offset_of_t_currentTask_0() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_ThreadStaticFields, ___t_currentTask_0)); } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * get_t_currentTask_0() const { return ___t_currentTask_0; } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 ** get_address_of_t_currentTask_0() { return &___t_currentTask_0; } inline void set_t_currentTask_0(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * value) { ___t_currentTask_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___t_currentTask_0), (void*)value); } inline static int32_t get_offset_of_t_stackGuard_1() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_ThreadStaticFields, ___t_stackGuard_1)); } inline StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D * get_t_stackGuard_1() const { return ___t_stackGuard_1; } inline StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D ** get_address_of_t_stackGuard_1() { return &___t_stackGuard_1; } inline void set_t_stackGuard_1(StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D * value) { ___t_stackGuard_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___t_stackGuard_1), (void*)value); } }; // System.TypeCode struct TypeCode_tCB39BAB5CFB7A1E0BCB521413E3C46B81C31AA7C { public: // System.Int32 System.TypeCode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TypeCode_tCB39BAB5CFB7A1E0BCB521413E3C46B81C31AA7C, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.UriFormat struct UriFormat_t25C936463BDE737B16A8EC3DA05091FC31F1A71F { public: // System.Int32 System.UriFormat::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UriFormat_t25C936463BDE737B16A8EC3DA05091FC31F1A71F, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.UriIdnScope struct UriIdnScope_tBA22B992BA582F68F2B98CDEBCB24299F249DE4D { public: // System.Int32 System.UriIdnScope::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UriIdnScope_tBA22B992BA582F68F2B98CDEBCB24299F249DE4D, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.UriKind struct UriKind_tFC16ACC1842283AAE2C7F50C9C70EFBF6550B3FC { public: // System.Int32 System.UriKind::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UriKind_tFC16ACC1842283AAE2C7F50C9C70EFBF6550B3FC, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Xml.ValidationType struct ValidationType_t588D32514C11D985F976526F7E3C81ABD1D27EBA { public: // System.Int32 System.Xml.ValidationType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ValidationType_t588D32514C11D985F976526F7E3C81ABD1D27EBA, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Xml.WhitespaceHandling struct WhitespaceHandling_t5B5D7F564E2C68D609D844ADC3D68F931DA5F034 { public: // System.Int32 System.Xml.WhitespaceHandling::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(WhitespaceHandling_t5B5D7F564E2C68D609D844ADC3D68F931DA5F034, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Xml.WriteState struct WriteState_t5FC2A1D32436519584C900786EA9C0E15D9317C6 { public: // System.Int32 System.Xml.WriteState::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(WriteState_t5FC2A1D32436519584C900786EA9C0E15D9317C6, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Xml.XPath.XPathNodeType struct XPathNodeType_tC6A2904E5E0084569595992B18839ADF01728762 { public: // System.Int32 System.Xml.XPath.XPathNodeType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(XPathNodeType_tC6A2904E5E0084569595992B18839ADF01728762, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Xml.XmlCharacterData struct XmlCharacterData_tDE362DEBB89559C552E40DB1346331A259C9205B : public XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 { public: // System.String System.Xml.XmlCharacterData::data String_t* ___data_2; public: inline static int32_t get_offset_of_data_2() { return static_cast(offsetof(XmlCharacterData_tDE362DEBB89559C552E40DB1346331A259C9205B, ___data_2)); } inline String_t* get_data_2() const { return ___data_2; } inline String_t** get_address_of_data_2() { return &___data_2; } inline void set_data_2(String_t* value) { ___data_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_2), (void*)value); } }; // System.Xml.XmlNodeChangedAction struct XmlNodeChangedAction_t9DFB1E52AABC555FFE368789765F6D0347FE40DF { public: // System.Int32 System.Xml.XmlNodeChangedAction::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(XmlNodeChangedAction_t9DFB1E52AABC555FFE368789765F6D0347FE40DF, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Xml.XmlNodeOrder struct XmlNodeOrder_t2828FF05AC3B6F022D8332BEBE60DA6A93879290 { public: // System.Int32 System.Xml.XmlNodeOrder::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(XmlNodeOrder_t2828FF05AC3B6F022D8332BEBE60DA6A93879290, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Xml.XmlNodeType struct XmlNodeType_t6202952ADDE08339EF2AAC42CE97C84E99AC5D81 { public: // System.Int32 System.Xml.XmlNodeType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(XmlNodeType_t6202952ADDE08339EF2AAC42CE97C84E99AC5D81, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Xml.XmlOutputMethod struct XmlOutputMethod_t56A6FAE8907BABCD1EE7532B476666E21D5CB66F { public: // System.Int32 System.Xml.XmlOutputMethod::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(XmlOutputMethod_t56A6FAE8907BABCD1EE7532B476666E21D5CB66F, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Xml.XmlProcessingInstruction struct XmlProcessingInstruction_t525E2FBFF021956482F320EEA1ACED57CFC304AE : public XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 { public: // System.String System.Xml.XmlProcessingInstruction::target String_t* ___target_2; // System.String System.Xml.XmlProcessingInstruction::data String_t* ___data_3; public: inline static int32_t get_offset_of_target_2() { return static_cast(offsetof(XmlProcessingInstruction_t525E2FBFF021956482F320EEA1ACED57CFC304AE, ___target_2)); } inline String_t* get_target_2() const { return ___target_2; } inline String_t** get_address_of_target_2() { return &___target_2; } inline void set_target_2(String_t* value) { ___target_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_2), (void*)value); } inline static int32_t get_offset_of_data_3() { return static_cast(offsetof(XmlProcessingInstruction_t525E2FBFF021956482F320EEA1ACED57CFC304AE, ___data_3)); } inline String_t* get_data_3() const { return ___data_3; } inline String_t** get_address_of_data_3() { return &___data_3; } inline void set_data_3(String_t* value) { ___data_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_3), (void*)value); } }; // System.Xml.XmlRegisteredNonCachedStream struct XmlRegisteredNonCachedStream_t34366F50733A8D122E74F0C51EAD411FF827BCC1 : public Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB { public: // System.IO.Stream System.Xml.XmlRegisteredNonCachedStream::stream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream_5; // System.Xml.XmlDownloadManager System.Xml.XmlRegisteredNonCachedStream::downloadManager XmlDownloadManager_t28FF2F536CFB5125C74928F7DC706692604D5A9D * ___downloadManager_6; // System.String System.Xml.XmlRegisteredNonCachedStream::host String_t* ___host_7; public: inline static int32_t get_offset_of_stream_5() { return static_cast(offsetof(XmlRegisteredNonCachedStream_t34366F50733A8D122E74F0C51EAD411FF827BCC1, ___stream_5)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_stream_5() const { return ___stream_5; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_stream_5() { return &___stream_5; } inline void set_stream_5(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___stream_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___stream_5), (void*)value); } inline static int32_t get_offset_of_downloadManager_6() { return static_cast(offsetof(XmlRegisteredNonCachedStream_t34366F50733A8D122E74F0C51EAD411FF827BCC1, ___downloadManager_6)); } inline XmlDownloadManager_t28FF2F536CFB5125C74928F7DC706692604D5A9D * get_downloadManager_6() const { return ___downloadManager_6; } inline XmlDownloadManager_t28FF2F536CFB5125C74928F7DC706692604D5A9D ** get_address_of_downloadManager_6() { return &___downloadManager_6; } inline void set_downloadManager_6(XmlDownloadManager_t28FF2F536CFB5125C74928F7DC706692604D5A9D * value) { ___downloadManager_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___downloadManager_6), (void*)value); } inline static int32_t get_offset_of_host_7() { return static_cast(offsetof(XmlRegisteredNonCachedStream_t34366F50733A8D122E74F0C51EAD411FF827BCC1, ___host_7)); } inline String_t* get_host_7() const { return ___host_7; } inline String_t** get_address_of_host_7() { return &___host_7; } inline void set_host_7(String_t* value) { ___host_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___host_7), (void*)value); } }; // System.Xml.Schema.XmlSchemaAttribute struct XmlSchemaAttribute_t2EB9DF55F6A28F15681A8E56140568B049AFD7F7 : public XmlSchemaAnnotated_t68F13E739330186883290FF723E752BD26F2E3A7 { public: public: }; // System.Xml.Schema.XmlSchemaContentProcessing struct XmlSchemaContentProcessing_t28E999866F49ED1037761C5FD7E866076606757C { public: // System.Int32 System.Xml.Schema.XmlSchemaContentProcessing::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(XmlSchemaContentProcessing_t28E999866F49ED1037761C5FD7E866076606757C, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Xml.Schema.XmlSchemaContentType struct XmlSchemaContentType_tCB95E5FCA55200D9C0AF534D6344518C0968E714 { public: // System.Int32 System.Xml.Schema.XmlSchemaContentType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(XmlSchemaContentType_tCB95E5FCA55200D9C0AF534D6344518C0968E714, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Xml.Schema.XmlSchemaDatatypeVariety struct XmlSchemaDatatypeVariety_tC3E3DA50C51D19A6958479C5851FD90C59435E7B { public: // System.Int32 System.Xml.Schema.XmlSchemaDatatypeVariety::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(XmlSchemaDatatypeVariety_tC3E3DA50C51D19A6958479C5851FD90C59435E7B, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Xml.Schema.XmlSchemaDerivationMethod struct XmlSchemaDerivationMethod_tB960EB54D0A380C43B2EA296A17718B629BBD20E { public: // System.Int32 System.Xml.Schema.XmlSchemaDerivationMethod::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(XmlSchemaDerivationMethod_tB960EB54D0A380C43B2EA296A17718B629BBD20E, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Xml.Schema.XmlSchemaSimpleTypeContent struct XmlSchemaSimpleTypeContent_t38B7E1118EA6B9348F35D47139C9BE910724DB65 : public XmlSchemaAnnotated_t68F13E739330186883290FF723E752BD26F2E3A7 { public: public: }; // System.Xml.Schema.XmlSchemaValidationFlags struct XmlSchemaValidationFlags_tF0C150CF8BCED7131D6163452E106FBC5B7BBBA8 { public: // System.Int32 System.Xml.Schema.XmlSchemaValidationFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(XmlSchemaValidationFlags_tF0C150CF8BCED7131D6163452E106FBC5B7BBBA8, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Xml.Schema.XmlSchemaValidity struct XmlSchemaValidity_t89FC92B6FE84FBF210FA18A8F3ED13774FCED146 { public: // System.Int32 System.Xml.Schema.XmlSchemaValidity::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(XmlSchemaValidity_t89FC92B6FE84FBF210FA18A8F3ED13774FCED146, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Xml.Schema.XmlSchemaWhiteSpace struct XmlSchemaWhiteSpace_tD6D42C877E1ACEB662CAE5F737BA69A233479E3D { public: // System.Int32 System.Xml.Schema.XmlSchemaWhiteSpace::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(XmlSchemaWhiteSpace_tD6D42C877E1ACEB662CAE5F737BA69A233479E3D, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Xml.Schema.XmlSeverityType struct XmlSeverityType_tF0C924049E29120AC681B4B2ECA491B70C902210 { public: // System.Int32 System.Xml.Schema.XmlSeverityType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(XmlSeverityType_tF0C924049E29120AC681B4B2ECA491B70C902210, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Xml.XmlSpace struct XmlSpace_t16F1125FF443A131844086CD412753BFE485A047 { public: // System.Int32 System.Xml.XmlSpace::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(XmlSpace_t16F1125FF443A131844086CD412753BFE485A047, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Xml.XmlStandalone struct XmlStandalone_t1AB830245155829DBE6EBC8C97A0BB64859FD828 { public: // System.Int32 System.Xml.XmlStandalone::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(XmlStandalone_t1AB830245155829DBE6EBC8C97A0BB64859FD828, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Xml.XmlTokenizedType struct XmlTokenizedType_t920EB9FDDB3F1BF66147159D679D1BF84CB6ECD4 { public: // System.Int32 System.Xml.XmlTokenizedType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(XmlTokenizedType_t920EB9FDDB3F1BF66147159D679D1BF84CB6ECD4, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Xml.Schema.XmlTypeCode struct XmlTypeCode_t8BCC3C3572E95AA39A6F53864E90CE04AB3290E1 { public: // System.Int32 System.Xml.Schema.XmlTypeCode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(XmlTypeCode_t8BCC3C3572E95AA39A6F53864E90CE04AB3290E1, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Xml.XmlUnspecifiedAttribute struct XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641 : public XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D { public: // System.Boolean System.Xml.XmlUnspecifiedAttribute::fSpecified bool ___fSpecified_3; public: inline static int32_t get_offset_of_fSpecified_3() { return static_cast(offsetof(XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641, ___fSpecified_3)); } inline bool get_fSpecified_3() const { return ___fSpecified_3; } inline bool* get_address_of_fSpecified_3() { return &___fSpecified_3; } inline void set_fSpecified_3(bool value) { ___fSpecified_3 = value; } }; // System.Xml.Schema.NamespaceList/ListType struct ListType_tBCCE1790B6DF8C56EBFC60AD58C2A26063F9DBEC { public: // System.Int32 System.Xml.Schema.NamespaceList/ListType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ListType_tBCCE1790B6DF8C56EBFC60AD58C2A26063F9DBEC, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Xml.Schema.SchemaDeclBase/Use struct Use_t28B781655D907656D9A7781A78E59008C669F972 { public: // System.Int32 System.Xml.Schema.SchemaDeclBase/Use::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Use_t28B781655D907656D9A7781A78E59008C669F972, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Uri/Flags struct Flags_t72C622DF5C3ED762F55AB36EC2CCDDF3AF56B8D4 { public: // System.UInt64 System.Uri/Flags::value__ uint64_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Flags_t72C622DF5C3ED762F55AB36EC2CCDDF3AF56B8D4, ___value___2)); } inline uint64_t get_value___2() const { return ___value___2; } inline uint64_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint64_t value) { ___value___2 = value; } }; // System.Xml.Schema.XmlAtomicValue/Union struct Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F { public: union { struct { union { #pragma pack(push, tp, 1) struct { // System.Boolean System.Xml.Schema.XmlAtomicValue/Union::boolVal bool ___boolVal_0; }; #pragma pack(pop, tp) struct { bool ___boolVal_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // System.Double System.Xml.Schema.XmlAtomicValue/Union::dblVal double ___dblVal_1; }; #pragma pack(pop, tp) struct { double ___dblVal_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // System.Int64 System.Xml.Schema.XmlAtomicValue/Union::i64Val int64_t ___i64Val_2; }; #pragma pack(pop, tp) struct { int64_t ___i64Val_2_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // System.Int32 System.Xml.Schema.XmlAtomicValue/Union::i32Val int32_t ___i32Val_3; }; #pragma pack(pop, tp) struct { int32_t ___i32Val_3_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // System.DateTime System.Xml.Schema.XmlAtomicValue/Union::dtVal DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dtVal_4; }; #pragma pack(pop, tp) struct { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dtVal_4_forAlignmentOnly; }; }; }; uint8_t Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F__padding[8]; }; public: inline static int32_t get_offset_of_boolVal_0() { return static_cast(offsetof(Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F, ___boolVal_0)); } inline bool get_boolVal_0() const { return ___boolVal_0; } inline bool* get_address_of_boolVal_0() { return &___boolVal_0; } inline void set_boolVal_0(bool value) { ___boolVal_0 = value; } inline static int32_t get_offset_of_dblVal_1() { return static_cast(offsetof(Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F, ___dblVal_1)); } inline double get_dblVal_1() const { return ___dblVal_1; } inline double* get_address_of_dblVal_1() { return &___dblVal_1; } inline void set_dblVal_1(double value) { ___dblVal_1 = value; } inline static int32_t get_offset_of_i64Val_2() { return static_cast(offsetof(Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F, ___i64Val_2)); } inline int64_t get_i64Val_2() const { return ___i64Val_2; } inline int64_t* get_address_of_i64Val_2() { return &___i64Val_2; } inline void set_i64Val_2(int64_t value) { ___i64Val_2 = value; } inline static int32_t get_offset_of_i32Val_3() { return static_cast(offsetof(Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F, ___i32Val_3)); } inline int32_t get_i32Val_3() const { return ___i32Val_3; } inline int32_t* get_address_of_i32Val_3() { return &___i32Val_3; } inline void set_i32Val_3(int32_t value) { ___i32Val_3 = value; } inline static int32_t get_offset_of_dtVal_4() { return static_cast(offsetof(Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F, ___dtVal_4)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_dtVal_4() const { return ___dtVal_4; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_dtVal_4() { return &___dtVal_4; } inline void set_dtVal_4(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___dtVal_4 = value; } }; // Native definition for P/Invoke marshalling of System.Xml.Schema.XmlAtomicValue/Union struct Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F_marshaled_pinvoke { union { struct { union { #pragma pack(push, tp, 1) struct { int32_t ___boolVal_0; }; #pragma pack(pop, tp) struct { int32_t ___boolVal_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { double ___dblVal_1; }; #pragma pack(pop, tp) struct { double ___dblVal_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { int64_t ___i64Val_2; }; #pragma pack(pop, tp) struct { int64_t ___i64Val_2_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { int32_t ___i32Val_3; }; #pragma pack(pop, tp) struct { int32_t ___i32Val_3_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dtVal_4; }; #pragma pack(pop, tp) struct { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dtVal_4_forAlignmentOnly; }; }; }; uint8_t Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F__padding[8]; }; }; // Native definition for COM marshalling of System.Xml.Schema.XmlAtomicValue/Union struct Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F_marshaled_com { union { struct { union { #pragma pack(push, tp, 1) struct { int32_t ___boolVal_0; }; #pragma pack(pop, tp) struct { int32_t ___boolVal_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { double ___dblVal_1; }; #pragma pack(pop, tp) struct { double ___dblVal_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { int64_t ___i64Val_2; }; #pragma pack(pop, tp) struct { int64_t ___i64Val_2_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { int32_t ___i32Val_3; }; #pragma pack(pop, tp) struct { int32_t ___i32Val_3_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dtVal_4; }; #pragma pack(pop, tp) struct { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dtVal_4_forAlignmentOnly; }; }; }; uint8_t Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F__padding[8]; }; }; // System.Xml.Schema.XmlSchemaParticle/Occurs struct Occurs_tE1D41715FC55ECA460AB8AE9C68E39DF0ED1747F { public: // System.Int32 System.Xml.Schema.XmlSchemaParticle/Occurs::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Occurs_tE1D41715FC55ECA460AB8AE9C68E39DF0ED1747F, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Xml.XmlTextReaderImpl/EntityExpandType struct EntityExpandType_tCEEA49C1F079AC09AED865BC20335712253F05CA { public: // System.Int32 System.Xml.XmlTextReaderImpl/EntityExpandType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EntityExpandType_tCEEA49C1F079AC09AED865BC20335712253F05CA, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Xml.XmlTextReaderImpl/EntityType struct EntityType_t58AEEE9C0FA245DE0D2D51EAA0B0932A9E925C22 { public: // System.Int32 System.Xml.XmlTextReaderImpl/EntityType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EntityType_t58AEEE9C0FA245DE0D2D51EAA0B0932A9E925C22, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Xml.XmlTextReaderImpl/IncrementalReadState struct IncrementalReadState_t72BEC479C21012EC24863F561F0BFFFCE52DB97A { public: // System.Int32 System.Xml.XmlTextReaderImpl/IncrementalReadState::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(IncrementalReadState_t72BEC479C21012EC24863F561F0BFFFCE52DB97A, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Xml.XmlTextReaderImpl/InitInputType struct InitInputType_tC848B5C5FB2C66B2A21B54C201684DDCC9385ABE { public: // System.Int32 System.Xml.XmlTextReaderImpl/InitInputType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(InitInputType_tC848B5C5FB2C66B2A21B54C201684DDCC9385ABE, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Xml.XmlTextReaderImpl/ParsingFunction struct ParsingFunction_t742546E1DF71A6992EAA17FC90B6C8BC7EB7642C { public: // System.Int32 System.Xml.XmlTextReaderImpl/ParsingFunction::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ParsingFunction_t742546E1DF71A6992EAA17FC90B6C8BC7EB7642C, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Xml.XmlTextReaderImpl/ParsingMode struct ParsingMode_tA0CAD5F0C6A7A4BD87DAC17C5DD3A6E4DF3A4939 { public: // System.Int32 System.Xml.XmlTextReaderImpl/ParsingMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ParsingMode_tA0CAD5F0C6A7A4BD87DAC17C5DD3A6E4DF3A4939, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Threading.Tasks.Task`1> struct Task_1_tDC99D8BCBDBB4A01765BBF5823E5764CEC20D642 : public Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 { public: // TResult System.Threading.Tasks.Task`1::m_result Tuple_4_t261F9F934878FC10CFB74B1A5C5E9BF0D1564808 * ___m_result_40; public: inline static int32_t get_offset_of_m_result_40() { return static_cast(offsetof(Task_1_tDC99D8BCBDBB4A01765BBF5823E5764CEC20D642, ___m_result_40)); } inline Tuple_4_t261F9F934878FC10CFB74B1A5C5E9BF0D1564808 * get_m_result_40() const { return ___m_result_40; } inline Tuple_4_t261F9F934878FC10CFB74B1A5C5E9BF0D1564808 ** get_address_of_m_result_40() { return &___m_result_40; } inline void set_m_result_40(Tuple_4_t261F9F934878FC10CFB74B1A5C5E9BF0D1564808 * value) { ___m_result_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_result_40), (void*)value); } }; struct Task_1_tDC99D8BCBDBB4A01765BBF5823E5764CEC20D642_StaticFields { public: // System.Threading.Tasks.TaskFactory`1 System.Threading.Tasks.Task`1::s_Factory TaskFactory_1_tB38FBFC2D024ECAE94B1764D89CD142666FE5076 * ___s_Factory_41; // System.Func`2,System.Threading.Tasks.Task`1> System.Threading.Tasks.Task`1::TaskWhenAnyCast Func_2_tA911DC3C188FDA5F6038398B859E2698297BDE5E * ___TaskWhenAnyCast_42; public: inline static int32_t get_offset_of_s_Factory_41() { return static_cast(offsetof(Task_1_tDC99D8BCBDBB4A01765BBF5823E5764CEC20D642_StaticFields, ___s_Factory_41)); } inline TaskFactory_1_tB38FBFC2D024ECAE94B1764D89CD142666FE5076 * get_s_Factory_41() const { return ___s_Factory_41; } inline TaskFactory_1_tB38FBFC2D024ECAE94B1764D89CD142666FE5076 ** get_address_of_s_Factory_41() { return &___s_Factory_41; } inline void set_s_Factory_41(TaskFactory_1_tB38FBFC2D024ECAE94B1764D89CD142666FE5076 * value) { ___s_Factory_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Factory_41), (void*)value); } inline static int32_t get_offset_of_TaskWhenAnyCast_42() { return static_cast(offsetof(Task_1_tDC99D8BCBDBB4A01765BBF5823E5764CEC20D642_StaticFields, ___TaskWhenAnyCast_42)); } inline Func_2_tA911DC3C188FDA5F6038398B859E2698297BDE5E * get_TaskWhenAnyCast_42() const { return ___TaskWhenAnyCast_42; } inline Func_2_tA911DC3C188FDA5F6038398B859E2698297BDE5E ** get_address_of_TaskWhenAnyCast_42() { return &___TaskWhenAnyCast_42; } inline void set_TaskWhenAnyCast_42(Func_2_tA911DC3C188FDA5F6038398B859E2698297BDE5E * value) { ___TaskWhenAnyCast_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___TaskWhenAnyCast_42), (void*)value); } }; // System.Threading.Tasks.Task`1 struct Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 : public Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 { public: // TResult System.Threading.Tasks.Task`1::m_result RuntimeObject * ___m_result_40; public: inline static int32_t get_offset_of_m_result_40() { return static_cast(offsetof(Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17, ___m_result_40)); } inline RuntimeObject * get_m_result_40() const { return ___m_result_40; } inline RuntimeObject ** get_address_of_m_result_40() { return &___m_result_40; } inline void set_m_result_40(RuntimeObject * value) { ___m_result_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_result_40), (void*)value); } }; struct Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17_StaticFields { public: // System.Threading.Tasks.TaskFactory`1 System.Threading.Tasks.Task`1::s_Factory TaskFactory_1_t16A95DD17BBA3D00F0A85C5077BB248421EF3A55 * ___s_Factory_41; // System.Func`2,System.Threading.Tasks.Task`1> System.Threading.Tasks.Task`1::TaskWhenAnyCast Func_2_t44F36790F9746FCE5ABFDE6205B6020B2578F6DD * ___TaskWhenAnyCast_42; public: inline static int32_t get_offset_of_s_Factory_41() { return static_cast(offsetof(Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17_StaticFields, ___s_Factory_41)); } inline TaskFactory_1_t16A95DD17BBA3D00F0A85C5077BB248421EF3A55 * get_s_Factory_41() const { return ___s_Factory_41; } inline TaskFactory_1_t16A95DD17BBA3D00F0A85C5077BB248421EF3A55 ** get_address_of_s_Factory_41() { return &___s_Factory_41; } inline void set_s_Factory_41(TaskFactory_1_t16A95DD17BBA3D00F0A85C5077BB248421EF3A55 * value) { ___s_Factory_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Factory_41), (void*)value); } inline static int32_t get_offset_of_TaskWhenAnyCast_42() { return static_cast(offsetof(Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17_StaticFields, ___TaskWhenAnyCast_42)); } inline Func_2_t44F36790F9746FCE5ABFDE6205B6020B2578F6DD * get_TaskWhenAnyCast_42() const { return ___TaskWhenAnyCast_42; } inline Func_2_t44F36790F9746FCE5ABFDE6205B6020B2578F6DD ** get_address_of_TaskWhenAnyCast_42() { return &___TaskWhenAnyCast_42; } inline void set_TaskWhenAnyCast_42(Func_2_t44F36790F9746FCE5ABFDE6205B6020B2578F6DD * value) { ___TaskWhenAnyCast_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___TaskWhenAnyCast_42), (void*)value); } }; // System.Xml.Schema.ContentValidator struct ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C : public RuntimeObject { public: // System.Xml.Schema.XmlSchemaContentType System.Xml.Schema.ContentValidator::contentType int32_t ___contentType_0; // System.Boolean System.Xml.Schema.ContentValidator::isOpen bool ___isOpen_1; // System.Boolean System.Xml.Schema.ContentValidator::isEmptiable bool ___isEmptiable_2; public: inline static int32_t get_offset_of_contentType_0() { return static_cast(offsetof(ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C, ___contentType_0)); } inline int32_t get_contentType_0() const { return ___contentType_0; } inline int32_t* get_address_of_contentType_0() { return &___contentType_0; } inline void set_contentType_0(int32_t value) { ___contentType_0 = value; } inline static int32_t get_offset_of_isOpen_1() { return static_cast(offsetof(ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C, ___isOpen_1)); } inline bool get_isOpen_1() const { return ___isOpen_1; } inline bool* get_address_of_isOpen_1() { return &___isOpen_1; } inline void set_isOpen_1(bool value) { ___isOpen_1 = value; } inline static int32_t get_offset_of_isEmptiable_2() { return static_cast(offsetof(ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C, ___isEmptiable_2)); } inline bool get_isEmptiable_2() const { return ___isEmptiable_2; } inline bool* get_address_of_isEmptiable_2() { return &___isEmptiable_2; } inline void set_isEmptiable_2(bool value) { ___isEmptiable_2 = value; } }; struct ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C_StaticFields { public: // System.Xml.Schema.ContentValidator System.Xml.Schema.ContentValidator::Empty ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * ___Empty_3; // System.Xml.Schema.ContentValidator System.Xml.Schema.ContentValidator::TextOnly ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * ___TextOnly_4; // System.Xml.Schema.ContentValidator System.Xml.Schema.ContentValidator::Mixed ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * ___Mixed_5; // System.Xml.Schema.ContentValidator System.Xml.Schema.ContentValidator::Any ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * ___Any_6; public: inline static int32_t get_offset_of_Empty_3() { return static_cast(offsetof(ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C_StaticFields, ___Empty_3)); } inline ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * get_Empty_3() const { return ___Empty_3; } inline ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C ** get_address_of_Empty_3() { return &___Empty_3; } inline void set_Empty_3(ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * value) { ___Empty_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_3), (void*)value); } inline static int32_t get_offset_of_TextOnly_4() { return static_cast(offsetof(ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C_StaticFields, ___TextOnly_4)); } inline ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * get_TextOnly_4() const { return ___TextOnly_4; } inline ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C ** get_address_of_TextOnly_4() { return &___TextOnly_4; } inline void set_TextOnly_4(ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * value) { ___TextOnly_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___TextOnly_4), (void*)value); } inline static int32_t get_offset_of_Mixed_5() { return static_cast(offsetof(ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C_StaticFields, ___Mixed_5)); } inline ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * get_Mixed_5() const { return ___Mixed_5; } inline ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C ** get_address_of_Mixed_5() { return &___Mixed_5; } inline void set_Mixed_5(ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * value) { ___Mixed_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___Mixed_5), (void*)value); } inline static int32_t get_offset_of_Any_6() { return static_cast(offsetof(ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C_StaticFields, ___Any_6)); } inline ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * get_Any_6() const { return ___Any_6; } inline ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C ** get_address_of_Any_6() { return &___Any_6; } inline void set_Any_6(ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * value) { ___Any_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___Any_6), (void*)value); } }; // System.Xml.Schema.DatatypeImplementation struct DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 : public XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 { public: // System.Xml.Schema.XmlSchemaDatatypeVariety System.Xml.Schema.DatatypeImplementation::variety int32_t ___variety_0; // System.Xml.Schema.RestrictionFacets System.Xml.Schema.DatatypeImplementation::restriction RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA * ___restriction_1; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::baseType DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___baseType_2; // System.Xml.Schema.XmlValueConverter System.Xml.Schema.DatatypeImplementation::valueConverter XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * ___valueConverter_3; // System.Xml.Schema.XmlSchemaType System.Xml.Schema.DatatypeImplementation::parentSchemaType XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___parentSchemaType_4; public: inline static int32_t get_offset_of_variety_0() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15, ___variety_0)); } inline int32_t get_variety_0() const { return ___variety_0; } inline int32_t* get_address_of_variety_0() { return &___variety_0; } inline void set_variety_0(int32_t value) { ___variety_0 = value; } inline static int32_t get_offset_of_restriction_1() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15, ___restriction_1)); } inline RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA * get_restriction_1() const { return ___restriction_1; } inline RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA ** get_address_of_restriction_1() { return &___restriction_1; } inline void set_restriction_1(RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA * value) { ___restriction_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___restriction_1), (void*)value); } inline static int32_t get_offset_of_baseType_2() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15, ___baseType_2)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_baseType_2() const { return ___baseType_2; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_baseType_2() { return &___baseType_2; } inline void set_baseType_2(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___baseType_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___baseType_2), (void*)value); } inline static int32_t get_offset_of_valueConverter_3() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15, ___valueConverter_3)); } inline XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * get_valueConverter_3() const { return ___valueConverter_3; } inline XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 ** get_address_of_valueConverter_3() { return &___valueConverter_3; } inline void set_valueConverter_3(XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * value) { ___valueConverter_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___valueConverter_3), (void*)value); } inline static int32_t get_offset_of_parentSchemaType_4() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15, ___parentSchemaType_4)); } inline XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * get_parentSchemaType_4() const { return ___parentSchemaType_4; } inline XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA ** get_address_of_parentSchemaType_4() { return &___parentSchemaType_4; } inline void set_parentSchemaType_4(XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * value) { ___parentSchemaType_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___parentSchemaType_4), (void*)value); } }; struct DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields { public: // System.Collections.Hashtable System.Xml.Schema.DatatypeImplementation::builtinTypes Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___builtinTypes_5; // System.Xml.Schema.XmlSchemaSimpleType[] System.Xml.Schema.DatatypeImplementation::enumToTypeCode XmlSchemaSimpleTypeU5BU5D_t862CBDAFFEF794FFBD20DDF16B3DC2803B848F21* ___enumToTypeCode_6; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.DatatypeImplementation::anySimpleType XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * ___anySimpleType_7; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.DatatypeImplementation::anyAtomicType XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * ___anyAtomicType_8; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.DatatypeImplementation::untypedAtomicType XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * ___untypedAtomicType_9; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.DatatypeImplementation::yearMonthDurationType XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * ___yearMonthDurationType_10; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.DatatypeImplementation::dayTimeDurationType XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * ___dayTimeDurationType_11; // System.Xml.XmlQualifiedName System.Xml.Schema.DatatypeImplementation::QnAnySimpleType XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___QnAnySimpleType_12; // System.Xml.XmlQualifiedName System.Xml.Schema.DatatypeImplementation::QnAnyType XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___QnAnyType_13; // System.Xml.Schema.FacetsChecker System.Xml.Schema.DatatypeImplementation::stringFacetsChecker FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * ___stringFacetsChecker_14; // System.Xml.Schema.FacetsChecker System.Xml.Schema.DatatypeImplementation::miscFacetsChecker FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * ___miscFacetsChecker_15; // System.Xml.Schema.FacetsChecker System.Xml.Schema.DatatypeImplementation::numeric2FacetsChecker FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * ___numeric2FacetsChecker_16; // System.Xml.Schema.FacetsChecker System.Xml.Schema.DatatypeImplementation::binaryFacetsChecker FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * ___binaryFacetsChecker_17; // System.Xml.Schema.FacetsChecker System.Xml.Schema.DatatypeImplementation::dateTimeFacetsChecker FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * ___dateTimeFacetsChecker_18; // System.Xml.Schema.FacetsChecker System.Xml.Schema.DatatypeImplementation::durationFacetsChecker FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * ___durationFacetsChecker_19; // System.Xml.Schema.FacetsChecker System.Xml.Schema.DatatypeImplementation::listFacetsChecker FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * ___listFacetsChecker_20; // System.Xml.Schema.FacetsChecker System.Xml.Schema.DatatypeImplementation::qnameFacetsChecker FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * ___qnameFacetsChecker_21; // System.Xml.Schema.FacetsChecker System.Xml.Schema.DatatypeImplementation::unionFacetsChecker FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * ___unionFacetsChecker_22; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_anySimpleType DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_anySimpleType_23; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_anyURI DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_anyURI_24; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_base64Binary DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_base64Binary_25; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_boolean DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_boolean_26; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_byte DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_byte_27; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_char DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_char_28; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_date DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_date_29; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_dateTime DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_dateTime_30; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_dateTimeNoTz DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_dateTimeNoTz_31; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_dateTimeTz DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_dateTimeTz_32; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_day DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_day_33; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_decimal DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_decimal_34; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_double DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_double_35; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_doubleXdr DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_doubleXdr_36; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_duration DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_duration_37; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_ENTITY DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_ENTITY_38; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_ENTITIES DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_ENTITIES_39; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_ENUMERATION DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_ENUMERATION_40; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_fixed DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_fixed_41; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_float DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_float_42; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_floatXdr DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_floatXdr_43; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_hexBinary DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_hexBinary_44; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_ID DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_ID_45; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_IDREF DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_IDREF_46; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_IDREFS DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_IDREFS_47; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_int DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_int_48; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_integer DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_integer_49; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_language DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_language_50; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_long DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_long_51; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_month DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_month_52; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_monthDay DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_monthDay_53; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_Name DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_Name_54; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_NCName DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_NCName_55; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_negativeInteger DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_negativeInteger_56; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_NMTOKEN DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_NMTOKEN_57; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_NMTOKENS DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_NMTOKENS_58; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_nonNegativeInteger DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_nonNegativeInteger_59; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_nonPositiveInteger DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_nonPositiveInteger_60; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_normalizedString DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_normalizedString_61; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_NOTATION DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_NOTATION_62; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_positiveInteger DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_positiveInteger_63; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_QName DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_QName_64; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_QNameXdr DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_QNameXdr_65; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_short DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_short_66; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_string DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_string_67; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_time DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_time_68; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_timeNoTz DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_timeNoTz_69; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_timeTz DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_timeTz_70; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_token DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_token_71; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_unsignedByte DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_unsignedByte_72; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_unsignedInt DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_unsignedInt_73; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_unsignedLong DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_unsignedLong_74; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_unsignedShort DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_unsignedShort_75; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_uuid DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_uuid_76; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_year DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_year_77; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_yearMonth DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_yearMonth_78; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_normalizedStringV1Compat DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_normalizedStringV1Compat_79; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_tokenV1Compat DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_tokenV1Compat_80; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_anyAtomicType DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_anyAtomicType_81; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_dayTimeDuration DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_dayTimeDuration_82; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_untypedAtomicType DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_untypedAtomicType_83; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_yearMonthDuration DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_yearMonthDuration_84; // System.Xml.Schema.DatatypeImplementation[] System.Xml.Schema.DatatypeImplementation::c_tokenizedTypes DatatypeImplementationU5BU5D_t1ECE71BA72FBF60D10F2706390619E7E51202B2D* ___c_tokenizedTypes_85; // System.Xml.Schema.DatatypeImplementation[] System.Xml.Schema.DatatypeImplementation::c_tokenizedTypesXsd DatatypeImplementationU5BU5D_t1ECE71BA72FBF60D10F2706390619E7E51202B2D* ___c_tokenizedTypesXsd_86; // System.Xml.Schema.DatatypeImplementation/SchemaDatatypeMap[] System.Xml.Schema.DatatypeImplementation::c_XdrTypes SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* ___c_XdrTypes_87; // System.Xml.Schema.DatatypeImplementation/SchemaDatatypeMap[] System.Xml.Schema.DatatypeImplementation::c_XsdTypes SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* ___c_XsdTypes_88; public: inline static int32_t get_offset_of_builtinTypes_5() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___builtinTypes_5)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_builtinTypes_5() const { return ___builtinTypes_5; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_builtinTypes_5() { return &___builtinTypes_5; } inline void set_builtinTypes_5(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___builtinTypes_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___builtinTypes_5), (void*)value); } inline static int32_t get_offset_of_enumToTypeCode_6() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___enumToTypeCode_6)); } inline XmlSchemaSimpleTypeU5BU5D_t862CBDAFFEF794FFBD20DDF16B3DC2803B848F21* get_enumToTypeCode_6() const { return ___enumToTypeCode_6; } inline XmlSchemaSimpleTypeU5BU5D_t862CBDAFFEF794FFBD20DDF16B3DC2803B848F21** get_address_of_enumToTypeCode_6() { return &___enumToTypeCode_6; } inline void set_enumToTypeCode_6(XmlSchemaSimpleTypeU5BU5D_t862CBDAFFEF794FFBD20DDF16B3DC2803B848F21* value) { ___enumToTypeCode_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___enumToTypeCode_6), (void*)value); } inline static int32_t get_offset_of_anySimpleType_7() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___anySimpleType_7)); } inline XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * get_anySimpleType_7() const { return ___anySimpleType_7; } inline XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C ** get_address_of_anySimpleType_7() { return &___anySimpleType_7; } inline void set_anySimpleType_7(XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * value) { ___anySimpleType_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___anySimpleType_7), (void*)value); } inline static int32_t get_offset_of_anyAtomicType_8() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___anyAtomicType_8)); } inline XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * get_anyAtomicType_8() const { return ___anyAtomicType_8; } inline XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C ** get_address_of_anyAtomicType_8() { return &___anyAtomicType_8; } inline void set_anyAtomicType_8(XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * value) { ___anyAtomicType_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___anyAtomicType_8), (void*)value); } inline static int32_t get_offset_of_untypedAtomicType_9() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___untypedAtomicType_9)); } inline XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * get_untypedAtomicType_9() const { return ___untypedAtomicType_9; } inline XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C ** get_address_of_untypedAtomicType_9() { return &___untypedAtomicType_9; } inline void set_untypedAtomicType_9(XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * value) { ___untypedAtomicType_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___untypedAtomicType_9), (void*)value); } inline static int32_t get_offset_of_yearMonthDurationType_10() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___yearMonthDurationType_10)); } inline XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * get_yearMonthDurationType_10() const { return ___yearMonthDurationType_10; } inline XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C ** get_address_of_yearMonthDurationType_10() { return &___yearMonthDurationType_10; } inline void set_yearMonthDurationType_10(XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * value) { ___yearMonthDurationType_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___yearMonthDurationType_10), (void*)value); } inline static int32_t get_offset_of_dayTimeDurationType_11() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___dayTimeDurationType_11)); } inline XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * get_dayTimeDurationType_11() const { return ___dayTimeDurationType_11; } inline XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C ** get_address_of_dayTimeDurationType_11() { return &___dayTimeDurationType_11; } inline void set_dayTimeDurationType_11(XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * value) { ___dayTimeDurationType_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___dayTimeDurationType_11), (void*)value); } inline static int32_t get_offset_of_QnAnySimpleType_12() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___QnAnySimpleType_12)); } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * get_QnAnySimpleType_12() const { return ___QnAnySimpleType_12; } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 ** get_address_of_QnAnySimpleType_12() { return &___QnAnySimpleType_12; } inline void set_QnAnySimpleType_12(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * value) { ___QnAnySimpleType_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___QnAnySimpleType_12), (void*)value); } inline static int32_t get_offset_of_QnAnyType_13() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___QnAnyType_13)); } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * get_QnAnyType_13() const { return ___QnAnyType_13; } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 ** get_address_of_QnAnyType_13() { return &___QnAnyType_13; } inline void set_QnAnyType_13(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * value) { ___QnAnyType_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___QnAnyType_13), (void*)value); } inline static int32_t get_offset_of_stringFacetsChecker_14() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___stringFacetsChecker_14)); } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * get_stringFacetsChecker_14() const { return ___stringFacetsChecker_14; } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 ** get_address_of_stringFacetsChecker_14() { return &___stringFacetsChecker_14; } inline void set_stringFacetsChecker_14(FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * value) { ___stringFacetsChecker_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___stringFacetsChecker_14), (void*)value); } inline static int32_t get_offset_of_miscFacetsChecker_15() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___miscFacetsChecker_15)); } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * get_miscFacetsChecker_15() const { return ___miscFacetsChecker_15; } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 ** get_address_of_miscFacetsChecker_15() { return &___miscFacetsChecker_15; } inline void set_miscFacetsChecker_15(FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * value) { ___miscFacetsChecker_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___miscFacetsChecker_15), (void*)value); } inline static int32_t get_offset_of_numeric2FacetsChecker_16() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___numeric2FacetsChecker_16)); } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * get_numeric2FacetsChecker_16() const { return ___numeric2FacetsChecker_16; } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 ** get_address_of_numeric2FacetsChecker_16() { return &___numeric2FacetsChecker_16; } inline void set_numeric2FacetsChecker_16(FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * value) { ___numeric2FacetsChecker_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___numeric2FacetsChecker_16), (void*)value); } inline static int32_t get_offset_of_binaryFacetsChecker_17() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___binaryFacetsChecker_17)); } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * get_binaryFacetsChecker_17() const { return ___binaryFacetsChecker_17; } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 ** get_address_of_binaryFacetsChecker_17() { return &___binaryFacetsChecker_17; } inline void set_binaryFacetsChecker_17(FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * value) { ___binaryFacetsChecker_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___binaryFacetsChecker_17), (void*)value); } inline static int32_t get_offset_of_dateTimeFacetsChecker_18() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___dateTimeFacetsChecker_18)); } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * get_dateTimeFacetsChecker_18() const { return ___dateTimeFacetsChecker_18; } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 ** get_address_of_dateTimeFacetsChecker_18() { return &___dateTimeFacetsChecker_18; } inline void set_dateTimeFacetsChecker_18(FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * value) { ___dateTimeFacetsChecker_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___dateTimeFacetsChecker_18), (void*)value); } inline static int32_t get_offset_of_durationFacetsChecker_19() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___durationFacetsChecker_19)); } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * get_durationFacetsChecker_19() const { return ___durationFacetsChecker_19; } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 ** get_address_of_durationFacetsChecker_19() { return &___durationFacetsChecker_19; } inline void set_durationFacetsChecker_19(FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * value) { ___durationFacetsChecker_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___durationFacetsChecker_19), (void*)value); } inline static int32_t get_offset_of_listFacetsChecker_20() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___listFacetsChecker_20)); } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * get_listFacetsChecker_20() const { return ___listFacetsChecker_20; } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 ** get_address_of_listFacetsChecker_20() { return &___listFacetsChecker_20; } inline void set_listFacetsChecker_20(FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * value) { ___listFacetsChecker_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___listFacetsChecker_20), (void*)value); } inline static int32_t get_offset_of_qnameFacetsChecker_21() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___qnameFacetsChecker_21)); } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * get_qnameFacetsChecker_21() const { return ___qnameFacetsChecker_21; } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 ** get_address_of_qnameFacetsChecker_21() { return &___qnameFacetsChecker_21; } inline void set_qnameFacetsChecker_21(FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * value) { ___qnameFacetsChecker_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___qnameFacetsChecker_21), (void*)value); } inline static int32_t get_offset_of_unionFacetsChecker_22() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___unionFacetsChecker_22)); } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * get_unionFacetsChecker_22() const { return ___unionFacetsChecker_22; } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 ** get_address_of_unionFacetsChecker_22() { return &___unionFacetsChecker_22; } inline void set_unionFacetsChecker_22(FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * value) { ___unionFacetsChecker_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___unionFacetsChecker_22), (void*)value); } inline static int32_t get_offset_of_c_anySimpleType_23() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_anySimpleType_23)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_anySimpleType_23() const { return ___c_anySimpleType_23; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_anySimpleType_23() { return &___c_anySimpleType_23; } inline void set_c_anySimpleType_23(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_anySimpleType_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_anySimpleType_23), (void*)value); } inline static int32_t get_offset_of_c_anyURI_24() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_anyURI_24)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_anyURI_24() const { return ___c_anyURI_24; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_anyURI_24() { return &___c_anyURI_24; } inline void set_c_anyURI_24(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_anyURI_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_anyURI_24), (void*)value); } inline static int32_t get_offset_of_c_base64Binary_25() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_base64Binary_25)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_base64Binary_25() const { return ___c_base64Binary_25; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_base64Binary_25() { return &___c_base64Binary_25; } inline void set_c_base64Binary_25(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_base64Binary_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_base64Binary_25), (void*)value); } inline static int32_t get_offset_of_c_boolean_26() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_boolean_26)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_boolean_26() const { return ___c_boolean_26; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_boolean_26() { return &___c_boolean_26; } inline void set_c_boolean_26(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_boolean_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_boolean_26), (void*)value); } inline static int32_t get_offset_of_c_byte_27() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_byte_27)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_byte_27() const { return ___c_byte_27; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_byte_27() { return &___c_byte_27; } inline void set_c_byte_27(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_byte_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_byte_27), (void*)value); } inline static int32_t get_offset_of_c_char_28() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_char_28)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_char_28() const { return ___c_char_28; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_char_28() { return &___c_char_28; } inline void set_c_char_28(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_char_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_char_28), (void*)value); } inline static int32_t get_offset_of_c_date_29() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_date_29)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_date_29() const { return ___c_date_29; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_date_29() { return &___c_date_29; } inline void set_c_date_29(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_date_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_date_29), (void*)value); } inline static int32_t get_offset_of_c_dateTime_30() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_dateTime_30)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_dateTime_30() const { return ___c_dateTime_30; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_dateTime_30() { return &___c_dateTime_30; } inline void set_c_dateTime_30(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_dateTime_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_dateTime_30), (void*)value); } inline static int32_t get_offset_of_c_dateTimeNoTz_31() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_dateTimeNoTz_31)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_dateTimeNoTz_31() const { return ___c_dateTimeNoTz_31; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_dateTimeNoTz_31() { return &___c_dateTimeNoTz_31; } inline void set_c_dateTimeNoTz_31(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_dateTimeNoTz_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_dateTimeNoTz_31), (void*)value); } inline static int32_t get_offset_of_c_dateTimeTz_32() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_dateTimeTz_32)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_dateTimeTz_32() const { return ___c_dateTimeTz_32; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_dateTimeTz_32() { return &___c_dateTimeTz_32; } inline void set_c_dateTimeTz_32(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_dateTimeTz_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_dateTimeTz_32), (void*)value); } inline static int32_t get_offset_of_c_day_33() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_day_33)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_day_33() const { return ___c_day_33; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_day_33() { return &___c_day_33; } inline void set_c_day_33(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_day_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_day_33), (void*)value); } inline static int32_t get_offset_of_c_decimal_34() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_decimal_34)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_decimal_34() const { return ___c_decimal_34; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_decimal_34() { return &___c_decimal_34; } inline void set_c_decimal_34(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_decimal_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_decimal_34), (void*)value); } inline static int32_t get_offset_of_c_double_35() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_double_35)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_double_35() const { return ___c_double_35; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_double_35() { return &___c_double_35; } inline void set_c_double_35(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_double_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_double_35), (void*)value); } inline static int32_t get_offset_of_c_doubleXdr_36() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_doubleXdr_36)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_doubleXdr_36() const { return ___c_doubleXdr_36; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_doubleXdr_36() { return &___c_doubleXdr_36; } inline void set_c_doubleXdr_36(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_doubleXdr_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_doubleXdr_36), (void*)value); } inline static int32_t get_offset_of_c_duration_37() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_duration_37)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_duration_37() const { return ___c_duration_37; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_duration_37() { return &___c_duration_37; } inline void set_c_duration_37(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_duration_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_duration_37), (void*)value); } inline static int32_t get_offset_of_c_ENTITY_38() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_ENTITY_38)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_ENTITY_38() const { return ___c_ENTITY_38; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_ENTITY_38() { return &___c_ENTITY_38; } inline void set_c_ENTITY_38(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_ENTITY_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_ENTITY_38), (void*)value); } inline static int32_t get_offset_of_c_ENTITIES_39() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_ENTITIES_39)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_ENTITIES_39() const { return ___c_ENTITIES_39; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_ENTITIES_39() { return &___c_ENTITIES_39; } inline void set_c_ENTITIES_39(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_ENTITIES_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_ENTITIES_39), (void*)value); } inline static int32_t get_offset_of_c_ENUMERATION_40() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_ENUMERATION_40)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_ENUMERATION_40() const { return ___c_ENUMERATION_40; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_ENUMERATION_40() { return &___c_ENUMERATION_40; } inline void set_c_ENUMERATION_40(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_ENUMERATION_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_ENUMERATION_40), (void*)value); } inline static int32_t get_offset_of_c_fixed_41() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_fixed_41)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_fixed_41() const { return ___c_fixed_41; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_fixed_41() { return &___c_fixed_41; } inline void set_c_fixed_41(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_fixed_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_fixed_41), (void*)value); } inline static int32_t get_offset_of_c_float_42() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_float_42)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_float_42() const { return ___c_float_42; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_float_42() { return &___c_float_42; } inline void set_c_float_42(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_float_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_float_42), (void*)value); } inline static int32_t get_offset_of_c_floatXdr_43() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_floatXdr_43)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_floatXdr_43() const { return ___c_floatXdr_43; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_floatXdr_43() { return &___c_floatXdr_43; } inline void set_c_floatXdr_43(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_floatXdr_43 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_floatXdr_43), (void*)value); } inline static int32_t get_offset_of_c_hexBinary_44() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_hexBinary_44)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_hexBinary_44() const { return ___c_hexBinary_44; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_hexBinary_44() { return &___c_hexBinary_44; } inline void set_c_hexBinary_44(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_hexBinary_44 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_hexBinary_44), (void*)value); } inline static int32_t get_offset_of_c_ID_45() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_ID_45)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_ID_45() const { return ___c_ID_45; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_ID_45() { return &___c_ID_45; } inline void set_c_ID_45(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_ID_45 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_ID_45), (void*)value); } inline static int32_t get_offset_of_c_IDREF_46() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_IDREF_46)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_IDREF_46() const { return ___c_IDREF_46; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_IDREF_46() { return &___c_IDREF_46; } inline void set_c_IDREF_46(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_IDREF_46 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_IDREF_46), (void*)value); } inline static int32_t get_offset_of_c_IDREFS_47() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_IDREFS_47)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_IDREFS_47() const { return ___c_IDREFS_47; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_IDREFS_47() { return &___c_IDREFS_47; } inline void set_c_IDREFS_47(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_IDREFS_47 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_IDREFS_47), (void*)value); } inline static int32_t get_offset_of_c_int_48() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_int_48)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_int_48() const { return ___c_int_48; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_int_48() { return &___c_int_48; } inline void set_c_int_48(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_int_48 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_int_48), (void*)value); } inline static int32_t get_offset_of_c_integer_49() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_integer_49)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_integer_49() const { return ___c_integer_49; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_integer_49() { return &___c_integer_49; } inline void set_c_integer_49(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_integer_49 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_integer_49), (void*)value); } inline static int32_t get_offset_of_c_language_50() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_language_50)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_language_50() const { return ___c_language_50; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_language_50() { return &___c_language_50; } inline void set_c_language_50(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_language_50 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_language_50), (void*)value); } inline static int32_t get_offset_of_c_long_51() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_long_51)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_long_51() const { return ___c_long_51; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_long_51() { return &___c_long_51; } inline void set_c_long_51(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_long_51 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_long_51), (void*)value); } inline static int32_t get_offset_of_c_month_52() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_month_52)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_month_52() const { return ___c_month_52; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_month_52() { return &___c_month_52; } inline void set_c_month_52(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_month_52 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_month_52), (void*)value); } inline static int32_t get_offset_of_c_monthDay_53() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_monthDay_53)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_monthDay_53() const { return ___c_monthDay_53; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_monthDay_53() { return &___c_monthDay_53; } inline void set_c_monthDay_53(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_monthDay_53 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_monthDay_53), (void*)value); } inline static int32_t get_offset_of_c_Name_54() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_Name_54)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_Name_54() const { return ___c_Name_54; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_Name_54() { return &___c_Name_54; } inline void set_c_Name_54(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_Name_54 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_Name_54), (void*)value); } inline static int32_t get_offset_of_c_NCName_55() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_NCName_55)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_NCName_55() const { return ___c_NCName_55; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_NCName_55() { return &___c_NCName_55; } inline void set_c_NCName_55(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_NCName_55 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_NCName_55), (void*)value); } inline static int32_t get_offset_of_c_negativeInteger_56() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_negativeInteger_56)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_negativeInteger_56() const { return ___c_negativeInteger_56; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_negativeInteger_56() { return &___c_negativeInteger_56; } inline void set_c_negativeInteger_56(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_negativeInteger_56 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_negativeInteger_56), (void*)value); } inline static int32_t get_offset_of_c_NMTOKEN_57() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_NMTOKEN_57)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_NMTOKEN_57() const { return ___c_NMTOKEN_57; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_NMTOKEN_57() { return &___c_NMTOKEN_57; } inline void set_c_NMTOKEN_57(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_NMTOKEN_57 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_NMTOKEN_57), (void*)value); } inline static int32_t get_offset_of_c_NMTOKENS_58() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_NMTOKENS_58)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_NMTOKENS_58() const { return ___c_NMTOKENS_58; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_NMTOKENS_58() { return &___c_NMTOKENS_58; } inline void set_c_NMTOKENS_58(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_NMTOKENS_58 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_NMTOKENS_58), (void*)value); } inline static int32_t get_offset_of_c_nonNegativeInteger_59() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_nonNegativeInteger_59)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_nonNegativeInteger_59() const { return ___c_nonNegativeInteger_59; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_nonNegativeInteger_59() { return &___c_nonNegativeInteger_59; } inline void set_c_nonNegativeInteger_59(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_nonNegativeInteger_59 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_nonNegativeInteger_59), (void*)value); } inline static int32_t get_offset_of_c_nonPositiveInteger_60() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_nonPositiveInteger_60)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_nonPositiveInteger_60() const { return ___c_nonPositiveInteger_60; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_nonPositiveInteger_60() { return &___c_nonPositiveInteger_60; } inline void set_c_nonPositiveInteger_60(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_nonPositiveInteger_60 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_nonPositiveInteger_60), (void*)value); } inline static int32_t get_offset_of_c_normalizedString_61() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_normalizedString_61)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_normalizedString_61() const { return ___c_normalizedString_61; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_normalizedString_61() { return &___c_normalizedString_61; } inline void set_c_normalizedString_61(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_normalizedString_61 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_normalizedString_61), (void*)value); } inline static int32_t get_offset_of_c_NOTATION_62() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_NOTATION_62)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_NOTATION_62() const { return ___c_NOTATION_62; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_NOTATION_62() { return &___c_NOTATION_62; } inline void set_c_NOTATION_62(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_NOTATION_62 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_NOTATION_62), (void*)value); } inline static int32_t get_offset_of_c_positiveInteger_63() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_positiveInteger_63)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_positiveInteger_63() const { return ___c_positiveInteger_63; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_positiveInteger_63() { return &___c_positiveInteger_63; } inline void set_c_positiveInteger_63(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_positiveInteger_63 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_positiveInteger_63), (void*)value); } inline static int32_t get_offset_of_c_QName_64() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_QName_64)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_QName_64() const { return ___c_QName_64; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_QName_64() { return &___c_QName_64; } inline void set_c_QName_64(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_QName_64 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_QName_64), (void*)value); } inline static int32_t get_offset_of_c_QNameXdr_65() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_QNameXdr_65)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_QNameXdr_65() const { return ___c_QNameXdr_65; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_QNameXdr_65() { return &___c_QNameXdr_65; } inline void set_c_QNameXdr_65(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_QNameXdr_65 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_QNameXdr_65), (void*)value); } inline static int32_t get_offset_of_c_short_66() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_short_66)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_short_66() const { return ___c_short_66; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_short_66() { return &___c_short_66; } inline void set_c_short_66(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_short_66 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_short_66), (void*)value); } inline static int32_t get_offset_of_c_string_67() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_string_67)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_string_67() const { return ___c_string_67; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_string_67() { return &___c_string_67; } inline void set_c_string_67(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_string_67 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_string_67), (void*)value); } inline static int32_t get_offset_of_c_time_68() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_time_68)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_time_68() const { return ___c_time_68; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_time_68() { return &___c_time_68; } inline void set_c_time_68(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_time_68 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_time_68), (void*)value); } inline static int32_t get_offset_of_c_timeNoTz_69() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_timeNoTz_69)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_timeNoTz_69() const { return ___c_timeNoTz_69; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_timeNoTz_69() { return &___c_timeNoTz_69; } inline void set_c_timeNoTz_69(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_timeNoTz_69 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_timeNoTz_69), (void*)value); } inline static int32_t get_offset_of_c_timeTz_70() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_timeTz_70)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_timeTz_70() const { return ___c_timeTz_70; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_timeTz_70() { return &___c_timeTz_70; } inline void set_c_timeTz_70(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_timeTz_70 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_timeTz_70), (void*)value); } inline static int32_t get_offset_of_c_token_71() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_token_71)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_token_71() const { return ___c_token_71; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_token_71() { return &___c_token_71; } inline void set_c_token_71(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_token_71 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_token_71), (void*)value); } inline static int32_t get_offset_of_c_unsignedByte_72() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_unsignedByte_72)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_unsignedByte_72() const { return ___c_unsignedByte_72; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_unsignedByte_72() { return &___c_unsignedByte_72; } inline void set_c_unsignedByte_72(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_unsignedByte_72 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_unsignedByte_72), (void*)value); } inline static int32_t get_offset_of_c_unsignedInt_73() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_unsignedInt_73)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_unsignedInt_73() const { return ___c_unsignedInt_73; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_unsignedInt_73() { return &___c_unsignedInt_73; } inline void set_c_unsignedInt_73(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_unsignedInt_73 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_unsignedInt_73), (void*)value); } inline static int32_t get_offset_of_c_unsignedLong_74() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_unsignedLong_74)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_unsignedLong_74() const { return ___c_unsignedLong_74; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_unsignedLong_74() { return &___c_unsignedLong_74; } inline void set_c_unsignedLong_74(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_unsignedLong_74 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_unsignedLong_74), (void*)value); } inline static int32_t get_offset_of_c_unsignedShort_75() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_unsignedShort_75)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_unsignedShort_75() const { return ___c_unsignedShort_75; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_unsignedShort_75() { return &___c_unsignedShort_75; } inline void set_c_unsignedShort_75(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_unsignedShort_75 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_unsignedShort_75), (void*)value); } inline static int32_t get_offset_of_c_uuid_76() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_uuid_76)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_uuid_76() const { return ___c_uuid_76; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_uuid_76() { return &___c_uuid_76; } inline void set_c_uuid_76(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_uuid_76 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_uuid_76), (void*)value); } inline static int32_t get_offset_of_c_year_77() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_year_77)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_year_77() const { return ___c_year_77; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_year_77() { return &___c_year_77; } inline void set_c_year_77(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_year_77 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_year_77), (void*)value); } inline static int32_t get_offset_of_c_yearMonth_78() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_yearMonth_78)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_yearMonth_78() const { return ___c_yearMonth_78; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_yearMonth_78() { return &___c_yearMonth_78; } inline void set_c_yearMonth_78(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_yearMonth_78 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_yearMonth_78), (void*)value); } inline static int32_t get_offset_of_c_normalizedStringV1Compat_79() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_normalizedStringV1Compat_79)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_normalizedStringV1Compat_79() const { return ___c_normalizedStringV1Compat_79; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_normalizedStringV1Compat_79() { return &___c_normalizedStringV1Compat_79; } inline void set_c_normalizedStringV1Compat_79(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_normalizedStringV1Compat_79 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_normalizedStringV1Compat_79), (void*)value); } inline static int32_t get_offset_of_c_tokenV1Compat_80() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_tokenV1Compat_80)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_tokenV1Compat_80() const { return ___c_tokenV1Compat_80; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_tokenV1Compat_80() { return &___c_tokenV1Compat_80; } inline void set_c_tokenV1Compat_80(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_tokenV1Compat_80 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_tokenV1Compat_80), (void*)value); } inline static int32_t get_offset_of_c_anyAtomicType_81() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_anyAtomicType_81)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_anyAtomicType_81() const { return ___c_anyAtomicType_81; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_anyAtomicType_81() { return &___c_anyAtomicType_81; } inline void set_c_anyAtomicType_81(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_anyAtomicType_81 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_anyAtomicType_81), (void*)value); } inline static int32_t get_offset_of_c_dayTimeDuration_82() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_dayTimeDuration_82)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_dayTimeDuration_82() const { return ___c_dayTimeDuration_82; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_dayTimeDuration_82() { return &___c_dayTimeDuration_82; } inline void set_c_dayTimeDuration_82(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_dayTimeDuration_82 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_dayTimeDuration_82), (void*)value); } inline static int32_t get_offset_of_c_untypedAtomicType_83() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_untypedAtomicType_83)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_untypedAtomicType_83() const { return ___c_untypedAtomicType_83; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_untypedAtomicType_83() { return &___c_untypedAtomicType_83; } inline void set_c_untypedAtomicType_83(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_untypedAtomicType_83 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_untypedAtomicType_83), (void*)value); } inline static int32_t get_offset_of_c_yearMonthDuration_84() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_yearMonthDuration_84)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_yearMonthDuration_84() const { return ___c_yearMonthDuration_84; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_yearMonthDuration_84() { return &___c_yearMonthDuration_84; } inline void set_c_yearMonthDuration_84(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_yearMonthDuration_84 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_yearMonthDuration_84), (void*)value); } inline static int32_t get_offset_of_c_tokenizedTypes_85() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_tokenizedTypes_85)); } inline DatatypeImplementationU5BU5D_t1ECE71BA72FBF60D10F2706390619E7E51202B2D* get_c_tokenizedTypes_85() const { return ___c_tokenizedTypes_85; } inline DatatypeImplementationU5BU5D_t1ECE71BA72FBF60D10F2706390619E7E51202B2D** get_address_of_c_tokenizedTypes_85() { return &___c_tokenizedTypes_85; } inline void set_c_tokenizedTypes_85(DatatypeImplementationU5BU5D_t1ECE71BA72FBF60D10F2706390619E7E51202B2D* value) { ___c_tokenizedTypes_85 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_tokenizedTypes_85), (void*)value); } inline static int32_t get_offset_of_c_tokenizedTypesXsd_86() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_tokenizedTypesXsd_86)); } inline DatatypeImplementationU5BU5D_t1ECE71BA72FBF60D10F2706390619E7E51202B2D* get_c_tokenizedTypesXsd_86() const { return ___c_tokenizedTypesXsd_86; } inline DatatypeImplementationU5BU5D_t1ECE71BA72FBF60D10F2706390619E7E51202B2D** get_address_of_c_tokenizedTypesXsd_86() { return &___c_tokenizedTypesXsd_86; } inline void set_c_tokenizedTypesXsd_86(DatatypeImplementationU5BU5D_t1ECE71BA72FBF60D10F2706390619E7E51202B2D* value) { ___c_tokenizedTypesXsd_86 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_tokenizedTypesXsd_86), (void*)value); } inline static int32_t get_offset_of_c_XdrTypes_87() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_XdrTypes_87)); } inline SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* get_c_XdrTypes_87() const { return ___c_XdrTypes_87; } inline SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA** get_address_of_c_XdrTypes_87() { return &___c_XdrTypes_87; } inline void set_c_XdrTypes_87(SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* value) { ___c_XdrTypes_87 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_XdrTypes_87), (void*)value); } inline static int32_t get_offset_of_c_XsdTypes_88() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_XsdTypes_88)); } inline SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* get_c_XsdTypes_88() const { return ___c_XsdTypes_88; } inline SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA** get_address_of_c_XsdTypes_88() { return &___c_XsdTypes_88; } inline void set_c_XsdTypes_88(SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* value) { ___c_XsdTypes_88 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_XsdTypes_88), (void*)value); } }; // System.MulticastDelegate struct MulticastDelegate_t : public Delegate_t { public: // System.Delegate[] System.MulticastDelegate::delegates DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* ___delegates_11; public: inline static int32_t get_offset_of_delegates_11() { return static_cast(offsetof(MulticastDelegate_t, ___delegates_11)); } inline DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* get_delegates_11() const { return ___delegates_11; } inline DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8** get_address_of_delegates_11() { return &___delegates_11; } inline void set_delegates_11(DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* value) { ___delegates_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___delegates_11), (void*)value); } }; // Native definition for P/Invoke marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke { Delegate_t_marshaled_pinvoke** ___delegates_11; }; // Native definition for COM marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com { Delegate_t_marshaled_com** ___delegates_11; }; // System.Xml.Schema.NamespaceList struct NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A : public RuntimeObject { public: // System.Xml.Schema.NamespaceList/ListType System.Xml.Schema.NamespaceList::type int32_t ___type_0; // System.Collections.Hashtable System.Xml.Schema.NamespaceList::set Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___set_1; // System.String System.Xml.Schema.NamespaceList::targetNamespace String_t* ___targetNamespace_2; public: inline static int32_t get_offset_of_type_0() { return static_cast(offsetof(NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A, ___type_0)); } inline int32_t get_type_0() const { return ___type_0; } inline int32_t* get_address_of_type_0() { return &___type_0; } inline void set_type_0(int32_t value) { ___type_0 = value; } inline static int32_t get_offset_of_set_1() { return static_cast(offsetof(NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A, ___set_1)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_set_1() const { return ___set_1; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_set_1() { return &___set_1; } inline void set_set_1(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___set_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___set_1), (void*)value); } inline static int32_t get_offset_of_targetNamespace_2() { return static_cast(offsetof(NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A, ___targetNamespace_2)); } inline String_t* get_targetNamespace_2() const { return ___targetNamespace_2; } inline String_t** get_address_of_targetNamespace_2() { return &___targetNamespace_2; } inline void set_targetNamespace_2(String_t* value) { ___targetNamespace_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___targetNamespace_2), (void*)value); } }; // System.Xml.Schema.SchemaDeclBase struct SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A : public RuntimeObject { public: // System.Xml.XmlQualifiedName System.Xml.Schema.SchemaDeclBase::name XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___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_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___schemaType_4; // System.Xml.Schema.XmlSchemaDatatype System.Xml.Schema.SchemaDeclBase::datatype XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * ___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_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___values_10; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A, ___name_0)); } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * get_name_0() const { return ___name_0; } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 ** get_address_of_name_0() { return &___name_0; } inline void set_name_0(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * value) { ___name_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_0), (void*)value); } inline static int32_t get_offset_of_prefix_1() { return static_cast(offsetof(SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A, ___prefix_1)); } inline String_t* get_prefix_1() const { return ___prefix_1; } inline String_t** get_address_of_prefix_1() { return &___prefix_1; } inline void set_prefix_1(String_t* value) { ___prefix_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___prefix_1), (void*)value); } inline static int32_t get_offset_of_isDeclaredInExternal_2() { return static_cast(offsetof(SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A, ___isDeclaredInExternal_2)); } inline bool get_isDeclaredInExternal_2() const { return ___isDeclaredInExternal_2; } inline bool* get_address_of_isDeclaredInExternal_2() { return &___isDeclaredInExternal_2; } inline void set_isDeclaredInExternal_2(bool value) { ___isDeclaredInExternal_2 = value; } inline static int32_t get_offset_of_presence_3() { return static_cast(offsetof(SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A, ___presence_3)); } inline int32_t get_presence_3() const { return ___presence_3; } inline int32_t* get_address_of_presence_3() { return &___presence_3; } inline void set_presence_3(int32_t value) { ___presence_3 = value; } inline static int32_t get_offset_of_schemaType_4() { return static_cast(offsetof(SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A, ___schemaType_4)); } inline XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * get_schemaType_4() const { return ___schemaType_4; } inline XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA ** get_address_of_schemaType_4() { return &___schemaType_4; } inline void set_schemaType_4(XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * value) { ___schemaType_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___schemaType_4), (void*)value); } inline static int32_t get_offset_of_datatype_5() { return static_cast(offsetof(SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A, ___datatype_5)); } inline XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * get_datatype_5() const { return ___datatype_5; } inline XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 ** get_address_of_datatype_5() { return &___datatype_5; } inline void set_datatype_5(XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * value) { ___datatype_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___datatype_5), (void*)value); } inline static int32_t get_offset_of_defaultValueRaw_6() { return static_cast(offsetof(SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A, ___defaultValueRaw_6)); } inline String_t* get_defaultValueRaw_6() const { return ___defaultValueRaw_6; } inline String_t** get_address_of_defaultValueRaw_6() { return &___defaultValueRaw_6; } inline void set_defaultValueRaw_6(String_t* value) { ___defaultValueRaw_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultValueRaw_6), (void*)value); } inline static int32_t get_offset_of_defaultValueTyped_7() { return static_cast(offsetof(SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A, ___defaultValueTyped_7)); } inline RuntimeObject * get_defaultValueTyped_7() const { return ___defaultValueTyped_7; } inline RuntimeObject ** get_address_of_defaultValueTyped_7() { return &___defaultValueTyped_7; } inline void set_defaultValueTyped_7(RuntimeObject * value) { ___defaultValueTyped_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultValueTyped_7), (void*)value); } inline static int32_t get_offset_of_maxLength_8() { return static_cast(offsetof(SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A, ___maxLength_8)); } inline int64_t get_maxLength_8() const { return ___maxLength_8; } inline int64_t* get_address_of_maxLength_8() { return &___maxLength_8; } inline void set_maxLength_8(int64_t value) { ___maxLength_8 = value; } inline static int32_t get_offset_of_minLength_9() { return static_cast(offsetof(SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A, ___minLength_9)); } inline int64_t get_minLength_9() const { return ___minLength_9; } inline int64_t* get_address_of_minLength_9() { return &___minLength_9; } inline void set_minLength_9(int64_t value) { ___minLength_9 = value; } inline static int32_t get_offset_of_values_10() { return static_cast(offsetof(SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A, ___values_10)); } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * get_values_10() const { return ___values_10; } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 ** get_address_of_values_10() { return &___values_10; } inline void set_values_10(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * value) { ___values_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_10), (void*)value); } }; // System.Xml.Schema.SchemaInfo struct SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 System.Xml.Schema.SchemaInfo::elementDecls Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 * ___elementDecls_0; // System.Collections.Generic.Dictionary`2 System.Xml.Schema.SchemaInfo::undeclaredElementDecls Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 * ___undeclaredElementDecls_1; // System.Collections.Generic.Dictionary`2 System.Xml.Schema.SchemaInfo::generalEntities Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523 * ___generalEntities_2; // System.Collections.Generic.Dictionary`2 System.Xml.Schema.SchemaInfo::parameterEntities Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523 * ___parameterEntities_3; // System.Xml.XmlQualifiedName System.Xml.Schema.SchemaInfo::docTypeName XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___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_t99F1CF0D8EAD35142580D7CF6EC736C063B6190C * ___targetNamespaces_8; // System.Collections.Generic.Dictionary`2 System.Xml.Schema.SchemaInfo::attributeDecls Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58 * ___attributeDecls_9; // System.Xml.Schema.SchemaType System.Xml.Schema.SchemaInfo::schemaType int32_t ___schemaType_10; // System.Collections.Generic.Dictionary`2 System.Xml.Schema.SchemaInfo::elementDeclsByType Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 * ___elementDeclsByType_11; // System.Collections.Generic.Dictionary`2 System.Xml.Schema.SchemaInfo::notations Dictionary_2_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121 * ___notations_12; public: inline static int32_t get_offset_of_elementDecls_0() { return static_cast(offsetof(SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5, ___elementDecls_0)); } inline Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 * get_elementDecls_0() const { return ___elementDecls_0; } inline Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 ** get_address_of_elementDecls_0() { return &___elementDecls_0; } inline void set_elementDecls_0(Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 * value) { ___elementDecls_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___elementDecls_0), (void*)value); } inline static int32_t get_offset_of_undeclaredElementDecls_1() { return static_cast(offsetof(SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5, ___undeclaredElementDecls_1)); } inline Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 * get_undeclaredElementDecls_1() const { return ___undeclaredElementDecls_1; } inline Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 ** get_address_of_undeclaredElementDecls_1() { return &___undeclaredElementDecls_1; } inline void set_undeclaredElementDecls_1(Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 * value) { ___undeclaredElementDecls_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___undeclaredElementDecls_1), (void*)value); } inline static int32_t get_offset_of_generalEntities_2() { return static_cast(offsetof(SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5, ___generalEntities_2)); } inline Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523 * get_generalEntities_2() const { return ___generalEntities_2; } inline Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523 ** get_address_of_generalEntities_2() { return &___generalEntities_2; } inline void set_generalEntities_2(Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523 * value) { ___generalEntities_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___generalEntities_2), (void*)value); } inline static int32_t get_offset_of_parameterEntities_3() { return static_cast(offsetof(SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5, ___parameterEntities_3)); } inline Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523 * get_parameterEntities_3() const { return ___parameterEntities_3; } inline Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523 ** get_address_of_parameterEntities_3() { return &___parameterEntities_3; } inline void set_parameterEntities_3(Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523 * value) { ___parameterEntities_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___parameterEntities_3), (void*)value); } inline static int32_t get_offset_of_docTypeName_4() { return static_cast(offsetof(SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5, ___docTypeName_4)); } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * get_docTypeName_4() const { return ___docTypeName_4; } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 ** get_address_of_docTypeName_4() { return &___docTypeName_4; } inline void set_docTypeName_4(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * value) { ___docTypeName_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___docTypeName_4), (void*)value); } inline static int32_t get_offset_of_internalDtdSubset_5() { return static_cast(offsetof(SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5, ___internalDtdSubset_5)); } inline String_t* get_internalDtdSubset_5() const { return ___internalDtdSubset_5; } inline String_t** get_address_of_internalDtdSubset_5() { return &___internalDtdSubset_5; } inline void set_internalDtdSubset_5(String_t* value) { ___internalDtdSubset_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___internalDtdSubset_5), (void*)value); } inline static int32_t get_offset_of_hasNonCDataAttributes_6() { return static_cast(offsetof(SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5, ___hasNonCDataAttributes_6)); } inline bool get_hasNonCDataAttributes_6() const { return ___hasNonCDataAttributes_6; } inline bool* get_address_of_hasNonCDataAttributes_6() { return &___hasNonCDataAttributes_6; } inline void set_hasNonCDataAttributes_6(bool value) { ___hasNonCDataAttributes_6 = value; } inline static int32_t get_offset_of_hasDefaultAttributes_7() { return static_cast(offsetof(SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5, ___hasDefaultAttributes_7)); } inline bool get_hasDefaultAttributes_7() const { return ___hasDefaultAttributes_7; } inline bool* get_address_of_hasDefaultAttributes_7() { return &___hasDefaultAttributes_7; } inline void set_hasDefaultAttributes_7(bool value) { ___hasDefaultAttributes_7 = value; } inline static int32_t get_offset_of_targetNamespaces_8() { return static_cast(offsetof(SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5, ___targetNamespaces_8)); } inline Dictionary_2_t99F1CF0D8EAD35142580D7CF6EC736C063B6190C * get_targetNamespaces_8() const { return ___targetNamespaces_8; } inline Dictionary_2_t99F1CF0D8EAD35142580D7CF6EC736C063B6190C ** get_address_of_targetNamespaces_8() { return &___targetNamespaces_8; } inline void set_targetNamespaces_8(Dictionary_2_t99F1CF0D8EAD35142580D7CF6EC736C063B6190C * value) { ___targetNamespaces_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___targetNamespaces_8), (void*)value); } inline static int32_t get_offset_of_attributeDecls_9() { return static_cast(offsetof(SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5, ___attributeDecls_9)); } inline Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58 * get_attributeDecls_9() const { return ___attributeDecls_9; } inline Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58 ** get_address_of_attributeDecls_9() { return &___attributeDecls_9; } inline void set_attributeDecls_9(Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58 * value) { ___attributeDecls_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___attributeDecls_9), (void*)value); } inline static int32_t get_offset_of_schemaType_10() { return static_cast(offsetof(SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5, ___schemaType_10)); } inline int32_t get_schemaType_10() const { return ___schemaType_10; } inline int32_t* get_address_of_schemaType_10() { return &___schemaType_10; } inline void set_schemaType_10(int32_t value) { ___schemaType_10 = value; } inline static int32_t get_offset_of_elementDeclsByType_11() { return static_cast(offsetof(SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5, ___elementDeclsByType_11)); } inline Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 * get_elementDeclsByType_11() const { return ___elementDeclsByType_11; } inline Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 ** get_address_of_elementDeclsByType_11() { return &___elementDeclsByType_11; } inline void set_elementDeclsByType_11(Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 * value) { ___elementDeclsByType_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___elementDeclsByType_11), (void*)value); } inline static int32_t get_offset_of_notations_12() { return static_cast(offsetof(SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5, ___notations_12)); } inline Dictionary_2_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121 * get_notations_12() const { return ___notations_12; } inline Dictionary_2_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121 ** get_address_of_notations_12() { return &___notations_12; } inline void set_notations_12(Dictionary_2_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121 * value) { ___notations_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___notations_12), (void*)value); } }; // System.Runtime.Serialization.StreamingContext struct StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 { public: // System.Object System.Runtime.Serialization.StreamingContext::m_additionalContext RuntimeObject * ___m_additionalContext_0; // System.Runtime.Serialization.StreamingContextStates System.Runtime.Serialization.StreamingContext::m_state int32_t ___m_state_1; public: inline static int32_t get_offset_of_m_additionalContext_0() { return static_cast(offsetof(StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505, ___m_additionalContext_0)); } inline RuntimeObject * get_m_additionalContext_0() const { return ___m_additionalContext_0; } inline RuntimeObject ** get_address_of_m_additionalContext_0() { return &___m_additionalContext_0; } inline void set_m_additionalContext_0(RuntimeObject * value) { ___m_additionalContext_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_additionalContext_0), (void*)value); } inline static int32_t get_offset_of_m_state_1() { return static_cast(offsetof(StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505, ___m_state_1)); } inline int32_t get_m_state_1() const { return ___m_state_1; } inline int32_t* get_address_of_m_state_1() { return &___m_state_1; } inline void set_m_state_1(int32_t value) { ___m_state_1 = value; } }; // Native definition for P/Invoke marshalling of System.Runtime.Serialization.StreamingContext struct StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505_marshaled_pinvoke { Il2CppIUnknown* ___m_additionalContext_0; int32_t ___m_state_1; }; // Native definition for COM marshalling of System.Runtime.Serialization.StreamingContext struct StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505_marshaled_com { Il2CppIUnknown* ___m_additionalContext_0; int32_t ___m_state_1; }; // System.SystemException struct SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 : public Exception_t { public: public: }; // System.Type struct Type_t : public MemberInfo_t { public: // System.RuntimeTypeHandle System.Type::_impl RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ____impl_9; public: inline static int32_t get_offset_of__impl_9() { return static_cast(offsetof(Type_t, ____impl_9)); } inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 get__impl_9() const { return ____impl_9; } inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 * get_address_of__impl_9() { return &____impl_9; } inline void set__impl_9(RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 value) { ____impl_9 = value; } }; struct Type_t_StaticFields { public: // System.Reflection.MemberFilter System.Type::FilterAttribute MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterAttribute_0; // System.Reflection.MemberFilter System.Type::FilterName MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterName_1; // System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterNameIgnoreCase_2; // System.Object System.Type::Missing RuntimeObject * ___Missing_3; // System.Char System.Type::Delimiter Il2CppChar ___Delimiter_4; // System.Type[] System.Type::EmptyTypes TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___EmptyTypes_5; // System.Reflection.Binder System.Type::defaultBinder Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * ___defaultBinder_6; public: inline static int32_t get_offset_of_FilterAttribute_0() { return static_cast(offsetof(Type_t_StaticFields, ___FilterAttribute_0)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterAttribute_0() const { return ___FilterAttribute_0; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterAttribute_0() { return &___FilterAttribute_0; } inline void set_FilterAttribute_0(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterAttribute_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterAttribute_0), (void*)value); } inline static int32_t get_offset_of_FilterName_1() { return static_cast(offsetof(Type_t_StaticFields, ___FilterName_1)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterName_1() const { return ___FilterName_1; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterName_1() { return &___FilterName_1; } inline void set_FilterName_1(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterName_1), (void*)value); } inline static int32_t get_offset_of_FilterNameIgnoreCase_2() { return static_cast(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_2)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterNameIgnoreCase_2() const { return ___FilterNameIgnoreCase_2; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterNameIgnoreCase_2() { return &___FilterNameIgnoreCase_2; } inline void set_FilterNameIgnoreCase_2(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterNameIgnoreCase_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterNameIgnoreCase_2), (void*)value); } inline static int32_t get_offset_of_Missing_3() { return static_cast(offsetof(Type_t_StaticFields, ___Missing_3)); } inline RuntimeObject * get_Missing_3() const { return ___Missing_3; } inline RuntimeObject ** get_address_of_Missing_3() { return &___Missing_3; } inline void set_Missing_3(RuntimeObject * value) { ___Missing_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Missing_3), (void*)value); } inline static int32_t get_offset_of_Delimiter_4() { return static_cast(offsetof(Type_t_StaticFields, ___Delimiter_4)); } inline Il2CppChar get_Delimiter_4() const { return ___Delimiter_4; } inline Il2CppChar* get_address_of_Delimiter_4() { return &___Delimiter_4; } inline void set_Delimiter_4(Il2CppChar value) { ___Delimiter_4 = value; } inline static int32_t get_offset_of_EmptyTypes_5() { return static_cast(offsetof(Type_t_StaticFields, ___EmptyTypes_5)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_EmptyTypes_5() const { return ___EmptyTypes_5; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_EmptyTypes_5() { return &___EmptyTypes_5; } inline void set_EmptyTypes_5(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ___EmptyTypes_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyTypes_5), (void*)value); } inline static int32_t get_offset_of_defaultBinder_6() { return static_cast(offsetof(Type_t_StaticFields, ___defaultBinder_6)); } inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * get_defaultBinder_6() const { return ___defaultBinder_6; } inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 ** get_address_of_defaultBinder_6() { return &___defaultBinder_6; } inline void set_defaultBinder_6(Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * value) { ___defaultBinder_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultBinder_6), (void*)value); } }; // System.Uri struct Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 : public RuntimeObject { public: // System.String System.Uri::m_String String_t* ___m_String_16; // System.String System.Uri::m_originalUnicodeString String_t* ___m_originalUnicodeString_17; // System.UriParser System.Uri::m_Syntax UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * ___m_Syntax_18; // System.String System.Uri::m_DnsSafeHost String_t* ___m_DnsSafeHost_19; // System.Uri/Flags System.Uri::m_Flags uint64_t ___m_Flags_20; // System.Uri/UriInfo System.Uri::m_Info UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * ___m_Info_21; // System.Boolean System.Uri::m_iriParsing bool ___m_iriParsing_22; public: inline static int32_t get_offset_of_m_String_16() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_String_16)); } inline String_t* get_m_String_16() const { return ___m_String_16; } inline String_t** get_address_of_m_String_16() { return &___m_String_16; } inline void set_m_String_16(String_t* value) { ___m_String_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_String_16), (void*)value); } inline static int32_t get_offset_of_m_originalUnicodeString_17() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_originalUnicodeString_17)); } inline String_t* get_m_originalUnicodeString_17() const { return ___m_originalUnicodeString_17; } inline String_t** get_address_of_m_originalUnicodeString_17() { return &___m_originalUnicodeString_17; } inline void set_m_originalUnicodeString_17(String_t* value) { ___m_originalUnicodeString_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_originalUnicodeString_17), (void*)value); } inline static int32_t get_offset_of_m_Syntax_18() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_Syntax_18)); } inline UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * get_m_Syntax_18() const { return ___m_Syntax_18; } inline UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A ** get_address_of_m_Syntax_18() { return &___m_Syntax_18; } inline void set_m_Syntax_18(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * value) { ___m_Syntax_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Syntax_18), (void*)value); } inline static int32_t get_offset_of_m_DnsSafeHost_19() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_DnsSafeHost_19)); } inline String_t* get_m_DnsSafeHost_19() const { return ___m_DnsSafeHost_19; } inline String_t** get_address_of_m_DnsSafeHost_19() { return &___m_DnsSafeHost_19; } inline void set_m_DnsSafeHost_19(String_t* value) { ___m_DnsSafeHost_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DnsSafeHost_19), (void*)value); } inline static int32_t get_offset_of_m_Flags_20() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_Flags_20)); } inline uint64_t get_m_Flags_20() const { return ___m_Flags_20; } inline uint64_t* get_address_of_m_Flags_20() { return &___m_Flags_20; } inline void set_m_Flags_20(uint64_t value) { ___m_Flags_20 = value; } inline static int32_t get_offset_of_m_Info_21() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_Info_21)); } inline UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * get_m_Info_21() const { return ___m_Info_21; } inline UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 ** get_address_of_m_Info_21() { return &___m_Info_21; } inline void set_m_Info_21(UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * value) { ___m_Info_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Info_21), (void*)value); } inline static int32_t get_offset_of_m_iriParsing_22() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_iriParsing_22)); } inline bool get_m_iriParsing_22() const { return ___m_iriParsing_22; } inline bool* get_address_of_m_iriParsing_22() { return &___m_iriParsing_22; } inline void set_m_iriParsing_22(bool value) { ___m_iriParsing_22 = value; } }; struct Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields { public: // System.String System.Uri::UriSchemeFile String_t* ___UriSchemeFile_0; // System.String System.Uri::UriSchemeFtp String_t* ___UriSchemeFtp_1; // System.String System.Uri::UriSchemeGopher String_t* ___UriSchemeGopher_2; // System.String System.Uri::UriSchemeHttp String_t* ___UriSchemeHttp_3; // System.String System.Uri::UriSchemeHttps String_t* ___UriSchemeHttps_4; // System.String System.Uri::UriSchemeWs String_t* ___UriSchemeWs_5; // System.String System.Uri::UriSchemeWss String_t* ___UriSchemeWss_6; // System.String System.Uri::UriSchemeMailto String_t* ___UriSchemeMailto_7; // System.String System.Uri::UriSchemeNews String_t* ___UriSchemeNews_8; // System.String System.Uri::UriSchemeNntp String_t* ___UriSchemeNntp_9; // System.String System.Uri::UriSchemeNetTcp String_t* ___UriSchemeNetTcp_10; // System.String System.Uri::UriSchemeNetPipe String_t* ___UriSchemeNetPipe_11; // System.String System.Uri::SchemeDelimiter String_t* ___SchemeDelimiter_12; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_ConfigInitialized bool ___s_ConfigInitialized_23; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_ConfigInitializing bool ___s_ConfigInitializing_24; // System.UriIdnScope modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_IdnScope int32_t ___s_IdnScope_25; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_IriParsing bool ___s_IriParsing_26; // System.Boolean System.Uri::useDotNetRelativeOrAbsolute bool ___useDotNetRelativeOrAbsolute_27; // System.Boolean System.Uri::IsWindowsFileSystem bool ___IsWindowsFileSystem_29; // System.Object System.Uri::s_initLock RuntimeObject * ___s_initLock_30; // System.Char[] System.Uri::HexLowerChars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___HexLowerChars_34; // System.Char[] System.Uri::_WSchars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ____WSchars_35; public: inline static int32_t get_offset_of_UriSchemeFile_0() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeFile_0)); } inline String_t* get_UriSchemeFile_0() const { return ___UriSchemeFile_0; } inline String_t** get_address_of_UriSchemeFile_0() { return &___UriSchemeFile_0; } inline void set_UriSchemeFile_0(String_t* value) { ___UriSchemeFile_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeFile_0), (void*)value); } inline static int32_t get_offset_of_UriSchemeFtp_1() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeFtp_1)); } inline String_t* get_UriSchemeFtp_1() const { return ___UriSchemeFtp_1; } inline String_t** get_address_of_UriSchemeFtp_1() { return &___UriSchemeFtp_1; } inline void set_UriSchemeFtp_1(String_t* value) { ___UriSchemeFtp_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeFtp_1), (void*)value); } inline static int32_t get_offset_of_UriSchemeGopher_2() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeGopher_2)); } inline String_t* get_UriSchemeGopher_2() const { return ___UriSchemeGopher_2; } inline String_t** get_address_of_UriSchemeGopher_2() { return &___UriSchemeGopher_2; } inline void set_UriSchemeGopher_2(String_t* value) { ___UriSchemeGopher_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeGopher_2), (void*)value); } inline static int32_t get_offset_of_UriSchemeHttp_3() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeHttp_3)); } inline String_t* get_UriSchemeHttp_3() const { return ___UriSchemeHttp_3; } inline String_t** get_address_of_UriSchemeHttp_3() { return &___UriSchemeHttp_3; } inline void set_UriSchemeHttp_3(String_t* value) { ___UriSchemeHttp_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeHttp_3), (void*)value); } inline static int32_t get_offset_of_UriSchemeHttps_4() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeHttps_4)); } inline String_t* get_UriSchemeHttps_4() const { return ___UriSchemeHttps_4; } inline String_t** get_address_of_UriSchemeHttps_4() { return &___UriSchemeHttps_4; } inline void set_UriSchemeHttps_4(String_t* value) { ___UriSchemeHttps_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeHttps_4), (void*)value); } inline static int32_t get_offset_of_UriSchemeWs_5() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeWs_5)); } inline String_t* get_UriSchemeWs_5() const { return ___UriSchemeWs_5; } inline String_t** get_address_of_UriSchemeWs_5() { return &___UriSchemeWs_5; } inline void set_UriSchemeWs_5(String_t* value) { ___UriSchemeWs_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeWs_5), (void*)value); } inline static int32_t get_offset_of_UriSchemeWss_6() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeWss_6)); } inline String_t* get_UriSchemeWss_6() const { return ___UriSchemeWss_6; } inline String_t** get_address_of_UriSchemeWss_6() { return &___UriSchemeWss_6; } inline void set_UriSchemeWss_6(String_t* value) { ___UriSchemeWss_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeWss_6), (void*)value); } inline static int32_t get_offset_of_UriSchemeMailto_7() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeMailto_7)); } inline String_t* get_UriSchemeMailto_7() const { return ___UriSchemeMailto_7; } inline String_t** get_address_of_UriSchemeMailto_7() { return &___UriSchemeMailto_7; } inline void set_UriSchemeMailto_7(String_t* value) { ___UriSchemeMailto_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeMailto_7), (void*)value); } inline static int32_t get_offset_of_UriSchemeNews_8() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeNews_8)); } inline String_t* get_UriSchemeNews_8() const { return ___UriSchemeNews_8; } inline String_t** get_address_of_UriSchemeNews_8() { return &___UriSchemeNews_8; } inline void set_UriSchemeNews_8(String_t* value) { ___UriSchemeNews_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNews_8), (void*)value); } inline static int32_t get_offset_of_UriSchemeNntp_9() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeNntp_9)); } inline String_t* get_UriSchemeNntp_9() const { return ___UriSchemeNntp_9; } inline String_t** get_address_of_UriSchemeNntp_9() { return &___UriSchemeNntp_9; } inline void set_UriSchemeNntp_9(String_t* value) { ___UriSchemeNntp_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNntp_9), (void*)value); } inline static int32_t get_offset_of_UriSchemeNetTcp_10() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeNetTcp_10)); } inline String_t* get_UriSchemeNetTcp_10() const { return ___UriSchemeNetTcp_10; } inline String_t** get_address_of_UriSchemeNetTcp_10() { return &___UriSchemeNetTcp_10; } inline void set_UriSchemeNetTcp_10(String_t* value) { ___UriSchemeNetTcp_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNetTcp_10), (void*)value); } inline static int32_t get_offset_of_UriSchemeNetPipe_11() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeNetPipe_11)); } inline String_t* get_UriSchemeNetPipe_11() const { return ___UriSchemeNetPipe_11; } inline String_t** get_address_of_UriSchemeNetPipe_11() { return &___UriSchemeNetPipe_11; } inline void set_UriSchemeNetPipe_11(String_t* value) { ___UriSchemeNetPipe_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNetPipe_11), (void*)value); } inline static int32_t get_offset_of_SchemeDelimiter_12() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___SchemeDelimiter_12)); } inline String_t* get_SchemeDelimiter_12() const { return ___SchemeDelimiter_12; } inline String_t** get_address_of_SchemeDelimiter_12() { return &___SchemeDelimiter_12; } inline void set_SchemeDelimiter_12(String_t* value) { ___SchemeDelimiter_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___SchemeDelimiter_12), (void*)value); } inline static int32_t get_offset_of_s_ConfigInitialized_23() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_ConfigInitialized_23)); } inline bool get_s_ConfigInitialized_23() const { return ___s_ConfigInitialized_23; } inline bool* get_address_of_s_ConfigInitialized_23() { return &___s_ConfigInitialized_23; } inline void set_s_ConfigInitialized_23(bool value) { ___s_ConfigInitialized_23 = value; } inline static int32_t get_offset_of_s_ConfigInitializing_24() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_ConfigInitializing_24)); } inline bool get_s_ConfigInitializing_24() const { return ___s_ConfigInitializing_24; } inline bool* get_address_of_s_ConfigInitializing_24() { return &___s_ConfigInitializing_24; } inline void set_s_ConfigInitializing_24(bool value) { ___s_ConfigInitializing_24 = value; } inline static int32_t get_offset_of_s_IdnScope_25() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_IdnScope_25)); } inline int32_t get_s_IdnScope_25() const { return ___s_IdnScope_25; } inline int32_t* get_address_of_s_IdnScope_25() { return &___s_IdnScope_25; } inline void set_s_IdnScope_25(int32_t value) { ___s_IdnScope_25 = value; } inline static int32_t get_offset_of_s_IriParsing_26() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_IriParsing_26)); } inline bool get_s_IriParsing_26() const { return ___s_IriParsing_26; } inline bool* get_address_of_s_IriParsing_26() { return &___s_IriParsing_26; } inline void set_s_IriParsing_26(bool value) { ___s_IriParsing_26 = value; } inline static int32_t get_offset_of_useDotNetRelativeOrAbsolute_27() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___useDotNetRelativeOrAbsolute_27)); } inline bool get_useDotNetRelativeOrAbsolute_27() const { return ___useDotNetRelativeOrAbsolute_27; } inline bool* get_address_of_useDotNetRelativeOrAbsolute_27() { return &___useDotNetRelativeOrAbsolute_27; } inline void set_useDotNetRelativeOrAbsolute_27(bool value) { ___useDotNetRelativeOrAbsolute_27 = value; } inline static int32_t get_offset_of_IsWindowsFileSystem_29() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___IsWindowsFileSystem_29)); } inline bool get_IsWindowsFileSystem_29() const { return ___IsWindowsFileSystem_29; } inline bool* get_address_of_IsWindowsFileSystem_29() { return &___IsWindowsFileSystem_29; } inline void set_IsWindowsFileSystem_29(bool value) { ___IsWindowsFileSystem_29 = value; } inline static int32_t get_offset_of_s_initLock_30() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_initLock_30)); } inline RuntimeObject * get_s_initLock_30() const { return ___s_initLock_30; } inline RuntimeObject ** get_address_of_s_initLock_30() { return &___s_initLock_30; } inline void set_s_initLock_30(RuntimeObject * value) { ___s_initLock_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_initLock_30), (void*)value); } inline static int32_t get_offset_of_HexLowerChars_34() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___HexLowerChars_34)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_HexLowerChars_34() const { return ___HexLowerChars_34; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_HexLowerChars_34() { return &___HexLowerChars_34; } inline void set_HexLowerChars_34(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___HexLowerChars_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___HexLowerChars_34), (void*)value); } inline static int32_t get_offset_of__WSchars_35() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ____WSchars_35)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get__WSchars_35() const { return ____WSchars_35; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of__WSchars_35() { return &____WSchars_35; } inline void set__WSchars_35(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ____WSchars_35 = value; Il2CppCodeGenWriteBarrier((void**)(&____WSchars_35), (void*)value); } }; // System.Xml.Schema.ValidationEventArgs struct ValidationEventArgs_t2CDBD5648CBB2EBA43B34779195D3B13F4C14F17 : public EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA { public: // System.Xml.Schema.XmlSchemaException System.Xml.Schema.ValidationEventArgs::ex XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * ___ex_1; // System.Xml.Schema.XmlSeverityType System.Xml.Schema.ValidationEventArgs::severity int32_t ___severity_2; public: inline static int32_t get_offset_of_ex_1() { return static_cast(offsetof(ValidationEventArgs_t2CDBD5648CBB2EBA43B34779195D3B13F4C14F17, ___ex_1)); } inline XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * get_ex_1() const { return ___ex_1; } inline XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA ** get_address_of_ex_1() { return &___ex_1; } inline void set_ex_1(XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * value) { ___ex_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___ex_1), (void*)value); } inline static int32_t get_offset_of_severity_2() { return static_cast(offsetof(ValidationEventArgs_t2CDBD5648CBB2EBA43B34779195D3B13F4C14F17, ___severity_2)); } inline int32_t get_severity_2() const { return ___severity_2; } inline int32_t* get_address_of_severity_2() { return &___severity_2; } inline void set_severity_2(int32_t value) { ___severity_2 = value; } }; // System.Xml.Schema.XmlAtomicValue struct XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C : public XPathItem_t053B6F865E42EB40BFD03AE958B99844501E5701 { public: // System.Xml.Schema.XmlSchemaType System.Xml.Schema.XmlAtomicValue::xmlType XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___xmlType_0; // System.Object System.Xml.Schema.XmlAtomicValue::objVal RuntimeObject * ___objVal_1; // System.TypeCode System.Xml.Schema.XmlAtomicValue::clrType int32_t ___clrType_2; // System.Xml.Schema.XmlAtomicValue/Union System.Xml.Schema.XmlAtomicValue::unionVal Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F ___unionVal_3; // System.Xml.Schema.XmlAtomicValue/NamespacePrefixForQName System.Xml.Schema.XmlAtomicValue::nsPrefix NamespacePrefixForQName_t38692CB52444997F00035FBB30BCEC358855A1B2 * ___nsPrefix_4; public: inline static int32_t get_offset_of_xmlType_0() { return static_cast(offsetof(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C, ___xmlType_0)); } inline XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * get_xmlType_0() const { return ___xmlType_0; } inline XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA ** get_address_of_xmlType_0() { return &___xmlType_0; } inline void set_xmlType_0(XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * value) { ___xmlType_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___xmlType_0), (void*)value); } inline static int32_t get_offset_of_objVal_1() { return static_cast(offsetof(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C, ___objVal_1)); } inline RuntimeObject * get_objVal_1() const { return ___objVal_1; } inline RuntimeObject ** get_address_of_objVal_1() { return &___objVal_1; } inline void set_objVal_1(RuntimeObject * value) { ___objVal_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___objVal_1), (void*)value); } inline static int32_t get_offset_of_clrType_2() { return static_cast(offsetof(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C, ___clrType_2)); } inline int32_t get_clrType_2() const { return ___clrType_2; } inline int32_t* get_address_of_clrType_2() { return &___clrType_2; } inline void set_clrType_2(int32_t value) { ___clrType_2 = value; } inline static int32_t get_offset_of_unionVal_3() { return static_cast(offsetof(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C, ___unionVal_3)); } inline Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F get_unionVal_3() const { return ___unionVal_3; } inline Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F * get_address_of_unionVal_3() { return &___unionVal_3; } inline void set_unionVal_3(Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F value) { ___unionVal_3 = value; } inline static int32_t get_offset_of_nsPrefix_4() { return static_cast(offsetof(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C, ___nsPrefix_4)); } inline NamespacePrefixForQName_t38692CB52444997F00035FBB30BCEC358855A1B2 * get_nsPrefix_4() const { return ___nsPrefix_4; } inline NamespacePrefixForQName_t38692CB52444997F00035FBB30BCEC358855A1B2 ** get_address_of_nsPrefix_4() { return &___nsPrefix_4; } inline void set_nsPrefix_4(NamespacePrefixForQName_t38692CB52444997F00035FBB30BCEC358855A1B2 * value) { ___nsPrefix_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___nsPrefix_4), (void*)value); } }; // System.Xml.Schema.XmlBaseConverter struct XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 : public XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 { public: // System.Xml.Schema.XmlSchemaType System.Xml.Schema.XmlBaseConverter::schemaType XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___schemaType_0; // System.Xml.Schema.XmlTypeCode System.Xml.Schema.XmlBaseConverter::typeCode int32_t ___typeCode_1; // System.Type System.Xml.Schema.XmlBaseConverter::clrTypeDefault Type_t * ___clrTypeDefault_2; public: inline static int32_t get_offset_of_schemaType_0() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55, ___schemaType_0)); } inline XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * get_schemaType_0() const { return ___schemaType_0; } inline XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA ** get_address_of_schemaType_0() { return &___schemaType_0; } inline void set_schemaType_0(XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * value) { ___schemaType_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___schemaType_0), (void*)value); } inline static int32_t get_offset_of_typeCode_1() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55, ___typeCode_1)); } inline int32_t get_typeCode_1() const { return ___typeCode_1; } inline int32_t* get_address_of_typeCode_1() { return &___typeCode_1; } inline void set_typeCode_1(int32_t value) { ___typeCode_1 = value; } inline static int32_t get_offset_of_clrTypeDefault_2() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55, ___clrTypeDefault_2)); } inline Type_t * get_clrTypeDefault_2() const { return ___clrTypeDefault_2; } inline Type_t ** get_address_of_clrTypeDefault_2() { return &___clrTypeDefault_2; } inline void set_clrTypeDefault_2(Type_t * value) { ___clrTypeDefault_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___clrTypeDefault_2), (void*)value); } }; struct XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields { public: // System.Type System.Xml.Schema.XmlBaseConverter::ICollectionType Type_t * ___ICollectionType_3; // System.Type System.Xml.Schema.XmlBaseConverter::IEnumerableType Type_t * ___IEnumerableType_4; // System.Type System.Xml.Schema.XmlBaseConverter::IListType Type_t * ___IListType_5; // System.Type System.Xml.Schema.XmlBaseConverter::ObjectArrayType Type_t * ___ObjectArrayType_6; // System.Type System.Xml.Schema.XmlBaseConverter::StringArrayType Type_t * ___StringArrayType_7; // System.Type System.Xml.Schema.XmlBaseConverter::XmlAtomicValueArrayType Type_t * ___XmlAtomicValueArrayType_8; // System.Type System.Xml.Schema.XmlBaseConverter::DecimalType Type_t * ___DecimalType_9; // System.Type System.Xml.Schema.XmlBaseConverter::Int32Type Type_t * ___Int32Type_10; // System.Type System.Xml.Schema.XmlBaseConverter::Int64Type Type_t * ___Int64Type_11; // System.Type System.Xml.Schema.XmlBaseConverter::StringType Type_t * ___StringType_12; // System.Type System.Xml.Schema.XmlBaseConverter::XmlAtomicValueType Type_t * ___XmlAtomicValueType_13; // System.Type System.Xml.Schema.XmlBaseConverter::ObjectType Type_t * ___ObjectType_14; // System.Type System.Xml.Schema.XmlBaseConverter::ByteType Type_t * ___ByteType_15; // System.Type System.Xml.Schema.XmlBaseConverter::Int16Type Type_t * ___Int16Type_16; // System.Type System.Xml.Schema.XmlBaseConverter::SByteType Type_t * ___SByteType_17; // System.Type System.Xml.Schema.XmlBaseConverter::UInt16Type Type_t * ___UInt16Type_18; // System.Type System.Xml.Schema.XmlBaseConverter::UInt32Type Type_t * ___UInt32Type_19; // System.Type System.Xml.Schema.XmlBaseConverter::UInt64Type Type_t * ___UInt64Type_20; // System.Type System.Xml.Schema.XmlBaseConverter::XPathItemType Type_t * ___XPathItemType_21; // System.Type System.Xml.Schema.XmlBaseConverter::DoubleType Type_t * ___DoubleType_22; // System.Type System.Xml.Schema.XmlBaseConverter::SingleType Type_t * ___SingleType_23; // System.Type System.Xml.Schema.XmlBaseConverter::DateTimeType Type_t * ___DateTimeType_24; // System.Type System.Xml.Schema.XmlBaseConverter::DateTimeOffsetType Type_t * ___DateTimeOffsetType_25; // System.Type System.Xml.Schema.XmlBaseConverter::BooleanType Type_t * ___BooleanType_26; // System.Type System.Xml.Schema.XmlBaseConverter::ByteArrayType Type_t * ___ByteArrayType_27; // System.Type System.Xml.Schema.XmlBaseConverter::XmlQualifiedNameType Type_t * ___XmlQualifiedNameType_28; // System.Type System.Xml.Schema.XmlBaseConverter::UriType Type_t * ___UriType_29; // System.Type System.Xml.Schema.XmlBaseConverter::TimeSpanType Type_t * ___TimeSpanType_30; // System.Type System.Xml.Schema.XmlBaseConverter::XPathNavigatorType Type_t * ___XPathNavigatorType_31; public: inline static int32_t get_offset_of_ICollectionType_3() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___ICollectionType_3)); } inline Type_t * get_ICollectionType_3() const { return ___ICollectionType_3; } inline Type_t ** get_address_of_ICollectionType_3() { return &___ICollectionType_3; } inline void set_ICollectionType_3(Type_t * value) { ___ICollectionType_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___ICollectionType_3), (void*)value); } inline static int32_t get_offset_of_IEnumerableType_4() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___IEnumerableType_4)); } inline Type_t * get_IEnumerableType_4() const { return ___IEnumerableType_4; } inline Type_t ** get_address_of_IEnumerableType_4() { return &___IEnumerableType_4; } inline void set_IEnumerableType_4(Type_t * value) { ___IEnumerableType_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___IEnumerableType_4), (void*)value); } inline static int32_t get_offset_of_IListType_5() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___IListType_5)); } inline Type_t * get_IListType_5() const { return ___IListType_5; } inline Type_t ** get_address_of_IListType_5() { return &___IListType_5; } inline void set_IListType_5(Type_t * value) { ___IListType_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___IListType_5), (void*)value); } inline static int32_t get_offset_of_ObjectArrayType_6() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___ObjectArrayType_6)); } inline Type_t * get_ObjectArrayType_6() const { return ___ObjectArrayType_6; } inline Type_t ** get_address_of_ObjectArrayType_6() { return &___ObjectArrayType_6; } inline void set_ObjectArrayType_6(Type_t * value) { ___ObjectArrayType_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___ObjectArrayType_6), (void*)value); } inline static int32_t get_offset_of_StringArrayType_7() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___StringArrayType_7)); } inline Type_t * get_StringArrayType_7() const { return ___StringArrayType_7; } inline Type_t ** get_address_of_StringArrayType_7() { return &___StringArrayType_7; } inline void set_StringArrayType_7(Type_t * value) { ___StringArrayType_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___StringArrayType_7), (void*)value); } inline static int32_t get_offset_of_XmlAtomicValueArrayType_8() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___XmlAtomicValueArrayType_8)); } inline Type_t * get_XmlAtomicValueArrayType_8() const { return ___XmlAtomicValueArrayType_8; } inline Type_t ** get_address_of_XmlAtomicValueArrayType_8() { return &___XmlAtomicValueArrayType_8; } inline void set_XmlAtomicValueArrayType_8(Type_t * value) { ___XmlAtomicValueArrayType_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___XmlAtomicValueArrayType_8), (void*)value); } inline static int32_t get_offset_of_DecimalType_9() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___DecimalType_9)); } inline Type_t * get_DecimalType_9() const { return ___DecimalType_9; } inline Type_t ** get_address_of_DecimalType_9() { return &___DecimalType_9; } inline void set_DecimalType_9(Type_t * value) { ___DecimalType_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___DecimalType_9), (void*)value); } inline static int32_t get_offset_of_Int32Type_10() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___Int32Type_10)); } inline Type_t * get_Int32Type_10() const { return ___Int32Type_10; } inline Type_t ** get_address_of_Int32Type_10() { return &___Int32Type_10; } inline void set_Int32Type_10(Type_t * value) { ___Int32Type_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___Int32Type_10), (void*)value); } inline static int32_t get_offset_of_Int64Type_11() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___Int64Type_11)); } inline Type_t * get_Int64Type_11() const { return ___Int64Type_11; } inline Type_t ** get_address_of_Int64Type_11() { return &___Int64Type_11; } inline void set_Int64Type_11(Type_t * value) { ___Int64Type_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___Int64Type_11), (void*)value); } inline static int32_t get_offset_of_StringType_12() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___StringType_12)); } inline Type_t * get_StringType_12() const { return ___StringType_12; } inline Type_t ** get_address_of_StringType_12() { return &___StringType_12; } inline void set_StringType_12(Type_t * value) { ___StringType_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___StringType_12), (void*)value); } inline static int32_t get_offset_of_XmlAtomicValueType_13() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___XmlAtomicValueType_13)); } inline Type_t * get_XmlAtomicValueType_13() const { return ___XmlAtomicValueType_13; } inline Type_t ** get_address_of_XmlAtomicValueType_13() { return &___XmlAtomicValueType_13; } inline void set_XmlAtomicValueType_13(Type_t * value) { ___XmlAtomicValueType_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___XmlAtomicValueType_13), (void*)value); } inline static int32_t get_offset_of_ObjectType_14() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___ObjectType_14)); } inline Type_t * get_ObjectType_14() const { return ___ObjectType_14; } inline Type_t ** get_address_of_ObjectType_14() { return &___ObjectType_14; } inline void set_ObjectType_14(Type_t * value) { ___ObjectType_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___ObjectType_14), (void*)value); } inline static int32_t get_offset_of_ByteType_15() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___ByteType_15)); } inline Type_t * get_ByteType_15() const { return ___ByteType_15; } inline Type_t ** get_address_of_ByteType_15() { return &___ByteType_15; } inline void set_ByteType_15(Type_t * value) { ___ByteType_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___ByteType_15), (void*)value); } inline static int32_t get_offset_of_Int16Type_16() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___Int16Type_16)); } inline Type_t * get_Int16Type_16() const { return ___Int16Type_16; } inline Type_t ** get_address_of_Int16Type_16() { return &___Int16Type_16; } inline void set_Int16Type_16(Type_t * value) { ___Int16Type_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___Int16Type_16), (void*)value); } inline static int32_t get_offset_of_SByteType_17() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___SByteType_17)); } inline Type_t * get_SByteType_17() const { return ___SByteType_17; } inline Type_t ** get_address_of_SByteType_17() { return &___SByteType_17; } inline void set_SByteType_17(Type_t * value) { ___SByteType_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___SByteType_17), (void*)value); } inline static int32_t get_offset_of_UInt16Type_18() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___UInt16Type_18)); } inline Type_t * get_UInt16Type_18() const { return ___UInt16Type_18; } inline Type_t ** get_address_of_UInt16Type_18() { return &___UInt16Type_18; } inline void set_UInt16Type_18(Type_t * value) { ___UInt16Type_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___UInt16Type_18), (void*)value); } inline static int32_t get_offset_of_UInt32Type_19() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___UInt32Type_19)); } inline Type_t * get_UInt32Type_19() const { return ___UInt32Type_19; } inline Type_t ** get_address_of_UInt32Type_19() { return &___UInt32Type_19; } inline void set_UInt32Type_19(Type_t * value) { ___UInt32Type_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___UInt32Type_19), (void*)value); } inline static int32_t get_offset_of_UInt64Type_20() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___UInt64Type_20)); } inline Type_t * get_UInt64Type_20() const { return ___UInt64Type_20; } inline Type_t ** get_address_of_UInt64Type_20() { return &___UInt64Type_20; } inline void set_UInt64Type_20(Type_t * value) { ___UInt64Type_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___UInt64Type_20), (void*)value); } inline static int32_t get_offset_of_XPathItemType_21() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___XPathItemType_21)); } inline Type_t * get_XPathItemType_21() const { return ___XPathItemType_21; } inline Type_t ** get_address_of_XPathItemType_21() { return &___XPathItemType_21; } inline void set_XPathItemType_21(Type_t * value) { ___XPathItemType_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___XPathItemType_21), (void*)value); } inline static int32_t get_offset_of_DoubleType_22() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___DoubleType_22)); } inline Type_t * get_DoubleType_22() const { return ___DoubleType_22; } inline Type_t ** get_address_of_DoubleType_22() { return &___DoubleType_22; } inline void set_DoubleType_22(Type_t * value) { ___DoubleType_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___DoubleType_22), (void*)value); } inline static int32_t get_offset_of_SingleType_23() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___SingleType_23)); } inline Type_t * get_SingleType_23() const { return ___SingleType_23; } inline Type_t ** get_address_of_SingleType_23() { return &___SingleType_23; } inline void set_SingleType_23(Type_t * value) { ___SingleType_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___SingleType_23), (void*)value); } inline static int32_t get_offset_of_DateTimeType_24() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___DateTimeType_24)); } inline Type_t * get_DateTimeType_24() const { return ___DateTimeType_24; } inline Type_t ** get_address_of_DateTimeType_24() { return &___DateTimeType_24; } inline void set_DateTimeType_24(Type_t * value) { ___DateTimeType_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___DateTimeType_24), (void*)value); } inline static int32_t get_offset_of_DateTimeOffsetType_25() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___DateTimeOffsetType_25)); } inline Type_t * get_DateTimeOffsetType_25() const { return ___DateTimeOffsetType_25; } inline Type_t ** get_address_of_DateTimeOffsetType_25() { return &___DateTimeOffsetType_25; } inline void set_DateTimeOffsetType_25(Type_t * value) { ___DateTimeOffsetType_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___DateTimeOffsetType_25), (void*)value); } inline static int32_t get_offset_of_BooleanType_26() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___BooleanType_26)); } inline Type_t * get_BooleanType_26() const { return ___BooleanType_26; } inline Type_t ** get_address_of_BooleanType_26() { return &___BooleanType_26; } inline void set_BooleanType_26(Type_t * value) { ___BooleanType_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___BooleanType_26), (void*)value); } inline static int32_t get_offset_of_ByteArrayType_27() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___ByteArrayType_27)); } inline Type_t * get_ByteArrayType_27() const { return ___ByteArrayType_27; } inline Type_t ** get_address_of_ByteArrayType_27() { return &___ByteArrayType_27; } inline void set_ByteArrayType_27(Type_t * value) { ___ByteArrayType_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___ByteArrayType_27), (void*)value); } inline static int32_t get_offset_of_XmlQualifiedNameType_28() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___XmlQualifiedNameType_28)); } inline Type_t * get_XmlQualifiedNameType_28() const { return ___XmlQualifiedNameType_28; } inline Type_t ** get_address_of_XmlQualifiedNameType_28() { return &___XmlQualifiedNameType_28; } inline void set_XmlQualifiedNameType_28(Type_t * value) { ___XmlQualifiedNameType_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___XmlQualifiedNameType_28), (void*)value); } inline static int32_t get_offset_of_UriType_29() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___UriType_29)); } inline Type_t * get_UriType_29() const { return ___UriType_29; } inline Type_t ** get_address_of_UriType_29() { return &___UriType_29; } inline void set_UriType_29(Type_t * value) { ___UriType_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriType_29), (void*)value); } inline static int32_t get_offset_of_TimeSpanType_30() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___TimeSpanType_30)); } inline Type_t * get_TimeSpanType_30() const { return ___TimeSpanType_30; } inline Type_t ** get_address_of_TimeSpanType_30() { return &___TimeSpanType_30; } inline void set_TimeSpanType_30(Type_t * value) { ___TimeSpanType_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___TimeSpanType_30), (void*)value); } inline static int32_t get_offset_of_XPathNavigatorType_31() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___XPathNavigatorType_31)); } inline Type_t * get_XPathNavigatorType_31() const { return ___XPathNavigatorType_31; } inline Type_t ** get_address_of_XPathNavigatorType_31() { return &___XPathNavigatorType_31; } inline void set_XPathNavigatorType_31(Type_t * value) { ___XPathNavigatorType_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___XPathNavigatorType_31), (void*)value); } }; // System.Xml.XmlNodeChangedEventArgs struct XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 : public EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA { public: // System.Xml.XmlNodeChangedAction System.Xml.XmlNodeChangedEventArgs::action int32_t ___action_1; // System.Xml.XmlNode System.Xml.XmlNodeChangedEventArgs::node XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___node_2; // System.Xml.XmlNode System.Xml.XmlNodeChangedEventArgs::oldParent XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___oldParent_3; // System.Xml.XmlNode System.Xml.XmlNodeChangedEventArgs::newParent XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___newParent_4; // System.String System.Xml.XmlNodeChangedEventArgs::oldValue String_t* ___oldValue_5; // System.String System.Xml.XmlNodeChangedEventArgs::newValue String_t* ___newValue_6; public: inline static int32_t get_offset_of_action_1() { return static_cast(offsetof(XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5, ___action_1)); } inline int32_t get_action_1() const { return ___action_1; } inline int32_t* get_address_of_action_1() { return &___action_1; } inline void set_action_1(int32_t value) { ___action_1 = value; } inline static int32_t get_offset_of_node_2() { return static_cast(offsetof(XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5, ___node_2)); } inline XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * get_node_2() const { return ___node_2; } inline XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 ** get_address_of_node_2() { return &___node_2; } inline void set_node_2(XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * value) { ___node_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___node_2), (void*)value); } inline static int32_t get_offset_of_oldParent_3() { return static_cast(offsetof(XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5, ___oldParent_3)); } inline XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * get_oldParent_3() const { return ___oldParent_3; } inline XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 ** get_address_of_oldParent_3() { return &___oldParent_3; } inline void set_oldParent_3(XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * value) { ___oldParent_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___oldParent_3), (void*)value); } inline static int32_t get_offset_of_newParent_4() { return static_cast(offsetof(XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5, ___newParent_4)); } inline XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * get_newParent_4() const { return ___newParent_4; } inline XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 ** get_address_of_newParent_4() { return &___newParent_4; } inline void set_newParent_4(XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * value) { ___newParent_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___newParent_4), (void*)value); } inline static int32_t get_offset_of_oldValue_5() { return static_cast(offsetof(XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5, ___oldValue_5)); } inline String_t* get_oldValue_5() const { return ___oldValue_5; } inline String_t** get_address_of_oldValue_5() { return &___oldValue_5; } inline void set_oldValue_5(String_t* value) { ___oldValue_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___oldValue_5), (void*)value); } inline static int32_t get_offset_of_newValue_6() { return static_cast(offsetof(XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5, ___newValue_6)); } inline String_t* get_newValue_6() const { return ___newValue_6; } inline String_t** get_address_of_newValue_6() { return &___newValue_6; } inline void set_newValue_6(String_t* value) { ___newValue_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___newValue_6), (void*)value); } }; // System.Xml.XmlParserContext struct XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 : public RuntimeObject { public: // System.Xml.XmlNameTable System.Xml.XmlParserContext::_nt XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * ____nt_0; // System.Xml.XmlNamespaceManager System.Xml.XmlParserContext::_nsMgr XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * ____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_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ____encoding_9; public: inline static int32_t get_offset_of__nt_0() { return static_cast(offsetof(XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28, ____nt_0)); } inline XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * get__nt_0() const { return ____nt_0; } inline XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 ** get_address_of__nt_0() { return &____nt_0; } inline void set__nt_0(XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * value) { ____nt_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____nt_0), (void*)value); } inline static int32_t get_offset_of__nsMgr_1() { return static_cast(offsetof(XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28, ____nsMgr_1)); } inline XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * get__nsMgr_1() const { return ____nsMgr_1; } inline XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 ** get_address_of__nsMgr_1() { return &____nsMgr_1; } inline void set__nsMgr_1(XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * value) { ____nsMgr_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____nsMgr_1), (void*)value); } inline static int32_t get_offset_of__docTypeName_2() { return static_cast(offsetof(XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28, ____docTypeName_2)); } inline String_t* get__docTypeName_2() const { return ____docTypeName_2; } inline String_t** get_address_of__docTypeName_2() { return &____docTypeName_2; } inline void set__docTypeName_2(String_t* value) { ____docTypeName_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____docTypeName_2), (void*)value); } inline static int32_t get_offset_of__pubId_3() { return static_cast(offsetof(XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28, ____pubId_3)); } inline String_t* get__pubId_3() const { return ____pubId_3; } inline String_t** get_address_of__pubId_3() { return &____pubId_3; } inline void set__pubId_3(String_t* value) { ____pubId_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____pubId_3), (void*)value); } inline static int32_t get_offset_of__sysId_4() { return static_cast(offsetof(XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28, ____sysId_4)); } inline String_t* get__sysId_4() const { return ____sysId_4; } inline String_t** get_address_of__sysId_4() { return &____sysId_4; } inline void set__sysId_4(String_t* value) { ____sysId_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____sysId_4), (void*)value); } inline static int32_t get_offset_of__internalSubset_5() { return static_cast(offsetof(XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28, ____internalSubset_5)); } inline String_t* get__internalSubset_5() const { return ____internalSubset_5; } inline String_t** get_address_of__internalSubset_5() { return &____internalSubset_5; } inline void set__internalSubset_5(String_t* value) { ____internalSubset_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____internalSubset_5), (void*)value); } inline static int32_t get_offset_of__xmlLang_6() { return static_cast(offsetof(XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28, ____xmlLang_6)); } inline String_t* get__xmlLang_6() const { return ____xmlLang_6; } inline String_t** get_address_of__xmlLang_6() { return &____xmlLang_6; } inline void set__xmlLang_6(String_t* value) { ____xmlLang_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____xmlLang_6), (void*)value); } inline static int32_t get_offset_of__xmlSpace_7() { return static_cast(offsetof(XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28, ____xmlSpace_7)); } inline int32_t get__xmlSpace_7() const { return ____xmlSpace_7; } inline int32_t* get_address_of__xmlSpace_7() { return &____xmlSpace_7; } inline void set__xmlSpace_7(int32_t value) { ____xmlSpace_7 = value; } inline static int32_t get_offset_of__baseURI_8() { return static_cast(offsetof(XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28, ____baseURI_8)); } inline String_t* get__baseURI_8() const { return ____baseURI_8; } inline String_t** get_address_of__baseURI_8() { return &____baseURI_8; } inline void set__baseURI_8(String_t* value) { ____baseURI_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____baseURI_8), (void*)value); } inline static int32_t get_offset_of__encoding_9() { return static_cast(offsetof(XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28, ____encoding_9)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get__encoding_9() const { return ____encoding_9; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of__encoding_9() { return &____encoding_9; } inline void set__encoding_9(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ____encoding_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____encoding_9), (void*)value); } }; // System.Xml.XmlReaderSettings struct XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 : public RuntimeObject { public: // System.Boolean System.Xml.XmlReaderSettings::useAsync bool ___useAsync_0; // System.Xml.XmlNameTable System.Xml.XmlReaderSettings::nameTable XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * ___nameTable_1; // System.Xml.XmlResolver System.Xml.XmlReaderSettings::xmlResolver XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * ___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_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0 * ___schemas_15; // System.Boolean System.Xml.XmlReaderSettings::closeInput bool ___closeInput_16; // System.Boolean System.Xml.XmlReaderSettings::isReadOnly bool ___isReadOnly_17; // System.Boolean System.Xml.XmlReaderSettings::k__BackingField bool ___U3CIsXmlResolverSetU3Ek__BackingField_18; public: inline static int32_t get_offset_of_useAsync_0() { return static_cast(offsetof(XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520, ___useAsync_0)); } inline bool get_useAsync_0() const { return ___useAsync_0; } inline bool* get_address_of_useAsync_0() { return &___useAsync_0; } inline void set_useAsync_0(bool value) { ___useAsync_0 = value; } inline static int32_t get_offset_of_nameTable_1() { return static_cast(offsetof(XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520, ___nameTable_1)); } inline XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * get_nameTable_1() const { return ___nameTable_1; } inline XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 ** get_address_of_nameTable_1() { return &___nameTable_1; } inline void set_nameTable_1(XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * value) { ___nameTable_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___nameTable_1), (void*)value); } inline static int32_t get_offset_of_xmlResolver_2() { return static_cast(offsetof(XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520, ___xmlResolver_2)); } inline XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * get_xmlResolver_2() const { return ___xmlResolver_2; } inline XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A ** get_address_of_xmlResolver_2() { return &___xmlResolver_2; } inline void set_xmlResolver_2(XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * value) { ___xmlResolver_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___xmlResolver_2), (void*)value); } inline static int32_t get_offset_of_lineNumberOffset_3() { return static_cast(offsetof(XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520, ___lineNumberOffset_3)); } inline int32_t get_lineNumberOffset_3() const { return ___lineNumberOffset_3; } inline int32_t* get_address_of_lineNumberOffset_3() { return &___lineNumberOffset_3; } inline void set_lineNumberOffset_3(int32_t value) { ___lineNumberOffset_3 = value; } inline static int32_t get_offset_of_linePositionOffset_4() { return static_cast(offsetof(XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520, ___linePositionOffset_4)); } inline int32_t get_linePositionOffset_4() const { return ___linePositionOffset_4; } inline int32_t* get_address_of_linePositionOffset_4() { return &___linePositionOffset_4; } inline void set_linePositionOffset_4(int32_t value) { ___linePositionOffset_4 = value; } inline static int32_t get_offset_of_conformanceLevel_5() { return static_cast(offsetof(XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520, ___conformanceLevel_5)); } inline int32_t get_conformanceLevel_5() const { return ___conformanceLevel_5; } inline int32_t* get_address_of_conformanceLevel_5() { return &___conformanceLevel_5; } inline void set_conformanceLevel_5(int32_t value) { ___conformanceLevel_5 = value; } inline static int32_t get_offset_of_checkCharacters_6() { return static_cast(offsetof(XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520, ___checkCharacters_6)); } inline bool get_checkCharacters_6() const { return ___checkCharacters_6; } inline bool* get_address_of_checkCharacters_6() { return &___checkCharacters_6; } inline void set_checkCharacters_6(bool value) { ___checkCharacters_6 = value; } inline static int32_t get_offset_of_maxCharactersInDocument_7() { return static_cast(offsetof(XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520, ___maxCharactersInDocument_7)); } inline int64_t get_maxCharactersInDocument_7() const { return ___maxCharactersInDocument_7; } inline int64_t* get_address_of_maxCharactersInDocument_7() { return &___maxCharactersInDocument_7; } inline void set_maxCharactersInDocument_7(int64_t value) { ___maxCharactersInDocument_7 = value; } inline static int32_t get_offset_of_maxCharactersFromEntities_8() { return static_cast(offsetof(XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520, ___maxCharactersFromEntities_8)); } inline int64_t get_maxCharactersFromEntities_8() const { return ___maxCharactersFromEntities_8; } inline int64_t* get_address_of_maxCharactersFromEntities_8() { return &___maxCharactersFromEntities_8; } inline void set_maxCharactersFromEntities_8(int64_t value) { ___maxCharactersFromEntities_8 = value; } inline static int32_t get_offset_of_ignoreWhitespace_9() { return static_cast(offsetof(XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520, ___ignoreWhitespace_9)); } inline bool get_ignoreWhitespace_9() const { return ___ignoreWhitespace_9; } inline bool* get_address_of_ignoreWhitespace_9() { return &___ignoreWhitespace_9; } inline void set_ignoreWhitespace_9(bool value) { ___ignoreWhitespace_9 = value; } inline static int32_t get_offset_of_ignorePIs_10() { return static_cast(offsetof(XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520, ___ignorePIs_10)); } inline bool get_ignorePIs_10() const { return ___ignorePIs_10; } inline bool* get_address_of_ignorePIs_10() { return &___ignorePIs_10; } inline void set_ignorePIs_10(bool value) { ___ignorePIs_10 = value; } inline static int32_t get_offset_of_ignoreComments_11() { return static_cast(offsetof(XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520, ___ignoreComments_11)); } inline bool get_ignoreComments_11() const { return ___ignoreComments_11; } inline bool* get_address_of_ignoreComments_11() { return &___ignoreComments_11; } inline void set_ignoreComments_11(bool value) { ___ignoreComments_11 = value; } inline static int32_t get_offset_of_dtdProcessing_12() { return static_cast(offsetof(XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520, ___dtdProcessing_12)); } inline int32_t get_dtdProcessing_12() const { return ___dtdProcessing_12; } inline int32_t* get_address_of_dtdProcessing_12() { return &___dtdProcessing_12; } inline void set_dtdProcessing_12(int32_t value) { ___dtdProcessing_12 = value; } inline static int32_t get_offset_of_validationType_13() { return static_cast(offsetof(XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520, ___validationType_13)); } inline int32_t get_validationType_13() const { return ___validationType_13; } inline int32_t* get_address_of_validationType_13() { return &___validationType_13; } inline void set_validationType_13(int32_t value) { ___validationType_13 = value; } inline static int32_t get_offset_of_validationFlags_14() { return static_cast(offsetof(XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520, ___validationFlags_14)); } inline int32_t get_validationFlags_14() const { return ___validationFlags_14; } inline int32_t* get_address_of_validationFlags_14() { return &___validationFlags_14; } inline void set_validationFlags_14(int32_t value) { ___validationFlags_14 = value; } inline static int32_t get_offset_of_schemas_15() { return static_cast(offsetof(XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520, ___schemas_15)); } inline XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0 * get_schemas_15() const { return ___schemas_15; } inline XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0 ** get_address_of_schemas_15() { return &___schemas_15; } inline void set_schemas_15(XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0 * value) { ___schemas_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___schemas_15), (void*)value); } inline static int32_t get_offset_of_closeInput_16() { return static_cast(offsetof(XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520, ___closeInput_16)); } inline bool get_closeInput_16() const { return ___closeInput_16; } inline bool* get_address_of_closeInput_16() { return &___closeInput_16; } inline void set_closeInput_16(bool value) { ___closeInput_16 = value; } inline static int32_t get_offset_of_isReadOnly_17() { return static_cast(offsetof(XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520, ___isReadOnly_17)); } inline bool get_isReadOnly_17() const { return ___isReadOnly_17; } inline bool* get_address_of_isReadOnly_17() { return &___isReadOnly_17; } inline void set_isReadOnly_17(bool value) { ___isReadOnly_17 = value; } inline static int32_t get_offset_of_U3CIsXmlResolverSetU3Ek__BackingField_18() { return static_cast(offsetof(XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520, ___U3CIsXmlResolverSetU3Ek__BackingField_18)); } inline bool get_U3CIsXmlResolverSetU3Ek__BackingField_18() const { return ___U3CIsXmlResolverSetU3Ek__BackingField_18; } inline bool* get_address_of_U3CIsXmlResolverSetU3Ek__BackingField_18() { return &___U3CIsXmlResolverSetU3Ek__BackingField_18; } inline void set_U3CIsXmlResolverSetU3Ek__BackingField_18(bool value) { ___U3CIsXmlResolverSetU3Ek__BackingField_18 = value; } }; struct XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520_StaticFields { public: // System.Nullable`1 System.Xml.XmlReaderSettings::s_enableLegacyXmlSettings Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 ___s_enableLegacyXmlSettings_19; public: inline static int32_t get_offset_of_s_enableLegacyXmlSettings_19() { return static_cast(offsetof(XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520_StaticFields, ___s_enableLegacyXmlSettings_19)); } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 get_s_enableLegacyXmlSettings_19() const { return ___s_enableLegacyXmlSettings_19; } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * get_address_of_s_enableLegacyXmlSettings_19() { return &___s_enableLegacyXmlSettings_19; } inline void set_s_enableLegacyXmlSettings_19(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 value) { ___s_enableLegacyXmlSettings_19 = value; } }; // System.Xml.Schema.XmlSchemaAnyAttribute struct XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80 : public XmlSchemaAnnotated_t68F13E739330186883290FF723E752BD26F2E3A7 { public: // System.String System.Xml.Schema.XmlSchemaAnyAttribute::ns String_t* ___ns_0; // System.Xml.Schema.XmlSchemaContentProcessing System.Xml.Schema.XmlSchemaAnyAttribute::processContents int32_t ___processContents_1; // System.Xml.Schema.NamespaceList System.Xml.Schema.XmlSchemaAnyAttribute::namespaceList NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A * ___namespaceList_2; public: inline static int32_t get_offset_of_ns_0() { return static_cast(offsetof(XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80, ___ns_0)); } inline String_t* get_ns_0() const { return ___ns_0; } inline String_t** get_address_of_ns_0() { return &___ns_0; } inline void set_ns_0(String_t* value) { ___ns_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___ns_0), (void*)value); } inline static int32_t get_offset_of_processContents_1() { return static_cast(offsetof(XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80, ___processContents_1)); } inline int32_t get_processContents_1() const { return ___processContents_1; } inline int32_t* get_address_of_processContents_1() { return &___processContents_1; } inline void set_processContents_1(int32_t value) { ___processContents_1 = value; } inline static int32_t get_offset_of_namespaceList_2() { return static_cast(offsetof(XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80, ___namespaceList_2)); } inline NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A * get_namespaceList_2() const { return ___namespaceList_2; } inline NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A ** get_address_of_namespaceList_2() { return &___namespaceList_2; } inline void set_namespaceList_2(NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A * value) { ___namespaceList_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___namespaceList_2), (void*)value); } }; // System.Xml.Schema.XmlSchemaInfo struct XmlSchemaInfo_t0C254CFF8C2758ADB658FC8DA817E5E6D040594B : public RuntimeObject { public: // System.Boolean System.Xml.Schema.XmlSchemaInfo::isDefault bool ___isDefault_0; // System.Boolean System.Xml.Schema.XmlSchemaInfo::isNil bool ___isNil_1; // System.Xml.Schema.XmlSchemaElement System.Xml.Schema.XmlSchemaInfo::schemaElement XmlSchemaElement_tB61A00A97A12A9B2620D005D0643B11EA1CA764A * ___schemaElement_2; // System.Xml.Schema.XmlSchemaAttribute System.Xml.Schema.XmlSchemaInfo::schemaAttribute XmlSchemaAttribute_t2EB9DF55F6A28F15681A8E56140568B049AFD7F7 * ___schemaAttribute_3; // System.Xml.Schema.XmlSchemaType System.Xml.Schema.XmlSchemaInfo::schemaType XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___schemaType_4; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaInfo::memberType XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * ___memberType_5; // System.Xml.Schema.XmlSchemaValidity System.Xml.Schema.XmlSchemaInfo::validity int32_t ___validity_6; // System.Xml.Schema.XmlSchemaContentType System.Xml.Schema.XmlSchemaInfo::contentType int32_t ___contentType_7; public: inline static int32_t get_offset_of_isDefault_0() { return static_cast(offsetof(XmlSchemaInfo_t0C254CFF8C2758ADB658FC8DA817E5E6D040594B, ___isDefault_0)); } inline bool get_isDefault_0() const { return ___isDefault_0; } inline bool* get_address_of_isDefault_0() { return &___isDefault_0; } inline void set_isDefault_0(bool value) { ___isDefault_0 = value; } inline static int32_t get_offset_of_isNil_1() { return static_cast(offsetof(XmlSchemaInfo_t0C254CFF8C2758ADB658FC8DA817E5E6D040594B, ___isNil_1)); } inline bool get_isNil_1() const { return ___isNil_1; } inline bool* get_address_of_isNil_1() { return &___isNil_1; } inline void set_isNil_1(bool value) { ___isNil_1 = value; } inline static int32_t get_offset_of_schemaElement_2() { return static_cast(offsetof(XmlSchemaInfo_t0C254CFF8C2758ADB658FC8DA817E5E6D040594B, ___schemaElement_2)); } inline XmlSchemaElement_tB61A00A97A12A9B2620D005D0643B11EA1CA764A * get_schemaElement_2() const { return ___schemaElement_2; } inline XmlSchemaElement_tB61A00A97A12A9B2620D005D0643B11EA1CA764A ** get_address_of_schemaElement_2() { return &___schemaElement_2; } inline void set_schemaElement_2(XmlSchemaElement_tB61A00A97A12A9B2620D005D0643B11EA1CA764A * value) { ___schemaElement_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___schemaElement_2), (void*)value); } inline static int32_t get_offset_of_schemaAttribute_3() { return static_cast(offsetof(XmlSchemaInfo_t0C254CFF8C2758ADB658FC8DA817E5E6D040594B, ___schemaAttribute_3)); } inline XmlSchemaAttribute_t2EB9DF55F6A28F15681A8E56140568B049AFD7F7 * get_schemaAttribute_3() const { return ___schemaAttribute_3; } inline XmlSchemaAttribute_t2EB9DF55F6A28F15681A8E56140568B049AFD7F7 ** get_address_of_schemaAttribute_3() { return &___schemaAttribute_3; } inline void set_schemaAttribute_3(XmlSchemaAttribute_t2EB9DF55F6A28F15681A8E56140568B049AFD7F7 * value) { ___schemaAttribute_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___schemaAttribute_3), (void*)value); } inline static int32_t get_offset_of_schemaType_4() { return static_cast(offsetof(XmlSchemaInfo_t0C254CFF8C2758ADB658FC8DA817E5E6D040594B, ___schemaType_4)); } inline XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * get_schemaType_4() const { return ___schemaType_4; } inline XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA ** get_address_of_schemaType_4() { return &___schemaType_4; } inline void set_schemaType_4(XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * value) { ___schemaType_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___schemaType_4), (void*)value); } inline static int32_t get_offset_of_memberType_5() { return static_cast(offsetof(XmlSchemaInfo_t0C254CFF8C2758ADB658FC8DA817E5E6D040594B, ___memberType_5)); } inline XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * get_memberType_5() const { return ___memberType_5; } inline XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C ** get_address_of_memberType_5() { return &___memberType_5; } inline void set_memberType_5(XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * value) { ___memberType_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___memberType_5), (void*)value); } inline static int32_t get_offset_of_validity_6() { return static_cast(offsetof(XmlSchemaInfo_t0C254CFF8C2758ADB658FC8DA817E5E6D040594B, ___validity_6)); } inline int32_t get_validity_6() const { return ___validity_6; } inline int32_t* get_address_of_validity_6() { return &___validity_6; } inline void set_validity_6(int32_t value) { ___validity_6 = value; } inline static int32_t get_offset_of_contentType_7() { return static_cast(offsetof(XmlSchemaInfo_t0C254CFF8C2758ADB658FC8DA817E5E6D040594B, ___contentType_7)); } inline int32_t get_contentType_7() const { return ___contentType_7; } inline int32_t* get_address_of_contentType_7() { return &___contentType_7; } inline void set_contentType_7(int32_t value) { ___contentType_7 = value; } }; // System.Xml.Schema.XmlSchemaParticle struct XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789 : public XmlSchemaAnnotated_t68F13E739330186883290FF723E752BD26F2E3A7 { public: // System.Decimal System.Xml.Schema.XmlSchemaParticle::minOccurs Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___minOccurs_0; // System.Decimal System.Xml.Schema.XmlSchemaParticle::maxOccurs Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___maxOccurs_1; // System.Xml.Schema.XmlSchemaParticle/Occurs System.Xml.Schema.XmlSchemaParticle::flags int32_t ___flags_2; public: inline static int32_t get_offset_of_minOccurs_0() { return static_cast(offsetof(XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789, ___minOccurs_0)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_minOccurs_0() const { return ___minOccurs_0; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_minOccurs_0() { return &___minOccurs_0; } inline void set_minOccurs_0(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___minOccurs_0 = value; } inline static int32_t get_offset_of_maxOccurs_1() { return static_cast(offsetof(XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789, ___maxOccurs_1)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_maxOccurs_1() const { return ___maxOccurs_1; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_maxOccurs_1() { return &___maxOccurs_1; } inline void set_maxOccurs_1(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___maxOccurs_1 = value; } inline static int32_t get_offset_of_flags_2() { return static_cast(offsetof(XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789, ___flags_2)); } inline int32_t get_flags_2() const { return ___flags_2; } inline int32_t* get_address_of_flags_2() { return &___flags_2; } inline void set_flags_2(int32_t value) { ___flags_2 = value; } }; struct XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789_StaticFields { public: // System.Xml.Schema.XmlSchemaParticle System.Xml.Schema.XmlSchemaParticle::Empty XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789 * ___Empty_3; public: inline static int32_t get_offset_of_Empty_3() { return static_cast(offsetof(XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789_StaticFields, ___Empty_3)); } inline XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789 * get_Empty_3() const { return ___Empty_3; } inline XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789 ** get_address_of_Empty_3() { return &___Empty_3; } inline void set_Empty_3(XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789 * value) { ___Empty_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_3), (void*)value); } }; // System.Xml.Schema.XmlSchemaSimpleTypeList struct XmlSchemaSimpleTypeList_t780D9B725F8CA7CBC555BD6BDDB5E3E02E67DCAD : public XmlSchemaSimpleTypeContent_t38B7E1118EA6B9348F35D47139C9BE910724DB65 { public: // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaSimpleTypeList::itemTypeName XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___itemTypeName_0; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaSimpleTypeList::itemType XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * ___itemType_1; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaSimpleTypeList::baseItemType XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * ___baseItemType_2; public: inline static int32_t get_offset_of_itemTypeName_0() { return static_cast(offsetof(XmlSchemaSimpleTypeList_t780D9B725F8CA7CBC555BD6BDDB5E3E02E67DCAD, ___itemTypeName_0)); } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * get_itemTypeName_0() const { return ___itemTypeName_0; } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 ** get_address_of_itemTypeName_0() { return &___itemTypeName_0; } inline void set_itemTypeName_0(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * value) { ___itemTypeName_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___itemTypeName_0), (void*)value); } inline static int32_t get_offset_of_itemType_1() { return static_cast(offsetof(XmlSchemaSimpleTypeList_t780D9B725F8CA7CBC555BD6BDDB5E3E02E67DCAD, ___itemType_1)); } inline XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * get_itemType_1() const { return ___itemType_1; } inline XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C ** get_address_of_itemType_1() { return &___itemType_1; } inline void set_itemType_1(XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * value) { ___itemType_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___itemType_1), (void*)value); } inline static int32_t get_offset_of_baseItemType_2() { return static_cast(offsetof(XmlSchemaSimpleTypeList_t780D9B725F8CA7CBC555BD6BDDB5E3E02E67DCAD, ___baseItemType_2)); } inline XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * get_baseItemType_2() const { return ___baseItemType_2; } inline XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C ** get_address_of_baseItemType_2() { return &___baseItemType_2; } inline void set_baseItemType_2(XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * value) { ___baseItemType_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___baseItemType_2), (void*)value); } }; // System.Xml.Schema.XmlSchemaSimpleTypeRestriction struct XmlSchemaSimpleTypeRestriction_tA312855944C42464DF7E0C6F02214331C853945C : public XmlSchemaSimpleTypeContent_t38B7E1118EA6B9348F35D47139C9BE910724DB65 { public: // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaSimpleTypeRestriction::baseTypeName XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___baseTypeName_0; // System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaSimpleTypeRestriction::facets XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931 * ___facets_1; public: inline static int32_t get_offset_of_baseTypeName_0() { return static_cast(offsetof(XmlSchemaSimpleTypeRestriction_tA312855944C42464DF7E0C6F02214331C853945C, ___baseTypeName_0)); } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * get_baseTypeName_0() const { return ___baseTypeName_0; } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 ** get_address_of_baseTypeName_0() { return &___baseTypeName_0; } inline void set_baseTypeName_0(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * value) { ___baseTypeName_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___baseTypeName_0), (void*)value); } inline static int32_t get_offset_of_facets_1() { return static_cast(offsetof(XmlSchemaSimpleTypeRestriction_tA312855944C42464DF7E0C6F02214331C853945C, ___facets_1)); } inline XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931 * get_facets_1() const { return ___facets_1; } inline XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931 ** get_address_of_facets_1() { return &___facets_1; } inline void set_facets_1(XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931 * value) { ___facets_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___facets_1), (void*)value); } }; // System.Xml.Schema.XmlSchemaSimpleTypeUnion struct XmlSchemaSimpleTypeUnion_t691F14B83D42A700B03058B598646CDA7DF545F5 : public XmlSchemaSimpleTypeContent_t38B7E1118EA6B9348F35D47139C9BE910724DB65 { public: public: }; // System.Xml.Schema.XmlSchemaType struct XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA : public XmlSchemaAnnotated_t68F13E739330186883290FF723E752BD26F2E3A7 { public: // System.Xml.Schema.XmlSchemaDerivationMethod System.Xml.Schema.XmlSchemaType::final int32_t ___final_0; // System.Xml.Schema.XmlSchemaDerivationMethod System.Xml.Schema.XmlSchemaType::derivedBy int32_t ___derivedBy_1; // System.Xml.Schema.XmlSchemaType System.Xml.Schema.XmlSchemaType::baseSchemaType XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___baseSchemaType_2; // System.Xml.Schema.XmlSchemaDatatype System.Xml.Schema.XmlSchemaType::datatype XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * ___datatype_3; // System.Xml.Schema.SchemaElementDecl modreq(System.Runtime.CompilerServices.IsVolatile) System.Xml.Schema.XmlSchemaType::elementDecl SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * ___elementDecl_4; // System.Xml.XmlQualifiedName modreq(System.Runtime.CompilerServices.IsVolatile) System.Xml.Schema.XmlSchemaType::qname XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___qname_5; // System.Xml.Schema.XmlSchemaContentType System.Xml.Schema.XmlSchemaType::contentType int32_t ___contentType_6; public: inline static int32_t get_offset_of_final_0() { return static_cast(offsetof(XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA, ___final_0)); } inline int32_t get_final_0() const { return ___final_0; } inline int32_t* get_address_of_final_0() { return &___final_0; } inline void set_final_0(int32_t value) { ___final_0 = value; } inline static int32_t get_offset_of_derivedBy_1() { return static_cast(offsetof(XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA, ___derivedBy_1)); } inline int32_t get_derivedBy_1() const { return ___derivedBy_1; } inline int32_t* get_address_of_derivedBy_1() { return &___derivedBy_1; } inline void set_derivedBy_1(int32_t value) { ___derivedBy_1 = value; } inline static int32_t get_offset_of_baseSchemaType_2() { return static_cast(offsetof(XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA, ___baseSchemaType_2)); } inline XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * get_baseSchemaType_2() const { return ___baseSchemaType_2; } inline XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA ** get_address_of_baseSchemaType_2() { return &___baseSchemaType_2; } inline void set_baseSchemaType_2(XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * value) { ___baseSchemaType_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___baseSchemaType_2), (void*)value); } inline static int32_t get_offset_of_datatype_3() { return static_cast(offsetof(XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA, ___datatype_3)); } inline XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * get_datatype_3() const { return ___datatype_3; } inline XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 ** get_address_of_datatype_3() { return &___datatype_3; } inline void set_datatype_3(XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * value) { ___datatype_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___datatype_3), (void*)value); } inline static int32_t get_offset_of_elementDecl_4() { return static_cast(offsetof(XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA, ___elementDecl_4)); } inline SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * get_elementDecl_4() const { return ___elementDecl_4; } inline SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B ** get_address_of_elementDecl_4() { return &___elementDecl_4; } inline void set_elementDecl_4(SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * value) { ___elementDecl_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___elementDecl_4), (void*)value); } inline static int32_t get_offset_of_qname_5() { return static_cast(offsetof(XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA, ___qname_5)); } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * get_qname_5() const { return ___qname_5; } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 ** get_address_of_qname_5() { return &___qname_5; } inline void set_qname_5(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * value) { ___qname_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___qname_5), (void*)value); } inline static int32_t get_offset_of_contentType_6() { return static_cast(offsetof(XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA, ___contentType_6)); } inline int32_t get_contentType_6() const { return ___contentType_6; } inline int32_t* get_address_of_contentType_6() { return &___contentType_6; } inline void set_contentType_6(int32_t value) { ___contentType_6 = value; } }; // System.Xml.XmlSignificantWhitespace struct XmlSignificantWhitespace_t660C817FC554A3AA84E9799D33C9204CAE4315D6 : public XmlCharacterData_tDE362DEBB89559C552E40DB1346331A259C9205B { public: public: }; // System.Xml.XmlText struct XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 : public XmlCharacterData_tDE362DEBB89559C552E40DB1346331A259C9205B { public: public: }; // System.Xml.XmlTextReaderImpl struct XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 : public XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 { public: // System.Xml.XmlTextReaderImpl/LaterInitParam System.Xml.XmlTextReaderImpl::laterInitParam LaterInitParam_t6670C77CB75356E7E47BBE3177DB78D355B0EFBF * ___laterInitParam_3; // System.Xml.XmlCharType System.Xml.XmlTextReaderImpl::xmlCharType XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA ___xmlCharType_4; // System.Xml.XmlTextReaderImpl/ParsingState System.Xml.XmlTextReaderImpl::ps ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF ___ps_5; // System.Xml.XmlTextReaderImpl/ParsingFunction System.Xml.XmlTextReaderImpl::parsingFunction int32_t ___parsingFunction_6; // System.Xml.XmlTextReaderImpl/ParsingFunction System.Xml.XmlTextReaderImpl::nextParsingFunction int32_t ___nextParsingFunction_7; // System.Xml.XmlTextReaderImpl/ParsingFunction System.Xml.XmlTextReaderImpl::nextNextParsingFunction int32_t ___nextNextParsingFunction_8; // System.Xml.XmlTextReaderImpl/NodeData[] System.Xml.XmlTextReaderImpl::nodes NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0* ___nodes_9; // System.Xml.XmlTextReaderImpl/NodeData System.Xml.XmlTextReaderImpl::curNode NodeData_tD504C5A621E7DD546954D87282438662327280EA * ___curNode_10; // System.Int32 System.Xml.XmlTextReaderImpl::index int32_t ___index_11; // System.Int32 System.Xml.XmlTextReaderImpl::curAttrIndex int32_t ___curAttrIndex_12; // System.Int32 System.Xml.XmlTextReaderImpl::attrCount int32_t ___attrCount_13; // System.Int32 System.Xml.XmlTextReaderImpl::attrHashtable int32_t ___attrHashtable_14; // System.Int32 System.Xml.XmlTextReaderImpl::attrDuplWalkCount int32_t ___attrDuplWalkCount_15; // System.Boolean System.Xml.XmlTextReaderImpl::attrNeedNamespaceLookup bool ___attrNeedNamespaceLookup_16; // System.Boolean System.Xml.XmlTextReaderImpl::fullAttrCleanup bool ___fullAttrCleanup_17; // System.Xml.XmlTextReaderImpl/NodeData[] System.Xml.XmlTextReaderImpl::attrDuplSortingArray NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0* ___attrDuplSortingArray_18; // System.Xml.XmlNameTable System.Xml.XmlTextReaderImpl::nameTable XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * ___nameTable_19; // System.Boolean System.Xml.XmlTextReaderImpl::nameTableFromSettings bool ___nameTableFromSettings_20; // System.Xml.XmlResolver System.Xml.XmlTextReaderImpl::xmlResolver XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * ___xmlResolver_21; // System.String System.Xml.XmlTextReaderImpl::url String_t* ___url_22; // System.Boolean System.Xml.XmlTextReaderImpl::normalize bool ___normalize_23; // System.Boolean System.Xml.XmlTextReaderImpl::supportNamespaces bool ___supportNamespaces_24; // System.Xml.WhitespaceHandling System.Xml.XmlTextReaderImpl::whitespaceHandling int32_t ___whitespaceHandling_25; // System.Xml.DtdProcessing System.Xml.XmlTextReaderImpl::dtdProcessing int32_t ___dtdProcessing_26; // System.Xml.EntityHandling System.Xml.XmlTextReaderImpl::entityHandling int32_t ___entityHandling_27; // System.Boolean System.Xml.XmlTextReaderImpl::ignorePIs bool ___ignorePIs_28; // System.Boolean System.Xml.XmlTextReaderImpl::ignoreComments bool ___ignoreComments_29; // System.Boolean System.Xml.XmlTextReaderImpl::checkCharacters bool ___checkCharacters_30; // System.Int32 System.Xml.XmlTextReaderImpl::lineNumberOffset int32_t ___lineNumberOffset_31; // System.Int32 System.Xml.XmlTextReaderImpl::linePositionOffset int32_t ___linePositionOffset_32; // System.Boolean System.Xml.XmlTextReaderImpl::closeInput bool ___closeInput_33; // System.Int64 System.Xml.XmlTextReaderImpl::maxCharactersInDocument int64_t ___maxCharactersInDocument_34; // System.Int64 System.Xml.XmlTextReaderImpl::maxCharactersFromEntities int64_t ___maxCharactersFromEntities_35; // System.Boolean System.Xml.XmlTextReaderImpl::v1Compat bool ___v1Compat_36; // System.Xml.XmlNamespaceManager System.Xml.XmlTextReaderImpl::namespaceManager XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * ___namespaceManager_37; // System.String System.Xml.XmlTextReaderImpl::lastPrefix String_t* ___lastPrefix_38; // System.Xml.XmlTextReaderImpl/XmlContext System.Xml.XmlTextReaderImpl::xmlContext XmlContext_tAC94E49A4625E1E5BDD6390576509760DD2A162D * ___xmlContext_39; // System.Xml.XmlTextReaderImpl/ParsingState[] System.Xml.XmlTextReaderImpl::parsingStatesStack ParsingStateU5BU5D_t76C574A7045A0E6E9113EF2F2E2B1A863D91376D* ___parsingStatesStack_40; // System.Int32 System.Xml.XmlTextReaderImpl::parsingStatesStackTop int32_t ___parsingStatesStackTop_41; // System.String System.Xml.XmlTextReaderImpl::reportedBaseUri String_t* ___reportedBaseUri_42; // System.Text.Encoding System.Xml.XmlTextReaderImpl::reportedEncoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___reportedEncoding_43; // System.Xml.IDtdInfo System.Xml.XmlTextReaderImpl::dtdInfo RuntimeObject* ___dtdInfo_44; // System.Xml.XmlNodeType System.Xml.XmlTextReaderImpl::fragmentType int32_t ___fragmentType_45; // System.Xml.XmlParserContext System.Xml.XmlTextReaderImpl::fragmentParserContext XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * ___fragmentParserContext_46; // System.Boolean System.Xml.XmlTextReaderImpl::fragment bool ___fragment_47; // System.Xml.IncrementalReadDecoder System.Xml.XmlTextReaderImpl::incReadDecoder IncrementalReadDecoder_t89737691013C036E9386839AE30A43C9721B3984 * ___incReadDecoder_48; // System.Xml.XmlTextReaderImpl/IncrementalReadState System.Xml.XmlTextReaderImpl::incReadState int32_t ___incReadState_49; // System.Xml.LineInfo System.Xml.XmlTextReaderImpl::incReadLineInfo LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE ___incReadLineInfo_50; // System.Int32 System.Xml.XmlTextReaderImpl::incReadDepth int32_t ___incReadDepth_51; // System.Int32 System.Xml.XmlTextReaderImpl::incReadLeftStartPos int32_t ___incReadLeftStartPos_52; // System.Int32 System.Xml.XmlTextReaderImpl::incReadLeftEndPos int32_t ___incReadLeftEndPos_53; // System.Int32 System.Xml.XmlTextReaderImpl::attributeValueBaseEntityId int32_t ___attributeValueBaseEntityId_54; // System.Boolean System.Xml.XmlTextReaderImpl::emptyEntityInAttributeResolved bool ___emptyEntityInAttributeResolved_55; // System.Xml.IValidationEventHandling System.Xml.XmlTextReaderImpl::validationEventHandling RuntimeObject* ___validationEventHandling_56; // System.Xml.XmlTextReaderImpl/OnDefaultAttributeUseDelegate System.Xml.XmlTextReaderImpl::onDefaultAttributeUse OnDefaultAttributeUseDelegate_t3E995824DB2F605D21E74880C851C4C6BB9A1E88 * ___onDefaultAttributeUse_57; // System.Boolean System.Xml.XmlTextReaderImpl::validatingReaderCompatFlag bool ___validatingReaderCompatFlag_58; // System.Boolean System.Xml.XmlTextReaderImpl::addDefaultAttributesAndNormalize bool ___addDefaultAttributesAndNormalize_59; // System.Text.StringBuilder System.Xml.XmlTextReaderImpl::stringBuilder StringBuilder_t * ___stringBuilder_60; // System.Boolean System.Xml.XmlTextReaderImpl::rootElementParsed bool ___rootElementParsed_61; // System.Boolean System.Xml.XmlTextReaderImpl::standalone bool ___standalone_62; // System.Int32 System.Xml.XmlTextReaderImpl::nextEntityId int32_t ___nextEntityId_63; // System.Xml.XmlTextReaderImpl/ParsingMode System.Xml.XmlTextReaderImpl::parsingMode int32_t ___parsingMode_64; // System.Xml.ReadState System.Xml.XmlTextReaderImpl::readState int32_t ___readState_65; // System.Xml.IDtdEntityInfo System.Xml.XmlTextReaderImpl::lastEntity RuntimeObject* ___lastEntity_66; // System.Boolean System.Xml.XmlTextReaderImpl::afterResetState bool ___afterResetState_67; // System.Int32 System.Xml.XmlTextReaderImpl::documentStartBytePos int32_t ___documentStartBytePos_68; // System.Int32 System.Xml.XmlTextReaderImpl::readValueOffset int32_t ___readValueOffset_69; // System.Int64 System.Xml.XmlTextReaderImpl::charactersInDocument int64_t ___charactersInDocument_70; // System.Int64 System.Xml.XmlTextReaderImpl::charactersFromEntities int64_t ___charactersFromEntities_71; // System.Collections.Generic.Dictionary`2 System.Xml.XmlTextReaderImpl::currentEntities Dictionary_2_t7E4F75E23B8A710084DDD8B7D9D901F39C24B184 * ___currentEntities_72; // System.Boolean System.Xml.XmlTextReaderImpl::disableUndeclaredEntityCheck bool ___disableUndeclaredEntityCheck_73; // System.Xml.XmlReader System.Xml.XmlTextReaderImpl::outerReader XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * ___outerReader_74; // System.Boolean System.Xml.XmlTextReaderImpl::xmlResolverIsSet bool ___xmlResolverIsSet_75; // System.String System.Xml.XmlTextReaderImpl::Xml String_t* ___Xml_76; // System.String System.Xml.XmlTextReaderImpl::XmlNs String_t* ___XmlNs_77; // System.Threading.Tasks.Task`1> System.Xml.XmlTextReaderImpl::parseText_dummyTask Task_1_tDC99D8BCBDBB4A01765BBF5823E5764CEC20D642 * ___parseText_dummyTask_78; public: inline static int32_t get_offset_of_laterInitParam_3() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___laterInitParam_3)); } inline LaterInitParam_t6670C77CB75356E7E47BBE3177DB78D355B0EFBF * get_laterInitParam_3() const { return ___laterInitParam_3; } inline LaterInitParam_t6670C77CB75356E7E47BBE3177DB78D355B0EFBF ** get_address_of_laterInitParam_3() { return &___laterInitParam_3; } inline void set_laterInitParam_3(LaterInitParam_t6670C77CB75356E7E47BBE3177DB78D355B0EFBF * value) { ___laterInitParam_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___laterInitParam_3), (void*)value); } inline static int32_t get_offset_of_xmlCharType_4() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___xmlCharType_4)); } inline XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA get_xmlCharType_4() const { return ___xmlCharType_4; } inline XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * get_address_of_xmlCharType_4() { return &___xmlCharType_4; } inline void set_xmlCharType_4(XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA value) { ___xmlCharType_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___xmlCharType_4))->___charProperties_2), (void*)NULL); } inline static int32_t get_offset_of_ps_5() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___ps_5)); } inline ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF get_ps_5() const { return ___ps_5; } inline ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * get_address_of_ps_5() { return &___ps_5; } inline void set_ps_5(ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF value) { ___ps_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___ps_5))->___chars_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___ps_5))->___encoding_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___ps_5))->___stream_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___ps_5))->___decoder_6), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___ps_5))->___bytes_7), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___ps_5))->___textReader_10), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___ps_5))->___baseUriStr_13), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___ps_5))->___baseUri_14), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___ps_5))->___entity_17), (void*)NULL); #endif } inline static int32_t get_offset_of_parsingFunction_6() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___parsingFunction_6)); } inline int32_t get_parsingFunction_6() const { return ___parsingFunction_6; } inline int32_t* get_address_of_parsingFunction_6() { return &___parsingFunction_6; } inline void set_parsingFunction_6(int32_t value) { ___parsingFunction_6 = value; } inline static int32_t get_offset_of_nextParsingFunction_7() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___nextParsingFunction_7)); } inline int32_t get_nextParsingFunction_7() const { return ___nextParsingFunction_7; } inline int32_t* get_address_of_nextParsingFunction_7() { return &___nextParsingFunction_7; } inline void set_nextParsingFunction_7(int32_t value) { ___nextParsingFunction_7 = value; } inline static int32_t get_offset_of_nextNextParsingFunction_8() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___nextNextParsingFunction_8)); } inline int32_t get_nextNextParsingFunction_8() const { return ___nextNextParsingFunction_8; } inline int32_t* get_address_of_nextNextParsingFunction_8() { return &___nextNextParsingFunction_8; } inline void set_nextNextParsingFunction_8(int32_t value) { ___nextNextParsingFunction_8 = value; } inline static int32_t get_offset_of_nodes_9() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___nodes_9)); } inline NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0* get_nodes_9() const { return ___nodes_9; } inline NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0** get_address_of_nodes_9() { return &___nodes_9; } inline void set_nodes_9(NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0* value) { ___nodes_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___nodes_9), (void*)value); } inline static int32_t get_offset_of_curNode_10() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___curNode_10)); } inline NodeData_tD504C5A621E7DD546954D87282438662327280EA * get_curNode_10() const { return ___curNode_10; } inline NodeData_tD504C5A621E7DD546954D87282438662327280EA ** get_address_of_curNode_10() { return &___curNode_10; } inline void set_curNode_10(NodeData_tD504C5A621E7DD546954D87282438662327280EA * value) { ___curNode_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___curNode_10), (void*)value); } inline static int32_t get_offset_of_index_11() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___index_11)); } inline int32_t get_index_11() const { return ___index_11; } inline int32_t* get_address_of_index_11() { return &___index_11; } inline void set_index_11(int32_t value) { ___index_11 = value; } inline static int32_t get_offset_of_curAttrIndex_12() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___curAttrIndex_12)); } inline int32_t get_curAttrIndex_12() const { return ___curAttrIndex_12; } inline int32_t* get_address_of_curAttrIndex_12() { return &___curAttrIndex_12; } inline void set_curAttrIndex_12(int32_t value) { ___curAttrIndex_12 = value; } inline static int32_t get_offset_of_attrCount_13() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___attrCount_13)); } inline int32_t get_attrCount_13() const { return ___attrCount_13; } inline int32_t* get_address_of_attrCount_13() { return &___attrCount_13; } inline void set_attrCount_13(int32_t value) { ___attrCount_13 = value; } inline static int32_t get_offset_of_attrHashtable_14() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___attrHashtable_14)); } inline int32_t get_attrHashtable_14() const { return ___attrHashtable_14; } inline int32_t* get_address_of_attrHashtable_14() { return &___attrHashtable_14; } inline void set_attrHashtable_14(int32_t value) { ___attrHashtable_14 = value; } inline static int32_t get_offset_of_attrDuplWalkCount_15() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___attrDuplWalkCount_15)); } inline int32_t get_attrDuplWalkCount_15() const { return ___attrDuplWalkCount_15; } inline int32_t* get_address_of_attrDuplWalkCount_15() { return &___attrDuplWalkCount_15; } inline void set_attrDuplWalkCount_15(int32_t value) { ___attrDuplWalkCount_15 = value; } inline static int32_t get_offset_of_attrNeedNamespaceLookup_16() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___attrNeedNamespaceLookup_16)); } inline bool get_attrNeedNamespaceLookup_16() const { return ___attrNeedNamespaceLookup_16; } inline bool* get_address_of_attrNeedNamespaceLookup_16() { return &___attrNeedNamespaceLookup_16; } inline void set_attrNeedNamespaceLookup_16(bool value) { ___attrNeedNamespaceLookup_16 = value; } inline static int32_t get_offset_of_fullAttrCleanup_17() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___fullAttrCleanup_17)); } inline bool get_fullAttrCleanup_17() const { return ___fullAttrCleanup_17; } inline bool* get_address_of_fullAttrCleanup_17() { return &___fullAttrCleanup_17; } inline void set_fullAttrCleanup_17(bool value) { ___fullAttrCleanup_17 = value; } inline static int32_t get_offset_of_attrDuplSortingArray_18() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___attrDuplSortingArray_18)); } inline NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0* get_attrDuplSortingArray_18() const { return ___attrDuplSortingArray_18; } inline NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0** get_address_of_attrDuplSortingArray_18() { return &___attrDuplSortingArray_18; } inline void set_attrDuplSortingArray_18(NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0* value) { ___attrDuplSortingArray_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___attrDuplSortingArray_18), (void*)value); } inline static int32_t get_offset_of_nameTable_19() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___nameTable_19)); } inline XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * get_nameTable_19() const { return ___nameTable_19; } inline XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 ** get_address_of_nameTable_19() { return &___nameTable_19; } inline void set_nameTable_19(XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * value) { ___nameTable_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___nameTable_19), (void*)value); } inline static int32_t get_offset_of_nameTableFromSettings_20() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___nameTableFromSettings_20)); } inline bool get_nameTableFromSettings_20() const { return ___nameTableFromSettings_20; } inline bool* get_address_of_nameTableFromSettings_20() { return &___nameTableFromSettings_20; } inline void set_nameTableFromSettings_20(bool value) { ___nameTableFromSettings_20 = value; } inline static int32_t get_offset_of_xmlResolver_21() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___xmlResolver_21)); } inline XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * get_xmlResolver_21() const { return ___xmlResolver_21; } inline XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A ** get_address_of_xmlResolver_21() { return &___xmlResolver_21; } inline void set_xmlResolver_21(XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * value) { ___xmlResolver_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___xmlResolver_21), (void*)value); } inline static int32_t get_offset_of_url_22() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___url_22)); } inline String_t* get_url_22() const { return ___url_22; } inline String_t** get_address_of_url_22() { return &___url_22; } inline void set_url_22(String_t* value) { ___url_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___url_22), (void*)value); } inline static int32_t get_offset_of_normalize_23() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___normalize_23)); } inline bool get_normalize_23() const { return ___normalize_23; } inline bool* get_address_of_normalize_23() { return &___normalize_23; } inline void set_normalize_23(bool value) { ___normalize_23 = value; } inline static int32_t get_offset_of_supportNamespaces_24() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___supportNamespaces_24)); } inline bool get_supportNamespaces_24() const { return ___supportNamespaces_24; } inline bool* get_address_of_supportNamespaces_24() { return &___supportNamespaces_24; } inline void set_supportNamespaces_24(bool value) { ___supportNamespaces_24 = value; } inline static int32_t get_offset_of_whitespaceHandling_25() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___whitespaceHandling_25)); } inline int32_t get_whitespaceHandling_25() const { return ___whitespaceHandling_25; } inline int32_t* get_address_of_whitespaceHandling_25() { return &___whitespaceHandling_25; } inline void set_whitespaceHandling_25(int32_t value) { ___whitespaceHandling_25 = value; } inline static int32_t get_offset_of_dtdProcessing_26() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___dtdProcessing_26)); } inline int32_t get_dtdProcessing_26() const { return ___dtdProcessing_26; } inline int32_t* get_address_of_dtdProcessing_26() { return &___dtdProcessing_26; } inline void set_dtdProcessing_26(int32_t value) { ___dtdProcessing_26 = value; } inline static int32_t get_offset_of_entityHandling_27() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___entityHandling_27)); } inline int32_t get_entityHandling_27() const { return ___entityHandling_27; } inline int32_t* get_address_of_entityHandling_27() { return &___entityHandling_27; } inline void set_entityHandling_27(int32_t value) { ___entityHandling_27 = value; } inline static int32_t get_offset_of_ignorePIs_28() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___ignorePIs_28)); } inline bool get_ignorePIs_28() const { return ___ignorePIs_28; } inline bool* get_address_of_ignorePIs_28() { return &___ignorePIs_28; } inline void set_ignorePIs_28(bool value) { ___ignorePIs_28 = value; } inline static int32_t get_offset_of_ignoreComments_29() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___ignoreComments_29)); } inline bool get_ignoreComments_29() const { return ___ignoreComments_29; } inline bool* get_address_of_ignoreComments_29() { return &___ignoreComments_29; } inline void set_ignoreComments_29(bool value) { ___ignoreComments_29 = value; } inline static int32_t get_offset_of_checkCharacters_30() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___checkCharacters_30)); } inline bool get_checkCharacters_30() const { return ___checkCharacters_30; } inline bool* get_address_of_checkCharacters_30() { return &___checkCharacters_30; } inline void set_checkCharacters_30(bool value) { ___checkCharacters_30 = value; } inline static int32_t get_offset_of_lineNumberOffset_31() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___lineNumberOffset_31)); } inline int32_t get_lineNumberOffset_31() const { return ___lineNumberOffset_31; } inline int32_t* get_address_of_lineNumberOffset_31() { return &___lineNumberOffset_31; } inline void set_lineNumberOffset_31(int32_t value) { ___lineNumberOffset_31 = value; } inline static int32_t get_offset_of_linePositionOffset_32() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___linePositionOffset_32)); } inline int32_t get_linePositionOffset_32() const { return ___linePositionOffset_32; } inline int32_t* get_address_of_linePositionOffset_32() { return &___linePositionOffset_32; } inline void set_linePositionOffset_32(int32_t value) { ___linePositionOffset_32 = value; } inline static int32_t get_offset_of_closeInput_33() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___closeInput_33)); } inline bool get_closeInput_33() const { return ___closeInput_33; } inline bool* get_address_of_closeInput_33() { return &___closeInput_33; } inline void set_closeInput_33(bool value) { ___closeInput_33 = value; } inline static int32_t get_offset_of_maxCharactersInDocument_34() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___maxCharactersInDocument_34)); } inline int64_t get_maxCharactersInDocument_34() const { return ___maxCharactersInDocument_34; } inline int64_t* get_address_of_maxCharactersInDocument_34() { return &___maxCharactersInDocument_34; } inline void set_maxCharactersInDocument_34(int64_t value) { ___maxCharactersInDocument_34 = value; } inline static int32_t get_offset_of_maxCharactersFromEntities_35() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___maxCharactersFromEntities_35)); } inline int64_t get_maxCharactersFromEntities_35() const { return ___maxCharactersFromEntities_35; } inline int64_t* get_address_of_maxCharactersFromEntities_35() { return &___maxCharactersFromEntities_35; } inline void set_maxCharactersFromEntities_35(int64_t value) { ___maxCharactersFromEntities_35 = value; } inline static int32_t get_offset_of_v1Compat_36() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___v1Compat_36)); } inline bool get_v1Compat_36() const { return ___v1Compat_36; } inline bool* get_address_of_v1Compat_36() { return &___v1Compat_36; } inline void set_v1Compat_36(bool value) { ___v1Compat_36 = value; } inline static int32_t get_offset_of_namespaceManager_37() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___namespaceManager_37)); } inline XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * get_namespaceManager_37() const { return ___namespaceManager_37; } inline XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 ** get_address_of_namespaceManager_37() { return &___namespaceManager_37; } inline void set_namespaceManager_37(XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * value) { ___namespaceManager_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___namespaceManager_37), (void*)value); } inline static int32_t get_offset_of_lastPrefix_38() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___lastPrefix_38)); } inline String_t* get_lastPrefix_38() const { return ___lastPrefix_38; } inline String_t** get_address_of_lastPrefix_38() { return &___lastPrefix_38; } inline void set_lastPrefix_38(String_t* value) { ___lastPrefix_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___lastPrefix_38), (void*)value); } inline static int32_t get_offset_of_xmlContext_39() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___xmlContext_39)); } inline XmlContext_tAC94E49A4625E1E5BDD6390576509760DD2A162D * get_xmlContext_39() const { return ___xmlContext_39; } inline XmlContext_tAC94E49A4625E1E5BDD6390576509760DD2A162D ** get_address_of_xmlContext_39() { return &___xmlContext_39; } inline void set_xmlContext_39(XmlContext_tAC94E49A4625E1E5BDD6390576509760DD2A162D * value) { ___xmlContext_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___xmlContext_39), (void*)value); } inline static int32_t get_offset_of_parsingStatesStack_40() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___parsingStatesStack_40)); } inline ParsingStateU5BU5D_t76C574A7045A0E6E9113EF2F2E2B1A863D91376D* get_parsingStatesStack_40() const { return ___parsingStatesStack_40; } inline ParsingStateU5BU5D_t76C574A7045A0E6E9113EF2F2E2B1A863D91376D** get_address_of_parsingStatesStack_40() { return &___parsingStatesStack_40; } inline void set_parsingStatesStack_40(ParsingStateU5BU5D_t76C574A7045A0E6E9113EF2F2E2B1A863D91376D* value) { ___parsingStatesStack_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___parsingStatesStack_40), (void*)value); } inline static int32_t get_offset_of_parsingStatesStackTop_41() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___parsingStatesStackTop_41)); } inline int32_t get_parsingStatesStackTop_41() const { return ___parsingStatesStackTop_41; } inline int32_t* get_address_of_parsingStatesStackTop_41() { return &___parsingStatesStackTop_41; } inline void set_parsingStatesStackTop_41(int32_t value) { ___parsingStatesStackTop_41 = value; } inline static int32_t get_offset_of_reportedBaseUri_42() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___reportedBaseUri_42)); } inline String_t* get_reportedBaseUri_42() const { return ___reportedBaseUri_42; } inline String_t** get_address_of_reportedBaseUri_42() { return &___reportedBaseUri_42; } inline void set_reportedBaseUri_42(String_t* value) { ___reportedBaseUri_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___reportedBaseUri_42), (void*)value); } inline static int32_t get_offset_of_reportedEncoding_43() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___reportedEncoding_43)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_reportedEncoding_43() const { return ___reportedEncoding_43; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_reportedEncoding_43() { return &___reportedEncoding_43; } inline void set_reportedEncoding_43(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___reportedEncoding_43 = value; Il2CppCodeGenWriteBarrier((void**)(&___reportedEncoding_43), (void*)value); } inline static int32_t get_offset_of_dtdInfo_44() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___dtdInfo_44)); } inline RuntimeObject* get_dtdInfo_44() const { return ___dtdInfo_44; } inline RuntimeObject** get_address_of_dtdInfo_44() { return &___dtdInfo_44; } inline void set_dtdInfo_44(RuntimeObject* value) { ___dtdInfo_44 = value; Il2CppCodeGenWriteBarrier((void**)(&___dtdInfo_44), (void*)value); } inline static int32_t get_offset_of_fragmentType_45() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___fragmentType_45)); } inline int32_t get_fragmentType_45() const { return ___fragmentType_45; } inline int32_t* get_address_of_fragmentType_45() { return &___fragmentType_45; } inline void set_fragmentType_45(int32_t value) { ___fragmentType_45 = value; } inline static int32_t get_offset_of_fragmentParserContext_46() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___fragmentParserContext_46)); } inline XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * get_fragmentParserContext_46() const { return ___fragmentParserContext_46; } inline XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 ** get_address_of_fragmentParserContext_46() { return &___fragmentParserContext_46; } inline void set_fragmentParserContext_46(XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * value) { ___fragmentParserContext_46 = value; Il2CppCodeGenWriteBarrier((void**)(&___fragmentParserContext_46), (void*)value); } inline static int32_t get_offset_of_fragment_47() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___fragment_47)); } inline bool get_fragment_47() const { return ___fragment_47; } inline bool* get_address_of_fragment_47() { return &___fragment_47; } inline void set_fragment_47(bool value) { ___fragment_47 = value; } inline static int32_t get_offset_of_incReadDecoder_48() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___incReadDecoder_48)); } inline IncrementalReadDecoder_t89737691013C036E9386839AE30A43C9721B3984 * get_incReadDecoder_48() const { return ___incReadDecoder_48; } inline IncrementalReadDecoder_t89737691013C036E9386839AE30A43C9721B3984 ** get_address_of_incReadDecoder_48() { return &___incReadDecoder_48; } inline void set_incReadDecoder_48(IncrementalReadDecoder_t89737691013C036E9386839AE30A43C9721B3984 * value) { ___incReadDecoder_48 = value; Il2CppCodeGenWriteBarrier((void**)(&___incReadDecoder_48), (void*)value); } inline static int32_t get_offset_of_incReadState_49() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___incReadState_49)); } inline int32_t get_incReadState_49() const { return ___incReadState_49; } inline int32_t* get_address_of_incReadState_49() { return &___incReadState_49; } inline void set_incReadState_49(int32_t value) { ___incReadState_49 = value; } inline static int32_t get_offset_of_incReadLineInfo_50() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___incReadLineInfo_50)); } inline LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE get_incReadLineInfo_50() const { return ___incReadLineInfo_50; } inline LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE * get_address_of_incReadLineInfo_50() { return &___incReadLineInfo_50; } inline void set_incReadLineInfo_50(LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE value) { ___incReadLineInfo_50 = value; } inline static int32_t get_offset_of_incReadDepth_51() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___incReadDepth_51)); } inline int32_t get_incReadDepth_51() const { return ___incReadDepth_51; } inline int32_t* get_address_of_incReadDepth_51() { return &___incReadDepth_51; } inline void set_incReadDepth_51(int32_t value) { ___incReadDepth_51 = value; } inline static int32_t get_offset_of_incReadLeftStartPos_52() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___incReadLeftStartPos_52)); } inline int32_t get_incReadLeftStartPos_52() const { return ___incReadLeftStartPos_52; } inline int32_t* get_address_of_incReadLeftStartPos_52() { return &___incReadLeftStartPos_52; } inline void set_incReadLeftStartPos_52(int32_t value) { ___incReadLeftStartPos_52 = value; } inline static int32_t get_offset_of_incReadLeftEndPos_53() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___incReadLeftEndPos_53)); } inline int32_t get_incReadLeftEndPos_53() const { return ___incReadLeftEndPos_53; } inline int32_t* get_address_of_incReadLeftEndPos_53() { return &___incReadLeftEndPos_53; } inline void set_incReadLeftEndPos_53(int32_t value) { ___incReadLeftEndPos_53 = value; } inline static int32_t get_offset_of_attributeValueBaseEntityId_54() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___attributeValueBaseEntityId_54)); } inline int32_t get_attributeValueBaseEntityId_54() const { return ___attributeValueBaseEntityId_54; } inline int32_t* get_address_of_attributeValueBaseEntityId_54() { return &___attributeValueBaseEntityId_54; } inline void set_attributeValueBaseEntityId_54(int32_t value) { ___attributeValueBaseEntityId_54 = value; } inline static int32_t get_offset_of_emptyEntityInAttributeResolved_55() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___emptyEntityInAttributeResolved_55)); } inline bool get_emptyEntityInAttributeResolved_55() const { return ___emptyEntityInAttributeResolved_55; } inline bool* get_address_of_emptyEntityInAttributeResolved_55() { return &___emptyEntityInAttributeResolved_55; } inline void set_emptyEntityInAttributeResolved_55(bool value) { ___emptyEntityInAttributeResolved_55 = value; } inline static int32_t get_offset_of_validationEventHandling_56() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___validationEventHandling_56)); } inline RuntimeObject* get_validationEventHandling_56() const { return ___validationEventHandling_56; } inline RuntimeObject** get_address_of_validationEventHandling_56() { return &___validationEventHandling_56; } inline void set_validationEventHandling_56(RuntimeObject* value) { ___validationEventHandling_56 = value; Il2CppCodeGenWriteBarrier((void**)(&___validationEventHandling_56), (void*)value); } inline static int32_t get_offset_of_onDefaultAttributeUse_57() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___onDefaultAttributeUse_57)); } inline OnDefaultAttributeUseDelegate_t3E995824DB2F605D21E74880C851C4C6BB9A1E88 * get_onDefaultAttributeUse_57() const { return ___onDefaultAttributeUse_57; } inline OnDefaultAttributeUseDelegate_t3E995824DB2F605D21E74880C851C4C6BB9A1E88 ** get_address_of_onDefaultAttributeUse_57() { return &___onDefaultAttributeUse_57; } inline void set_onDefaultAttributeUse_57(OnDefaultAttributeUseDelegate_t3E995824DB2F605D21E74880C851C4C6BB9A1E88 * value) { ___onDefaultAttributeUse_57 = value; Il2CppCodeGenWriteBarrier((void**)(&___onDefaultAttributeUse_57), (void*)value); } inline static int32_t get_offset_of_validatingReaderCompatFlag_58() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___validatingReaderCompatFlag_58)); } inline bool get_validatingReaderCompatFlag_58() const { return ___validatingReaderCompatFlag_58; } inline bool* get_address_of_validatingReaderCompatFlag_58() { return &___validatingReaderCompatFlag_58; } inline void set_validatingReaderCompatFlag_58(bool value) { ___validatingReaderCompatFlag_58 = value; } inline static int32_t get_offset_of_addDefaultAttributesAndNormalize_59() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___addDefaultAttributesAndNormalize_59)); } inline bool get_addDefaultAttributesAndNormalize_59() const { return ___addDefaultAttributesAndNormalize_59; } inline bool* get_address_of_addDefaultAttributesAndNormalize_59() { return &___addDefaultAttributesAndNormalize_59; } inline void set_addDefaultAttributesAndNormalize_59(bool value) { ___addDefaultAttributesAndNormalize_59 = value; } inline static int32_t get_offset_of_stringBuilder_60() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___stringBuilder_60)); } inline StringBuilder_t * get_stringBuilder_60() const { return ___stringBuilder_60; } inline StringBuilder_t ** get_address_of_stringBuilder_60() { return &___stringBuilder_60; } inline void set_stringBuilder_60(StringBuilder_t * value) { ___stringBuilder_60 = value; Il2CppCodeGenWriteBarrier((void**)(&___stringBuilder_60), (void*)value); } inline static int32_t get_offset_of_rootElementParsed_61() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___rootElementParsed_61)); } inline bool get_rootElementParsed_61() const { return ___rootElementParsed_61; } inline bool* get_address_of_rootElementParsed_61() { return &___rootElementParsed_61; } inline void set_rootElementParsed_61(bool value) { ___rootElementParsed_61 = value; } inline static int32_t get_offset_of_standalone_62() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___standalone_62)); } inline bool get_standalone_62() const { return ___standalone_62; } inline bool* get_address_of_standalone_62() { return &___standalone_62; } inline void set_standalone_62(bool value) { ___standalone_62 = value; } inline static int32_t get_offset_of_nextEntityId_63() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___nextEntityId_63)); } inline int32_t get_nextEntityId_63() const { return ___nextEntityId_63; } inline int32_t* get_address_of_nextEntityId_63() { return &___nextEntityId_63; } inline void set_nextEntityId_63(int32_t value) { ___nextEntityId_63 = value; } inline static int32_t get_offset_of_parsingMode_64() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___parsingMode_64)); } inline int32_t get_parsingMode_64() const { return ___parsingMode_64; } inline int32_t* get_address_of_parsingMode_64() { return &___parsingMode_64; } inline void set_parsingMode_64(int32_t value) { ___parsingMode_64 = value; } inline static int32_t get_offset_of_readState_65() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___readState_65)); } inline int32_t get_readState_65() const { return ___readState_65; } inline int32_t* get_address_of_readState_65() { return &___readState_65; } inline void set_readState_65(int32_t value) { ___readState_65 = value; } inline static int32_t get_offset_of_lastEntity_66() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___lastEntity_66)); } inline RuntimeObject* get_lastEntity_66() const { return ___lastEntity_66; } inline RuntimeObject** get_address_of_lastEntity_66() { return &___lastEntity_66; } inline void set_lastEntity_66(RuntimeObject* value) { ___lastEntity_66 = value; Il2CppCodeGenWriteBarrier((void**)(&___lastEntity_66), (void*)value); } inline static int32_t get_offset_of_afterResetState_67() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___afterResetState_67)); } inline bool get_afterResetState_67() const { return ___afterResetState_67; } inline bool* get_address_of_afterResetState_67() { return &___afterResetState_67; } inline void set_afterResetState_67(bool value) { ___afterResetState_67 = value; } inline static int32_t get_offset_of_documentStartBytePos_68() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___documentStartBytePos_68)); } inline int32_t get_documentStartBytePos_68() const { return ___documentStartBytePos_68; } inline int32_t* get_address_of_documentStartBytePos_68() { return &___documentStartBytePos_68; } inline void set_documentStartBytePos_68(int32_t value) { ___documentStartBytePos_68 = value; } inline static int32_t get_offset_of_readValueOffset_69() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___readValueOffset_69)); } inline int32_t get_readValueOffset_69() const { return ___readValueOffset_69; } inline int32_t* get_address_of_readValueOffset_69() { return &___readValueOffset_69; } inline void set_readValueOffset_69(int32_t value) { ___readValueOffset_69 = value; } inline static int32_t get_offset_of_charactersInDocument_70() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___charactersInDocument_70)); } inline int64_t get_charactersInDocument_70() const { return ___charactersInDocument_70; } inline int64_t* get_address_of_charactersInDocument_70() { return &___charactersInDocument_70; } inline void set_charactersInDocument_70(int64_t value) { ___charactersInDocument_70 = value; } inline static int32_t get_offset_of_charactersFromEntities_71() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___charactersFromEntities_71)); } inline int64_t get_charactersFromEntities_71() const { return ___charactersFromEntities_71; } inline int64_t* get_address_of_charactersFromEntities_71() { return &___charactersFromEntities_71; } inline void set_charactersFromEntities_71(int64_t value) { ___charactersFromEntities_71 = value; } inline static int32_t get_offset_of_currentEntities_72() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___currentEntities_72)); } inline Dictionary_2_t7E4F75E23B8A710084DDD8B7D9D901F39C24B184 * get_currentEntities_72() const { return ___currentEntities_72; } inline Dictionary_2_t7E4F75E23B8A710084DDD8B7D9D901F39C24B184 ** get_address_of_currentEntities_72() { return &___currentEntities_72; } inline void set_currentEntities_72(Dictionary_2_t7E4F75E23B8A710084DDD8B7D9D901F39C24B184 * value) { ___currentEntities_72 = value; Il2CppCodeGenWriteBarrier((void**)(&___currentEntities_72), (void*)value); } inline static int32_t get_offset_of_disableUndeclaredEntityCheck_73() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___disableUndeclaredEntityCheck_73)); } inline bool get_disableUndeclaredEntityCheck_73() const { return ___disableUndeclaredEntityCheck_73; } inline bool* get_address_of_disableUndeclaredEntityCheck_73() { return &___disableUndeclaredEntityCheck_73; } inline void set_disableUndeclaredEntityCheck_73(bool value) { ___disableUndeclaredEntityCheck_73 = value; } inline static int32_t get_offset_of_outerReader_74() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___outerReader_74)); } inline XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * get_outerReader_74() const { return ___outerReader_74; } inline XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 ** get_address_of_outerReader_74() { return &___outerReader_74; } inline void set_outerReader_74(XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * value) { ___outerReader_74 = value; Il2CppCodeGenWriteBarrier((void**)(&___outerReader_74), (void*)value); } inline static int32_t get_offset_of_xmlResolverIsSet_75() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___xmlResolverIsSet_75)); } inline bool get_xmlResolverIsSet_75() const { return ___xmlResolverIsSet_75; } inline bool* get_address_of_xmlResolverIsSet_75() { return &___xmlResolverIsSet_75; } inline void set_xmlResolverIsSet_75(bool value) { ___xmlResolverIsSet_75 = value; } inline static int32_t get_offset_of_Xml_76() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___Xml_76)); } inline String_t* get_Xml_76() const { return ___Xml_76; } inline String_t** get_address_of_Xml_76() { return &___Xml_76; } inline void set_Xml_76(String_t* value) { ___Xml_76 = value; Il2CppCodeGenWriteBarrier((void**)(&___Xml_76), (void*)value); } inline static int32_t get_offset_of_XmlNs_77() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___XmlNs_77)); } inline String_t* get_XmlNs_77() const { return ___XmlNs_77; } inline String_t** get_address_of_XmlNs_77() { return &___XmlNs_77; } inline void set_XmlNs_77(String_t* value) { ___XmlNs_77 = value; Il2CppCodeGenWriteBarrier((void**)(&___XmlNs_77), (void*)value); } inline static int32_t get_offset_of_parseText_dummyTask_78() { return static_cast(offsetof(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4, ___parseText_dummyTask_78)); } inline Task_1_tDC99D8BCBDBB4A01765BBF5823E5764CEC20D642 * get_parseText_dummyTask_78() const { return ___parseText_dummyTask_78; } inline Task_1_tDC99D8BCBDBB4A01765BBF5823E5764CEC20D642 ** get_address_of_parseText_dummyTask_78() { return &___parseText_dummyTask_78; } inline void set_parseText_dummyTask_78(Task_1_tDC99D8BCBDBB4A01765BBF5823E5764CEC20D642 * value) { ___parseText_dummyTask_78 = value; Il2CppCodeGenWriteBarrier((void**)(&___parseText_dummyTask_78), (void*)value); } }; // System.Xml.XmlTextReaderImpl/LaterInitParam struct LaterInitParam_t6670C77CB75356E7E47BBE3177DB78D355B0EFBF : public RuntimeObject { public: // System.Boolean System.Xml.XmlTextReaderImpl/LaterInitParam::useAsync bool ___useAsync_0; // System.IO.Stream System.Xml.XmlTextReaderImpl/LaterInitParam::inputStream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___inputStream_1; // System.Byte[] System.Xml.XmlTextReaderImpl/LaterInitParam::inputBytes ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___inputBytes_2; // System.Int32 System.Xml.XmlTextReaderImpl/LaterInitParam::inputByteCount int32_t ___inputByteCount_3; // System.Uri System.Xml.XmlTextReaderImpl/LaterInitParam::inputbaseUri Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___inputbaseUri_4; // System.String System.Xml.XmlTextReaderImpl/LaterInitParam::inputUriStr String_t* ___inputUriStr_5; // System.Xml.XmlResolver System.Xml.XmlTextReaderImpl/LaterInitParam::inputUriResolver XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * ___inputUriResolver_6; // System.Xml.XmlParserContext System.Xml.XmlTextReaderImpl/LaterInitParam::inputContext XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * ___inputContext_7; // System.IO.TextReader System.Xml.XmlTextReaderImpl/LaterInitParam::inputTextReader TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * ___inputTextReader_8; // System.Xml.XmlTextReaderImpl/InitInputType System.Xml.XmlTextReaderImpl/LaterInitParam::initType int32_t ___initType_9; public: inline static int32_t get_offset_of_useAsync_0() { return static_cast(offsetof(LaterInitParam_t6670C77CB75356E7E47BBE3177DB78D355B0EFBF, ___useAsync_0)); } inline bool get_useAsync_0() const { return ___useAsync_0; } inline bool* get_address_of_useAsync_0() { return &___useAsync_0; } inline void set_useAsync_0(bool value) { ___useAsync_0 = value; } inline static int32_t get_offset_of_inputStream_1() { return static_cast(offsetof(LaterInitParam_t6670C77CB75356E7E47BBE3177DB78D355B0EFBF, ___inputStream_1)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_inputStream_1() const { return ___inputStream_1; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_inputStream_1() { return &___inputStream_1; } inline void set_inputStream_1(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___inputStream_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___inputStream_1), (void*)value); } inline static int32_t get_offset_of_inputBytes_2() { return static_cast(offsetof(LaterInitParam_t6670C77CB75356E7E47BBE3177DB78D355B0EFBF, ___inputBytes_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_inputBytes_2() const { return ___inputBytes_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_inputBytes_2() { return &___inputBytes_2; } inline void set_inputBytes_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___inputBytes_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___inputBytes_2), (void*)value); } inline static int32_t get_offset_of_inputByteCount_3() { return static_cast(offsetof(LaterInitParam_t6670C77CB75356E7E47BBE3177DB78D355B0EFBF, ___inputByteCount_3)); } inline int32_t get_inputByteCount_3() const { return ___inputByteCount_3; } inline int32_t* get_address_of_inputByteCount_3() { return &___inputByteCount_3; } inline void set_inputByteCount_3(int32_t value) { ___inputByteCount_3 = value; } inline static int32_t get_offset_of_inputbaseUri_4() { return static_cast(offsetof(LaterInitParam_t6670C77CB75356E7E47BBE3177DB78D355B0EFBF, ___inputbaseUri_4)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get_inputbaseUri_4() const { return ___inputbaseUri_4; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of_inputbaseUri_4() { return &___inputbaseUri_4; } inline void set_inputbaseUri_4(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ___inputbaseUri_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___inputbaseUri_4), (void*)value); } inline static int32_t get_offset_of_inputUriStr_5() { return static_cast(offsetof(LaterInitParam_t6670C77CB75356E7E47BBE3177DB78D355B0EFBF, ___inputUriStr_5)); } inline String_t* get_inputUriStr_5() const { return ___inputUriStr_5; } inline String_t** get_address_of_inputUriStr_5() { return &___inputUriStr_5; } inline void set_inputUriStr_5(String_t* value) { ___inputUriStr_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___inputUriStr_5), (void*)value); } inline static int32_t get_offset_of_inputUriResolver_6() { return static_cast(offsetof(LaterInitParam_t6670C77CB75356E7E47BBE3177DB78D355B0EFBF, ___inputUriResolver_6)); } inline XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * get_inputUriResolver_6() const { return ___inputUriResolver_6; } inline XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A ** get_address_of_inputUriResolver_6() { return &___inputUriResolver_6; } inline void set_inputUriResolver_6(XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * value) { ___inputUriResolver_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___inputUriResolver_6), (void*)value); } inline static int32_t get_offset_of_inputContext_7() { return static_cast(offsetof(LaterInitParam_t6670C77CB75356E7E47BBE3177DB78D355B0EFBF, ___inputContext_7)); } inline XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * get_inputContext_7() const { return ___inputContext_7; } inline XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 ** get_address_of_inputContext_7() { return &___inputContext_7; } inline void set_inputContext_7(XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * value) { ___inputContext_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___inputContext_7), (void*)value); } inline static int32_t get_offset_of_inputTextReader_8() { return static_cast(offsetof(LaterInitParam_t6670C77CB75356E7E47BBE3177DB78D355B0EFBF, ___inputTextReader_8)); } inline TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * get_inputTextReader_8() const { return ___inputTextReader_8; } inline TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F ** get_address_of_inputTextReader_8() { return &___inputTextReader_8; } inline void set_inputTextReader_8(TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * value) { ___inputTextReader_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___inputTextReader_8), (void*)value); } inline static int32_t get_offset_of_initType_9() { return static_cast(offsetof(LaterInitParam_t6670C77CB75356E7E47BBE3177DB78D355B0EFBF, ___initType_9)); } inline int32_t get_initType_9() const { return ___initType_9; } inline int32_t* get_address_of_initType_9() { return &___initType_9; } inline void set_initType_9(int32_t value) { ___initType_9 = value; } }; // System.Xml.XmlTextReaderImpl/NodeData struct NodeData_tD504C5A621E7DD546954D87282438662327280EA : public RuntimeObject { public: // System.Xml.XmlNodeType System.Xml.XmlTextReaderImpl/NodeData::type int32_t ___type_1; // System.String System.Xml.XmlTextReaderImpl/NodeData::localName String_t* ___localName_2; // System.String System.Xml.XmlTextReaderImpl/NodeData::prefix String_t* ___prefix_3; // System.String System.Xml.XmlTextReaderImpl/NodeData::ns String_t* ___ns_4; // System.String System.Xml.XmlTextReaderImpl/NodeData::nameWPrefix String_t* ___nameWPrefix_5; // System.String System.Xml.XmlTextReaderImpl/NodeData::value String_t* ___value_6; // System.Char[] System.Xml.XmlTextReaderImpl/NodeData::chars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___chars_7; // System.Int32 System.Xml.XmlTextReaderImpl/NodeData::valueStartPos int32_t ___valueStartPos_8; // System.Int32 System.Xml.XmlTextReaderImpl/NodeData::valueLength int32_t ___valueLength_9; // System.Xml.LineInfo System.Xml.XmlTextReaderImpl/NodeData::lineInfo LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE ___lineInfo_10; // System.Xml.LineInfo System.Xml.XmlTextReaderImpl/NodeData::lineInfo2 LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE ___lineInfo2_11; // System.Char System.Xml.XmlTextReaderImpl/NodeData::quoteChar Il2CppChar ___quoteChar_12; // System.Int32 System.Xml.XmlTextReaderImpl/NodeData::depth int32_t ___depth_13; // System.Boolean System.Xml.XmlTextReaderImpl/NodeData::isEmptyOrDefault bool ___isEmptyOrDefault_14; // System.Int32 System.Xml.XmlTextReaderImpl/NodeData::entityId int32_t ___entityId_15; // System.Boolean System.Xml.XmlTextReaderImpl/NodeData::xmlContextPushed bool ___xmlContextPushed_16; // System.Xml.XmlTextReaderImpl/NodeData System.Xml.XmlTextReaderImpl/NodeData::nextAttrValueChunk NodeData_tD504C5A621E7DD546954D87282438662327280EA * ___nextAttrValueChunk_17; // System.Object System.Xml.XmlTextReaderImpl/NodeData::schemaType RuntimeObject * ___schemaType_18; // System.Object System.Xml.XmlTextReaderImpl/NodeData::typedValue RuntimeObject * ___typedValue_19; public: inline static int32_t get_offset_of_type_1() { return static_cast(offsetof(NodeData_tD504C5A621E7DD546954D87282438662327280EA, ___type_1)); } inline int32_t get_type_1() const { return ___type_1; } inline int32_t* get_address_of_type_1() { return &___type_1; } inline void set_type_1(int32_t value) { ___type_1 = value; } inline static int32_t get_offset_of_localName_2() { return static_cast(offsetof(NodeData_tD504C5A621E7DD546954D87282438662327280EA, ___localName_2)); } inline String_t* get_localName_2() const { return ___localName_2; } inline String_t** get_address_of_localName_2() { return &___localName_2; } inline void set_localName_2(String_t* value) { ___localName_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___localName_2), (void*)value); } inline static int32_t get_offset_of_prefix_3() { return static_cast(offsetof(NodeData_tD504C5A621E7DD546954D87282438662327280EA, ___prefix_3)); } inline String_t* get_prefix_3() const { return ___prefix_3; } inline String_t** get_address_of_prefix_3() { return &___prefix_3; } inline void set_prefix_3(String_t* value) { ___prefix_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___prefix_3), (void*)value); } inline static int32_t get_offset_of_ns_4() { return static_cast(offsetof(NodeData_tD504C5A621E7DD546954D87282438662327280EA, ___ns_4)); } inline String_t* get_ns_4() const { return ___ns_4; } inline String_t** get_address_of_ns_4() { return &___ns_4; } inline void set_ns_4(String_t* value) { ___ns_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___ns_4), (void*)value); } inline static int32_t get_offset_of_nameWPrefix_5() { return static_cast(offsetof(NodeData_tD504C5A621E7DD546954D87282438662327280EA, ___nameWPrefix_5)); } inline String_t* get_nameWPrefix_5() const { return ___nameWPrefix_5; } inline String_t** get_address_of_nameWPrefix_5() { return &___nameWPrefix_5; } inline void set_nameWPrefix_5(String_t* value) { ___nameWPrefix_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___nameWPrefix_5), (void*)value); } inline static int32_t get_offset_of_value_6() { return static_cast(offsetof(NodeData_tD504C5A621E7DD546954D87282438662327280EA, ___value_6)); } inline String_t* get_value_6() const { return ___value_6; } inline String_t** get_address_of_value_6() { return &___value_6; } inline void set_value_6(String_t* value) { ___value_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_6), (void*)value); } inline static int32_t get_offset_of_chars_7() { return static_cast(offsetof(NodeData_tD504C5A621E7DD546954D87282438662327280EA, ___chars_7)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_chars_7() const { return ___chars_7; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_chars_7() { return &___chars_7; } inline void set_chars_7(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___chars_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___chars_7), (void*)value); } inline static int32_t get_offset_of_valueStartPos_8() { return static_cast(offsetof(NodeData_tD504C5A621E7DD546954D87282438662327280EA, ___valueStartPos_8)); } inline int32_t get_valueStartPos_8() const { return ___valueStartPos_8; } inline int32_t* get_address_of_valueStartPos_8() { return &___valueStartPos_8; } inline void set_valueStartPos_8(int32_t value) { ___valueStartPos_8 = value; } inline static int32_t get_offset_of_valueLength_9() { return static_cast(offsetof(NodeData_tD504C5A621E7DD546954D87282438662327280EA, ___valueLength_9)); } inline int32_t get_valueLength_9() const { return ___valueLength_9; } inline int32_t* get_address_of_valueLength_9() { return &___valueLength_9; } inline void set_valueLength_9(int32_t value) { ___valueLength_9 = value; } inline static int32_t get_offset_of_lineInfo_10() { return static_cast(offsetof(NodeData_tD504C5A621E7DD546954D87282438662327280EA, ___lineInfo_10)); } inline LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE get_lineInfo_10() const { return ___lineInfo_10; } inline LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE * get_address_of_lineInfo_10() { return &___lineInfo_10; } inline void set_lineInfo_10(LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE value) { ___lineInfo_10 = value; } inline static int32_t get_offset_of_lineInfo2_11() { return static_cast(offsetof(NodeData_tD504C5A621E7DD546954D87282438662327280EA, ___lineInfo2_11)); } inline LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE get_lineInfo2_11() const { return ___lineInfo2_11; } inline LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE * get_address_of_lineInfo2_11() { return &___lineInfo2_11; } inline void set_lineInfo2_11(LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE value) { ___lineInfo2_11 = value; } inline static int32_t get_offset_of_quoteChar_12() { return static_cast(offsetof(NodeData_tD504C5A621E7DD546954D87282438662327280EA, ___quoteChar_12)); } inline Il2CppChar get_quoteChar_12() const { return ___quoteChar_12; } inline Il2CppChar* get_address_of_quoteChar_12() { return &___quoteChar_12; } inline void set_quoteChar_12(Il2CppChar value) { ___quoteChar_12 = value; } inline static int32_t get_offset_of_depth_13() { return static_cast(offsetof(NodeData_tD504C5A621E7DD546954D87282438662327280EA, ___depth_13)); } inline int32_t get_depth_13() const { return ___depth_13; } inline int32_t* get_address_of_depth_13() { return &___depth_13; } inline void set_depth_13(int32_t value) { ___depth_13 = value; } inline static int32_t get_offset_of_isEmptyOrDefault_14() { return static_cast(offsetof(NodeData_tD504C5A621E7DD546954D87282438662327280EA, ___isEmptyOrDefault_14)); } inline bool get_isEmptyOrDefault_14() const { return ___isEmptyOrDefault_14; } inline bool* get_address_of_isEmptyOrDefault_14() { return &___isEmptyOrDefault_14; } inline void set_isEmptyOrDefault_14(bool value) { ___isEmptyOrDefault_14 = value; } inline static int32_t get_offset_of_entityId_15() { return static_cast(offsetof(NodeData_tD504C5A621E7DD546954D87282438662327280EA, ___entityId_15)); } inline int32_t get_entityId_15() const { return ___entityId_15; } inline int32_t* get_address_of_entityId_15() { return &___entityId_15; } inline void set_entityId_15(int32_t value) { ___entityId_15 = value; } inline static int32_t get_offset_of_xmlContextPushed_16() { return static_cast(offsetof(NodeData_tD504C5A621E7DD546954D87282438662327280EA, ___xmlContextPushed_16)); } inline bool get_xmlContextPushed_16() const { return ___xmlContextPushed_16; } inline bool* get_address_of_xmlContextPushed_16() { return &___xmlContextPushed_16; } inline void set_xmlContextPushed_16(bool value) { ___xmlContextPushed_16 = value; } inline static int32_t get_offset_of_nextAttrValueChunk_17() { return static_cast(offsetof(NodeData_tD504C5A621E7DD546954D87282438662327280EA, ___nextAttrValueChunk_17)); } inline NodeData_tD504C5A621E7DD546954D87282438662327280EA * get_nextAttrValueChunk_17() const { return ___nextAttrValueChunk_17; } inline NodeData_tD504C5A621E7DD546954D87282438662327280EA ** get_address_of_nextAttrValueChunk_17() { return &___nextAttrValueChunk_17; } inline void set_nextAttrValueChunk_17(NodeData_tD504C5A621E7DD546954D87282438662327280EA * value) { ___nextAttrValueChunk_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___nextAttrValueChunk_17), (void*)value); } inline static int32_t get_offset_of_schemaType_18() { return static_cast(offsetof(NodeData_tD504C5A621E7DD546954D87282438662327280EA, ___schemaType_18)); } inline RuntimeObject * get_schemaType_18() const { return ___schemaType_18; } inline RuntimeObject ** get_address_of_schemaType_18() { return &___schemaType_18; } inline void set_schemaType_18(RuntimeObject * value) { ___schemaType_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___schemaType_18), (void*)value); } inline static int32_t get_offset_of_typedValue_19() { return static_cast(offsetof(NodeData_tD504C5A621E7DD546954D87282438662327280EA, ___typedValue_19)); } inline RuntimeObject * get_typedValue_19() const { return ___typedValue_19; } inline RuntimeObject ** get_address_of_typedValue_19() { return &___typedValue_19; } inline void set_typedValue_19(RuntimeObject * value) { ___typedValue_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___typedValue_19), (void*)value); } }; struct NodeData_tD504C5A621E7DD546954D87282438662327280EA_StaticFields { public: // System.Xml.XmlTextReaderImpl/NodeData modreq(System.Runtime.CompilerServices.IsVolatile) System.Xml.XmlTextReaderImpl/NodeData::s_None NodeData_tD504C5A621E7DD546954D87282438662327280EA * ___s_None_0; public: inline static int32_t get_offset_of_s_None_0() { return static_cast(offsetof(NodeData_tD504C5A621E7DD546954D87282438662327280EA_StaticFields, ___s_None_0)); } inline NodeData_tD504C5A621E7DD546954D87282438662327280EA * get_s_None_0() const { return ___s_None_0; } inline NodeData_tD504C5A621E7DD546954D87282438662327280EA ** get_address_of_s_None_0() { return &___s_None_0; } inline void set_s_None_0(NodeData_tD504C5A621E7DD546954D87282438662327280EA * value) { ___s_None_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_None_0), (void*)value); } }; // System.Xml.XmlTextReaderImpl/XmlContext struct XmlContext_tAC94E49A4625E1E5BDD6390576509760DD2A162D : public RuntimeObject { public: // System.Xml.XmlSpace System.Xml.XmlTextReaderImpl/XmlContext::xmlSpace int32_t ___xmlSpace_0; // System.String System.Xml.XmlTextReaderImpl/XmlContext::xmlLang String_t* ___xmlLang_1; // System.String System.Xml.XmlTextReaderImpl/XmlContext::defaultNamespace String_t* ___defaultNamespace_2; // System.Xml.XmlTextReaderImpl/XmlContext System.Xml.XmlTextReaderImpl/XmlContext::previousContext XmlContext_tAC94E49A4625E1E5BDD6390576509760DD2A162D * ___previousContext_3; public: inline static int32_t get_offset_of_xmlSpace_0() { return static_cast(offsetof(XmlContext_tAC94E49A4625E1E5BDD6390576509760DD2A162D, ___xmlSpace_0)); } inline int32_t get_xmlSpace_0() const { return ___xmlSpace_0; } inline int32_t* get_address_of_xmlSpace_0() { return &___xmlSpace_0; } inline void set_xmlSpace_0(int32_t value) { ___xmlSpace_0 = value; } inline static int32_t get_offset_of_xmlLang_1() { return static_cast(offsetof(XmlContext_tAC94E49A4625E1E5BDD6390576509760DD2A162D, ___xmlLang_1)); } inline String_t* get_xmlLang_1() const { return ___xmlLang_1; } inline String_t** get_address_of_xmlLang_1() { return &___xmlLang_1; } inline void set_xmlLang_1(String_t* value) { ___xmlLang_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___xmlLang_1), (void*)value); } inline static int32_t get_offset_of_defaultNamespace_2() { return static_cast(offsetof(XmlContext_tAC94E49A4625E1E5BDD6390576509760DD2A162D, ___defaultNamespace_2)); } inline String_t* get_defaultNamespace_2() const { return ___defaultNamespace_2; } inline String_t** get_address_of_defaultNamespace_2() { return &___defaultNamespace_2; } inline void set_defaultNamespace_2(String_t* value) { ___defaultNamespace_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultNamespace_2), (void*)value); } inline static int32_t get_offset_of_previousContext_3() { return static_cast(offsetof(XmlContext_tAC94E49A4625E1E5BDD6390576509760DD2A162D, ___previousContext_3)); } inline XmlContext_tAC94E49A4625E1E5BDD6390576509760DD2A162D * get_previousContext_3() const { return ___previousContext_3; } inline XmlContext_tAC94E49A4625E1E5BDD6390576509760DD2A162D ** get_address_of_previousContext_3() { return &___previousContext_3; } inline void set_previousContext_3(XmlContext_tAC94E49A4625E1E5BDD6390576509760DD2A162D * value) { ___previousContext_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___previousContext_3), (void*)value); } }; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: // System.String System.ArgumentException::m_paramName String_t* ___m_paramName_17; public: inline static int32_t get_offset_of_m_paramName_17() { return static_cast(offsetof(ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00, ___m_paramName_17)); } inline String_t* get_m_paramName_17() const { return ___m_paramName_17; } inline String_t** get_address_of_m_paramName_17() { return &___m_paramName_17; } inline void set_m_paramName_17(String_t* value) { ___m_paramName_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_paramName_17), (void*)value); } }; // System.ArithmeticException struct ArithmeticException_t8E5F44FABC7FAE0966CBA6DE9BFD545F2660ED47 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.AsyncCallback struct AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA : public MulticastDelegate_t { public: public: }; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.Resources.MissingManifestResourceException struct MissingManifestResourceException_tAC74F21ADC46CCB2BCC710464434E3B97F72FACB : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.NotImplementedException struct NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.NotSupportedException struct NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.Xml.Schema.ParticleContentValidator struct ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 : public ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C { public: // System.Xml.Schema.SymbolsDictionary System.Xml.Schema.ParticleContentValidator::symbols SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF * ___symbols_7; // System.Xml.Schema.Positions System.Xml.Schema.ParticleContentValidator::positions Positions_t577D66E21F674149C5A3E68851CE88B94C37248F * ___positions_8; // System.Collections.Stack System.Xml.Schema.ParticleContentValidator::stack Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * ___stack_9; // System.Xml.Schema.SyntaxTreeNode System.Xml.Schema.ParticleContentValidator::contentNode SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * ___contentNode_10; // System.Boolean System.Xml.Schema.ParticleContentValidator::isPartial bool ___isPartial_11; // System.Int32 System.Xml.Schema.ParticleContentValidator::minMaxNodesCount int32_t ___minMaxNodesCount_12; // System.Boolean System.Xml.Schema.ParticleContentValidator::enableUpaCheck bool ___enableUpaCheck_13; public: inline static int32_t get_offset_of_symbols_7() { return static_cast(offsetof(ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8, ___symbols_7)); } inline SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF * get_symbols_7() const { return ___symbols_7; } inline SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF ** get_address_of_symbols_7() { return &___symbols_7; } inline void set_symbols_7(SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF * value) { ___symbols_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___symbols_7), (void*)value); } inline static int32_t get_offset_of_positions_8() { return static_cast(offsetof(ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8, ___positions_8)); } inline Positions_t577D66E21F674149C5A3E68851CE88B94C37248F * get_positions_8() const { return ___positions_8; } inline Positions_t577D66E21F674149C5A3E68851CE88B94C37248F ** get_address_of_positions_8() { return &___positions_8; } inline void set_positions_8(Positions_t577D66E21F674149C5A3E68851CE88B94C37248F * value) { ___positions_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___positions_8), (void*)value); } inline static int32_t get_offset_of_stack_9() { return static_cast(offsetof(ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8, ___stack_9)); } inline Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * get_stack_9() const { return ___stack_9; } inline Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 ** get_address_of_stack_9() { return &___stack_9; } inline void set_stack_9(Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * value) { ___stack_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___stack_9), (void*)value); } inline static int32_t get_offset_of_contentNode_10() { return static_cast(offsetof(ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8, ___contentNode_10)); } inline SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * get_contentNode_10() const { return ___contentNode_10; } inline SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 ** get_address_of_contentNode_10() { return &___contentNode_10; } inline void set_contentNode_10(SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * value) { ___contentNode_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___contentNode_10), (void*)value); } inline static int32_t get_offset_of_isPartial_11() { return static_cast(offsetof(ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8, ___isPartial_11)); } inline bool get_isPartial_11() const { return ___isPartial_11; } inline bool* get_address_of_isPartial_11() { return &___isPartial_11; } inline void set_isPartial_11(bool value) { ___isPartial_11 = value; } inline static int32_t get_offset_of_minMaxNodesCount_12() { return static_cast(offsetof(ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8, ___minMaxNodesCount_12)); } inline int32_t get_minMaxNodesCount_12() const { return ___minMaxNodesCount_12; } inline int32_t* get_address_of_minMaxNodesCount_12() { return &___minMaxNodesCount_12; } inline void set_minMaxNodesCount_12(int32_t value) { ___minMaxNodesCount_12 = value; } inline static int32_t get_offset_of_enableUpaCheck_13() { return static_cast(offsetof(ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8, ___enableUpaCheck_13)); } inline bool get_enableUpaCheck_13() const { return ___enableUpaCheck_13; } inline bool* get_address_of_enableUpaCheck_13() { return &___enableUpaCheck_13; } inline void set_enableUpaCheck_13(bool value) { ___enableUpaCheck_13 = value; } }; // System.Xml.Schema.SchemaElementDecl struct SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B : public SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A { public: // System.Collections.Generic.Dictionary`2 System.Xml.Schema.SchemaElementDecl::attdefs Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58 * ___attdefs_11; // System.Collections.Generic.List`1 System.Xml.Schema.SchemaElementDecl::defaultAttdefs List_1_t318F786C70BD3AB62AA4519701522818CEFE7D75 * ___defaultAttdefs_12; // System.Boolean System.Xml.Schema.SchemaElementDecl::isIdDeclared bool ___isIdDeclared_13; // System.Boolean System.Xml.Schema.SchemaElementDecl::hasNonCDataAttribute bool ___hasNonCDataAttribute_14; // System.Boolean System.Xml.Schema.SchemaElementDecl::hasRequiredAttribute bool ___hasRequiredAttribute_15; // System.Boolean System.Xml.Schema.SchemaElementDecl::isNotationDeclared bool ___isNotationDeclared_16; // System.Collections.Generic.Dictionary`2 System.Xml.Schema.SchemaElementDecl::prohibitedAttributes Dictionary_2_t3EDC2BB9B056BB70DDD396DBE1C02C102C4258F2 * ___prohibitedAttributes_17; // System.Xml.Schema.ContentValidator System.Xml.Schema.SchemaElementDecl::contentValidator ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * ___contentValidator_18; // System.Xml.Schema.XmlSchemaAnyAttribute System.Xml.Schema.SchemaElementDecl::anyAttribute XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80 * ___anyAttribute_19; public: inline static int32_t get_offset_of_attdefs_11() { return static_cast(offsetof(SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B, ___attdefs_11)); } inline Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58 * get_attdefs_11() const { return ___attdefs_11; } inline Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58 ** get_address_of_attdefs_11() { return &___attdefs_11; } inline void set_attdefs_11(Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58 * value) { ___attdefs_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___attdefs_11), (void*)value); } inline static int32_t get_offset_of_defaultAttdefs_12() { return static_cast(offsetof(SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B, ___defaultAttdefs_12)); } inline List_1_t318F786C70BD3AB62AA4519701522818CEFE7D75 * get_defaultAttdefs_12() const { return ___defaultAttdefs_12; } inline List_1_t318F786C70BD3AB62AA4519701522818CEFE7D75 ** get_address_of_defaultAttdefs_12() { return &___defaultAttdefs_12; } inline void set_defaultAttdefs_12(List_1_t318F786C70BD3AB62AA4519701522818CEFE7D75 * value) { ___defaultAttdefs_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultAttdefs_12), (void*)value); } inline static int32_t get_offset_of_isIdDeclared_13() { return static_cast(offsetof(SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B, ___isIdDeclared_13)); } inline bool get_isIdDeclared_13() const { return ___isIdDeclared_13; } inline bool* get_address_of_isIdDeclared_13() { return &___isIdDeclared_13; } inline void set_isIdDeclared_13(bool value) { ___isIdDeclared_13 = value; } inline static int32_t get_offset_of_hasNonCDataAttribute_14() { return static_cast(offsetof(SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B, ___hasNonCDataAttribute_14)); } inline bool get_hasNonCDataAttribute_14() const { return ___hasNonCDataAttribute_14; } inline bool* get_address_of_hasNonCDataAttribute_14() { return &___hasNonCDataAttribute_14; } inline void set_hasNonCDataAttribute_14(bool value) { ___hasNonCDataAttribute_14 = value; } inline static int32_t get_offset_of_hasRequiredAttribute_15() { return static_cast(offsetof(SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B, ___hasRequiredAttribute_15)); } inline bool get_hasRequiredAttribute_15() const { return ___hasRequiredAttribute_15; } inline bool* get_address_of_hasRequiredAttribute_15() { return &___hasRequiredAttribute_15; } inline void set_hasRequiredAttribute_15(bool value) { ___hasRequiredAttribute_15 = value; } inline static int32_t get_offset_of_isNotationDeclared_16() { return static_cast(offsetof(SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B, ___isNotationDeclared_16)); } inline bool get_isNotationDeclared_16() const { return ___isNotationDeclared_16; } inline bool* get_address_of_isNotationDeclared_16() { return &___isNotationDeclared_16; } inline void set_isNotationDeclared_16(bool value) { ___isNotationDeclared_16 = value; } inline static int32_t get_offset_of_prohibitedAttributes_17() { return static_cast(offsetof(SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B, ___prohibitedAttributes_17)); } inline Dictionary_2_t3EDC2BB9B056BB70DDD396DBE1C02C102C4258F2 * get_prohibitedAttributes_17() const { return ___prohibitedAttributes_17; } inline Dictionary_2_t3EDC2BB9B056BB70DDD396DBE1C02C102C4258F2 ** get_address_of_prohibitedAttributes_17() { return &___prohibitedAttributes_17; } inline void set_prohibitedAttributes_17(Dictionary_2_t3EDC2BB9B056BB70DDD396DBE1C02C102C4258F2 * value) { ___prohibitedAttributes_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___prohibitedAttributes_17), (void*)value); } inline static int32_t get_offset_of_contentValidator_18() { return static_cast(offsetof(SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B, ___contentValidator_18)); } inline ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * get_contentValidator_18() const { return ___contentValidator_18; } inline ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C ** get_address_of_contentValidator_18() { return &___contentValidator_18; } inline void set_contentValidator_18(ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * value) { ___contentValidator_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___contentValidator_18), (void*)value); } inline static int32_t get_offset_of_anyAttribute_19() { return static_cast(offsetof(SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B, ___anyAttribute_19)); } inline XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80 * get_anyAttribute_19() const { return ___anyAttribute_19; } inline XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80 ** get_address_of_anyAttribute_19() { return &___anyAttribute_19; } inline void set_anyAttribute_19(XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80 * value) { ___anyAttribute_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___anyAttribute_19), (void*)value); } }; struct SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B_StaticFields { public: // System.Xml.Schema.SchemaElementDecl System.Xml.Schema.SchemaElementDecl::Empty SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * ___Empty_20; public: inline static int32_t get_offset_of_Empty_20() { return static_cast(offsetof(SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B_StaticFields, ___Empty_20)); } inline SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * get_Empty_20() const { return ___Empty_20; } inline SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B ** get_address_of_Empty_20() { return &___Empty_20; } inline void set_Empty_20(SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * value) { ___Empty_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_20), (void*)value); } }; // System.Xml.Schema.ValidationEventHandler struct ValidationEventHandler_tE0F1666DEE5D41D7A2A1D78B8E6B07EC830ACE3C : public MulticastDelegate_t { public: public: }; // System.Xml.XmlException struct XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: // System.String System.Xml.XmlException::res String_t* ___res_17; // System.String[] System.Xml.XmlException::args StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___args_18; // System.Int32 System.Xml.XmlException::lineNumber int32_t ___lineNumber_19; // System.Int32 System.Xml.XmlException::linePosition int32_t ___linePosition_20; // System.String System.Xml.XmlException::sourceUri String_t* ___sourceUri_21; // System.String System.Xml.XmlException::message String_t* ___message_22; public: inline static int32_t get_offset_of_res_17() { return static_cast(offsetof(XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918, ___res_17)); } inline String_t* get_res_17() const { return ___res_17; } inline String_t** get_address_of_res_17() { return &___res_17; } inline void set_res_17(String_t* value) { ___res_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___res_17), (void*)value); } inline static int32_t get_offset_of_args_18() { return static_cast(offsetof(XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918, ___args_18)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_args_18() const { return ___args_18; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_args_18() { return &___args_18; } inline void set_args_18(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___args_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___args_18), (void*)value); } inline static int32_t get_offset_of_lineNumber_19() { return static_cast(offsetof(XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918, ___lineNumber_19)); } inline int32_t get_lineNumber_19() const { return ___lineNumber_19; } inline int32_t* get_address_of_lineNumber_19() { return &___lineNumber_19; } inline void set_lineNumber_19(int32_t value) { ___lineNumber_19 = value; } inline static int32_t get_offset_of_linePosition_20() { return static_cast(offsetof(XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918, ___linePosition_20)); } inline int32_t get_linePosition_20() const { return ___linePosition_20; } inline int32_t* get_address_of_linePosition_20() { return &___linePosition_20; } inline void set_linePosition_20(int32_t value) { ___linePosition_20 = value; } inline static int32_t get_offset_of_sourceUri_21() { return static_cast(offsetof(XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918, ___sourceUri_21)); } inline String_t* get_sourceUri_21() const { return ___sourceUri_21; } inline String_t** get_address_of_sourceUri_21() { return &___sourceUri_21; } inline void set_sourceUri_21(String_t* value) { ___sourceUri_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___sourceUri_21), (void*)value); } inline static int32_t get_offset_of_message_22() { return static_cast(offsetof(XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918, ___message_22)); } inline String_t* get_message_22() const { return ___message_22; } inline String_t** get_address_of_message_22() { return &___message_22; } inline void set_message_22(String_t* value) { ___message_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___message_22), (void*)value); } }; // System.Xml.Schema.XmlListConverter struct XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D : public XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 { public: // System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlListConverter::atomicConverter XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * ___atomicConverter_32; public: inline static int32_t get_offset_of_atomicConverter_32() { return static_cast(offsetof(XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D, ___atomicConverter_32)); } inline XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * get_atomicConverter_32() const { return ___atomicConverter_32; } inline XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 ** get_address_of_atomicConverter_32() { return &___atomicConverter_32; } inline void set_atomicConverter_32(XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * value) { ___atomicConverter_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___atomicConverter_32), (void*)value); } }; // System.Xml.XmlNodeChangedEventHandler struct XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 : public MulticastDelegate_t { public: public: }; // System.Xml.Schema.XmlNumeric10Converter struct XmlNumeric10Converter_t3ECEC29605692B1FF957552D0D4D60BEFA80B87A : public XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 { public: public: }; // System.Xml.Schema.XmlNumeric2Converter struct XmlNumeric2Converter_tEEE345BFB7BC20FAFC7E438E865932AB0EE44B30 : public XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 { public: public: }; // System.Xml.Schema.XmlSchemaAny struct XmlSchemaAny_t30CEED9ED80E3CB00EA10233A22CA552F49D7A1C : public XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789 { public: // System.String System.Xml.Schema.XmlSchemaAny::ns String_t* ___ns_4; // System.Xml.Schema.XmlSchemaContentProcessing System.Xml.Schema.XmlSchemaAny::processContents int32_t ___processContents_5; // System.Xml.Schema.NamespaceList System.Xml.Schema.XmlSchemaAny::namespaceList NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A * ___namespaceList_6; public: inline static int32_t get_offset_of_ns_4() { return static_cast(offsetof(XmlSchemaAny_t30CEED9ED80E3CB00EA10233A22CA552F49D7A1C, ___ns_4)); } inline String_t* get_ns_4() const { return ___ns_4; } inline String_t** get_address_of_ns_4() { return &___ns_4; } inline void set_ns_4(String_t* value) { ___ns_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___ns_4), (void*)value); } inline static int32_t get_offset_of_processContents_5() { return static_cast(offsetof(XmlSchemaAny_t30CEED9ED80E3CB00EA10233A22CA552F49D7A1C, ___processContents_5)); } inline int32_t get_processContents_5() const { return ___processContents_5; } inline int32_t* get_address_of_processContents_5() { return &___processContents_5; } inline void set_processContents_5(int32_t value) { ___processContents_5 = value; } inline static int32_t get_offset_of_namespaceList_6() { return static_cast(offsetof(XmlSchemaAny_t30CEED9ED80E3CB00EA10233A22CA552F49D7A1C, ___namespaceList_6)); } inline NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A * get_namespaceList_6() const { return ___namespaceList_6; } inline NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A ** get_address_of_namespaceList_6() { return &___namespaceList_6; } inline void set_namespaceList_6(NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A * value) { ___namespaceList_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___namespaceList_6), (void*)value); } }; // System.Xml.Schema.XmlSchemaComplexType struct XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 : public XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA { public: // System.Xml.Schema.XmlSchemaDerivationMethod System.Xml.Schema.XmlSchemaComplexType::block int32_t ___block_7; // System.Xml.Schema.XmlSchemaParticle System.Xml.Schema.XmlSchemaComplexType::contentTypeParticle XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789 * ___contentTypeParticle_8; // System.Xml.Schema.XmlSchemaAnyAttribute System.Xml.Schema.XmlSchemaComplexType::attributeWildcard XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80 * ___attributeWildcard_9; // System.Byte System.Xml.Schema.XmlSchemaComplexType::pvFlags uint8_t ___pvFlags_13; public: inline static int32_t get_offset_of_block_7() { return static_cast(offsetof(XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062, ___block_7)); } inline int32_t get_block_7() const { return ___block_7; } inline int32_t* get_address_of_block_7() { return &___block_7; } inline void set_block_7(int32_t value) { ___block_7 = value; } inline static int32_t get_offset_of_contentTypeParticle_8() { return static_cast(offsetof(XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062, ___contentTypeParticle_8)); } inline XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789 * get_contentTypeParticle_8() const { return ___contentTypeParticle_8; } inline XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789 ** get_address_of_contentTypeParticle_8() { return &___contentTypeParticle_8; } inline void set_contentTypeParticle_8(XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789 * value) { ___contentTypeParticle_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___contentTypeParticle_8), (void*)value); } inline static int32_t get_offset_of_attributeWildcard_9() { return static_cast(offsetof(XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062, ___attributeWildcard_9)); } inline XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80 * get_attributeWildcard_9() const { return ___attributeWildcard_9; } inline XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80 ** get_address_of_attributeWildcard_9() { return &___attributeWildcard_9; } inline void set_attributeWildcard_9(XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80 * value) { ___attributeWildcard_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___attributeWildcard_9), (void*)value); } inline static int32_t get_offset_of_pvFlags_13() { return static_cast(offsetof(XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062, ___pvFlags_13)); } inline uint8_t get_pvFlags_13() const { return ___pvFlags_13; } inline uint8_t* get_address_of_pvFlags_13() { return &___pvFlags_13; } inline void set_pvFlags_13(uint8_t value) { ___pvFlags_13 = value; } }; struct XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_StaticFields { public: // System.Xml.Schema.XmlSchemaComplexType System.Xml.Schema.XmlSchemaComplexType::anyTypeLax XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * ___anyTypeLax_10; // System.Xml.Schema.XmlSchemaComplexType System.Xml.Schema.XmlSchemaComplexType::anyTypeSkip XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * ___anyTypeSkip_11; // System.Xml.Schema.XmlSchemaComplexType System.Xml.Schema.XmlSchemaComplexType::untypedAnyType XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * ___untypedAnyType_12; public: inline static int32_t get_offset_of_anyTypeLax_10() { return static_cast(offsetof(XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_StaticFields, ___anyTypeLax_10)); } inline XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * get_anyTypeLax_10() const { return ___anyTypeLax_10; } inline XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 ** get_address_of_anyTypeLax_10() { return &___anyTypeLax_10; } inline void set_anyTypeLax_10(XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * value) { ___anyTypeLax_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___anyTypeLax_10), (void*)value); } inline static int32_t get_offset_of_anyTypeSkip_11() { return static_cast(offsetof(XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_StaticFields, ___anyTypeSkip_11)); } inline XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * get_anyTypeSkip_11() const { return ___anyTypeSkip_11; } inline XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 ** get_address_of_anyTypeSkip_11() { return &___anyTypeSkip_11; } inline void set_anyTypeSkip_11(XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * value) { ___anyTypeSkip_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___anyTypeSkip_11), (void*)value); } inline static int32_t get_offset_of_untypedAnyType_12() { return static_cast(offsetof(XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_StaticFields, ___untypedAnyType_12)); } inline XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * get_untypedAnyType_12() const { return ___untypedAnyType_12; } inline XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 ** get_address_of_untypedAnyType_12() { return &___untypedAnyType_12; } inline void set_untypedAnyType_12(XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * value) { ___untypedAnyType_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___untypedAnyType_12), (void*)value); } }; // System.Xml.Schema.XmlSchemaElement struct XmlSchemaElement_tB61A00A97A12A9B2620D005D0643B11EA1CA764A : public XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789 { public: public: }; // System.Xml.Schema.XmlSchemaException struct XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: // System.String System.Xml.Schema.XmlSchemaException::res String_t* ___res_17; // System.String[] System.Xml.Schema.XmlSchemaException::args StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___args_18; // System.String System.Xml.Schema.XmlSchemaException::sourceUri String_t* ___sourceUri_19; // System.Int32 System.Xml.Schema.XmlSchemaException::lineNumber int32_t ___lineNumber_20; // System.Int32 System.Xml.Schema.XmlSchemaException::linePosition int32_t ___linePosition_21; // System.Xml.Schema.XmlSchemaObject System.Xml.Schema.XmlSchemaException::sourceSchemaObject XmlSchemaObject_tD14BD548E370305745B6E1CAAF2572F1DBC7F3D3 * ___sourceSchemaObject_22; // System.String System.Xml.Schema.XmlSchemaException::message String_t* ___message_23; public: inline static int32_t get_offset_of_res_17() { return static_cast(offsetof(XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA, ___res_17)); } inline String_t* get_res_17() const { return ___res_17; } inline String_t** get_address_of_res_17() { return &___res_17; } inline void set_res_17(String_t* value) { ___res_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___res_17), (void*)value); } inline static int32_t get_offset_of_args_18() { return static_cast(offsetof(XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA, ___args_18)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_args_18() const { return ___args_18; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_args_18() { return &___args_18; } inline void set_args_18(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___args_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___args_18), (void*)value); } inline static int32_t get_offset_of_sourceUri_19() { return static_cast(offsetof(XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA, ___sourceUri_19)); } inline String_t* get_sourceUri_19() const { return ___sourceUri_19; } inline String_t** get_address_of_sourceUri_19() { return &___sourceUri_19; } inline void set_sourceUri_19(String_t* value) { ___sourceUri_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___sourceUri_19), (void*)value); } inline static int32_t get_offset_of_lineNumber_20() { return static_cast(offsetof(XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA, ___lineNumber_20)); } inline int32_t get_lineNumber_20() const { return ___lineNumber_20; } inline int32_t* get_address_of_lineNumber_20() { return &___lineNumber_20; } inline void set_lineNumber_20(int32_t value) { ___lineNumber_20 = value; } inline static int32_t get_offset_of_linePosition_21() { return static_cast(offsetof(XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA, ___linePosition_21)); } inline int32_t get_linePosition_21() const { return ___linePosition_21; } inline int32_t* get_address_of_linePosition_21() { return &___linePosition_21; } inline void set_linePosition_21(int32_t value) { ___linePosition_21 = value; } inline static int32_t get_offset_of_sourceSchemaObject_22() { return static_cast(offsetof(XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA, ___sourceSchemaObject_22)); } inline XmlSchemaObject_tD14BD548E370305745B6E1CAAF2572F1DBC7F3D3 * get_sourceSchemaObject_22() const { return ___sourceSchemaObject_22; } inline XmlSchemaObject_tD14BD548E370305745B6E1CAAF2572F1DBC7F3D3 ** get_address_of_sourceSchemaObject_22() { return &___sourceSchemaObject_22; } inline void set_sourceSchemaObject_22(XmlSchemaObject_tD14BD548E370305745B6E1CAAF2572F1DBC7F3D3 * value) { ___sourceSchemaObject_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___sourceSchemaObject_22), (void*)value); } inline static int32_t get_offset_of_message_23() { return static_cast(offsetof(XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA, ___message_23)); } inline String_t* get_message_23() const { return ___message_23; } inline String_t** get_address_of_message_23() { return &___message_23; } inline void set_message_23(String_t* value) { ___message_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___message_23), (void*)value); } }; // System.Xml.Schema.XmlSchemaGroupBase struct XmlSchemaGroupBase_tBB7F26134C0D82EA71D1773C84856397919DD5DA : public XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789 { public: public: }; // System.Xml.Schema.XmlSchemaGroupRef struct XmlSchemaGroupRef_t959C68547997BA04BD811BE970E18AD9C42A68DA : public XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789 { public: public: }; // System.Xml.Schema.XmlSchemaSimpleType struct XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C : public XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA { public: // System.Xml.Schema.XmlSchemaSimpleTypeContent System.Xml.Schema.XmlSchemaSimpleType::content XmlSchemaSimpleTypeContent_t38B7E1118EA6B9348F35D47139C9BE910724DB65 * ___content_7; public: inline static int32_t get_offset_of_content_7() { return static_cast(offsetof(XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C, ___content_7)); } inline XmlSchemaSimpleTypeContent_t38B7E1118EA6B9348F35D47139C9BE910724DB65 * get_content_7() const { return ___content_7; } inline XmlSchemaSimpleTypeContent_t38B7E1118EA6B9348F35D47139C9BE910724DB65 ** get_address_of_content_7() { return &___content_7; } inline void set_content_7(XmlSchemaSimpleTypeContent_t38B7E1118EA6B9348F35D47139C9BE910724DB65 * value) { ___content_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___content_7), (void*)value); } }; // System.Xml.Schema.XmlStringConverter struct XmlStringConverter_t5625F520C5933C04C64CAD61B874ABFFFB4F893F : public XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 { public: public: }; // System.Xml.XmlQualifiedName/HashCodeOfStringDelegate struct HashCodeOfStringDelegate_tAE9DAB0A55A64F35CCEE05D71856BAAF6C0B668E : public MulticastDelegate_t { public: public: }; // System.Xml.Schema.XmlSchemaParticle/EmptyParticle struct EmptyParticle_t56BD41298CE124A8F2F4F4426105E1663120F7BF : public XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789 { public: public: }; // System.Xml.XmlTextReaderImpl/OnDefaultAttributeUseDelegate struct OnDefaultAttributeUseDelegate_t3E995824DB2F605D21E74880C851C4C6BB9A1E88 : public MulticastDelegate_t { public: public: }; // System.ArgumentNullException struct ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB : public ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 { public: public: }; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 : public ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 { public: // System.Object System.ArgumentOutOfRangeException::m_actualValue RuntimeObject * ___m_actualValue_19; public: inline static int32_t get_offset_of_m_actualValue_19() { return static_cast(offsetof(ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8, ___m_actualValue_19)); } inline RuntimeObject * get_m_actualValue_19() const { return ___m_actualValue_19; } inline RuntimeObject ** get_address_of_m_actualValue_19() { return &___m_actualValue_19; } inline void set_m_actualValue_19(RuntimeObject * value) { ___m_actualValue_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_actualValue_19), (void*)value); } }; struct ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_StaticFields { public: // System.String modreq(System.Runtime.CompilerServices.IsVolatile) System.ArgumentOutOfRangeException::_rangeMessage String_t* ____rangeMessage_18; public: inline static int32_t get_offset_of__rangeMessage_18() { return static_cast(offsetof(ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_StaticFields, ____rangeMessage_18)); } inline String_t* get__rangeMessage_18() const { return ____rangeMessage_18; } inline String_t** get_address_of__rangeMessage_18() { return &____rangeMessage_18; } inline void set__rangeMessage_18(String_t* value) { ____rangeMessage_18 = value; Il2CppCodeGenWriteBarrier((void**)(&____rangeMessage_18), (void*)value); } }; // System.OverflowException struct OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9 : public ArithmeticException_t8E5F44FABC7FAE0966CBA6DE9BFD545F2660ED47 { public: public: }; // System.Xml.Schema.XmlSchemaChoice struct XmlSchemaChoice_t8FC6F8DB238E8800F350E4EF88CCECD64B5D3BF0 : public XmlSchemaGroupBase_tBB7F26134C0D82EA71D1773C84856397919DD5DA { public: // System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaChoice::items XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931 * ___items_4; public: inline static int32_t get_offset_of_items_4() { return static_cast(offsetof(XmlSchemaChoice_t8FC6F8DB238E8800F350E4EF88CCECD64B5D3BF0, ___items_4)); } inline XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931 * get_items_4() const { return ___items_4; } inline XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931 ** get_address_of_items_4() { return &___items_4; } inline void set_items_4(XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931 * value) { ___items_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___items_4), (void*)value); } }; // System.Xml.Schema.XmlSchemaSequence struct XmlSchemaSequence_t6C94DB85E74779BE018C34D94204C037416E9C03 : public XmlSchemaGroupBase_tBB7F26134C0D82EA71D1773C84856397919DD5DA { public: // System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaSequence::items XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931 * ___items_4; public: inline static int32_t get_offset_of_items_4() { return static_cast(offsetof(XmlSchemaSequence_t6C94DB85E74779BE018C34D94204C037416E9C03, ___items_4)); } inline XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931 * get_items_4() const { return ___items_4; } inline XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931 ** get_address_of_items_4() { return &___items_4; } inline void set_items_4(XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931 * value) { ___items_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___items_4), (void*)value); } }; // System.Xml.Schema.XmlUntypedConverter struct XmlUntypedConverter_t7827A6551E49B0812AE9A11179FDF254612C77CF : public XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D { public: // System.Boolean System.Xml.Schema.XmlUntypedConverter::allowListToList bool ___allowListToList_33; public: inline static int32_t get_offset_of_allowListToList_33() { return static_cast(offsetof(XmlUntypedConverter_t7827A6551E49B0812AE9A11179FDF254612C77CF, ___allowListToList_33)); } inline bool get_allowListToList_33() const { return ___allowListToList_33; } inline bool* get_address_of_allowListToList_33() { return &___allowListToList_33; } inline void set_allowListToList_33(bool value) { ___allowListToList_33 = value; } }; struct XmlUntypedConverter_t7827A6551E49B0812AE9A11179FDF254612C77CF_StaticFields { public: // System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlUntypedConverter::Untyped XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * ___Untyped_34; // System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlUntypedConverter::UntypedList XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * ___UntypedList_35; public: inline static int32_t get_offset_of_Untyped_34() { return static_cast(offsetof(XmlUntypedConverter_t7827A6551E49B0812AE9A11179FDF254612C77CF_StaticFields, ___Untyped_34)); } inline XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * get_Untyped_34() const { return ___Untyped_34; } inline XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 ** get_address_of_Untyped_34() { return &___Untyped_34; } inline void set_Untyped_34(XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * value) { ___Untyped_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___Untyped_34), (void*)value); } inline static int32_t get_offset_of_UntypedList_35() { return static_cast(offsetof(XmlUntypedConverter_t7827A6551E49B0812AE9A11179FDF254612C77CF_StaticFields, ___UntypedList_35)); } inline XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * get_UntypedList_35() const { return ___UntypedList_35; } inline XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 ** get_address_of_UntypedList_35() { return &___UntypedList_35; } inline void set_UntypedList_35(XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * value) { ___UntypedList_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___UntypedList_35), (void*)value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // System.Delegate[] struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8 : public RuntimeArray { public: ALIGN_FIELD (8) Delegate_t * m_Items[1]; public: inline Delegate_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Delegate_t ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Delegate_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Delegate_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Delegate_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Delegate_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726 : public RuntimeArray { public: ALIGN_FIELD (8) uint8_t m_Items[1]; public: inline uint8_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint8_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint8_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value) { m_Items[index] = value; } }; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34 : public RuntimeArray { public: ALIGN_FIELD (8) Il2CppChar m_Items[1]; public: inline Il2CppChar GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Il2CppChar* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Il2CppChar value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Il2CppChar GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Il2CppChar* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Il2CppChar value) { m_Items[index] = value; } }; // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A : public RuntimeArray { public: ALIGN_FIELD (8) String_t* m_Items[1]; public: inline String_t* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline String_t** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, String_t* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE : public RuntimeArray { public: ALIGN_FIELD (8) RuntimeObject * m_Items[1]; public: inline RuntimeObject * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RuntimeObject ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, RuntimeObject * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline RuntimeObject * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RuntimeObject ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Xml.XmlTextReaderImpl/NodeData[] struct NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0 : public RuntimeArray { public: ALIGN_FIELD (8) NodeData_tD504C5A621E7DD546954D87282438662327280EA * m_Items[1]; public: inline NodeData_tD504C5A621E7DD546954D87282438662327280EA * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline NodeData_tD504C5A621E7DD546954D87282438662327280EA ** 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, NodeData_tD504C5A621E7DD546954D87282438662327280EA * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline NodeData_tD504C5A621E7DD546954D87282438662327280EA * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline NodeData_tD504C5A621E7DD546954D87282438662327280EA ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, NodeData_tD504C5A621E7DD546954D87282438662327280EA * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Xml.XmlTextReaderImpl/ParsingState[] struct ParsingStateU5BU5D_t76C574A7045A0E6E9113EF2F2E2B1A863D91376D : public RuntimeArray { public: ALIGN_FIELD (8) ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF m_Items[1]; public: inline ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * 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, ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___chars_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___encoding_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___stream_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___decoder_6), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___bytes_7), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___textReader_10), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___baseUriStr_13), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___baseUri_14), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___entity_17), (void*)NULL); #endif } inline ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___chars_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___encoding_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___stream_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___decoder_6), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___bytes_7), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___textReader_10), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___baseUriStr_13), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___baseUri_14), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___entity_17), (void*)NULL); #endif } }; // System.Boolean System.Nullable`1::get_HasValue() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_gshared_inline (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * __this, const RuntimeMethod* method); // !0 System.Nullable`1::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nullable_1_get_Value_m13FD52C148CEB97A833E1C31CFC0FF8C1A7C0F0B_gshared (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * __this, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_mBD9860C6159D4C77D6FFEF79D6DE34EDF2F44A49_gshared (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Tuple`4::.ctor(!0,!1,!2,!3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Tuple_4__ctor_m78AC669EC4BE1118DDCAC11FDAB732427FBD2FF7_gshared (Tuple_4_t261F9F934878FC10CFB74B1A5C5E9BF0D1564808 * __this, int32_t ___item10, int32_t ___item21, int32_t ___item32, bool ___item43, const RuntimeMethod* method); // System.Threading.Tasks.Task`1 System.Threading.Tasks.Task::FromResult(!!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 * Task_FromResult_TisRuntimeObject_m946FF2F9AECDCA195EF1C972DB32D57DF36A0988_gshared (RuntimeObject * ___result0, const RuntimeMethod* method); // !0 System.Threading.Tasks.Task`1::get_Result() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Task_1_get_Result_m5AE0280900FE1B30E8F1A784C0D2021A7B946106_gshared (Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 * __this, const RuntimeMethod* method); // System.Void System.Array::Sort(!!0[],System.Collections.Generic.IComparer`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Sort_TisRuntimeObject_mF801EABEBFB2E0E0C8FB37834B6F80743D5223F4_gshared (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___array0, RuntimeObject* ___comparer1, const RuntimeMethod* method); // System.Void System.Array::Sort(!!0[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Sort_TisRuntimeObject_m4B31123004E98E2C153487363820574D1DD8E409_gshared (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___array0, int32_t ___index1, int32_t ___length2, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_mCABABA5D0FA017D2D54BE4FA6256C51518274116_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, RuntimeObject * ___key0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m2C8EE5C13636D67F6C451C4935049F534AEC658F_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Add_m1D9CF8FA99A277EE49BC3002FDEAACDCDB29803B_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::Remove(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_Remove_m45DB5340BC5312349874253DD3239546CB025D21_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, RuntimeObject * ___key0, const RuntimeMethod* method); // System.Int32 System.Array::BinarySearch(!!0[],!!0,System.Collections.Generic.IComparer`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_BinarySearch_TisRuntimeObject_mF897E54D729E0C5F6AF135B5908288B89362A88F_gshared (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___array0, RuntimeObject * ___value1, RuntimeObject* ___comparer2, const RuntimeMethod* method); // System.Void System.EventArgs::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventArgs__ctor_m5ECB9A8ED0A9E2DBB1ED999BAC1CB44F4354E571 (EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA * __this, const RuntimeMethod* method); // System.Void System.Object::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405 (RuntimeObject * __this, const RuntimeMethod* method); // System.Int32 System.Xml.XPathNodeList::ReadUntil(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XPathNodeList_ReadUntil_m97BCCFC26BE4E593C917F82A5A448055F3810DCE (XPathNodeList_t4A1DB4E840970E1644EC63914E811BE82E6528F9 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void System.Xml.XmlNode::.ctor(System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNode__ctor_m207DC6243081054B0B14F1BAB882D457B8CFD465 (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___doc0, const RuntimeMethod* method); // System.Xml.XmlNameTable System.Xml.XmlDocument::get_NameTable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * XmlDocument_get_NameTable_m0CCA0C27A27C84923F031F9789DD4F749D67AD53 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, const RuntimeMethod* method); // System.String System.Xml.Res::GetString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Res_GetString_m4303E63CA6945331BF5584376F6AA7262D1C6887 (String_t* ___name0, const RuntimeMethod* method); // System.Void System.InvalidOperationException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlBaseConverter::.ctor(System.Xml.Schema.XmlSchemaType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlBaseConverter__ctor_mFFE1FCB6DE4BCF03A3666FBFD1972F802345FCE5 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___schemaType0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlNumeric10Converter::.ctor(System.Xml.Schema.XmlSchemaType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNumeric10Converter__ctor_m4355E1E23B1214106A6C527434E60E0BB0DD29DB (XmlNumeric10Converter_t3ECEC29605692B1FF957552D0D4D60BEFA80B87A * __this, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___schemaType0, const RuntimeMethod* method); // System.Void System.ArgumentNullException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97 (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * __this, String_t* ___paramName0, const RuntimeMethod* method); // System.Xml.Schema.XmlTypeCode System.Xml.Schema.XmlBaseConverter::get_TypeCode() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlBaseConverter_get_TypeCode_m0A474F881A97EE27FC731E30E04B94B9A2A57694_inline (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, const RuntimeMethod* method); // System.Decimal System.Xml.XmlConvert::ToDecimal(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 XmlConvert_ToDecimal_mD9EC100AA6C12FD7036B69128A76D79E788D4D79 (String_t* ___s0, const RuntimeMethod* method); // System.Decimal System.Xml.XmlConvert::ToInteger(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 XmlConvert_ToInteger_mD963D17C5142CCDA1647A628DA9440DE1F0D25F6 (String_t* ___s0, const RuntimeMethod* method); // System.Type System.Object::GetType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B (RuntimeObject * __this, const RuntimeMethod* method); // System.Boolean System.Type::op_Equality(System.Type,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046 (Type_t * ___left0, Type_t * ___right1, const RuntimeMethod* method); // System.Decimal System.Decimal::op_Implicit(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 Decimal_op_Implicit_mBF8AF3AB5D38844C35C02A2E4B98E9337D9E43BA (int32_t ___value0, const RuntimeMethod* method); // System.Decimal System.Decimal::op_Implicit(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 Decimal_op_Implicit_m7D587E5075FE7DFCCF1337140BD7404CFFD1655B (int64_t ___value0, const RuntimeMethod* method); // System.Object System.Xml.Schema.XmlNumeric10Converter::ChangeTypeWildcardDestination(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlNumeric10Converter_ChangeTypeWildcardDestination_mA5E8B944590B4C1B42186FD29E8015543CF18A65 (XmlNumeric10Converter_t3ECEC29605692B1FF957552D0D4D60BEFA80B87A * __this, RuntimeObject * ___value0, Type_t * ___destinationType1, RuntimeObject* ___nsResolver2, const RuntimeMethod* method); // System.Int32 System.Xml.Schema.XmlBaseConverter::Int64ToInt32(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlBaseConverter_Int64ToInt32_m928DC3717E0702A6EEB938D4772C57AD8F569068 (int64_t ___value0, const RuntimeMethod* method); // System.Int32 System.Xml.Schema.XmlBaseConverter::DecimalToInt32(System.Decimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlBaseConverter_DecimalToInt32_m0F28360D8E7E04C7A14CE5B7AC383EAD178BB175 (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___value0, const RuntimeMethod* method); // System.Int32 System.Xml.XmlConvert::ToInt32(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlConvert_ToInt32_mC0C53CC21654A0E479438CA81FC22CCFAD9128D5 (String_t* ___s0, const RuntimeMethod* method); // System.Int64 System.Xml.Schema.XmlBaseConverter::DecimalToInt64(System.Decimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t XmlBaseConverter_DecimalToInt64_mEDF4ED4070012F656FF544CA65762590D4BD5084 (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___value0, const RuntimeMethod* method); // System.Int64 System.Xml.XmlConvert::ToInt64(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t XmlConvert_ToInt64_mA4359842AD5F5E4233AA68C95E0186C137138B56 (String_t* ___s0, const RuntimeMethod* method); // System.String System.Xml.XmlConvert::ToString(System.Decimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_mF0F35219CB0F55A48EAF67875060E3BA68E122EB (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___value0, const RuntimeMethod* method); // System.Decimal System.Decimal::Truncate(System.Decimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 Decimal_Truncate_mC8618AC08AEB088BD6A0E1F6B00158FC78030644 (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___d0, const RuntimeMethod* method); // System.String System.Xml.XmlConvert::ToString(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m44192366B01E8A875E9756625F2FBBFA3A681D35 (int32_t ___value0, const RuntimeMethod* method); // System.String System.Xml.XmlConvert::ToString(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m79EC978DC82DB8052E9F7FD581D9E778CFBC523B (int64_t ___value0, const RuntimeMethod* method); // System.Type System.Xml.Schema.XmlBaseConverter::get_DefaultClrType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t * XmlBaseConverter_get_DefaultClrType_mEF68FF73D1C89C298241F8D7323D7F230DDDFD0C_inline (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaType System.Xml.Schema.XmlBaseConverter::get_SchemaType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlAtomicValue::.ctor(System.Xml.Schema.XmlSchemaType,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAtomicValue__ctor_m94A068BC6DBF6F6B6776FC25DCFC2783A87B7D01 (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * __this, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___xmlType0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Object System.Xml.Schema.XmlNumeric10Converter::ChangeTypeWildcardSource(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlNumeric10Converter_ChangeTypeWildcardSource_m74AAABE99429DC7FE84C21099BA86FE323D41298 (XmlNumeric10Converter_t3ECEC29605692B1FF957552D0D4D60BEFA80B87A * __this, RuntimeObject * ___value0, Type_t * ___destinationType1, RuntimeObject* ___nsResolver2, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlAtomicValue::.ctor(System.Xml.Schema.XmlSchemaType,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAtomicValue__ctor_m269BAC0CC815FFCD1D94901B2E35065F2CC3979D (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * __this, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___xmlType0, int32_t ___value1, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlAtomicValue::.ctor(System.Xml.Schema.XmlSchemaType,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAtomicValue__ctor_m084E81344290E4E2E3A792BAC6FCE90777FDDAA0 (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * __this, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___xmlType0, int64_t ___value1, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlAtomicValue::.ctor(System.Xml.Schema.XmlSchemaType,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAtomicValue__ctor_m10A1B0B8D03D6C25152C24904A561B1C20243863 (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * __this, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___xmlType0, String_t* ___value1, const RuntimeMethod* method); // System.Byte System.Xml.Schema.XmlBaseConverter::Int32ToByte(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t XmlBaseConverter_Int32ToByte_m828076A3F2EA35D95E4A7D40C11D2F90AEEF4C51 (int32_t ___value0, const RuntimeMethod* method); // System.Int16 System.Xml.Schema.XmlBaseConverter::Int32ToInt16(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t XmlBaseConverter_Int32ToInt16_mE45E173706B224F3D18E259866E91B8456FC28ED (int32_t ___value0, const RuntimeMethod* method); // System.SByte System.Xml.Schema.XmlBaseConverter::Int32ToSByte(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t XmlBaseConverter_Int32ToSByte_mBC63ADC365163261E135C05A34EF5A140006CBD1 (int32_t ___value0, const RuntimeMethod* method); // System.UInt16 System.Xml.Schema.XmlBaseConverter::Int32ToUInt16(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t XmlBaseConverter_Int32ToUInt16_mB7A12415A149E00C582D5C09A6ECE2CC64C102E6 (int32_t ___value0, const RuntimeMethod* method); // System.UInt32 System.Xml.Schema.XmlBaseConverter::Int64ToUInt32(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t XmlBaseConverter_Int64ToUInt32_m9E27688590032648A0A7A9D9E0851CD9CFC8C6AF (int64_t ___value0, const RuntimeMethod* method); // System.UInt64 System.Xml.Schema.XmlBaseConverter::DecimalToUInt64(System.Decimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t XmlBaseConverter_DecimalToUInt64_mEDD9AC922363665A634B6C5373B21D5E6AE997B4 (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___value0, const RuntimeMethod* method); // System.Decimal System.Decimal::op_Implicit(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 Decimal_op_Implicit_mA1E5D88789E76B64229A4665544AD4C5738432AA (uint64_t ___value0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlNumeric2Converter::.ctor(System.Xml.Schema.XmlSchemaType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNumeric2Converter__ctor_m4C8C43D5B42E11ADFBF4767F98DEF39B4A2EF5C2 (XmlNumeric2Converter_tEEE345BFB7BC20FAFC7E438E865932AB0EE44B30 * __this, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___schemaType0, const RuntimeMethod* method); // System.Single System.Xml.XmlConvert::ToSingle(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float XmlConvert_ToSingle_m4DE455510DC38C792C67B809F96013181A2C74DF (String_t* ___s0, const RuntimeMethod* method); // System.Double System.Xml.XmlConvert::ToDouble(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double XmlConvert_ToDouble_m885EAC733DF6EDC8FA282119C5364DC3F1B60D55 (String_t* ___s0, const RuntimeMethod* method); // System.String System.Xml.XmlConvert::ToString(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m0643D6F180F5822924A75CDCFBF4FC62B69AF4DC (float ___value0, const RuntimeMethod* method); // System.String System.Xml.XmlConvert::ToString(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m51BE800D94C00383F928CCAFB3D0CA3A3F79250F (double ___value0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlAtomicValue::.ctor(System.Xml.Schema.XmlSchemaType,System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAtomicValue__ctor_mE7C19B5B6146AE4AE88113665DB0838AC1235CB9 (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * __this, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___xmlType0, double ___value1, const RuntimeMethod* method); // System.Void System.Xml.XmlParserContext::.ctor(System.Xml.XmlNameTable,System.Xml.XmlNamespaceManager,System.String,System.String,System.String,System.String,System.String,System.String,System.Xml.XmlSpace,System.Text.Encoding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlParserContext__ctor_m63996BF18C49BBBBD15CE1D745A149A1B9CB4574 (XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * __this, XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * ___nt0, XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * ___nsMgr1, String_t* ___docTypeName2, String_t* ___pubId3, String_t* ___sysId4, String_t* ___internalSubset5, String_t* ___baseURI6, String_t* ___xmlLang7, int32_t ___xmlSpace8, Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___enc9, const RuntimeMethod* method); // System.Void System.Xml.XmlException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_m113008AE4B646E85154C99B3CBB55D536CBEFEB9 (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * __this, String_t* ___res0, String_t* ___arg1, const RuntimeMethod* method); // System.Boolean System.String::op_Inequality(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Inequality_mDDA2DDED3E7EF042987EB7180EE3E88105F0AAE2 (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method); // System.Void System.Xml.XmlLinkedNode::.ctor(System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlLinkedNode__ctor_m5D69904A83B963E33353140D64EC323118BB14E8 (XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * __this, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___doc0, const RuntimeMethod* method); // System.Void System.Xml.XmlProcessingInstruction::set_Data(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlProcessingInstruction_set_Data_m046C586C52D35DAD42015DBB06F09EDAA9FAB645 (XmlProcessingInstruction_t525E2FBFF021956482F320EEA1ACED57CFC304AE * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Xml.XmlQualifiedName::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlQualifiedName__ctor_m1A19E27B7945587EBC7FF67CF33F4920D28C4E70 (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * __this, String_t* ___name0, String_t* ___ns1, const RuntimeMethod* method); // System.Xml.XmlQualifiedName/HashCodeOfStringDelegate System.Xml.XmlQualifiedName::GetHashCodeDelegate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HashCodeOfStringDelegate_tAE9DAB0A55A64F35CCEE05D71856BAAF6C0B668E * XmlQualifiedName_GetHashCodeDelegate_mFF7F67618D2A59719F2521DBEB667CD9138C8C05 (const RuntimeMethod* method); // System.String System.Xml.XmlQualifiedName::get_Name() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * __this, const RuntimeMethod* method); // System.Int32 System.String::get_Length() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline (String_t* __this, const RuntimeMethod* method); // System.Int32 System.Xml.XmlQualifiedName/HashCodeOfStringDelegate::Invoke(System.String,System.Int32,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HashCodeOfStringDelegate_Invoke_m87607B71AC70881412D955FBD48211D8DDA64523 (HashCodeOfStringDelegate_tAE9DAB0A55A64F35CCEE05D71856BAAF6C0B668E * __this, String_t* ___s0, int32_t ___sLen1, int64_t ___additionalEntropy2, const RuntimeMethod* method); // System.String System.Xml.XmlQualifiedName::get_Namespace() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlQualifiedName_get_Namespace_m2693E9023068C90F95C47FDB5685F1563ECE0025_inline (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * __this, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44 (String_t* ___str00, String_t* ___str11, String_t* ___str22, const RuntimeMethod* method); // System.Boolean System.Xml.XmlQualifiedName::op_Inequality(System.Xml.XmlQualifiedName,System.Xml.XmlQualifiedName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlQualifiedName_op_Inequality_mE936A26821D5560DB9C31D32003B162445FF2FB9 (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___a0, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___b1, const RuntimeMethod* method); // System.Boolean System.String::op_Equality(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method); // System.Boolean System.Xml.XmlQualifiedName::op_Equality(System.Xml.XmlQualifiedName,System.Xml.XmlQualifiedName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlQualifiedName_op_Equality_m7CE4231FA43675A921801445098D44244B3E77D1 (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___a0, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___b1, const RuntimeMethod* method); // System.Boolean System.Xml.XmlQualifiedName::IsRandomizedHashingDisabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlQualifiedName_IsRandomizedHashingDisabled_m10CF7A3D33EEA6932A93B34DE4982391170BB7C0 (const RuntimeMethod* method); // System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E (RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ___handle0, const RuntimeMethod* method); // System.Reflection.MethodInfo System.Type::GetMethod(System.String,System.Reflection.BindingFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * Type_GetMethod_m2DDEF37DF33D28F579BA8E03F4376B67D91F0DEB (Type_t * __this, String_t* ___name0, int32_t ___bindingAttr1, const RuntimeMethod* method); // System.Boolean System.Reflection.MethodInfo::op_Inequality(System.Reflection.MethodInfo,System.Reflection.MethodInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MethodInfo_op_Inequality_mDE1DAA5D330E9C975AC6423FC2D06862637BE68D (MethodInfo_t * ___left0, MethodInfo_t * ___right1, const RuntimeMethod* method); // System.Delegate System.Delegate::CreateDelegate(System.Type,System.Reflection.MethodInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * Delegate_CreateDelegate_m4B6F4C6A4A3C1B2C55CD01FEA15E0C801CADCB24 (Type_t * ___type0, MethodInfo_t * ___method1, const RuntimeMethod* method); // System.Void System.Xml.XmlQualifiedName/HashCodeOfStringDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HashCodeOfStringDelegate__ctor_m844FB602B7099CDD0B3C4CE8849B84110227A8BA (HashCodeOfStringDelegate_tAE9DAB0A55A64F35CCEE05D71856BAAF6C0B668E * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void System.Xml.ValidateNames::ParseQNameThrow(System.String,System.String&,System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValidateNames_ParseQNameThrow_m7EA36DC81757EC1D9E3287E4C29CEB86C1152956 (String_t* ___s0, String_t** ___prefix1, String_t** ___localName2, const RuntimeMethod* method); // System.Void System.Xml.XmlQualifiedName::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlQualifiedName__ctor_m73A954A83BC208D5CA3B1F1D328DDF6C29453E79 (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Void System.Xml.XmlRawWriterBase64Encoder::.ctor(System.Xml.XmlRawWriter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlRawWriterBase64Encoder__ctor_m4E5BD083CDCF38592F4A0CD204D0B2C280CD1843 (XmlRawWriterBase64Encoder_t9C3C2BA7B5405031118DAA3614D21021CCC07EFB * __this, XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * ___rawWriter0, const RuntimeMethod* method); // System.Void System.Xml.Base64Encoder::Encode(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Base64Encoder_Encode_m509E97EFC0083786A43EAC7F2831D19B5B781BCB (Base64Encoder_tF36936300CC9B84076C8F16EE4AF8074ACA40CE9 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method); // System.String System.String::CreateString(System.Char[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_mC7F57CE6ED768CF86591160424FE55D5CBA7C344 (String_t* __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___val0, const RuntimeMethod* method); // System.String System.String::CreateString(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_m16F181739FD8BA877868803DE2CE0EF0A4668D0E (String_t* __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___val0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method); // System.Void System.NotSupportedException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * __this, const RuntimeMethod* method); // System.Void System.Xml.Base64Encoder::Flush() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Base64Encoder_Flush_m7C096C39FD6F6EB5AAEBB7C5ED816DD8F24CA5B0 (Base64Encoder_tF36936300CC9B84076C8F16EE4AF8074ACA40CE9 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlWriter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlWriter__ctor_mAA10A026AD230D064314D2AE472A144D18418A01 (XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * __this, const RuntimeMethod* method); // System.Void System.Xml.Base64Encoder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Base64Encoder__ctor_mAAE28E108AB8E4710DCC49C8A9433D3F98865C5A (Base64Encoder_tF36936300CC9B84076C8F16EE4AF8074ACA40CE9 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlReaderSettings::Initialize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReaderSettings_Initialize_mB93DD90394577198A189E985956971EB4659355E (XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlReaderSettings::CheckReadOnly(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReaderSettings_CheckReadOnly_m8B3E6156C48BADB7F04EC0FFEE3F46D529A100D8 (XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * __this, String_t* ___propertyName0, const RuntimeMethod* method); // System.Void System.Xml.XmlReaderSettings::set_IsXmlResolverSet(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlReaderSettings_set_IsXmlResolverSet_m4374404167E732ADF4FF5D5699DA1A2763B4A048_inline (XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * __this, String_t* ___paramName0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaSet::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaSet__ctor_m392AAF6C6A920E071739BC9681C2CC17B73560C9 (XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlReaderSettings::Initialize(System.Xml.XmlResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReaderSettings_Initialize_m56F1A5671961C72B0C90F6C502E1F035A0168AF7 (XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * __this, XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * ___resolver0, const RuntimeMethod* method); // System.Xml.XmlResolver System.Xml.XmlReaderSettings::CreateDefaultResolver() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * XmlReaderSettings_CreateDefaultResolver_mF092A1338021472409FCD6B5E8C5D678F2DB96A6 (const RuntimeMethod* method); // System.Void System.Xml.XmlUrlResolver::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlUrlResolver__ctor_m6CDB6CC5B0725F9723A7632AF1ED062E877DD449 (XmlUrlResolver_t341613B5C62E06DC2382255E0AE4D763AD302AE1 * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() inline bool Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_inline (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * __this, const RuntimeMethod* method) { return (( bool (*) (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 *, const RuntimeMethod*))Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_gshared_inline)(__this, method); } // !0 System.Nullable`1::get_Value() inline bool Nullable_1_get_Value_m13FD52C148CEB97A833E1C31CFC0FF8C1A7C0F0B (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * __this, const RuntimeMethod* method) { return (( bool (*) (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 *, const RuntimeMethod*))Nullable_1_get_Value_m13FD52C148CEB97A833E1C31CFC0FF8C1A7C0F0B_gshared)(__this, method); } // System.Boolean System.Xml.BinaryCompatibility::get_TargetsAtLeast_Desktop_V4_5_2() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool BinaryCompatibility_get_TargetsAtLeast_Desktop_V4_5_2_m2547F245B10BFAFFBDB01D434A53F9FAC10C870C_inline (const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) inline void Nullable_1__ctor_mBD9860C6159D4C77D6FFEF79D6DE34EDF2F44A49 (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * __this, bool ___value0, const RuntimeMethod* method) { (( void (*) (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 *, bool, const RuntimeMethod*))Nullable_1__ctor_mBD9860C6159D4C77D6FFEF79D6DE34EDF2F44A49_gshared)(__this, ___value0, method); } // System.Void System.IO.Stream::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stream__ctor_m5EB0B4BCC014E7D1F18FE0E72B2D6D0C5C13D5C4 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlDownloadManager::Remove(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDownloadManager_Remove_mDB809C83C927D285B55574D4A4F8267CBE282306 (XmlDownloadManager_t28FF2F536CFB5125C74928F7DC706692604D5A9D * __this, String_t* ___host0, const RuntimeMethod* method); // System.Void System.Object::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_Finalize_mC59C83CF4F7707E425FFA6362931C25D4C36676A (RuntimeObject * __this, const RuntimeMethod* method); // System.Void System.GC::SuppressFinalize(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GC_SuppressFinalize_mEE880E988C6AF32AA2F67F2D62715281EAA41555 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void System.IO.Stream::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stream_Dispose_mDC5C7A9933446223A84ED106AE3E949E644FB0BE (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * __this, bool ___disposing0, const RuntimeMethod* method); // System.Boolean System.Uri::op_Equality(System.Uri,System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_op_Equality_mB322C9CBB45846441BDCA7357E7D28123824ED83 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri10, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri21, const RuntimeMethod* method); // System.Boolean System.Uri::get_IsAbsoluteUri() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_IsAbsoluteUri_m013346D65055CFEDF9E742534A584573C18A0E25 (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method); // System.String System.Uri::get_OriginalString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_OriginalString_mBD94B4BB84AE9C051C1CA8BA33C14D5BAD25B0AC (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method); // System.Void System.Uri::.ctor(System.String,System.UriKind) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri__ctor_m2D669E1153A700F9ED8BA31473565827AF8E39EF (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, String_t* ___uriString0, int32_t ___uriKind1, const RuntimeMethod* method); // System.String System.IO.Path::GetFullPath(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Path_GetFullPath_m4AECE56CB0187AD8375137200EDA24AE4F317963 (String_t* ___path0, const RuntimeMethod* method); // System.Void System.Uri::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri__ctor_m7724F43B1525624FFF97A774B6B909B075714D5C (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, String_t* ___uriString0, const RuntimeMethod* method); // System.Void System.NotSupportedException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90 (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.Uri::.ctor(System.Uri,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri__ctor_m0B44AFB01F3FEDE9319BA4556288340D16101F9D (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___baseUri0, String_t* ___relativeUri1, const RuntimeMethod* method); // System.Void System.NotImplementedException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotImplementedException__ctor_mA2E9CE7F00CB335581A296D2596082D57E45BA83 (NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaObject::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaObject__ctor_mBFE80BA750F2D4379CEBFC3086373F28A273B1C5 (XmlSchemaObject_tD14BD548E370305745B6E1CAAF2572F1DBC7F3D3 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.NamespaceList::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NamespaceList__ctor_m9566E7F3D9A2AD24250815C97C373C6F62084C46 (NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A * __this, String_t* ___namespaces0, String_t* ___targetNamespace1, const RuntimeMethod* method); // System.Void System.Xml.Schema.NamespaceList::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NamespaceList__ctor_m9B1C40E79C3C2AFC2D359C51662D9FFA98E3EFE9 (NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaParticle::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaParticle__ctor_m64085D4FE99BD7935AE3E23F5C3BF7EDB5BC1B79 (XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaAnnotated::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaAnnotated__ctor_m8EA4887A695BB9F8024967A11279131FB03A0CE4 (XmlSchemaAnnotated_t68F13E739330186883290FF723E752BD26F2E3A7 * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaComplexType System.Xml.Schema.XmlSchemaComplexType::CreateAnyType(System.Xml.Schema.XmlSchemaContentProcessing) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * XmlSchemaComplexType_CreateAnyType_mB6CEAC4B0E6DAE48FE8110289377A9153448F99A (int32_t ___processContents0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaComplexType::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaComplexType__ctor_m1028860360EF1B7567CC98F81A2E9E08C4EC1E71 (XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaType::SetQualifiedName(System.Xml.XmlQualifiedName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaType_SetQualifiedName_m737AD54E695442D864C4CA795A0A147443403287 (XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * __this, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___value0, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaParticle System.Xml.Schema.XmlSchemaComplexType::get_ContentTypeParticle() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789 * XmlSchemaComplexType_get_ContentTypeParticle_m692124ACC5AB9FF5844FB13DE2A3AEBF6F9160A8_inline (XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaComplexType::SetContentTypeParticle(System.Xml.Schema.XmlSchemaParticle) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchemaComplexType_SetContentTypeParticle_m5EB7FB0694B5CC65C9DD124B303A25706FA45C74_inline (XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * __this, XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789 * ___value0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaType::SetContentType(System.Xml.Schema.XmlSchemaContentType) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchemaType_SetContentType_m2171B3C161C9515C768FE7A97706AAE5C715838E_inline (XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * __this, int32_t ___value0, const RuntimeMethod* method); // System.Xml.Schema.SchemaElementDecl System.Xml.Schema.SchemaElementDecl::CreateAnyTypeElementDecl() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * SchemaElementDecl_CreateAnyTypeElementDecl_m63A3CFC8928AC8737A5ADD807D0D4CCBA980A56F (const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaType::set_ElementDecl(System.Xml.Schema.SchemaElementDecl) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaType_set_ElementDecl_m87A29302056A0E95A203DF85ABF344CBA2C3EEA3 (XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * __this, SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * ___value0, const RuntimeMethod* method); // System.Xml.Schema.SchemaElementDecl System.Xml.Schema.XmlSchemaType::get_ElementDecl() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * XmlSchemaType_get_ElementDecl_mADD6D177627D59B88B0AE329A6B987A68C60DC46 (XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.SchemaDeclBase::set_SchemaType(System.Xml.Schema.XmlSchemaType) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SchemaDeclBase_set_SchemaType_m5E77A5AD91AC87BF6B8F26864E24C4F2BA244FD0_inline (SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A * __this, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___value0, const RuntimeMethod* method); // System.Xml.Schema.ContentValidator System.Xml.Schema.XmlSchemaComplexType::get_AnyTypeContentValidator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * XmlSchemaComplexType_get_AnyTypeContentValidator_mBFB0DFBBE2ACFB093BC436B9B7273BF9EB5AE664 (const RuntimeMethod* method); // System.Void System.Xml.Schema.SchemaElementDecl::set_ContentValidator(System.Xml.Schema.ContentValidator) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SchemaElementDecl_set_ContentValidator_m3B5492EE4C0954E5FA732D03574FBB9576AD4E97_inline (SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * __this, ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * ___value0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaAny::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaAny__ctor_m411E6BB0E3D4985D8188B379D746C4A9D1F3E227 (XmlSchemaAny_t30CEED9ED80E3CB00EA10233A22CA552F49D7A1C * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaParticle::set_MinOccurs(System.Decimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaParticle_set_MinOccurs_mF7852BBB556CDC639AAFBC9157B2650E4E6BC571 (XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789 * __this, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___value0, const RuntimeMethod* method); // System.Void System.Decimal::.ctor(System.Int32,System.Int32,System.Int32,System.Boolean,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Decimal__ctor_mB9DFF414FB23863B982F9D863D6E57867995C7F3 (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * __this, int32_t ___lo0, int32_t ___mid1, int32_t ___hi2, bool ___isNegative3, uint8_t ___scale4, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaParticle::set_MaxOccurs(System.Decimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaParticle_set_MaxOccurs_mCF8A820051B97C6C5E9C07D8DD60DD23124A58FE (XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789 * __this, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___value0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaAny::set_ProcessContents(System.Xml.Schema.XmlSchemaContentProcessing) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchemaAny_set_ProcessContents_m804608BAD4683FA309A85BDDD7E70C00EB536A33_inline (XmlSchemaAny_t30CEED9ED80E3CB00EA10233A22CA552F49D7A1C * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaAny::BuildNamespaceList(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaAny_BuildNamespaceList_m904E5F0625C8E72051F985153D540E6183101821 (XmlSchemaAny_t30CEED9ED80E3CB00EA10233A22CA552F49D7A1C * __this, String_t* ___targetNamespace0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaSequence::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaSequence__ctor_m332AE7D21DA324EBA8AF1E8DAE1761E9BB03C510 (XmlSchemaSequence_t6C94DB85E74779BE018C34D94204C037416E9C03 * __this, const RuntimeMethod* method); // System.Int32 System.Xml.Schema.XmlSchemaObjectCollection::Add(System.Xml.Schema.XmlSchemaObject) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlSchemaObjectCollection_Add_mCB1EA5137061E02BF60A1AE2C6F40CF282D97270 (XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931 * __this, XmlSchemaObject_tD14BD548E370305745B6E1CAAF2572F1DBC7F3D3 * ___item0, const RuntimeMethod* method); // System.Void System.Xml.Schema.ParticleContentValidator::.ctor(System.Xml.Schema.XmlSchemaContentType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParticleContentValidator__ctor_m036FEED0E74413DA78C5C8C6E9717D819D151752 (ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * __this, int32_t ___contentType0, const RuntimeMethod* method); // System.Void System.Xml.Schema.ParticleContentValidator::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParticleContentValidator_Start_m5F7A45E5F5562BE2FEAC19614FA29E3BCA436E42 (ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.ParticleContentValidator::OpenGroup() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParticleContentValidator_OpenGroup_m973BDF07A71F08D03C7894C5575F1F233CB7E8CF (ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * __this, const RuntimeMethod* method); // System.Xml.Schema.NamespaceList System.Xml.Schema.XmlSchemaAny::get_NamespaceList() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A * XmlSchemaAny_get_NamespaceList_mC0548A81B75CA26BD0301B453E6EA25C5A4670CF_inline (XmlSchemaAny_t30CEED9ED80E3CB00EA10233A22CA552F49D7A1C * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.ParticleContentValidator::AddNamespaceList(System.Xml.Schema.NamespaceList,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParticleContentValidator_AddNamespaceList_mCD51F085021060340A5FBFA5C6BCD5F79AD499C3 (ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * __this, NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A * ___namespaceList0, RuntimeObject * ___particle1, const RuntimeMethod* method); // System.Void System.Xml.Schema.ParticleContentValidator::AddStar() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParticleContentValidator_AddStar_m06BFACA99A99EAED7580866C6EC3EBD1F3C6C869 (ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.ParticleContentValidator::CloseGroup() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParticleContentValidator_CloseGroup_m994F4F856FB3CA4ED0EDF76256BA860141878BA5 (ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * __this, const RuntimeMethod* method); // System.Xml.Schema.ContentValidator System.Xml.Schema.ParticleContentValidator::Finish(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * ParticleContentValidator_Finish_mBF314E2EA41899551CC6C650847A491EECBE69D8 (ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * __this, bool ___useDFA0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaAnyAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaAnyAttribute__ctor_m329482E3F02ECC9C6FE5CA9E6F9CD668E2BFC3BF (XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaAnyAttribute::set_ProcessContents(System.Xml.Schema.XmlSchemaContentProcessing) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchemaAnyAttribute_set_ProcessContents_m202657E297C999EE920D0018F858EE312623B1E9_inline (XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaAnyAttribute::BuildNamespaceList(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaAnyAttribute_BuildNamespaceList_m23EF871C55885EA874CC2D9C2A3628D40B70EA6A (XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80 * __this, String_t* ___targetNamespace0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaComplexType::SetAttributeWildcard(System.Xml.Schema.XmlSchemaAnyAttribute) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchemaComplexType_SetAttributeWildcard_m675937DFE12A53A087F68AFB317DF665D8E997F1_inline (XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * __this, XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80 * ___value0, const RuntimeMethod* method); // System.Void System.Xml.Schema.SchemaElementDecl::set_AnyAttribute(System.Xml.Schema.XmlSchemaAnyAttribute) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SchemaElementDecl_set_AnyAttribute_m5937BBB3D6CCC2263AE4B778A6B3B9E3A2586E74_inline (SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * __this, XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80 * ___value0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaType::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaType__ctor_m40B3B98F5C5388B2F58547FC36EA073B44F59F5C (XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * __this, const RuntimeMethod* method); // System.Xml.Schema.ContentValidator System.Xml.Schema.SchemaElementDecl::get_ContentValidator() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * SchemaElementDecl_get_ContentValidator_m1AFD6086B0FB2DF11CC1185D8335E1AAD80AED9E_inline (SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * __this, const RuntimeMethod* method); // System.String System.Xml.Schema.XmlSchemaDatatype::TypeCodeToString(System.Xml.Schema.XmlTypeCode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlSchemaDatatype_TypeCodeToString_m2FD6A00BC50EDAC4E1E30B686A0BC959B9C56120 (XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * __this, int32_t ___typeCode0, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B (String_t* ___str00, String_t* ___str11, const RuntimeMethod* method); // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::FromXmlTokenizedType(System.Xml.XmlTokenizedType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * DatatypeImplementation_FromXmlTokenizedType_m12FF46F2C634EAE6CD92D70F0F2E72359CE8090A (int32_t ___token0, const RuntimeMethod* method); // System.Void System.SystemException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemException__ctor_m20F619D15EAA349C6CE181A65A47C336200EBD19 (SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method); // System.Object System.Runtime.Serialization.SerializationInfo::GetValue(System.String,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SerializationInfo_GetValue_mF6E311779D55AD7C80B2D19FF2A7E9683AEF2A99 (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, String_t* ___name0, Type_t * ___type1, const RuntimeMethod* method); // System.Runtime.Serialization.SerializationInfoEnumerator System.Runtime.Serialization.SerializationInfo::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 * SerializationInfo_GetEnumerator_m88A3A4E9DD1E1F276016B0205CF62DDB876B9575 (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, const RuntimeMethod* method); // System.Runtime.Serialization.SerializationEntry System.Runtime.Serialization.SerializationInfoEnumerator::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E SerializationInfoEnumerator_get_Current_mD46A02033DA35A55D982FB2B3DD56CE56FDFB314 (SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 * __this, const RuntimeMethod* method); // System.String System.Runtime.Serialization.SerializationEntry::get_Name() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* SerializationEntry_get_Name_m1314B9BFC9D6CFCC607FF1B2B748583DAEB1D1E2_inline (SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E * __this, const RuntimeMethod* method); // System.Object System.Runtime.Serialization.SerializationEntry::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * SerializationEntry_get_Value_m7D4406AB9EF2F4ADE65FFC23C4F79EB1A3749BD6_inline (SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E * __this, const RuntimeMethod* method); // System.Boolean System.Runtime.Serialization.SerializationInfoEnumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SerializationInfoEnumerator_MoveNext_m661034C94476113FEB5A3C98A5EA9456ACFA2E9F (SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 * __this, const RuntimeMethod* method); // System.String System.Xml.Schema.XmlSchemaException::CreateMessage(System.String,System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlSchemaException_CreateMessage_m9C32C9C482A75AB0D395D081F854C76938B14040 (String_t* ___res0, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___args1, const RuntimeMethod* method); // System.Void System.Exception::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception_GetObjectData_m2031046D41E7BEE3C743E918B358A336F99D6882 (Exception_t * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_mA50C2668EF700C2239DDC362F8DB409020BB763D (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, String_t* ___name0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m3DF5B182A63FFCD12287E97EA38944D0C6405BB5 (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, String_t* ___name0, int32_t ___value1, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaException__ctor_m407E642A7ACCA9556696BC00C24B5869988BB7F2 (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaException::.ctor(System.String,System.Exception,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaException__ctor_m87AB74E25F302A2F5299E1AF5843D3FE0BAA2C93 (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * __this, String_t* ___message0, Exception_t * ___innerException1, int32_t ___lineNumber2, int32_t ___linePosition3, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaException::.ctor(System.String,System.String[],System.Exception,System.String,System.Int32,System.Int32,System.Xml.Schema.XmlSchemaObject) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaException__ctor_mC23C16D60D6EAB6F56CF8753BBC9DC776D213CDE (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * __this, String_t* ___res0, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___args1, Exception_t * ___innerException2, String_t* ___sourceUri3, int32_t ___lineNumber4, int32_t ___linePosition5, XmlSchemaObject_tD14BD548E370305745B6E1CAAF2572F1DBC7F3D3 * ___source6, const RuntimeMethod* method); // System.Void System.SystemException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemException__ctor_m14A39C396B94BEE4EFEA201FB748572011855A94 (SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method); // System.Void System.Exception::set_HResult(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Exception_set_HResult_mB9E603303A0678B32684B0EEC144334BAB0E6392_inline (Exception_t * __this, int32_t ___value0, const RuntimeMethod* method); // System.String System.Xml.Res::GetString(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Res_GetString_m1D06B81901B03CA849045926741403907612BB4B (String_t* ___name0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args1, const RuntimeMethod* method); // System.String System.Exception::get_Message() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Exception_get_Message_mC7A96CEBF52567CEF612C8C75A99A735A83E883F (Exception_t * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaInfo::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaInfo_Clear_mBEDF4073660F57AC112EF8CF541183F016035309 (XmlSchemaInfo_t0C254CFF8C2758ADB658FC8DA817E5E6D040594B * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaInfo::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaInfo__ctor_mDDF51EBC3A13E8ED19A59807D2BFA867B01A4091 (XmlSchemaInfo_t0C254CFF8C2758ADB658FC8DA817E5E6D040594B * __this, const RuntimeMethod* method); // System.Void System.Collections.CollectionBase::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CollectionBase__ctor_mC65199871A81FB0FF4071DF95CD38D5ECEBEE1A4 (CollectionBase_tE5EF6826359F7FAC04D2F5E8AB93E1363A5826EB * __this, const RuntimeMethod* method); // System.Collections.IList System.Collections.CollectionBase::get_List() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CollectionBase_get_List_mC62920CA96CD5E586FB1C5F8174B882066891F95 (CollectionBase_tE5EF6826359F7FAC04D2F5E8AB93E1363A5826EB * __this, const RuntimeMethod* method); // System.Boolean System.Decimal::op_LessThan(System.Decimal,System.Decimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Decimal_op_LessThan_m4D61A04048B5556710158E5787271EACC87F269F (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___d10, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___d21, const RuntimeMethod* method); // System.Boolean System.Decimal::op_Inequality(System.Decimal,System.Decimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Decimal_op_Inequality_m1524E424F030A184C95FA1AF24C76487E612E296 (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___d10, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___d21, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaException__ctor_mC194833624F11A84B8100C17B5FEE44178FAA6E6 (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * __this, String_t* ___res0, String_t* ___arg1, const RuntimeMethod* method); // System.Boolean System.Decimal::op_Equality(System.Decimal,System.Decimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Decimal_op_Equality_m2A6DA65ED2EA13C91B50973C956BAC180925D049 (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___d10, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___d21, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaParticle/EmptyParticle::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyParticle__ctor_m4B88D5F7EC79C791A079EC62E9CCD05AB1064C9A (EmptyParticle_t56BD41298CE124A8F2F4F4426105E1663120F7BF * __this, const RuntimeMethod* method); // System.Void System.Attribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1 (Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaObjectCollection::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaObjectCollection__ctor_mF4135302411643CD15B1429B851C38F7877102D9 (XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaGroupBase::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaGroupBase__ctor_m3C701CBA2D573EE2C22ED4D82FF18DEDBB4B2F7A (XmlSchemaGroupBase_tBB7F26134C0D82EA71D1773C84856397919DD5DA * __this, const RuntimeMethod* method); // System.Void System.Xml.NameTable::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameTable__ctor_mE309EB2FC114B34D12ED3FBC00E878AF6A154CB0 (NameTable_t3BB114C691B98D26C27BAF10FFFE11D974EE4728 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaSet::.ctor(System.Xml.XmlNameTable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaSet__ctor_mB2389B154959C129F22B8AA6EBD31CD839E14C23 (XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0 * __this, XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * ___nameTable0, const RuntimeMethod* method); // System.Void System.Collections.SortedList::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SortedList__ctor_m1BF566C7726F1DD3A683A8F78B6DB740C7AADEC6 (SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 * __this, const RuntimeMethod* method); // System.Void System.Collections.Hashtable::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91 (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.ValidationEventHandler::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValidationEventHandler__ctor_m89CCA5876079F0FE71C8999D969BB772A689E823 (ValidationEventHandler_tE0F1666DEE5D41D7A2A1D78B8E6B07EC830ACE3C * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void System.Xml.XmlReaderSettings::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReaderSettings__ctor_m0DFDE914376FEE80656E0BB346D8DB51114EDC00 (XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * __this, const RuntimeMethod* method); // System.Xml.XmlResolver System.Xml.XmlReaderSettings::GetXmlResolver() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * XmlReaderSettings_GetXmlResolver_mE28769077AE9F6D961723B225E0FCA918B47B64E_inline (XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlReaderSettings::set_XmlResolver(System.Xml.XmlResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReaderSettings_set_XmlResolver_m8A353E1F21B4DCED11401FB9D65D1321177CF596 (XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * __this, XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * ___value0, const RuntimeMethod* method); // System.Void System.Xml.XmlReaderSettings::set_NameTable(System.Xml.XmlNameTable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReaderSettings_set_NameTable_m60D918CF4E0ABE09514872010EA9273EE281D5C9 (XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * __this, XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * ___value0, const RuntimeMethod* method); // System.Void System.Xml.XmlReaderSettings::set_DtdProcessing(System.Xml.DtdProcessing) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReaderSettings_set_DtdProcessing_mE077A237F70523E4BDC9C25668CD70471BA4138C (XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaCompilationSettings::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaCompilationSettings__ctor_mB64834FD648ECB80B6042AC314386800CA8F3B26 (XmlSchemaCompilationSettings_t8E2045013B266953963A394832ACE9616545C3BC * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.SchemaInfo::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SchemaInfo__ctor_m698835CEBA256CAD8F929513EE0AB71D6E7DE2AD (SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlSeverityType System.Xml.Schema.ValidationEventArgs::get_Severity() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ValidationEventArgs_get_Severity_m76F16371C2A4550B55BFF504FC1D1B2FC5CEAD07_inline (ValidationEventArgs_t2CDBD5648CBB2EBA43B34779195D3B13F4C14F17 * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaException System.Xml.Schema.ValidationEventArgs::get_Exception() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * ValidationEventArgs_get_Exception_m01CDAE32415DBC8A32EFA7CA548E09F9414324B0_inline (ValidationEventArgs_t2CDBD5648CBB2EBA43B34779195D3B13F4C14F17 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaSimpleTypeContent::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaSimpleTypeContent__ctor_mF78F26B99830E06D514314E60FA6C8F5C58BC760 (XmlSchemaSimpleTypeContent_t38B7E1118EA6B9348F35D47139C9BE910724DB65 * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.DatatypeImplementation::GetSimpleTypeFromTypeCode(System.Xml.Schema.XmlTypeCode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * DatatypeImplementation_GetSimpleTypeFromTypeCode_m46F9CACE3CA81E31BD1CCFD8E7273459B0DD5701 (int32_t ___typeCode0, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaComplexType System.Xml.Schema.XmlSchemaComplexType::get_AnyType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * XmlSchemaComplexType_get_AnyType_m30B4FA72506565A0CD057CAE919DF376E1DB088F_inline (const RuntimeMethod* method); // System.Void System.Xml.XmlCharacterData::.ctor(System.String,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlCharacterData__ctor_m92DACE6F1470B2FABC19CE1DB3B8170BC346AA30 (XmlCharacterData_tDE362DEBB89559C552E40DB1346331A259C9205B * __this, String_t* ___data0, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___doc1, const RuntimeMethod* method); // System.Boolean System.Xml.XmlDocument::get_IsLoading() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlDocument_get_IsLoading_m3B73B787E62F30F277275598CF50D1258706E681_inline (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, const RuntimeMethod* method); // System.Boolean System.Xml.XmlCharacterData::CheckOnData(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharacterData_CheckOnData_m9A57001C001BA5EB4524F44562C20D27E79A3B81 (XmlCharacterData_tDE362DEBB89559C552E40DB1346331A259C9205B * __this, String_t* ___data0, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlNode_get_ParentNode_mAE5BBA15BE0FF8FE4869BFCA1ECB6740C969B7A8 (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.XmlCharacterData::DecideXPNodeTypeForTextNodes(System.Xml.XmlNode,System.Xml.XPath.XPathNodeType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharacterData_DecideXPNodeTypeForTextNodes_mFFA41E1283584284B06EC369FF0407A26526E041 (XmlCharacterData_tDE362DEBB89559C552E40DB1346331A259C9205B * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___node0, int32_t* ___xnt1, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlStringConverter::.ctor(System.Xml.Schema.XmlSchemaType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlStringConverter__ctor_mFAD5ADD6FFF08E38E3F2ACA61E477560D5D8EE33 (XmlStringConverter_t5625F520C5933C04C64CAD61B874ABFFFB4F893F * __this, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___schemaType0, const RuntimeMethod* method); // System.Void System.Xml.XmlText::.ctor(System.String,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlText__ctor_m3B02FD062F74A1E957C6B1A9F67E055FD1997C32 (XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 * __this, String_t* ___strData0, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___doc1, const RuntimeMethod* method); // System.Void System.Xml.XmlUnspecifiedAttribute::SetSpecified(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlUnspecifiedAttribute_SetSpecified_mF9C15FC0EA42FC85CAA50C4D5D996F4127840D44_inline (XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641 * __this, bool ___f0, const RuntimeMethod* method); // System.Void System.Xml.XmlReader::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReader__ctor_mC39484EF621817625CE8A5EB07F9B1218742843C (XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::.ctor(System.IO.TextReader,System.Xml.XmlNameTable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl__ctor_mEA72120E0465C5160642D9033982859FCA95AA52 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * ___input0, XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * ___nt1, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::set_OuterReader(System.Xml.XmlReader) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlTextReaderImpl_set_OuterReader_m4F6518FD5B0974BBD4E2784A08B42D506C0C7C66_inline (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * ___value0, const RuntimeMethod* method); // System.String System.Xml.XmlTextReaderImpl::LookupPrefix(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTextReaderImpl_LookupPrefix_m7747E0B9B2DAF12207A906C4A839BF4C5AFFE7F5 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, String_t* ___namespaceName0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::set_EntityHandling(System.Xml.EntityHandling) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_set_EntityHandling_mB6597AB2046C6D7FD0C70EA19D4BDC05138A36D8 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::set_XmlResolver(System.Xml.XmlResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_set_XmlResolver_m44FF2066BA2BC478D9FC42BA6619ED161906195E (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * ___value0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::set_XmlValidatingReaderCompatibilityMode(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_set_XmlValidatingReaderCompatibilityMode_mC1560DDC79C8BCDB26858DFABCDF3DC9BED97387 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, bool ___value0, const RuntimeMethod* method); // System.Xml.XmlCharType System.Xml.XmlCharType::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA XmlCharType_get_Instance_mA3CFC9BC3797565FD176224C6116F41AC8BA65B5 (const RuntimeMethod* method); // System.Void System.Tuple`4::.ctor(!0,!1,!2,!3) inline void Tuple_4__ctor_m78AC669EC4BE1118DDCAC11FDAB732427FBD2FF7 (Tuple_4_t261F9F934878FC10CFB74B1A5C5E9BF0D1564808 * __this, int32_t ___item10, int32_t ___item21, int32_t ___item32, bool ___item43, const RuntimeMethod* method) { (( void (*) (Tuple_4_t261F9F934878FC10CFB74B1A5C5E9BF0D1564808 *, int32_t, int32_t, int32_t, bool, const RuntimeMethod*))Tuple_4__ctor_m78AC669EC4BE1118DDCAC11FDAB732427FBD2FF7_gshared)(__this, ___item10, ___item21, ___item32, ___item43, method); } // System.Threading.Tasks.Task`1 System.Threading.Tasks.Task::FromResult>(!!0) inline Task_1_tDC99D8BCBDBB4A01765BBF5823E5764CEC20D642 * Task_FromResult_TisTuple_4_t261F9F934878FC10CFB74B1A5C5E9BF0D1564808_m95D80E4AF60AE573F5C7F24041C57045A43686E8 (Tuple_4_t261F9F934878FC10CFB74B1A5C5E9BF0D1564808 * ___result0, const RuntimeMethod* method) { return (( Task_1_tDC99D8BCBDBB4A01765BBF5823E5764CEC20D642 * (*) (Tuple_4_t261F9F934878FC10CFB74B1A5C5E9BF0D1564808 *, const RuntimeMethod*))Task_FromResult_TisRuntimeObject_m946FF2F9AECDCA195EF1C972DB32D57DF36A0988_gshared)(___result0, method); } // System.Boolean System.Xml.XmlReaderSettings::EnableLegacyXmlSettings() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlReaderSettings_EnableLegacyXmlSettings_m9804ADD0E2A7E499F439908D31814569A0D0F570 (const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl/NodeData::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NodeData__ctor_m98A61DC61B90E41B17BC4B4ECC19E93DEE2C49D1 (NodeData_tD504C5A621E7DD546954D87282438662327280EA * __this, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9 (StringBuilder_t * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl/XmlContext::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlContext__ctor_m5785549B37BF1B5F5295E45AA99FB8057AA2C120 (XmlContext_tAC94E49A4625E1E5BDD6390576509760DD2A162D * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::.ctor(System.String,System.IO.TextReader,System.Xml.XmlNameTable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl__ctor_mF0DD9EC4B0B0134B76A6A52C4B27367E20DC0060 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, String_t* ___url0, TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * ___input1, XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * ___nt2, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::.ctor(System.Xml.XmlNameTable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl__ctor_mA99948E044D7320256B0EEF65F8385BF40632C5B (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * ___nt0, const RuntimeMethod* method); // System.Void System.Xml.XmlNamespaceManager::.ctor(System.Xml.XmlNameTable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNamespaceManager__ctor_m644ECD044F339BFAB6C580569F28E87B03740A6C (XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * __this, XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * ___nameTable0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::InitTextReaderInput(System.String,System.IO.TextReader) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_InitTextReaderInput_m6335BFE9952794DC767A07433984C0404B29A5C1 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, String_t* ___baseUriStr0, TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * ___input1, const RuntimeMethod* method); // System.Xml.XmlNameTable System.Xml.XmlParserContext::get_NameTable() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * XmlParserContext_get_NameTable_mF1F657E238A6FAEC61018EB771640EB5E14A546D_inline (XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * __this, const RuntimeMethod* method); // System.Text.Encoding System.Text.Encoding::get_Unicode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * Encoding_get_Unicode_mB0C6AE1F91373CEB8A5BC5466F6B8F92C0A398B9 (const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::InitStringInput(System.String,System.Text.Encoding,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_InitStringInput_m60D461D7FBB8CBE814FF5B63BF0024445FAE4CF6 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, String_t* ___baseUriStr0, Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___originalEncoding1, String_t* ___str2, const RuntimeMethod* method); // System.String System.Xml.XmlParserContext::get_BaseURI() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlParserContext_get_BaseURI_mDC9771AD1C8F20ABB620B6B8FB05FF8588DEB4E4_inline (XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::InitFragmentReader(System.Xml.XmlNodeType,System.Xml.XmlParserContext,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_InitFragmentReader_mEF2D9E4078C3173B62868780B37399A548782C7D (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, int32_t ___fragmentType0, XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * ___parserContext1, bool ___allowXmlDeclFragment2, const RuntimeMethod* method); // System.Void System.Threading.Tasks.Task::Wait() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_Wait_m794A821EEA0F3071EDA168A8CEED6CA60C8D0E40 (Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * __this, const RuntimeMethod* method); // !0 System.Threading.Tasks.Task`1::get_Result() inline RuntimeObject * Task_1_get_Result_m5AE0280900FE1B30E8F1A784C0D2021A7B946106 (Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 *, const RuntimeMethod*))Task_1_get_Result_m5AE0280900FE1B30E8F1A784C0D2021A7B946106_gshared)(__this, method); } // System.Text.Encoding System.Xml.XmlParserContext::get_Encoding() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * XmlParserContext_get_Encoding_m720304147F955C4AD3C3F32AED76DB46F4BA15E3_inline (XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::InitStreamInput(System.Uri,System.String,System.IO.Stream,System.Byte[],System.Int32,System.Text.Encoding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_InitStreamInput_mA1DF76259609E56C6F1C4B3CBCE38ADD1BA7AFD1 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___baseUri0, String_t* ___baseUriStr1, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream2, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes3, int32_t ___byteCount4, Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___encoding5, const RuntimeMethod* method); // System.Boolean System.Xml.XmlParserContext::get_HasDtdInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlParserContext_get_HasDtdInfo_m0447D07746CD1353508C4F41CF342CAC07D32748 (XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::ProcessDtdFromParserContext(System.Xml.XmlParserContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ProcessDtdFromParserContext_m98B8AD6299D4789D695938B5CD15717AAC3EA887 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * ___context0, const RuntimeMethod* method); // System.Void System.Xml.XmlReaderSettings::set_ConformanceLevel(System.Xml.ConformanceLevel) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReaderSettings_set_ConformanceLevel_m4CE8E34E7AA470958A7455A7E6CBA121B3ABD8F0 (XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void System.Xml.XmlReaderSettings::set_CheckCharacters(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReaderSettings_set_CheckCharacters_mF91AEA1ABD612E9A2B6CD8A38203B1537AA2E14E (XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Xml.XmlReaderSettings::set_LineNumberOffset(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReaderSettings_set_LineNumberOffset_m7602E55CBBF9D044CD2815F8093378EC55101ED5 (XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void System.Xml.XmlReaderSettings::set_LinePositionOffset(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReaderSettings_set_LinePositionOffset_mC447A90F5E013D7A655D7C4B8537924C7A4D61C2 (XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void System.Xml.XmlReaderSettings::set_IgnoreWhitespace(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReaderSettings_set_IgnoreWhitespace_m3FFCC4B4904D0F7CD89A7FB49A7D9768885A9209 (XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Xml.XmlReaderSettings::set_IgnoreProcessingInstructions(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReaderSettings_set_IgnoreProcessingInstructions_m5AEB63724B2879855A91202918E08A03E31FB30A (XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Xml.XmlReaderSettings::set_IgnoreComments(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReaderSettings_set_IgnoreComments_m101F19ED6C272B0F1EF225676512FF9993A70184 (XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Xml.XmlReaderSettings::set_MaxCharactersInDocument(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReaderSettings_set_MaxCharactersInDocument_m090B7E940391038B277148CE795FA6874DE51128 (XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * __this, int64_t ___value0, const RuntimeMethod* method); // System.Void System.Xml.XmlReaderSettings::set_MaxCharactersFromEntities(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReaderSettings_set_MaxCharactersFromEntities_mB68B8D5D3DBF152858791ABD8B87C521AE287765 (XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * __this, int64_t ___value0, const RuntimeMethod* method); // System.Void System.Xml.XmlReaderSettings::set_ReadOnly(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlReaderSettings_set_ReadOnly_m74FE491C654B218A952FAA864B1357F018D0B403_inline (XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * __this, bool ___value0, const RuntimeMethod* method); // System.String System.Xml.XmlTextReaderImpl/NodeData::GetNameWPrefix(System.Xml.XmlNameTable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NodeData_GetNameWPrefix_m8F2FF2029F59DB52995603EA96CD02F53D934643 (NodeData_tD504C5A621E7DD546954D87282438662327280EA * __this, XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * ___nt0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::FinishPartialValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_FinishPartialValue_mFE1B627085AA211F70A07F3A6D1B97E4A68B5EDB (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::FinishOtherValueIterator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_FinishOtherValueIterator_mB1FA37B11B29DC48E3E36270A035D160B47FDA1E (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method); // System.String System.Xml.XmlTextReaderImpl/NodeData::get_StringValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NodeData_get_StringValue_m32820CD659C0A0D408D80BA40338AEDC3196BD58 (NodeData_tD504C5A621E7DD546954D87282438662327280EA * __this, const RuntimeMethod* method); // System.Boolean System.Xml.XmlTextReaderImpl/NodeData::get_IsEmptyElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NodeData_get_IsEmptyElement_mED36D29FD0ACC537153A3A3D9FF002712DD01C45 (NodeData_tD504C5A621E7DD546954D87282438662327280EA * __this, const RuntimeMethod* method); // System.Boolean System.Xml.XmlTextReaderImpl/NodeData::get_IsDefaultAttribute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NodeData_get_IsDefaultAttribute_m5E8F521D1295E84885505AB7D7FDF3FFE4FB1B98 (NodeData_tD504C5A621E7DD546954D87282438662327280EA * __this, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE (String_t* __this, Il2CppChar ___value0, const RuntimeMethod* method); // System.Int32 System.Xml.XmlTextReaderImpl::GetIndexOfAttributeWithoutPrefix(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_GetIndexOfAttributeWithoutPrefix_m2A9F75341DFAA7F03429337859A5820399DE8766 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Int32 System.Xml.XmlTextReaderImpl::GetIndexOfAttributeWithPrefix(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_GetIndexOfAttributeWithPrefix_mC306AFBEA1F3362CFD252A14B84E36884F415AE8 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Boolean System.Xml.XmlTextReaderImpl::get_InAttributeValueIterator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_get_InAttributeValueIterator_mEE715B301E74FC2A83A83C87B59964A91F0572B9 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::FinishAttributeValueIterator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_FinishAttributeValueIterator_m3782DD2A0CDB28A80150908098461A722D81D0F0 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::FinishInitUriString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_FinishInitUriString_mC909FBBC7ECB6822F343871BE5F4FAD6F2472FFC (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::FinishInitStream() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_FinishInitStream_m378F22F66F795379261D4A3899013FA54BD87565 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::FinishInitTextReader() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_FinishInitTextReader_m9DCC2E3B0DC01DF143DA43FE110137D231B336A5 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::FinishInit() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_FinishInit_m313E4A3A5AF444B8D061A53B9A2A7F1115E0EDC5 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.XmlTextReaderImpl::ParseElementContent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ParseElementContent_mA3E6F7A577ACC196548B77472EC697B74CF4915B (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.XmlTextReaderImpl::ParseDocumentContent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ParseDocumentContent_mDB51A548D80EF1EB9D16056E60E823ECFE07F273 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::OpenUrl() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_OpenUrl_m50418E2823982C25241F95D719866AC2DEF47787 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.XmlTextReaderImpl::ParseXmlDeclaration(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ParseXmlDeclaration_m253C6668A0AC21332871D1548F42A0E3CC8EFD8A (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, bool ___isTextDecl0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::ResetAttributes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ResetAttributes_mC7973129FA308C25A95249DAC0FA40FF7A2289CB (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method); // System.Xml.XmlTextReaderImpl/NodeData System.Xml.XmlTextReaderImpl::AddNode(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NodeData_tD504C5A621E7DD546954D87282438662327280EA * XmlTextReaderImpl_AddNode_mD77490818460EDE44A4A771E414485E3EFB34C89 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, int32_t ___nodeIndex0, int32_t ___nodeDepth1, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::PopElementContext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_PopElementContext_mA61319B605D6F3E9DAD043298F30BEF5ABFE1E8F (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl/NodeData::set_IsEmptyElement(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NodeData_set_IsEmptyElement_mD35C4A93F811F5F2C904B0EB1DEF2DE56460D7FD_inline (NodeData_tD504C5A621E7DD546954D87282438662327280EA * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::ParseEntityReference() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ParseEntityReference_m46B6CB058317FB1097EF04FDA06B1188B09293EC (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::SetupEndEntityNodeInContent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_SetupEndEntityNodeInContent_m42EFF8EE6338E10A345035E91904EAEC00325570 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl/NodeData::SetValueNode(System.Xml.XmlNodeType,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NodeData_SetValueNode_m5D0E6BD089647F4DC22608DB2B63F0CE58522F3E (NodeData_tD504C5A621E7DD546954D87282438662327280EA * __this, int32_t ___type0, String_t* ___value1, const RuntimeMethod* method); // System.Int32 System.Xml.XmlTextReaderImpl/ParsingState::get_LinePos() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ParsingState_get_LinePos_mB937EA68EFFA791C24EDC7C1DFFE45732EBFFD5C (ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl/NodeData::SetLineInfo(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NodeData_SetLineInfo_mE0EAA0129B2C2DAB2C92AF78FBB2D5DA90A581E4 (NodeData_tD504C5A621E7DD546954D87282438662327280EA * __this, int32_t ___lineNo0, int32_t ___linePos1, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::FinishIncrementalRead() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_FinishIncrementalRead_mAF81A57317146584EC3D79CDA8C70D57F4470577 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.XmlTextReaderImpl::ParseFragmentAttribute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ParseFragmentAttribute_mA1D4E34E248497DAF4C5988C7A22A8FDAF5C5E9D (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::ParseXmlDeclarationFragment() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ParseXmlDeclarationFragment_m861888CA4A3E3EBDC459DCE67DE5BC54A64A9DD0 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::OnEof() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_OnEof_m30AAAEB6B49E4680B6CE28FEDCDCEB9F546D11A2 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::ThrowWithoutLineInfo(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ThrowWithoutLineInfo_mC0DB96228D4BE665077C34F7BC8547B4E5DCDC84 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, String_t* ___res0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::SkipPartialTextValue() IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void XmlTextReaderImpl_SkipPartialTextValue_m52F82439DE419967EF44E7F8CC0E349F2F448960 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::FinishReadValueChunk() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_FinishReadValueChunk_mEC90E666B5068440B2BDA6454FB1259E6A67D3A5 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::FinishReadContentAsBinary() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_FinishReadContentAsBinary_m62508DB8451C809D3F0EA63B98483F20CC572634 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::FinishReadElementContentAsBinary() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_FinishReadElementContentAsBinary_mB7227841C3248024F7E23E1C33DB532B5D4FF00D (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::Close(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Close_m0EAF9EEB6384D7D59AFFE2DAB06BA9660656E036 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, bool ___closeInput0, const RuntimeMethod* method); // System.Boolean System.Xml.XmlTextReaderImpl::ParseAttributeValueChunk() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ParseAttributeValueChunk_m1D562BB66AE975CCE43EFA23A7AFC46D5E4B2ACC (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method); // System.Int32 System.Xml.XmlTextReaderImpl/NodeData::get_LinePos() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NodeData_get_LinePos_m461F0A5A81925A63A436973A01EF33C70DFD265A (NodeData_tD504C5A621E7DD546954D87282438662327280EA * __this, const RuntimeMethod* method); // System.Xml.XmlTextReaderImpl/EntityType System.Xml.XmlTextReaderImpl::HandleGeneralEntityReference(System.String,System.Boolean,System.Boolean,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_HandleGeneralEntityReference_m1914A0A9D70570606E0B4FC99D310C3EDA0A1066 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, String_t* ___name0, bool ___isInAttributeValue1, bool ___pushFakeEntityIfNullResolver2, int32_t ___entityStartLinePos3, const RuntimeMethod* method); // System.Xml.XmlNamespaceManager System.Xml.XmlParserContext::get_NamespaceManager() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * XmlParserContext_get_NamespaceManager_m9DF0655B59F937EEE2C2ABC8E8B7067AA14A010E_inline (XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl/NoNamespaceManager::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NoNamespaceManager__ctor_mF90CFA0693B9ED4995F2F9BFFF7219E9936974D7 (NoNamespaceManager_t9CD68D8449B828A860ED290316BEAF94CCB165E2 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.XmlTextReaderImpl::get_DtdValidation() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_get_DtdValidation_mB887E4A9F836838614B0049881F486385E7C22D3 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::OnNewLine(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_OnNewLine_mADCA9134B0A3E9B84DEDDBD677993F99B3CB6419 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, int32_t ___pos0, const RuntimeMethod* method); // System.Int32 System.Xml.XmlTextReaderImpl/ParsingState::get_LineNo() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ParsingState_get_LineNo_m9C32240CFE61AE19697B7C9EFA5DE9B44D3C9610_inline (ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * __this, const RuntimeMethod* method); // System.Int32 System.Xml.XmlTextReaderImpl::ReadData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_ReadData_m30A9B855279BE3BBC531BB50D5DCE4B903AF0512 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method); // System.Int32 System.Xml.XmlTextReaderImpl::ParseNumericCharRef(System.Boolean,System.Text.StringBuilder,System.Xml.XmlTextReaderImpl/EntityType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_ParseNumericCharRef_mDB631D7F987D40A2A323E8E3DCCC4E1C0F02F7EB (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, bool ___expand0, StringBuilder_t * ___internalSubsetBuilder1, int32_t* ___entityType2, const RuntimeMethod* method); // System.Int32 System.Xml.XmlTextReaderImpl::ParseNamedCharRef(System.Boolean,System.Text.StringBuilder) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_ParseNamedCharRef_mFF5E0E49C37CE701DBAA454CCFEBEF5AED093049 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, bool ___expand0, StringBuilder_t * ___internalSubsetBuilder1, const RuntimeMethod* method); // System.Boolean System.Xml.XmlTextReaderImpl::ParsePI(System.Text.StringBuilder) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ParsePI_mA9861C29D187A4A05E1E751C9F5EB3D7D116673E (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, StringBuilder_t * ___piInDtdStringBuilder0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::ParseCDataOrComment(System.Xml.XmlNodeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ParseCDataOrComment_mBCFED54AC8C5C72B6BE7A89C3380C0F0BF353B85 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, int32_t ___type0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl/NodeData::CopyTo(System.Int32,System.Text.StringBuilder) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NodeData_CopyTo_mB825A2E0DFF0CD37A592DE70E3E4A040AE896EA9 (NodeData_tD504C5A621E7DD546954D87282438662327280EA * __this, int32_t ___valueOffset0, StringBuilder_t * ___sb1, const RuntimeMethod* method); // System.String System.Xml.XmlException::get_ResString() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlException_get_ResString_m789D5A88B14F9D2B2B4DEA38DA6EC2E172993761_inline (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::SendValidationEvent(System.Xml.Schema.XmlSeverityType,System.String,System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_SendValidationEvent_m66B532075E235B0AA3270D9A9BED3079A469EFE1 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, int32_t ___severity0, String_t* ___code1, String_t* ___arg2, int32_t ___lineNo3, int32_t ___linePos4, const RuntimeMethod* method); // System.Boolean System.Xml.XmlConfiguration.XmlReaderSection::get_ProhibitDefaultUrlResolver() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlReaderSection_get_ProhibitDefaultUrlResolver_m494E1986EE1EF98DCDC5550E06EF49F7E4E25B75 (const RuntimeMethod* method); // System.Boolean System.Xml.XmlTextReaderImpl::get_IsResolverNull() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_get_IsResolverNull_mF73FE6D29FEF81ECA2B8FD7C41965857636F00A3 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.XmlTextReaderImpl::PushExternalEntity(System.Xml.IDtdEntityInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_PushExternalEntity_m64299750CA6429E13235CE6E8FD73A0A5C4F7443 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, RuntimeObject* ___entity0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::PushInternalEntity(System.Xml.IDtdEntityInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_PushInternalEntity_mD509F37A8F345CE01844E679436095BA2B89D443 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, RuntimeObject* ___entity0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::PopEntity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_PopEntity_mE56C4E8029155041F70CBA60D134978EA2A802D6 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method); // System.Boolean System.String::IsNullOrEmpty(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C (String_t* ___value0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::PushExternalEntityOrSubset(System.String,System.String,System.Uri,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_PushExternalEntityOrSubset_m9208C0D263FF168725E7BD3DB143CCDF9D01FE4D (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, String_t* ___publicId0, String_t* ___systemId1, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___baseUri2, String_t* ___entityName3, const RuntimeMethod* method); // System.Int32 System.Xml.XmlTextReaderImpl::EatWhitespaces(System.Text.StringBuilder) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_EatWhitespaces_mAEEB8942E7FDD3912DDDE7DD642F4E558855316E (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, StringBuilder_t * ___sb0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::PushParsingState() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_PushParsingState_mD3990762EF3CEDAD0F70D7778D1F4021C5DE9B6E (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::RegisterConsumedCharacters(System.Int64,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_RegisterConsumedCharacters_mBBD0B1BDAE3A9AEA923FD4828F1DF0BBAF493BB6 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, int64_t ___characters0, bool ___inEntityReference1, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::Throw(System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Throw_m8C55972CB961484F2CA2D7C6BC2DEB753D531EBC (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, Exception_t * ___e0, const RuntimeMethod* method); // System.Xml.XmlTextReaderImpl/NodeData System.Xml.XmlTextReaderImpl::AddAttributeNoChecks(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NodeData_tD504C5A621E7DD546954D87282438662327280EA * XmlTextReaderImpl_AddAttributeNoChecks_m15120550CDBEF398D83CB3388A50308635552175 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, String_t* ___name0, int32_t ___attrDepth1, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl/NodeData::SetValue(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NodeData_SetValue_m813BE9ED3C10352169BBA67B7A251A13E6F95FBE (NodeData_tD504C5A621E7DD546954D87282438662327280EA * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::Throw(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Throw_m525EA9C97AE16F955F321A1915C6DBFD08C60213 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, String_t* ___res0, String_t* ___arg1, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::Throw(System.String,System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Throw_mB398B5E249CB4960F1C77E142379CD75C06AD144 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, String_t* ___res0, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___args1, const RuntimeMethod* method); // System.Void System.Xml.XmlException::.ctor(System.String,System.String,System.Int32,System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_mA08C48A3E6260E1CB28F4B47295ECE281D7C70CE (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * __this, String_t* ___res0, String_t* ___arg1, int32_t ___lineNumber2, int32_t ___linePosition3, String_t* ___sourceUri4, const RuntimeMethod* method); // System.Void System.Xml.XmlException::.ctor(System.String,System.String[],System.Int32,System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_m4A3D0B32ECAF78CED628221C7F4F961C27115D27 (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * __this, String_t* ___res0, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___args1, int32_t ___lineNumber2, int32_t ___linePosition3, String_t* ___sourceUri4, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::Throw(System.String,System.String[],System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Throw_m90367B7A696F3454DE27D799E0449BF9D27D945D (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, String_t* ___res0, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___args1, Exception_t * ___innerException2, const RuntimeMethod* method); // System.Void System.Xml.XmlException::.ctor(System.String,System.String[],System.Exception,System.Int32,System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_mE47A3D5DED55E0DB0683E5AEB4591BCFBC03731C (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * __this, String_t* ___res0, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___args1, Exception_t * ___innerException2, int32_t ___lineNumber3, int32_t ___linePosition4, String_t* ___sourceUri5, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::SetErrorState() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_SetErrorState_m2BBA48784962323733C501123273AAB41BBA5D39 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method); // System.Int32 System.Xml.XmlException::get_LineNumber() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlException_get_LineNumber_m1890569BD9643EAA7C65BBD9D4AFDD61F26D05FE_inline (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * __this, const RuntimeMethod* method); // System.Int32 System.Xml.XmlException::get_LinePosition() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlException_get_LinePosition_m14A930E44BC5663709B44694913BCB5E61BD5FDD_inline (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlException::.ctor(System.String,System.Exception,System.Int32,System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_m69AC5BDB322F2F6A79D671CB2E262FD0C0482D7B (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * __this, String_t* ___message0, Exception_t * ___innerException1, int32_t ___lineNumber2, int32_t ___linePosition3, String_t* ___sourceUri4, const RuntimeMethod* method); // System.Void System.Xml.XmlException::.ctor(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_m03CAEC2B479121570CA144795E7857BBB6411316 (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * __this, String_t* ___res0, String_t* ___arg1, String_t* ___sourceUri2, const RuntimeMethod* method); // System.String[] System.Xml.XmlException::BuildCharExceptionArgs(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* XmlException_BuildCharExceptionArgs_mB9E03B298525C03F447F87E19BE6EA56EBB1A7E8 (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___data0, int32_t ___length1, int32_t ___invCharIndex2, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::Throw(System.Int32,System.String,System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Throw_m91C8F3D0C09D7D9FD52C52986C4D705C5DB5C0A5 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, int32_t ___pos0, String_t* ___res1, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___args2, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaException::.ctor(System.String,System.String,System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaException__ctor_m5890CE9CE0F94EDCD9FE34AA8FC2CD169B493829 (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * __this, String_t* ___res0, String_t* ___arg1, String_t* ___sourceUri2, int32_t ___lineNumber3, int32_t ___linePosition4, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::SendValidationEvent(System.Xml.Schema.XmlSeverityType,System.Xml.Schema.XmlSchemaException) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_SendValidationEvent_m2DABAECA144E3C85CAD015B2CDF0AB3C06A22E30 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, int32_t ___severity0, XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * ___exception1, const RuntimeMethod* method); // System.Boolean System.Xml.XmlTextReaderImpl::HandleEntityEnd(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_HandleEntityEnd_mE0EE13CC4A99B12B40B21FE160BB3B8BBE9735E4 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, bool ___checkEntityNesting0, const RuntimeMethod* method); // System.Int32 System.Xml.XmlReader::CalcBufferSize(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlReader_CalcBufferSize_mB720D5DA6EBAB0581B495F1167C9473ED44F8F33 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___input0, const RuntimeMethod* method); // System.Text.Encoding System.Xml.XmlTextReaderImpl::DetectEncoding() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * XmlTextReaderImpl_DetectEncoding_mEA6159AA82FC94A8E472E2D87CDA022F3EEFD38C (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::SetupEncoding(System.Text.Encoding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_SetupEncoding_m3314EC8924B8475C25D4AC041781A9A391234F06 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___encoding0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::InitTextReaderInput(System.String,System.Uri,System.IO.TextReader) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_InitTextReaderInput_m39047ED31432D54109E9E1D9C7BC5F2AC6050780 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, String_t* ___baseUriStr0, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___baseUri1, TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * ___input2, const RuntimeMethod* method); // System.Void System.String::CopyTo(System.Int32,System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String_CopyTo_mF77EF8D4E5ABBD2AB7F509FFE9C0C70DC15A27E1 (String_t* __this, int32_t ___sourceIndex0, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___destination1, int32_t ___destinationIndex2, int32_t ___count3, const RuntimeMethod* method); // System.String System.Xml.XmlParserContext::get_XmlLang() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlParserContext_get_XmlLang_m348DEB5C3F10F1151AE3E5C74AE7E1633420A332_inline (XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * __this, const RuntimeMethod* method); // System.Xml.XmlSpace System.Xml.XmlParserContext::get_XmlSpace() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlParserContext_get_XmlSpace_m727BCF0B2A1CF614406EC7AB92BE74F411994F82_inline (XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::ParseDtdFromParserContext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ParseDtdFromParserContext_mE7911E74921E5C976A2B8D64B61AAE9A751D41BC (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method); // System.Xml.XmlResolver System.Xml.XmlTextReaderImpl::GetTempResolver() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * XmlTextReaderImpl_GetTempResolver_m83E26D965D71B65E0B78FB515F1D4EB7A9F30D98 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method); // System.Boolean System.Uri::op_Inequality(System.Uri,System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_op_Inequality_m3B3733CAA19866A20EF76A772B368EFB5FC89A4F (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri10, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri21, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::OpenUrlDelegate(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_OpenUrlDelegate_m78E508475F558F54A573BA01BE80C6981DB2690E (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, RuntimeObject * ___xmlResolver0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::ThrowWithoutLineInfo(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ThrowWithoutLineInfo_m9241EDD2E2CEE414019DE43009564C61429FB30F (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, String_t* ___res0, String_t* ___arg1, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::InitStreamInput(System.Uri,System.String,System.IO.Stream,System.Text.Encoding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_InitStreamInput_mB3FDC528DC14483EFFEF0BEB71B1665EAE74F7A6 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___baseUri0, String_t* ___baseUriStr1, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream2, Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___encoding3, const RuntimeMethod* method); // System.Text.Encoding System.Xml.Ucs4Encoding::get_UCS4_Bigendian() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * Ucs4Encoding_get_UCS4_Bigendian_m28FE115B9F64F84C6224535229AD8881803C5DEC (const RuntimeMethod* method); // System.Text.Encoding System.Xml.Ucs4Encoding::get_UCS4_2143() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * Ucs4Encoding_get_UCS4_2143_mEF4A6D35604EC762958DF5FCE1228331BD7C89DC (const RuntimeMethod* method); // System.Text.Encoding System.Xml.Ucs4Encoding::get_UCS4_3412() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * Ucs4Encoding_get_UCS4_3412_m7262670B0A64848A5390558D0FA06DDCDF507751 (const RuntimeMethod* method); // System.Text.Encoding System.Text.Encoding::get_BigEndianUnicode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * Encoding_get_BigEndianUnicode_m71CA7A5CD5AE233986B4DC9689C0CC458F64B506 (const RuntimeMethod* method); // System.Text.Encoding System.Xml.Ucs4Encoding::get_UCS4_Littleendian() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * Ucs4Encoding_get_UCS4_Littleendian_m5A352AB74F99DF246196607BD0222F8423367A3F (const RuntimeMethod* method); // System.Void System.Text.UTF8Encoding::.ctor(System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UTF8Encoding__ctor_mD752778085A353529AF03841383E5603FE556449 (UTF8Encoding_t6EE88BC62116B5328F6CF4E39C9CC49EED2ED282 * __this, bool ___encoderShouldEmitUTF8Identifier0, bool ___throwOnInvalidBytes1, const RuntimeMethod* method); // System.Text.Encoding System.Text.Encoding::get_UTF8() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * Encoding_get_UTF8_mC877FB3137BBD566AEE7B15F9BF61DC4EF8F5E5E (const RuntimeMethod* method); // System.Void System.Xml.SafeAsciiDecoder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeAsciiDecoder__ctor_mB033A0469DC80F12A41C799789A73D22176D183D (SafeAsciiDecoder_tCD1ACB5604E6CFBC5F4738EEDCF5EA3A9EA957EF * __this, const RuntimeMethod* method); // System.Void System.Xml.UTF16Decoder::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UTF16Decoder__ctor_m3FEE8A11E34E84E86E8FF3B2670F5477A68E44B9 (UTF16Decoder_tED77395ADA08EB3DA24122941C05DA02EA6F19E4 * __this, bool ___bigEndian0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::UnDecodeChars() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_UnDecodeChars_m5559FB272F8D296E7DBC134BF22F71105BC9535D (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __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_mDAE9D10BC450FF38960C691874EBFC3EAF6A39DD (String_t* ___strA0, String_t* ___strB1, int32_t ___comparisonType2, const RuntimeMethod* method); // System.Text.Encoding System.Text.Encoding::GetEncoding(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * Encoding_GetEncoding_mD5352F1522341280E9025D16463E63916549F9E3 (String_t* ___name0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::Throw(System.String,System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Throw_m2E5B5A11A5A75EC1131000110CA41D6473DE90C1 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, String_t* ___res0, String_t* ___arg1, Exception_t * ___innerException2, const RuntimeMethod* method); // System.Boolean System.Xml.XmlTextReaderImpl::get_InEntity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_get_InEntity_m2200E4E247659D27FE2205EB89C0DDA672F13EAF (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::SwitchEncoding(System.Text.Encoding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_SwitchEncoding_m33169A7FADDA800BA9C6483E11859BE02CD24F18 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___newEncoding0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl/NodeData::OnBufferInvalidated() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NodeData_OnBufferInvalidated_mEEEE0281931302FBB671D325CAA784D52F1C1543 (NodeData_tD504C5A621E7DD546954D87282438662327280EA * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::BlockCopyChars(System.Char[],System.Int32,System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_BlockCopyChars_m5F29F71FBA0ABB53D33F918774D133148317D74F (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___src0, int32_t ___srcOffset1, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___dst2, int32_t ___dstOffset3, int32_t ___count4, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::BlockCopy(System.Byte[],System.Int32,System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_BlockCopy_mE43FD9DFED8DA6CDA5CD4800394FECF9F33C1BC4 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___src0, int32_t ___srcOffset1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___dst2, int32_t ___dstOffset3, int32_t ___count4, const RuntimeMethod* method); // System.Int32 System.Xml.XmlTextReaderImpl::GetChars(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_GetChars_m8CA8A8E36E027CB3CC0DECC943E7691F7951142D (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, int32_t ___maxCharsCount0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::InvalidCharRecovery(System.Int32&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_InvalidCharRecovery_m85CB202309D36B1FFABADB4522FB4790BE4B8502 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, int32_t* ___bytesCount0, int32_t* ___charsCount1, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::Throw(System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Throw_m64FD15D7750F11BCA718303F4A7544BB79620CC6 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, int32_t ___pos0, String_t* ___res1, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::PopParsingState() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_PopParsingState_mF0D9B29C116518EAD699574FAF0F397631609C40 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl/ParsingState::Close(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParsingState_Close_m689F0D29DA61913B5406B7E42E675DED08CEC10F (ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * __this, bool ___closeInput0, const RuntimeMethod* method); // System.Xml.XmlTextReaderImpl/NodeData System.Xml.XmlTextReaderImpl/NodeData::get_None() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NodeData_tD504C5A621E7DD546954D87282438662327280EA * NodeData_get_None_mA00726B28E3772621A85CE37F190F028F04D30FB (const RuntimeMethod* method); // System.Boolean System.Xml.XmlConvert::StrEqual(System.Char[],System.Int32,System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlConvert_StrEqual_m6E5726C0E309A1FB1E7DA36E39A8BEAE351836DB (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___chars0, int32_t ___strPos11, int32_t ___strLen12, String_t* ___str23, const RuntimeMethod* method); // System.Boolean System.Xml.XmlCharType::IsNameSingleChar(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsNameSingleChar_m087279C64448A616E84B37DCF3871203351EDED4 (XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * __this, Il2CppChar ___ch0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl/NodeData::SetNamedNode(System.Xml.XmlNodeType,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NodeData_SetNamedNode_m9FFF683DB8640C8F6F5A053A5C120742C777415A (NodeData_tD504C5A621E7DD546954D87282438662327280EA * __this, int32_t ___type0, String_t* ___localName1, const RuntimeMethod* method); // System.Int32 System.Text.StringBuilder::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0 (StringBuilder_t * __this, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::set_Length(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder_set_Length_m7C1756193B05DCA5A23C5DC98EE90A9FC685A27A (StringBuilder_t * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::Throw(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Throw_mCD8CB19976D7CF68CE3A26E4D4771C0A44DA51E7 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, String_t* ___res0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::SwitchEncodingToUTF8() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_SwitchEncodingToUTF8_m81AB698A023DD58330F885C6771558A6A79B9824 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::ThrowUnexpectedToken(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ThrowUnexpectedToken_m3A6522C4C030CD8DE27B2F78EB9AC25430680D76 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, String_t* ___expectedToken10, const RuntimeMethod* method); // System.Int32 System.Xml.XmlTextReaderImpl::ParseName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_ParseName_mFB393FA2E4425B418D1EDA0527010B33CF6AD067 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m4B771D7BFE8A65C9A504EC5847A699EB678B02DB (StringBuilder_t * __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___value0, int32_t ___startIndex1, int32_t ___charCount2, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E (StringBuilder_t * __this, Il2CppChar ___value0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::ThrowUnexpectedToken(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ThrowUnexpectedToken_mAC12858AAE0F14AF796D32BBD8540CA1F15EC261 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, String_t* ___expectedToken10, String_t* ___expectedToken21, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl/NodeData::SetLineInfo2(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NodeData_SetLineInfo2_mDB7B87916CC83F5FB632712C43B1EA0AC2DB66D4 (NodeData_tD504C5A621E7DD546954D87282438662327280EA * __this, int32_t ___lineNo0, int32_t ___linePos1, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl/NodeData::SetValue(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NodeData_SetValue_mB62C0FF3ED5D43D329073953E461E562EA63DDCA (NodeData_tD504C5A621E7DD546954D87282438662327280EA * __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___chars0, int32_t ___startPos1, int32_t ___len2, const RuntimeMethod* method); // System.Text.Encoding System.Xml.XmlTextReaderImpl::CheckEncoding(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * XmlTextReaderImpl_CheckEncoding_mA050EB19EC803C0C07247BBF0CD57DC34A812A33 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, String_t* ___newEncodingName0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::Throw(System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Throw_m65AA5FCC6819DA0F359B5E46C4BB03D49E814E18 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, String_t* ___res0, int32_t ___lineNo1, int32_t ___linePos2, const RuntimeMethod* method); // System.Boolean System.Xml.XmlTextReaderImpl::ParsePI() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ParsePI_mB2EF9DFB13D5EEDB988DC912CA9657D073668CF5 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.XmlTextReaderImpl::ParseComment() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ParseComment_m9AF950752F0E38168C23048A9E2946D7D711510D (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::ThrowUnexpectedToken(System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ThrowUnexpectedToken_m07E87865F72FE86BBBFA6AEBC641FFB4348D8A7D (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, int32_t ___pos0, String_t* ___expectedToken1, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::ParseCData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ParseCData_m1BEA0ED4B10C26F237DB2BF95388A4FC289B0720 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.XmlTextReaderImpl::ParseDoctypeDecl() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ParseDoctypeDecl_m1474DA80DFCC98EDB9F33BC2EC9EB2D51DBDB0CF (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method); // System.String System.Xml.XmlTextReaderImpl::ParseUnexpectedToken(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTextReaderImpl_ParseUnexpectedToken_mD0F2D85FF1B41C9371D6669EF08F7B89B21F14D7 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, int32_t ___pos0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::ThrowUnexpectedToken(System.Int32,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ThrowUnexpectedToken_m448BCB34C95C11DFD67FF2716716D15577FBF44E (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, int32_t ___pos0, String_t* ___expectedToken11, String_t* ___expectedToken22, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::ParseElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ParseElement_m315A953FDADF6B9DF56DE80AA24920BB43E78D84 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method); // System.Xml.XmlTextReaderImpl/EntityType System.Xml.XmlTextReaderImpl::HandleEntityReference(System.Boolean,System.Xml.XmlTextReaderImpl/EntityExpandType,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_HandleEntityReference_m57BDDC7B181D8F9A9E463C5369997014754B6018 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, bool ___isInAttributeValue0, int32_t ___expandType1, int32_t* ___charRefEndPos2, const RuntimeMethod* method); // System.Boolean System.Xml.XmlTextReaderImpl::ParseText() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ParseText_mAC8B5C8390C867C5BA5C0712FAECDB7D652E47BF (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.XmlTextReaderImpl::ParseRootLevelWhitespace() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ParseRootLevelWhitespace_m0F5CFE9773DED74F37EB538393CDF3D5B44876FB (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::ParseEndElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ParseEndElement_m353613721BA6C832E944239E416EC7FCD4725B6F (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::ThrowUnclosedElements() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ThrowUnclosedElements_m0CD03A9632178D15C9FD697F2EDE7E3013444ACA (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1 (StringBuilder_t * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::Throw(System.Int32,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Throw_m99BA9DF92D5C5A33123969BE9CB234A9348F57D0 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, int32_t ___pos0, String_t* ___res1, String_t* ___arg2, const RuntimeMethod* method); // System.String[] System.Xml.XmlException::BuildCharExceptionArgs(System.Char,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* XmlException_BuildCharExceptionArgs_mD8BDF56806D4328D88F94EC79777FFBC787E6F71 (Il2CppChar ___invChar0, Il2CppChar ___nextChar1, const RuntimeMethod* method); // System.Int32 System.Xml.XmlTextReaderImpl::ParseQName(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_ParseQName_mBE17A84E5A968887CAFC588D794FDDA38C06780D (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, int32_t* ___colonPos0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl/NodeData::SetNamedNode(System.Xml.XmlNodeType,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NodeData_SetNamedNode_mFE5340CD2CF846E5AADCE3F7D8925BB1780683F9 (NodeData_tD504C5A621E7DD546954D87282438662327280EA * __this, int32_t ___type0, String_t* ___localName1, String_t* ___prefix2, String_t* ___nameWPrefix3, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::ParseAttributes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ParseAttributes_m40A77759A7D6FB92F2A1BDAF2114CF5CD72B6D82 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::AddDefaultAttributesAndNormalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_AddDefaultAttributesAndNormalize_m8A2E8B2306148D64990C63FF0490B9CEC74B5309 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::ElementNamespaceLookup() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ElementNamespaceLookup_m3AD5FC338B9FB6292055C6D43CA38F2D3D372063 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl/NodeData::TrimSpacesInValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NodeData_TrimSpacesInValue_mD2A50648D93AE619CA038A75B4F7B7C487DFDF83 (NodeData_tD504C5A621E7DD546954D87282438662327280EA * __this, const RuntimeMethod* method); // System.Int32 System.Xml.XmlTextReaderImpl/NodeData::get_LineNo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NodeData_get_LineNo_mAD78D708B5D663CD4024335C0783C96B494726BF (NodeData_tD504C5A621E7DD546954D87282438662327280EA * __this, const RuntimeMethod* method); // System.Void System.Array::Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877 (RuntimeArray * ___sourceArray0, int32_t ___sourceIndex1, RuntimeArray * ___destinationArray2, int32_t ___destinationIndex3, int32_t ___length4, const RuntimeMethod* method); // System.Collections.Generic.IComparer`1 System.Xml.XmlTextReaderImpl/DtdDefaultAttributeInfoToNodeDataComparer::get_Instance() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* DtdDefaultAttributeInfoToNodeDataComparer_get_Instance_m6E411939B185FAEFCEC68568E2BEFA7AEBCA3CFE_inline (const RuntimeMethod* method); // System.Void System.Array::Sort(!!0[],System.Collections.Generic.IComparer`1) inline void Array_Sort_TisRuntimeObject_mF801EABEBFB2E0E0C8FB37834B6F80743D5223F4 (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___array0, RuntimeObject* ___comparer1, const RuntimeMethod* method) { (( void (*) (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, RuntimeObject*, const RuntimeMethod*))Array_Sort_TisRuntimeObject_mF801EABEBFB2E0E0C8FB37834B6F80743D5223F4_gshared)(___array0, ___comparer1, method); } // System.Boolean System.Xml.XmlTextReaderImpl::AddDefaultAttributeDtd(System.Xml.IDtdDefaultAttributeInfo,System.Boolean,System.Xml.XmlTextReaderImpl/NodeData[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_AddDefaultAttributeDtd_mAB6F9CCCE4A2759D45FDE055C069614676C764A0 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, RuntimeObject* ___defAttrInfo0, bool ___definedInDtd1, NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0* ___nameSortedNodeData2, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::AttributeNamespaceLookup() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_AttributeNamespaceLookup_m61745FEC6B96C5B2992B219D0DDA8E86C706E497 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::ThrowTagMismatch(System.Xml.XmlTextReaderImpl/NodeData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ThrowTagMismatch_m73DD5BCCDAB4EE1A40695F472CEE3BEC7EBC01AB (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, NodeData_tD504C5A621E7DD546954D87282438662327280EA * ___startTag0, const RuntimeMethod* method); // System.Void System.Xml.LineInfo::.ctor(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LineInfo__ctor_mF771D95D602072F0371C3C2B9024EE0B4605ED91 (LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE * __this, int32_t ___lineNo0, int32_t ___linePos1, const RuntimeMethod* method); // System.Boolean System.Xml.XmlCharType::IsWhiteSpace(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsWhiteSpace_m4EE0C544C3C666A6BBAAE63BDD5CFB221655DDA0 (XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * __this, Il2CppChar ___ch0, const RuntimeMethod* method); // System.Globalization.CultureInfo System.Globalization.CultureInfo::get_InvariantCulture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164 (const RuntimeMethod* method); // System.String System.Int32::ToString(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m027A8C9419D2FE56ED5D2EE42A6F3B3CE0130471 (int32_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::ThrowExpectingWhitespace(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ThrowExpectingWhitespace_mEF26AC6FE6AF55339E8E8031498DFE7717D213CB (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, int32_t ___pos0, const RuntimeMethod* method); // System.Xml.XmlTextReaderImpl/NodeData System.Xml.XmlTextReaderImpl::AddAttribute(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NodeData_tD504C5A621E7DD546954D87282438662327280EA * XmlTextReaderImpl_AddAttribute_m351CA2C08D164C1D539C54B10F07795EA9A283A1 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, int32_t ___endNamePos0, int32_t ___colonPos1, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::ParseAttributeValueSlow(System.Int32,System.Char,System.Xml.XmlTextReaderImpl/NodeData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ParseAttributeValueSlow_m8851517F32776BED70ACB493BFAA95FBBA4EC3C5 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, int32_t ___curPos0, Il2CppChar ___quoteChar1, NodeData_tD504C5A621E7DD546954D87282438662327280EA * ___attr2, const RuntimeMethod* method); // System.Boolean System.Xml.Ref::Equal(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Ref_Equal_mA7CCFB984697A4E40EE7BE8919C2A31BF952ED6F (String_t* ___strA0, String_t* ___strB1, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::OnDefaultNamespaceDecl(System.Xml.XmlTextReaderImpl/NodeData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_OnDefaultNamespaceDecl_mA04FD67F0706031D89DCF25C6CD968DBF9E05015 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, NodeData_tD504C5A621E7DD546954D87282438662327280EA * ___attr0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::OnNamespaceDecl(System.Xml.XmlTextReaderImpl/NodeData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_OnNamespaceDecl_mAFA79981724F3C691A77FCC2BC08F6A32A770572 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, NodeData_tD504C5A621E7DD546954D87282438662327280EA * ___attr0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::OnXmlReservedAttribute(System.Xml.XmlTextReaderImpl/NodeData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_OnXmlReservedAttribute_m7D185D810D8D2AED69660687E444CF41A010CBEC (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, NodeData_tD504C5A621E7DD546954D87282438662327280EA * ___attr0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::AttributeDuplCheck() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_AttributeDuplCheck_m45EEACCE99560AD4666A7B0851040766D3CC5032 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method); // System.String System.Xml.XmlTextReaderImpl::LookupNamespace(System.Xml.XmlTextReaderImpl/NodeData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTextReaderImpl_LookupNamespace_m86F4A0C53C7749FD854A51ECCB817333F70805B4 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, NodeData_tD504C5A621E7DD546954D87282438662327280EA * ___node0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::Throw(System.String,System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Throw_mCDCD058C95527345FED79ACB6F4D45D39696E14B (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, String_t* ___res0, String_t* ___arg1, int32_t ___lineNo2, int32_t ___linePos3, const RuntimeMethod* method); // System.Void System.Array::Sort(!!0[],System.Int32,System.Int32) inline void Array_Sort_TisNodeData_tD504C5A621E7DD546954D87282438662327280EA_mDFE318309209232D4EE3FE97C2984A3FE248787A (NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0* ___array0, int32_t ___index1, int32_t ___length2, const RuntimeMethod* method) { (( void (*) (NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0*, int32_t, int32_t, const RuntimeMethod*))Array_Sort_TisRuntimeObject_m4B31123004E98E2C153487363820574D1DD8E409_gshared)(___array0, ___index1, ___length2, method); } // System.Void System.Xml.XmlTextReaderImpl::PushXmlContext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_PushXmlContext_mD4C521101A1E8B4ED56B72A9EDC7C6F0BD0DA082 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::AddNamespace(System.String,System.String,System.Xml.XmlTextReaderImpl/NodeData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_AddNamespace_m879C8ED66F660566D9B3A6A2B6FBC4FC52B01BA9 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, String_t* ___prefix0, String_t* ___uri1, NodeData_tD504C5A621E7DD546954D87282438662327280EA * ___attr2, const RuntimeMethod* method); // System.String System.Xml.XmlConvert::TrimString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_TrimString_mF0E4AC16BD05053538B20B21DBD64447195A2D1B (String_t* ___value0, const RuntimeMethod* method); // System.String System.Text.StringBuilder::ToString(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringBuilder_ToString_mF3154CCF8250170547C4EC74C4A8DBCA00F34453 (StringBuilder_t * __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::AddAttributeChunkToList(System.Xml.XmlTextReaderImpl/NodeData,System.Xml.XmlTextReaderImpl/NodeData,System.Xml.XmlTextReaderImpl/NodeData&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_AddAttributeChunkToList_m0406473883E073B2C15EE93AE8E43DD9E49771DD (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, NodeData_tD504C5A621E7DD546954D87282438662327280EA * ___attr0, NodeData_tD504C5A621E7DD546954D87282438662327280EA * ___chunk1, NodeData_tD504C5A621E7DD546954D87282438662327280EA ** ___lastChunk2, const RuntimeMethod* method); // System.String System.Xml.XmlTextReaderImpl::ParseEntityName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTextReaderImpl_ParseEntityName_mD1E202DA683C5250CD34C7D34C698752E1F00BDD (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method); // System.Void System.Xml.LineInfo::Set(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LineInfo_Set_mAA6F06BA4463E64A24070063EE26BF665EC28B99 (LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE * __this, int32_t ___lineNo0, int32_t ___linePos1, const RuntimeMethod* method); // System.Boolean System.Xml.XmlCharType::IsHighSurrogate(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsHighSurrogate_m05FA9C7BBB540AD6890CCDCC286E6699F7351301 (int32_t ___ch0, const RuntimeMethod* method); // System.Boolean System.Xml.XmlCharType::IsLowSurrogate(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsLowSurrogate_m7939EE6AE78DBE960B04D2A8E957E913C2EFC6DC (int32_t ___ch0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::ThrowInvalidChar(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ThrowInvalidChar_mDAFCD0B1E2B9F8AB3D99FF8A334B5D5C98EF3DFC (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___data0, int32_t ___length1, int32_t ___invCharPos2, const RuntimeMethod* method); // System.Boolean System.Xml.XmlTextReaderImpl::ParseText(System.Int32&,System.Int32&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ParseText_m4E5BFDF4CAC2E25AB51AB727E14D28395C2C5C91 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, int32_t* ___startPos0, int32_t* ___endPos1, int32_t* ___outOrChars2, const RuntimeMethod* method); // System.Xml.XmlNodeType System.Xml.XmlTextReaderImpl::GetTextNodeType(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_GetTextNodeType_mD70BD062FBDAC38489C604BB5EFBC535F82611BB (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, int32_t ___orChars0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl/NodeData::SetValueNode(System.Xml.XmlNodeType,System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NodeData_SetValueNode_mFEF92AABBC3BC1D99196E955C969E344CA8E233B (NodeData_tD504C5A621E7DD546954D87282438662327280EA * __this, int32_t ___type0, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___chars1, int32_t ___startPos2, int32_t ___len3, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::ShiftBuffer(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ShiftBuffer_m0B1C42421488596351B193D366F2E6A8271CA6A4 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, int32_t ___sourcePos0, int32_t ___destPos1, int32_t ___count2, const RuntimeMethod* method); // System.Int32 System.Xml.XmlTextReaderImpl::ParseCharRefInline(System.Int32,System.Int32&,System.Xml.XmlTextReaderImpl/EntityType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_ParseCharRefInline_m91737955DB23F848F8D2A33A82B0A5F14623989A (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, int32_t ___startPos0, int32_t* ___charCount1, int32_t* ___entityType2, const RuntimeMethod* method); // System.Boolean System.Xml.XmlTextReaderImpl::ZeroEndingStream(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ZeroEndingStream_m890706ECC16A661126353744B499C8D778F850B0 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, int32_t ___pos0, const RuntimeMethod* method); // System.String System.String::Substring(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190 (String_t* __this, int32_t ___startIndex0, const RuntimeMethod* method); // System.Boolean System.Xml.XmlTextReaderImpl::MoveToNextContentNode(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_MoveToNextContentNode_mAC94AFAA565B14969BCC9F6AC17008C0A871E765 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, bool ___moveIfOnContentNode0, const RuntimeMethod* method); // System.Xml.XmlNodeType System.Xml.XmlTextReaderImpl::GetWhitespaceType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_GetWhitespaceType_m81A0CE2A552B8B240B237E8CAC0E36137F8FC1B5 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.XmlCharType::IsCharData(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsCharData_m8FA0C15217389BFB0EC8DCD7CBED0A1DE4EF7444 (XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * __this, Il2CppChar ___ch0, const RuntimeMethod* method); // System.Void System.Xml.Schema.SchemaEntity::.ctor(System.Xml.XmlQualifiedName,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SchemaEntity__ctor_m3B9599DA8C72FC6A07423C38B498732E9CC83750 (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___qname0, bool ___isParameter1, const RuntimeMethod* method); // System.Void System.Xml.Schema.SchemaEntity::set_Text(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SchemaEntity_set_Text_mB2CF52174840CDA901F5F20B909BD8C3A040EF08 (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, String_t* ___value0, const RuntimeMethod* method); // System.Boolean System.String::Equals(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D (String_t* __this, String_t* ___value0, const RuntimeMethod* method); // System.Boolean System.Xml.XmlTextReaderImpl::ParsePIValue(System.Int32&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ParsePIValue_m15F6E657F08CBFC5B03507D777FC82BD4BB17630 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, int32_t* ___outStartPos0, int32_t* ___outEndPos1, const RuntimeMethod* method); // System.Boolean System.Xml.XmlTextReaderImpl::ParseCDataOrComment(System.Xml.XmlNodeType,System.Int32&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ParseCDataOrComment_mD5730880295B3A2BC37F3C128663F7B94D78C4D7 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, int32_t ___type0, int32_t* ___outStartPos1, int32_t* ___outEndPos2, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::ParseDtd() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ParseDtd_m673204A9FA4FF0E57ABAABB98385ACC3B39531BF (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::SkipDtd() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_SkipDtd_m52A7592787C9DEB3B6045B6916239C9C688AA285 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method); // System.Xml.IDtdParser System.Xml.DtdParser::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DtdParser_Create_m15A259110FA9E37C9FF15E2EEB9EA88C6D0C21BD (const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl/DtdParserProxy::.ctor(System.Xml.XmlTextReaderImpl) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParserProxy__ctor_m080E199E77CE80BF8AB44E5AE23D9AB3D1C5755C (DtdParserProxy_t2577A62EB66A77D9533689C64F0F41F47C19F557 * __this, XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * ___reader0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::SkipPublicOrSystemIdLiteral() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_SkipPublicOrSystemIdLiteral_mBD2053FFF2479738D04C23B366E3E99CE93761AD (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::SkipUntil(System.Char,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_SkipUntil_mFAB4C2A229E55D6AC3ACC4BA13128915943BC6E3 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, Il2CppChar ___stopChar0, bool ___recognizeLiterals1, const RuntimeMethod* method); // System.Int32 System.Xml.XmlTextReaderImpl::ParseNumericCharRefInline(System.Int32,System.Boolean,System.Text.StringBuilder,System.Int32&,System.Xml.XmlTextReaderImpl/EntityType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_ParseNumericCharRefInline_m0B459F2A106C317EB2CBB44F89826A945F1E4B5B (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, int32_t ___startPos0, bool ___expand1, StringBuilder_t * ___internalSubsetBuilder2, int32_t* ___charCount3, int32_t* ___entityType4, const RuntimeMethod* method); // System.Int32 System.Xml.XmlTextReaderImpl::ParseNamedCharRefInline(System.Int32,System.Boolean,System.Text.StringBuilder) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_ParseNamedCharRefInline_mD2DA07EAFF14C72BFBB5799D6EE31A193F371E04 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, int32_t ___startPos0, bool ___expand1, StringBuilder_t * ___internalSubsetBuilder2, const RuntimeMethod* method); // System.Void System.Xml.XmlCharType::SplitSurrogateChar(System.Int32,System.Char&,System.Char&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlCharType_SplitSurrogateChar_m15AF7BFFB38D7A82DD65D7ED9807014F3771EF45 (int32_t ___combinedChar0, Il2CppChar* ___lowChar1, Il2CppChar* ___highChar2, const RuntimeMethod* method); // System.Int32 System.Xml.XmlTextReaderImpl::ParseQName(System.Boolean,System.Int32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_ParseQName_m8142582D623E2164E9A78D7FD5494BE462DB02E3 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, bool ___isQName0, int32_t ___startOffset1, int32_t* ___colonPos2, const RuntimeMethod* method); // System.Boolean System.Xml.XmlTextReaderImpl::ReadDataInName(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ReadDataInName_m3B5F56B0E19F7349E6CC89DFED41137AEA1A0259 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, int32_t* ___pos0, const RuntimeMethod* method); // System.Xml.XmlTextReaderImpl/NodeData System.Xml.XmlTextReaderImpl::AllocNode(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NodeData_tD504C5A621E7DD546954D87282438662327280EA * XmlTextReaderImpl_AllocNode_mDD46B197FBE4415876979C7DAFC74BA643483974 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, int32_t ___nodeIndex0, int32_t ___nodeDepth1, const RuntimeMethod* method); // System.Xml.XmlTextReaderImpl/NodeData System.Xml.XmlTextReaderImpl::AddAttribute(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NodeData_tD504C5A621E7DD546954D87282438662327280EA * XmlTextReaderImpl_AddAttribute_m7AC754EAEC6194FA6039A2E7F40F60B74B138186 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, String_t* ___localName0, String_t* ___prefix1, String_t* ___nameWPrefix2, const RuntimeMethod* method); // System.Char System.String::get_Chars(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70 (String_t* __this, int32_t ___index0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::PopXmlContext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_PopXmlContext_m192447C0EB84AB5D67A641D1C762147442506005 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl/NodeData::Clear(System.Xml.XmlNodeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NodeData_Clear_mA1DC123EFEF100E0BAE5D5860DED5C0AC83EAB94 (NodeData_tD504C5A621E7DD546954D87282438662327280EA * __this, int32_t ___type0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::ReThrow(System.Exception,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ReThrow_m22BC4C958FE0D0EEDB6D563B608C2CEF0777E1BB (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, Exception_t * ___e0, int32_t ___lineNo1, int32_t ___linePos2, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::FullAttributeCleanup() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_FullAttributeCleanup_m7812AADB44A62E3D7DE927C915A807329EA93029 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl/NodeData::set_IsDefaultAttribute(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NodeData_set_IsDefaultAttribute_m0092BEA88010B3D807E9EF4799102A5AD66E52FD_inline (NodeData_tD504C5A621E7DD546954D87282438662327280EA * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl/XmlContext::.ctor(System.Xml.XmlTextReaderImpl/XmlContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlContext__ctor_mBB5EC64A1865F609FEA54FC912CD4989934EC764 (XmlContext_tAC94E49A4625E1E5BDD6390576509760DD2A162D * __this, XmlContext_tAC94E49A4625E1E5BDD6390576509760DD2A162D * ___previousContext0, const RuntimeMethod* method); // System.Boolean System.Xml.XmlTextReaderImpl::OpenAndPush(System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_OpenAndPush_m00BEF0433E7AE8404366C0B49060995ED93271E9 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri0, const RuntimeMethod* method); // System.Void System.Xml.XmlException::.ctor(System.String,System.String[],System.Exception,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_mEF03E364B370E06DE3E8B12EBB3C3B509BE27A06 (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * __this, String_t* ___res0, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___args1, Exception_t * ___innerException2, int32_t ___lineNumber3, int32_t ___linePosition4, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::ThrowWithoutLineInfo(System.String,System.String[],System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ThrowWithoutLineInfo_mE659B43C9166509EAAF8F60C3A532F058EB2671A (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, String_t* ___res0, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___args1, Exception_t * ___innerException2, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::InitStreamInput(System.Uri,System.IO.Stream,System.Text.Encoding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_InitStreamInput_mC6D67F9E8863E1ECAE1F1572D8A94E83C5DD74DB (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___baseUri0, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream1, Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___encoding2, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::RegisterEntity(System.Xml.IDtdEntityInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_RegisterEntity_m470ECB5FE8ECDCC563A99ED48D273869E314A603 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, RuntimeObject* ___entity0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::UnregisterEntity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_UnregisterEntity_m58F3DEEB1FF9FD75C2D2AAB1C8D9E5D146E75213 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) inline bool Dictionary_2_ContainsKey_m23BB9BECAECDC12F24605196E83914DAB29E474A (Dictionary_2_t7E4F75E23B8A710084DDD8B7D9D901F39C24B184 * __this, RuntimeObject* ___key0, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t7E4F75E23B8A710084DDD8B7D9D901F39C24B184 *, RuntimeObject*, const RuntimeMethod*))Dictionary_2_ContainsKey_mCABABA5D0FA017D2D54BE4FA6256C51518274116_gshared)(__this, ___key0, method); } // System.Void System.Collections.Generic.Dictionary`2::.ctor() inline void Dictionary_2__ctor_mA554BD9FCAFC04EE887653D3A3C95A306649B3E6 (Dictionary_2_t7E4F75E23B8A710084DDD8B7D9D901F39C24B184 * __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t7E4F75E23B8A710084DDD8B7D9D901F39C24B184 *, const RuntimeMethod*))Dictionary_2__ctor_m2C8EE5C13636D67F6C451C4935049F534AEC658F_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) inline void Dictionary_2_Add_m018DB72846E78D9CADBD150E01C5D4B9D97C5B9A (Dictionary_2_t7E4F75E23B8A710084DDD8B7D9D901F39C24B184 * __this, RuntimeObject* ___key0, RuntimeObject* ___value1, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t7E4F75E23B8A710084DDD8B7D9D901F39C24B184 *, RuntimeObject*, RuntimeObject*, const RuntimeMethod*))Dictionary_2_Add_m1D9CF8FA99A277EE49BC3002FDEAACDCDB29803B_gshared)(__this, ___key0, ___value1, method); } // System.Boolean System.Collections.Generic.Dictionary`2::Remove(!0) inline bool Dictionary_2_Remove_m0BB896AE0CA879811457EACAED12247F91845533 (Dictionary_2_t7E4F75E23B8A710084DDD8B7D9D901F39C24B184 * __this, RuntimeObject* ___key0, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t7E4F75E23B8A710084DDD8B7D9D901F39C24B184 *, RuntimeObject*, const RuntimeMethod*))Dictionary_2_Remove_m45DB5340BC5312349874253DD3239546CB025D21_gshared)(__this, ___key0, method); } // System.Void System.Xml.XmlTextReaderImpl/ParsingState::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParsingState_Clear_m23A1DD27BCE9143D4C4E6D5A45C0F4AA1FECA004 (ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * __this, const RuntimeMethod* method); // System.Void System.Xml.IncrementalReadDummyDecoder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IncrementalReadDummyDecoder__ctor_m9B057532C550AD397B0F63B99C7CA2DB7F59A0DF (IncrementalReadDummyDecoder_tC63EFBDD75A4558B1A31CDA7814317CCF5E45C85 * __this, const RuntimeMethod* method); // System.Int32 System.Xml.XmlTextReaderImpl::IncrementalRead() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_IncrementalRead_mC7E0F97A6EE9B84CCA1C1CD7F37CBC88B855E933 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl::SetupEndEntityNodeInAttribute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_SetupEndEntityNodeInAttribute_m29D9AEA9951EB4C1ECC2E52D9B70D17475BA7F46 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method); // System.String System.Xml.XmlTextReaderImpl::ParseUnexpectedToken() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTextReaderImpl_ParseUnexpectedToken_m6B0FB5CA8D56B8A87D1E8103FEDFBD1649F63059 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.XmlCharType::IsNCNameSingleChar(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsNCNameSingleChar_m9CF3C8BE667CEB1DEDFB30047D4A169356C2423E (XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * __this, Il2CppChar ___ch0, const RuntimeMethod* method); // System.String System.Xml.XmlParserContext::get_DocTypeName() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlParserContext_get_DocTypeName_mBB1E0FED037DAD590E11B29F6BD160BDA2A689A9_inline (XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * __this, const RuntimeMethod* method); // System.String System.Xml.XmlParserContext::get_PublicId() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlParserContext_get_PublicId_m1135CB245A9628A1B67D2ECF5AA560DB69E9D32D_inline (XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * __this, const RuntimeMethod* method); // System.String System.Xml.XmlParserContext::get_SystemId() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlParserContext_get_SystemId_mDF57A6C7FBCB6142D7DE370480F96740BD7791F8_inline (XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * __this, const RuntimeMethod* method); // System.String System.Xml.XmlParserContext::get_InternalSubset() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlParserContext_get_InternalSubset_m8C6D38A985229CA2CD7EB25FD71FF37D5CFEA490_inline (XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * __this, const RuntimeMethod* method); // System.Int32 System.Array::BinarySearch(!!0[],!!0,System.Collections.Generic.IComparer`1) inline int32_t Array_BinarySearch_TisRuntimeObject_mF897E54D729E0C5F6AF135B5908288B89362A88F (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___array0, RuntimeObject * ___value1, RuntimeObject* ___comparer2, const RuntimeMethod* method) { return (( int32_t (*) (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, RuntimeObject *, RuntimeObject*, const RuntimeMethod*))Array_BinarySearch_TisRuntimeObject_mF897E54D729E0C5F6AF135B5908288B89362A88F_gshared)(___array0, ___value1, ___comparer2, method); } // System.Xml.XmlTextReaderImpl/NodeData System.Xml.XmlTextReaderImpl::AddDefaultAttributeInternal(System.String,System.String,System.String,System.String,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NodeData_tD504C5A621E7DD546954D87282438662327280EA * XmlTextReaderImpl_AddDefaultAttributeInternal_mEF3BEED1279AB83B30FB563DB40CAF640DEC5794 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, String_t* ___localName0, String_t* ___ns1, String_t* ___prefix2, String_t* ___value3, int32_t ___lineNo4, int32_t ___linePos5, int32_t ___valueLineNo6, int32_t ___valueLinePos7, bool ___isXmlAttribute8, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReaderImpl/OnDefaultAttributeUseDelegate::Invoke(System.Xml.IDtdDefaultAttributeInfo,System.Xml.XmlTextReaderImpl) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnDefaultAttributeUseDelegate_Invoke_mAE00805CFBABDE9D41AD11E50FF27E0FE71F9553 (OnDefaultAttributeUseDelegate_t3E995824DB2F605D21E74880C851C4C6BB9A1E88 * __this, RuntimeObject* ___defaultAttribute0, XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * ___coreReader1, const RuntimeMethod* method); // System.String System.String::Substring(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B (String_t* __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_mB0253AA6494BFCC6EA6E5FA343D0DAE6F58CBD17 (StringBuilder_t * __this, String_t* ___value0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_mEDFFE2D378A15F6DAB54D52661C84C1B52E7BA2E (StringBuilder_t * __this, int32_t ___capacity0, const RuntimeMethod* method); // System.Void System.Buffer::BlockCopy(System.Array,System.Int32,System.Array,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Buffer_BlockCopy_mD01FC13D87078586714AA235261A9E786C351725 (RuntimeArray * ___src0, int32_t ___srcOffset1, RuntimeArray * ___dst2, int32_t ___dstOffset3, int32_t ___count4, const RuntimeMethod* method); #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XmlNodeChangedEventArgs::.ctor(System.Xml.XmlNode,System.Xml.XmlNode,System.Xml.XmlNode,System.String,System.String,System.Xml.XmlNodeChangedAction) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNodeChangedEventArgs__ctor_m8CB66A1D898A92942A782F4CDB3E3B3216D0D54C (XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___node0, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___oldParent1, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___newParent2, String_t* ___oldValue3, String_t* ___newValue4, int32_t ___action5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_il2cpp_TypeInfo_var); EventArgs__ctor_m5ECB9A8ED0A9E2DBB1ED999BAC1CB44F4354E571(__this, /*hidden argument*/NULL); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = ___node0; __this->set_node_2(L_0); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_1 = ___oldParent1; __this->set_oldParent_3(L_1); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_2 = ___newParent2; __this->set_newParent_4(L_2); int32_t L_3 = ___action5; __this->set_action_1(L_3); String_t* L_4 = ___oldValue3; __this->set_oldValue_5(L_4); String_t* L_5 = ___newValue4; __this->set_newValue_6(L_5); return; } } // System.Xml.XmlNodeChangedAction System.Xml.XmlNodeChangedEventArgs::get_Action() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlNodeChangedEventArgs_get_Action_m7262623D702CF1A999921BA6E48B451210786AD6 (XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_action_1(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XmlNodeChangedEventHandler::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNodeChangedEventHandler__ctor_mC27C1B89B3BAC1DCC9A660C5C5C58273A36E498B (XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Xml.XmlNodeChangedEventHandler::Invoke(System.Object,System.Xml.XmlNodeChangedEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNodeChangedEventHandler_Invoke_m2AD16598BE7032D4D2058C357490CCD41C4EDA53 (XmlNodeChangedEventHandler_tA0D165ACE065C3934721B68C6762B79372D7ECE9 * __this, RuntimeObject * ___sender0, XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * ___e1, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 2) { // open typedef void (*FunctionPointerType) (RuntimeObject *, XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, RuntimeObject *, XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___sender0, ___e1, targetMethod); } } else if (___parameterCount != 2) { // open if (currentDelegate->get_method_is_virtual_10()) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * >::Invoke(targetMethod, ___sender0, ___e1); else GenericVirtualActionInvoker1< XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * >::Invoke(targetMethod, ___sender0, ___e1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___sender0, ___e1); else VirtualActionInvoker1< XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___sender0, ___e1); } } else { typedef void (*FunctionPointerType) (RuntimeObject *, XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject *, XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod); } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___sender0, ___e1, targetMethod); } } } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlNode System.Xml.XmlNodeList::get_ItemOf(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlNodeList_get_ItemOf_mAE0F17D5A70CD20F4F373B1AA86750A9EBBF44F8 (XmlNodeList_t1DBBA2CC948CC6631BC33AA7405E11C8105E6EE9 * __this, int32_t ___i0, const RuntimeMethod* method) { { int32_t L_0 = ___i0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_1; L_1 = VirtualFuncInvoker1< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, int32_t >::Invoke(6 /* System.Xml.XmlNode System.Xml.XmlNodeList::Item(System.Int32) */, __this, L_0); return L_1; } } // System.Void System.Xml.XmlNodeList::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNodeList_System_IDisposable_Dispose_m82F26D904D70406472DE4E443020196A61221545 (XmlNodeList_t1DBBA2CC948CC6631BC33AA7405E11C8105E6EE9 * __this, const RuntimeMethod* method) { { VirtualActionInvoker0::Invoke(10 /* System.Void System.Xml.XmlNodeList::PrivateDisposeNodeList() */, __this); return; } } // System.Void System.Xml.XmlNodeList::PrivateDisposeNodeList() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNodeList_PrivateDisposeNodeList_mDA517D36D8B0AC506AA7A2C576009929C5B791CB (XmlNodeList_t1DBBA2CC948CC6631BC33AA7405E11C8105E6EE9 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Xml.XmlNodeList::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNodeList__ctor_mDA4B70FD311E6022A0C159DA09B9F2A9CBEE647F (XmlNodeList_t1DBBA2CC948CC6631BC33AA7405E11C8105E6EE9 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XmlNodeListEnumerator::.ctor(System.Xml.XPathNodeList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNodeListEnumerator__ctor_mC7E0A015B8930C5AFAAD45B79E6D81CA600ED675 (XmlNodeListEnumerator_t866CFDD22AB12D88A43D4CD81EBA21F059DF4B1A * __this, XPathNodeList_t4A1DB4E840970E1644EC63914E811BE82E6528F9 * ___list0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); XPathNodeList_t4A1DB4E840970E1644EC63914E811BE82E6528F9 * L_0 = ___list0; __this->set_list_0(L_0); __this->set_index_1((-1)); __this->set_valid_2((bool)0); return; } } // System.Void System.Xml.XmlNodeListEnumerator::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNodeListEnumerator_Reset_m6A63CB91A014A0E7DE9AD2D561F0C02CFC63AFAF (XmlNodeListEnumerator_t866CFDD22AB12D88A43D4CD81EBA21F059DF4B1A * __this, const RuntimeMethod* method) { { __this->set_index_1((-1)); return; } } // System.Boolean System.Xml.XmlNodeListEnumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlNodeListEnumerator_MoveNext_m2BDAD41D09894C52D3209405F4125FDADDE50968 (XmlNodeListEnumerator_t866CFDD22AB12D88A43D4CD81EBA21F059DF4B1A * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_index_1(); __this->set_index_1(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1))); XPathNodeList_t4A1DB4E840970E1644EC63914E811BE82E6528F9 * L_1 = __this->get_list_0(); int32_t L_2 = __this->get_index_1(); NullCheck(L_1); int32_t L_3; L_3 = XPathNodeList_ReadUntil_m97BCCFC26BE4E593C917F82A5A448055F3810DCE(L_1, ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)), /*hidden argument*/NULL); int32_t L_4 = __this->get_index_1(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1))) >= ((int32_t)L_4))) { goto IL_002d; } } { return (bool)0; } IL_002d: { XPathNodeList_t4A1DB4E840970E1644EC63914E811BE82E6528F9 * L_5 = __this->get_list_0(); int32_t L_6 = __this->get_index_1(); NullCheck(L_5); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_7; L_7 = VirtualFuncInvoker1< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, int32_t >::Invoke(9 /* System.Xml.XmlNode System.Xml.XmlNodeList::get_ItemOf(System.Int32) */, L_5, L_6); __this->set_valid_2((bool)((!(((RuntimeObject*)(XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)L_7) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0)); bool L_8 = __this->get_valid_2(); return L_8; } } // System.Object System.Xml.XmlNodeListEnumerator::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlNodeListEnumerator_get_Current_m402B9B0DDBF6D6E1A814A2B61F3E0F3BF11CDDA4 (XmlNodeListEnumerator_t866CFDD22AB12D88A43D4CD81EBA21F059DF4B1A * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_valid_2(); if (!L_0) { goto IL_001a; } } { XPathNodeList_t4A1DB4E840970E1644EC63914E811BE82E6528F9 * L_1 = __this->get_list_0(); int32_t L_2 = __this->get_index_1(); NullCheck(L_1); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_3; L_3 = VirtualFuncInvoker1< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, int32_t >::Invoke(9 /* System.Xml.XmlNode System.Xml.XmlNodeList::get_ItemOf(System.Int32) */, L_1, L_2); return L_3; } IL_001a: { return NULL; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XmlNotation::.ctor(System.String,System.String,System.String,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNotation__ctor_mA85A6CA3226706A696941A67752259D19D55112D (XmlNotation_tDC9DE2B0FEDB66B9EAE6480AB07873EB7FEF8E92 * __this, String_t* ___name0, String_t* ___publicId1, String_t* ___systemId2, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___doc3, const RuntimeMethod* method) { { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0 = ___doc3; XmlNode__ctor_m207DC6243081054B0B14F1BAB882D457B8CFD465(__this, L_0, /*hidden argument*/NULL); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_1 = ___doc3; NullCheck(L_1); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_2; L_2 = XmlDocument_get_NameTable_m0CCA0C27A27C84923F031F9789DD4F749D67AD53(L_1, /*hidden argument*/NULL); String_t* L_3 = ___name0; NullCheck(L_2); String_t* L_4; L_4 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_2, L_3); __this->set_name_3(L_4); String_t* L_5 = ___publicId1; __this->set_publicId_1(L_5); String_t* L_6 = ___systemId2; __this->set_systemId_2(L_6); return; } } // System.String System.Xml.XmlNotation::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlNotation_get_Name_m71E3D87914411AFF8AE5BE40CC9E71DB81F354D4 (XmlNotation_tDC9DE2B0FEDB66B9EAE6480AB07873EB7FEF8E92 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_3(); return L_0; } } // System.String System.Xml.XmlNotation::get_LocalName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlNotation_get_LocalName_m2043A233130C9BC0506957B73D72722D5CA6777A (XmlNotation_tDC9DE2B0FEDB66B9EAE6480AB07873EB7FEF8E92 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_3(); return L_0; } } // System.Xml.XmlNodeType System.Xml.XmlNotation::get_NodeType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlNotation_get_NodeType_m3979390D798E4CE7CAA85EC9E83B1BDAC2B74CFA (XmlNotation_tDC9DE2B0FEDB66B9EAE6480AB07873EB7FEF8E92 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)12)); } } // System.Xml.XmlNode System.Xml.XmlNotation::CloneNode(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlNotation_CloneNode_m36F13D50332FF753B58628BCFEC7D571A813DF5F (XmlNotation_tDC9DE2B0FEDB66B9EAE6480AB07873EB7FEF8E92 * __this, bool ___deep0, const RuntimeMethod* method) { { String_t* L_0; L_0 = Res_GetString_m4303E63CA6945331BF5584376F6AA7262D1C6887(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral49457BCC8BD0CC8C758CAB29E29AAC6EE6A36D9A)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_1 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_1, L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlNotation_CloneNode_m36F13D50332FF753B58628BCFEC7D571A813DF5F_RuntimeMethod_var))); } } // System.Boolean System.Xml.XmlNotation::get_IsReadOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlNotation_get_IsReadOnly_mDE3926EF9C4A7743C6B133009C87ADC6A41C913C (XmlNotation_tDC9DE2B0FEDB66B9EAE6480AB07873EB7FEF8E92 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Void System.Xml.XmlNotation::set_InnerXml(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNotation_set_InnerXml_m5BE8B376B3C8C63784352A3C5504FF0359B48903 (XmlNotation_tDC9DE2B0FEDB66B9EAE6480AB07873EB7FEF8E92 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0; L_0 = Res_GetString_m4303E63CA6945331BF5584376F6AA7262D1C6887(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDB06DE16F44A88CD00ED1FDBEB9E9BFE0F4D1C2A)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_1 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_1, L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlNotation_set_InnerXml_m5BE8B376B3C8C63784352A3C5504FF0359B48903_RuntimeMethod_var))); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Schema.XmlNumeric10Converter::.ctor(System.Xml.Schema.XmlSchemaType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNumeric10Converter__ctor_m4355E1E23B1214106A6C527434E60E0BB0DD29DB (XmlNumeric10Converter_t3ECEC29605692B1FF957552D0D4D60BEFA80B87A * __this, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___schemaType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_0 = ___schemaType0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); XmlBaseConverter__ctor_mFFE1FCB6DE4BCF03A3666FBFD1972F802345FCE5(__this, L_0, /*hidden argument*/NULL); return; } } // System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlNumeric10Converter::Create(System.Xml.Schema.XmlSchemaType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * XmlNumeric10Converter_Create_m5855B3FC3A0B9400AEC16F9921A8458971DCEDFF (XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___schemaType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlNumeric10Converter_t3ECEC29605692B1FF957552D0D4D60BEFA80B87A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_0 = ___schemaType0; XmlNumeric10Converter_t3ECEC29605692B1FF957552D0D4D60BEFA80B87A * L_1 = (XmlNumeric10Converter_t3ECEC29605692B1FF957552D0D4D60BEFA80B87A *)il2cpp_codegen_object_new(XmlNumeric10Converter_t3ECEC29605692B1FF957552D0D4D60BEFA80B87A_il2cpp_TypeInfo_var); XmlNumeric10Converter__ctor_m4355E1E23B1214106A6C527434E60E0BB0DD29DB(L_1, L_0, /*hidden argument*/NULL); return L_1; } } // System.Decimal System.Xml.Schema.XmlNumeric10Converter::ToDecimal(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 XmlNumeric10Converter_ToDecimal_m01B803BDCCEE224010B7E2457567CFDAA642CFC8 (XmlNumeric10Converter_t3ECEC29605692B1FF957552D0D4D60BEFA80B87A * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlNumeric10Converter_ToDecimal_m01B803BDCCEE224010B7E2457567CFDAA642CFC8_RuntimeMethod_var))); } IL_000e: { int32_t L_2; L_2 = XmlBaseConverter_get_TypeCode_m0A474F881A97EE27FC731E30E04B94B9A2A57694_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)14))))) { goto IL_001f; } } { String_t* L_3 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_4; L_4 = XmlConvert_ToDecimal_mD9EC100AA6C12FD7036B69128A76D79E788D4D79(L_3, /*hidden argument*/NULL); return L_4; } IL_001f: { String_t* L_5 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_6; L_6 = XmlConvert_ToInteger_mD963D17C5142CCDA1647A628DA9440DE1F0D25F6(L_5, /*hidden argument*/NULL); return L_6; } } // System.Decimal System.Xml.Schema.XmlNumeric10Converter::ToDecimal(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 XmlNumeric10Converter_ToDecimal_m520BBFC1112F55A8F16772CB3A582C5AFA9E085C (XmlNumeric10Converter_t3ECEC29605692B1FF957552D0D4D60BEFA80B87A * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; { RuntimeObject * L_0 = ___value0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlNumeric10Converter_ToDecimal_m520BBFC1112F55A8F16772CB3A582C5AFA9E085C_RuntimeMethod_var))); } IL_000e: { RuntimeObject * L_2 = ___value0; NullCheck(L_2); Type_t * L_3; L_3 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_2, /*hidden argument*/NULL); V_0 = L_3; Type_t * L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_5 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DecimalType_9(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_6; L_6 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_4, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0029; } } { RuntimeObject * L_7 = ___value0; return ((*(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 *)((Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 *)UnBox(L_7, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var)))); } IL_0029: { Type_t * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_9 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_Int32Type_10(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_10; L_10 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_8, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0042; } } { RuntimeObject * L_11 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_12; L_12 = Decimal_op_Implicit_mBF8AF3AB5D38844C35C02A2E4B98E9337D9E43BA(((*(int32_t*)((int32_t*)UnBox(L_11, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); return L_12; } IL_0042: { Type_t * L_13 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_14 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_Int64Type_11(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_15; L_15 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_13, L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_005b; } } { RuntimeObject * L_16 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_17; L_17 = Decimal_op_Implicit_m7D587E5075FE7DFCCF1337140BD7404CFFD1655B(((*(int64_t*)((int64_t*)UnBox(L_16, Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); return L_17; } IL_005b: { Type_t * L_18 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_19 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_StringType_12(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_20; L_20 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_18, L_19, /*hidden argument*/NULL); if (!L_20) { goto IL_0075; } } { RuntimeObject * L_21 = ___value0; Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_22; L_22 = VirtualFuncInvoker1< Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 , String_t* >::Invoke(22 /* System.Decimal System.Xml.Schema.XmlValueConverter::ToDecimal(System.String) */, __this, ((String_t*)CastclassSealed((RuntimeObject*)L_21, String_t_il2cpp_TypeInfo_var))); return L_22; } IL_0075: { Type_t * L_23 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_24 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_25; L_25 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_23, L_24, /*hidden argument*/NULL); if (!L_25) { goto IL_0098; } } { RuntimeObject * L_26 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_27 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DecimalType_9(); NullCheck(((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_26, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var))); RuntimeObject * L_28; L_28 = VirtualFuncInvoker1< RuntimeObject *, Type_t * >::Invoke(13 /* System.Object System.Xml.XPath.XPathItem::ValueAs(System.Type) */, ((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_26, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var)), L_27); return ((*(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 *)((Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 *)UnBox(L_28, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var)))); } IL_0098: { RuntimeObject * L_29 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_30 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DecimalType_9(); RuntimeObject * L_31; L_31 = XmlNumeric10Converter_ChangeTypeWildcardDestination_mA5E8B944590B4C1B42186FD29E8015543CF18A65(__this, L_29, L_30, (RuntimeObject*)NULL, /*hidden argument*/NULL); return ((*(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 *)((Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 *)UnBox(L_31, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var)))); } } // System.Int32 System.Xml.Schema.XmlNumeric10Converter::ToInt32(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlNumeric10Converter_ToInt32_m392AA1B9CF6BCC1FBF61273C8616C08E3F28250B (XmlNumeric10Converter_t3ECEC29605692B1FF957552D0D4D60BEFA80B87A * __this, int64_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int64_t L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); int32_t L_1; L_1 = XmlBaseConverter_Int64ToInt32_m928DC3717E0702A6EEB938D4772C57AD8F569068(L_0, /*hidden argument*/NULL); return L_1; } } // System.Int32 System.Xml.Schema.XmlNumeric10Converter::ToInt32(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlNumeric10Converter_ToInt32_mA8B951FC4AA0574D41056E2C513D38EEB757E415 (XmlNumeric10Converter_t3ECEC29605692B1FF957552D0D4D60BEFA80B87A * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlNumeric10Converter_ToInt32_mA8B951FC4AA0574D41056E2C513D38EEB757E415_RuntimeMethod_var))); } IL_000e: { int32_t L_2; L_2 = XmlBaseConverter_get_TypeCode_m0A474F881A97EE27FC731E30E04B94B9A2A57694_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)14))))) { goto IL_0024; } } { String_t* L_3 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_4; L_4 = XmlConvert_ToDecimal_mD9EC100AA6C12FD7036B69128A76D79E788D4D79(L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); int32_t L_5; L_5 = XmlBaseConverter_DecimalToInt32_m0F28360D8E7E04C7A14CE5B7AC383EAD178BB175(L_4, /*hidden argument*/NULL); return L_5; } IL_0024: { String_t* L_6 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); int32_t L_7; L_7 = XmlConvert_ToInt32_mC0C53CC21654A0E479438CA81FC22CCFAD9128D5(L_6, /*hidden argument*/NULL); return L_7; } } // System.Int32 System.Xml.Schema.XmlNumeric10Converter::ToInt32(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlNumeric10Converter_ToInt32_mC296001DD123F84AE6A59B83348FD26BFF038C08 (XmlNumeric10Converter_t3ECEC29605692B1FF957552D0D4D60BEFA80B87A * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; { RuntimeObject * L_0 = ___value0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlNumeric10Converter_ToInt32_mC296001DD123F84AE6A59B83348FD26BFF038C08_RuntimeMethod_var))); } IL_000e: { RuntimeObject * L_2 = ___value0; NullCheck(L_2); Type_t * L_3; L_3 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_2, /*hidden argument*/NULL); V_0 = L_3; Type_t * L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_5 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DecimalType_9(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_6; L_6 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_4, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_002e; } } { RuntimeObject * L_7 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); int32_t L_8; L_8 = XmlBaseConverter_DecimalToInt32_m0F28360D8E7E04C7A14CE5B7AC383EAD178BB175(((*(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 *)((Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 *)UnBox(L_7, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); return L_8; } IL_002e: { Type_t * L_9 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_10 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_Int32Type_10(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_11; L_11 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_9, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0042; } } { RuntimeObject * L_12 = ___value0; return ((*(int32_t*)((int32_t*)UnBox(L_12, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)))); } IL_0042: { Type_t * L_13 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_14 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_Int64Type_11(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_15; L_15 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_13, L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_005b; } } { RuntimeObject * L_16 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); int32_t L_17; L_17 = XmlBaseConverter_Int64ToInt32_m928DC3717E0702A6EEB938D4772C57AD8F569068(((*(int64_t*)((int64_t*)UnBox(L_16, Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); return L_17; } IL_005b: { Type_t * L_18 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_19 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_StringType_12(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_20; L_20 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_18, L_19, /*hidden argument*/NULL); if (!L_20) { goto IL_0075; } } { RuntimeObject * L_21 = ___value0; int32_t L_22; L_22 = VirtualFuncInvoker1< int32_t, String_t* >::Invoke(14 /* System.Int32 System.Xml.Schema.XmlValueConverter::ToInt32(System.String) */, __this, ((String_t*)CastclassSealed((RuntimeObject*)L_21, String_t_il2cpp_TypeInfo_var))); return L_22; } IL_0075: { Type_t * L_23 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_24 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_25; L_25 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_23, L_24, /*hidden argument*/NULL); if (!L_25) { goto IL_008e; } } { RuntimeObject * L_26 = ___value0; NullCheck(((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_26, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var))); int32_t L_27; L_27 = VirtualFuncInvoker0< int32_t >::Invoke(11 /* System.Int32 System.Xml.XPath.XPathItem::get_ValueAsInt() */, ((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_26, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var))); return L_27; } IL_008e: { RuntimeObject * L_28 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_29 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_Int32Type_10(); RuntimeObject * L_30; L_30 = XmlNumeric10Converter_ChangeTypeWildcardDestination_mA5E8B944590B4C1B42186FD29E8015543CF18A65(__this, L_28, L_29, (RuntimeObject*)NULL, /*hidden argument*/NULL); return ((*(int32_t*)((int32_t*)UnBox(L_30, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)))); } } // System.Int64 System.Xml.Schema.XmlNumeric10Converter::ToInt64(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t XmlNumeric10Converter_ToInt64_mF594597BF4C9DD6555B9E648DAA75E1A37BD36C3 (XmlNumeric10Converter_t3ECEC29605692B1FF957552D0D4D60BEFA80B87A * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; return ((int64_t)((int64_t)L_0)); } } // System.Int64 System.Xml.Schema.XmlNumeric10Converter::ToInt64(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t XmlNumeric10Converter_ToInt64_m1E5EE6D6A56DC2536B1BC87FD87D532F7964E1EE (XmlNumeric10Converter_t3ECEC29605692B1FF957552D0D4D60BEFA80B87A * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlNumeric10Converter_ToInt64_m1E5EE6D6A56DC2536B1BC87FD87D532F7964E1EE_RuntimeMethod_var))); } IL_000e: { int32_t L_2; L_2 = XmlBaseConverter_get_TypeCode_m0A474F881A97EE27FC731E30E04B94B9A2A57694_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)14))))) { goto IL_0024; } } { String_t* L_3 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_4; L_4 = XmlConvert_ToDecimal_mD9EC100AA6C12FD7036B69128A76D79E788D4D79(L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); int64_t L_5; L_5 = XmlBaseConverter_DecimalToInt64_mEDF4ED4070012F656FF544CA65762590D4BD5084(L_4, /*hidden argument*/NULL); return L_5; } IL_0024: { String_t* L_6 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); int64_t L_7; L_7 = XmlConvert_ToInt64_mA4359842AD5F5E4233AA68C95E0186C137138B56(L_6, /*hidden argument*/NULL); return L_7; } } // System.Int64 System.Xml.Schema.XmlNumeric10Converter::ToInt64(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t XmlNumeric10Converter_ToInt64_m29C9F6A96FE38200E747D32689768E8BACA8EE1B (XmlNumeric10Converter_t3ECEC29605692B1FF957552D0D4D60BEFA80B87A * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; { RuntimeObject * L_0 = ___value0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlNumeric10Converter_ToInt64_m29C9F6A96FE38200E747D32689768E8BACA8EE1B_RuntimeMethod_var))); } IL_000e: { RuntimeObject * L_2 = ___value0; NullCheck(L_2); Type_t * L_3; L_3 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_2, /*hidden argument*/NULL); V_0 = L_3; Type_t * L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_5 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DecimalType_9(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_6; L_6 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_4, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_002e; } } { RuntimeObject * L_7 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); int64_t L_8; L_8 = XmlBaseConverter_DecimalToInt64_mEDF4ED4070012F656FF544CA65762590D4BD5084(((*(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 *)((Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 *)UnBox(L_7, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); return L_8; } IL_002e: { Type_t * L_9 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_10 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_Int32Type_10(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_11; L_11 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_9, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0043; } } { RuntimeObject * L_12 = ___value0; return ((int64_t)((int64_t)((*(int32_t*)((int32_t*)UnBox(L_12, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)))))); } IL_0043: { Type_t * L_13 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_14 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_Int64Type_11(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_15; L_15 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_13, L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_0057; } } { RuntimeObject * L_16 = ___value0; return ((*(int64_t*)((int64_t*)UnBox(L_16, Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var)))); } IL_0057: { Type_t * L_17 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_18 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_StringType_12(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_19; L_19 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_17, L_18, /*hidden argument*/NULL); if (!L_19) { goto IL_0071; } } { RuntimeObject * L_20 = ___value0; int64_t L_21; L_21 = VirtualFuncInvoker1< int64_t, String_t* >::Invoke(20 /* System.Int64 System.Xml.Schema.XmlValueConverter::ToInt64(System.String) */, __this, ((String_t*)CastclassSealed((RuntimeObject*)L_20, String_t_il2cpp_TypeInfo_var))); return L_21; } IL_0071: { Type_t * L_22 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_23 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_24; L_24 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_22, L_23, /*hidden argument*/NULL); if (!L_24) { goto IL_008a; } } { RuntimeObject * L_25 = ___value0; NullCheck(((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_25, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var))); int64_t L_26; L_26 = VirtualFuncInvoker0< int64_t >::Invoke(12 /* System.Int64 System.Xml.XPath.XPathItem::get_ValueAsLong() */, ((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_25, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var))); return L_26; } IL_008a: { RuntimeObject * L_27 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_28 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_Int64Type_11(); RuntimeObject * L_29; L_29 = XmlNumeric10Converter_ChangeTypeWildcardDestination_mA5E8B944590B4C1B42186FD29E8015543CF18A65(__this, L_27, L_28, (RuntimeObject*)NULL, /*hidden argument*/NULL); return ((*(int64_t*)((int64_t*)UnBox(L_29, Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var)))); } } // System.String System.Xml.Schema.XmlNumeric10Converter::ToString(System.Decimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlNumeric10Converter_ToString_m529403561F19FF2556494DB9D9453481CCD0F588 (XmlNumeric10Converter_t3ECEC29605692B1FF957552D0D4D60BEFA80B87A * __this, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0; L_0 = XmlBaseConverter_get_TypeCode_m0A474F881A97EE27FC731E30E04B94B9A2A57694_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)14))))) { goto IL_0011; } } { Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_1 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_2; L_2 = XmlConvert_ToString_mF0F35219CB0F55A48EAF67875060E3BA68E122EB(L_1, /*hidden argument*/NULL); return L_2; } IL_0011: { Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_3 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_4; L_4 = Decimal_Truncate_mC8618AC08AEB088BD6A0E1F6B00158FC78030644(L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_5; L_5 = XmlConvert_ToString_mF0F35219CB0F55A48EAF67875060E3BA68E122EB(L_4, /*hidden argument*/NULL); return L_5; } } // System.String System.Xml.Schema.XmlNumeric10Converter::ToString(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlNumeric10Converter_ToString_m8518A39A4FA0F43E34A0C44FFB0D3547C88095BD (XmlNumeric10Converter_t3ECEC29605692B1FF957552D0D4D60BEFA80B87A * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_1; L_1 = XmlConvert_ToString_m44192366B01E8A875E9756625F2FBBFA3A681D35(L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Xml.Schema.XmlNumeric10Converter::ToString(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlNumeric10Converter_ToString_mFEDA091AA275B273AFC34E44A9A3E815B31B587E (XmlNumeric10Converter_t3ECEC29605692B1FF957552D0D4D60BEFA80B87A * __this, int64_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int64_t L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_1; L_1 = XmlConvert_ToString_m79EC978DC82DB8052E9F7FD581D9E778CFBC523B(L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Xml.Schema.XmlNumeric10Converter::ToString(System.Object,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlNumeric10Converter_ToString_m548906C6E49AE16F6D8ED31DF84F5766B81F1131 (XmlNumeric10Converter_t3ECEC29605692B1FF957552D0D4D60BEFA80B87A * __this, RuntimeObject * ___value0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; { RuntimeObject * L_0 = ___value0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlNumeric10Converter_ToString_m548906C6E49AE16F6D8ED31DF84F5766B81F1131_RuntimeMethod_var))); } IL_000e: { RuntimeObject * L_2 = ___value0; NullCheck(L_2); Type_t * L_3; L_3 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_2, /*hidden argument*/NULL); V_0 = L_3; Type_t * L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_5 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DecimalType_9(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_6; L_6 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_4, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_002f; } } { RuntimeObject * L_7 = ___value0; String_t* L_8; L_8 = VirtualFuncInvoker1< String_t*, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 >::Invoke(46 /* System.String System.Xml.Schema.XmlValueConverter::ToString(System.Decimal) */, __this, ((*(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 *)((Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 *)UnBox(L_7, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var))))); return L_8; } IL_002f: { Type_t * L_9 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_10 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_Int32Type_10(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_11; L_11 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_9, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0048; } } { RuntimeObject * L_12 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_13; L_13 = XmlConvert_ToString_m44192366B01E8A875E9756625F2FBBFA3A681D35(((*(int32_t*)((int32_t*)UnBox(L_12, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); return L_13; } IL_0048: { Type_t * L_14 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_15 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_Int64Type_11(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_16; L_16 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_14, L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_0061; } } { RuntimeObject * L_17 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_18; L_18 = XmlConvert_ToString_m79EC978DC82DB8052E9F7FD581D9E778CFBC523B(((*(int64_t*)((int64_t*)UnBox(L_17, Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); return L_18; } IL_0061: { Type_t * L_19 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_20 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_StringType_12(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_21; L_21 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_19, L_20, /*hidden argument*/NULL); if (!L_21) { goto IL_0075; } } { RuntimeObject * L_22 = ___value0; return ((String_t*)CastclassSealed((RuntimeObject*)L_22, String_t_il2cpp_TypeInfo_var)); } IL_0075: { Type_t * L_23 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_24 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_25; L_25 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_23, L_24, /*hidden argument*/NULL); if (!L_25) { goto IL_008e; } } { RuntimeObject * L_26 = ___value0; NullCheck(((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_26, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var))); String_t* L_27; L_27 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, ((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_26, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var))); return L_27; } IL_008e: { RuntimeObject * L_28 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_29 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_StringType_12(); RuntimeObject* L_30 = ___nsResolver1; RuntimeObject * L_31; L_31 = XmlNumeric10Converter_ChangeTypeWildcardDestination_mA5E8B944590B4C1B42186FD29E8015543CF18A65(__this, L_28, L_29, L_30, /*hidden argument*/NULL); return ((String_t*)CastclassSealed((RuntimeObject*)L_31, String_t_il2cpp_TypeInfo_var)); } } // System.Object System.Xml.Schema.XmlNumeric10Converter::ChangeType(System.Decimal,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlNumeric10Converter_ChangeType_mB6EB4C65C1768EDA489B008B8AF6D8FE59977901 (XmlNumeric10Converter_t3ECEC29605692B1FF957552D0D4D60BEFA80B87A * __this, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___value0, Type_t * ___destinationType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_1; L_1 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_0, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0014; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_2 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF54F5AD89BFF7ACC574BFC039F72C349137EC667)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlNumeric10Converter_ChangeType_mB6EB4C65C1768EDA489B008B8AF6D8FE59977901_RuntimeMethod_var))); } IL_0014: { Type_t * L_3 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_4 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_ObjectType_14(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_5; L_5 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_3, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0029; } } { Type_t * L_6; L_6 = XmlBaseConverter_get_DefaultClrType_mEF68FF73D1C89C298241F8D7323D7F230DDDFD0C_inline(__this, /*hidden argument*/NULL); ___destinationType1 = L_6; } IL_0029: { Type_t * L_7 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_8 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DecimalType_9(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_9; L_9 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_7, L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_003d; } } { Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_10 = ___value0; Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_11 = L_10; RuntimeObject * L_12 = Box(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var, &L_11); return L_12; } IL_003d: { Type_t * L_13 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_14 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_Int32Type_10(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_15; L_15 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_13, L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_0056; } } { Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_16 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); int32_t L_17; L_17 = XmlBaseConverter_DecimalToInt32_m0F28360D8E7E04C7A14CE5B7AC383EAD178BB175(L_16, /*hidden argument*/NULL); int32_t L_18 = L_17; RuntimeObject * L_19 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_18); return L_19; } IL_0056: { Type_t * L_20 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_21 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_Int64Type_11(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_22; L_22 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_20, L_21, /*hidden argument*/NULL); if (!L_22) { goto IL_006f; } } { Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_23 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); int64_t L_24; L_24 = XmlBaseConverter_DecimalToInt64_mEDF4ED4070012F656FF544CA65762590D4BD5084(L_23, /*hidden argument*/NULL); int64_t L_25 = L_24; RuntimeObject * L_26 = Box(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var, &L_25); return L_26; } IL_006f: { Type_t * L_27 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_28 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_StringType_12(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_29; L_29 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_27, L_28, /*hidden argument*/NULL); if (!L_29) { goto IL_0084; } } { Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_30 = ___value0; String_t* L_31; L_31 = VirtualFuncInvoker1< String_t*, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 >::Invoke(46 /* System.String System.Xml.Schema.XmlValueConverter::ToString(System.Decimal) */, __this, L_30); return L_31; } IL_0084: { Type_t * L_32 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_33 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_34; L_34 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_32, L_33, /*hidden argument*/NULL); if (!L_34) { goto IL_00a3; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_35; L_35 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_36 = ___value0; Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_37 = L_36; RuntimeObject * L_38 = Box(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var, &L_37); XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_39 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m94A068BC6DBF6F6B6776FC25DCFC2783A87B7D01(L_39, L_35, L_38, /*hidden argument*/NULL); return L_39; } IL_00a3: { Type_t * L_40 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_41 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XPathItemType_21(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_42; L_42 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_40, L_41, /*hidden argument*/NULL); if (!L_42) { goto IL_00c2; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_43; L_43 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_44 = ___value0; Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_45 = L_44; RuntimeObject * L_46 = Box(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var, &L_45); XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_47 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m94A068BC6DBF6F6B6776FC25DCFC2783A87B7D01(L_47, L_43, L_46, /*hidden argument*/NULL); return L_47; } IL_00c2: { Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_48 = ___value0; Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_49 = L_48; RuntimeObject * L_50 = Box(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var, &L_49); Type_t * L_51 = ___destinationType1; RuntimeObject * L_52; L_52 = XmlNumeric10Converter_ChangeTypeWildcardSource_m74AAABE99429DC7FE84C21099BA86FE323D41298(__this, L_50, L_51, (RuntimeObject*)NULL, /*hidden argument*/NULL); return L_52; } } // System.Object System.Xml.Schema.XmlNumeric10Converter::ChangeType(System.Int32,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlNumeric10Converter_ChangeType_m48FB600768910953CFD1A830C2AC9E83F4E3D0B5 (XmlNumeric10Converter_t3ECEC29605692B1FF957552D0D4D60BEFA80B87A * __this, int32_t ___value0, Type_t * ___destinationType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_1; L_1 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_0, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0014; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_2 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF54F5AD89BFF7ACC574BFC039F72C349137EC667)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlNumeric10Converter_ChangeType_m48FB600768910953CFD1A830C2AC9E83F4E3D0B5_RuntimeMethod_var))); } IL_0014: { Type_t * L_3 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_4 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_ObjectType_14(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_5; L_5 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_3, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0029; } } { Type_t * L_6; L_6 = XmlBaseConverter_get_DefaultClrType_mEF68FF73D1C89C298241F8D7323D7F230DDDFD0C_inline(__this, /*hidden argument*/NULL); ___destinationType1 = L_6; } IL_0029: { Type_t * L_7 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_8 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DecimalType_9(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_9; L_9 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_7, L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_0042; } } { int32_t L_10 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_11; L_11 = Decimal_op_Implicit_mBF8AF3AB5D38844C35C02A2E4B98E9337D9E43BA(L_10, /*hidden argument*/NULL); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_12 = L_11; RuntimeObject * L_13 = Box(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var, &L_12); return L_13; } IL_0042: { Type_t * L_14 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_15 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_Int32Type_10(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_16; L_16 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_14, L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_0056; } } { int32_t L_17 = ___value0; int32_t L_18 = L_17; RuntimeObject * L_19 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_18); return L_19; } IL_0056: { Type_t * L_20 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_21 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_Int64Type_11(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_22; L_22 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_20, L_21, /*hidden argument*/NULL); if (!L_22) { goto IL_006b; } } { int32_t L_23 = ___value0; int64_t L_24 = ((int64_t)((int64_t)L_23)); RuntimeObject * L_25 = Box(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var, &L_24); return L_25; } IL_006b: { Type_t * L_26 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_27 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_StringType_12(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_28; L_28 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_26, L_27, /*hidden argument*/NULL); if (!L_28) { goto IL_007f; } } { int32_t L_29 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_30; L_30 = XmlConvert_ToString_m44192366B01E8A875E9756625F2FBBFA3A681D35(L_29, /*hidden argument*/NULL); return L_30; } IL_007f: { Type_t * L_31 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_32 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_33; L_33 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_31, L_32, /*hidden argument*/NULL); if (!L_33) { goto IL_0099; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_34; L_34 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); int32_t L_35 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_36 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m269BAC0CC815FFCD1D94901B2E35065F2CC3979D(L_36, L_34, L_35, /*hidden argument*/NULL); return L_36; } IL_0099: { Type_t * L_37 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_38 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XPathItemType_21(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_39; L_39 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_37, L_38, /*hidden argument*/NULL); if (!L_39) { goto IL_00b3; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_40; L_40 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); int32_t L_41 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_42 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m269BAC0CC815FFCD1D94901B2E35065F2CC3979D(L_42, L_40, L_41, /*hidden argument*/NULL); return L_42; } IL_00b3: { int32_t L_43 = ___value0; int32_t L_44 = L_43; RuntimeObject * L_45 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_44); Type_t * L_46 = ___destinationType1; RuntimeObject * L_47; L_47 = XmlNumeric10Converter_ChangeTypeWildcardSource_m74AAABE99429DC7FE84C21099BA86FE323D41298(__this, L_45, L_46, (RuntimeObject*)NULL, /*hidden argument*/NULL); return L_47; } } // System.Object System.Xml.Schema.XmlNumeric10Converter::ChangeType(System.Int64,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlNumeric10Converter_ChangeType_mE9F07E2DA1F5716DA6DB20259848D00A6C3C59F4 (XmlNumeric10Converter_t3ECEC29605692B1FF957552D0D4D60BEFA80B87A * __this, int64_t ___value0, Type_t * ___destinationType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_1; L_1 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_0, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0014; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_2 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF54F5AD89BFF7ACC574BFC039F72C349137EC667)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlNumeric10Converter_ChangeType_mE9F07E2DA1F5716DA6DB20259848D00A6C3C59F4_RuntimeMethod_var))); } IL_0014: { Type_t * L_3 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_4 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_ObjectType_14(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_5; L_5 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_3, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0029; } } { Type_t * L_6; L_6 = XmlBaseConverter_get_DefaultClrType_mEF68FF73D1C89C298241F8D7323D7F230DDDFD0C_inline(__this, /*hidden argument*/NULL); ___destinationType1 = L_6; } IL_0029: { Type_t * L_7 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_8 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DecimalType_9(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_9; L_9 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_7, L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_0042; } } { int64_t L_10 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_11; L_11 = Decimal_op_Implicit_m7D587E5075FE7DFCCF1337140BD7404CFFD1655B(L_10, /*hidden argument*/NULL); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_12 = L_11; RuntimeObject * L_13 = Box(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var, &L_12); return L_13; } IL_0042: { Type_t * L_14 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_15 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_Int32Type_10(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_16; L_16 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_14, L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_005b; } } { int64_t L_17 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); int32_t L_18; L_18 = XmlBaseConverter_Int64ToInt32_m928DC3717E0702A6EEB938D4772C57AD8F569068(L_17, /*hidden argument*/NULL); int32_t L_19 = L_18; RuntimeObject * L_20 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_19); return L_20; } IL_005b: { Type_t * L_21 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_22 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_Int64Type_11(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_23; L_23 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_21, L_22, /*hidden argument*/NULL); if (!L_23) { goto IL_006f; } } { int64_t L_24 = ___value0; int64_t L_25 = L_24; RuntimeObject * L_26 = Box(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var, &L_25); return L_26; } IL_006f: { Type_t * L_27 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_28 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_StringType_12(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_29; L_29 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_27, L_28, /*hidden argument*/NULL); if (!L_29) { goto IL_0083; } } { int64_t L_30 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_31; L_31 = XmlConvert_ToString_m79EC978DC82DB8052E9F7FD581D9E778CFBC523B(L_30, /*hidden argument*/NULL); return L_31; } IL_0083: { Type_t * L_32 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_33 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_34; L_34 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_32, L_33, /*hidden argument*/NULL); if (!L_34) { goto IL_009d; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_35; L_35 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); int64_t L_36 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_37 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m084E81344290E4E2E3A792BAC6FCE90777FDDAA0(L_37, L_35, L_36, /*hidden argument*/NULL); return L_37; } IL_009d: { Type_t * L_38 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_39 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XPathItemType_21(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_40; L_40 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_38, L_39, /*hidden argument*/NULL); if (!L_40) { goto IL_00b7; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_41; L_41 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); int64_t L_42 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_43 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m084E81344290E4E2E3A792BAC6FCE90777FDDAA0(L_43, L_41, L_42, /*hidden argument*/NULL); return L_43; } IL_00b7: { int64_t L_44 = ___value0; int64_t L_45 = L_44; RuntimeObject * L_46 = Box(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var, &L_45); Type_t * L_47 = ___destinationType1; RuntimeObject * L_48; L_48 = XmlNumeric10Converter_ChangeTypeWildcardSource_m74AAABE99429DC7FE84C21099BA86FE323D41298(__this, L_46, L_47, (RuntimeObject*)NULL, /*hidden argument*/NULL); return L_48; } } // System.Object System.Xml.Schema.XmlNumeric10Converter::ChangeType(System.String,System.Type,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlNumeric10Converter_ChangeType_mA48FBDCBC65F1DA1430A0072F93A03774AA1FD68 (XmlNumeric10Converter_t3ECEC29605692B1FF957552D0D4D60BEFA80B87A * __this, String_t* ___value0, Type_t * ___destinationType1, RuntimeObject* ___nsResolver2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlNumeric10Converter_ChangeType_mA48FBDCBC65F1DA1430A0072F93A03774AA1FD68_RuntimeMethod_var))); } IL_000e: { Type_t * L_2 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_3; L_3 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_2, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_3) { goto IL_0022; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_4 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF54F5AD89BFF7ACC574BFC039F72C349137EC667)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlNumeric10Converter_ChangeType_mA48FBDCBC65F1DA1430A0072F93A03774AA1FD68_RuntimeMethod_var))); } IL_0022: { Type_t * L_5 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_6 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_ObjectType_14(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_7; L_7 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_5, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0037; } } { Type_t * L_8; L_8 = XmlBaseConverter_get_DefaultClrType_mEF68FF73D1C89C298241F8D7323D7F230DDDFD0C_inline(__this, /*hidden argument*/NULL); ___destinationType1 = L_8; } IL_0037: { Type_t * L_9 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_10 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DecimalType_9(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_11; L_11 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_9, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0051; } } { String_t* L_12 = ___value0; Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_13; L_13 = VirtualFuncInvoker1< Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 , String_t* >::Invoke(22 /* System.Decimal System.Xml.Schema.XmlValueConverter::ToDecimal(System.String) */, __this, L_12); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_14 = L_13; RuntimeObject * L_15 = Box(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var, &L_14); return L_15; } IL_0051: { Type_t * L_16 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_17 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_Int32Type_10(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_18; L_18 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_16, L_17, /*hidden argument*/NULL); if (!L_18) { goto IL_006b; } } { String_t* L_19 = ___value0; int32_t L_20; L_20 = VirtualFuncInvoker1< int32_t, String_t* >::Invoke(14 /* System.Int32 System.Xml.Schema.XmlValueConverter::ToInt32(System.String) */, __this, L_19); int32_t L_21 = L_20; RuntimeObject * L_22 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_21); return L_22; } IL_006b: { Type_t * L_23 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_24 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_Int64Type_11(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_25; L_25 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_23, L_24, /*hidden argument*/NULL); if (!L_25) { goto IL_0085; } } { String_t* L_26 = ___value0; int64_t L_27; L_27 = VirtualFuncInvoker1< int64_t, String_t* >::Invoke(20 /* System.Int64 System.Xml.Schema.XmlValueConverter::ToInt64(System.String) */, __this, L_26); int64_t L_28 = L_27; RuntimeObject * L_29 = Box(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var, &L_28); return L_29; } IL_0085: { Type_t * L_30 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_31 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_StringType_12(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_32; L_32 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_30, L_31, /*hidden argument*/NULL); if (!L_32) { goto IL_0094; } } { String_t* L_33 = ___value0; return L_33; } IL_0094: { Type_t * L_34 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_35 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_36; L_36 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_34, L_35, /*hidden argument*/NULL); if (!L_36) { goto IL_00ae; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_37; L_37 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); String_t* L_38 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_39 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m10A1B0B8D03D6C25152C24904A561B1C20243863(L_39, L_37, L_38, /*hidden argument*/NULL); return L_39; } IL_00ae: { Type_t * L_40 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_41 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XPathItemType_21(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_42; L_42 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_40, L_41, /*hidden argument*/NULL); if (!L_42) { goto IL_00c8; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_43; L_43 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); String_t* L_44 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_45 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m10A1B0B8D03D6C25152C24904A561B1C20243863(L_45, L_43, L_44, /*hidden argument*/NULL); return L_45; } IL_00c8: { String_t* L_46 = ___value0; Type_t * L_47 = ___destinationType1; RuntimeObject* L_48 = ___nsResolver2; RuntimeObject * L_49; L_49 = XmlNumeric10Converter_ChangeTypeWildcardSource_m74AAABE99429DC7FE84C21099BA86FE323D41298(__this, L_46, L_47, L_48, /*hidden argument*/NULL); return L_49; } } // System.Object System.Xml.Schema.XmlNumeric10Converter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlNumeric10Converter_ChangeType_m5851BE30B8B750C5C28C5887C281317D06AA8E55 (XmlNumeric10Converter_t3ECEC29605692B1FF957552D0D4D60BEFA80B87A * __this, RuntimeObject * ___value0, Type_t * ___destinationType1, RuntimeObject* ___nsResolver2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; { RuntimeObject * L_0 = ___value0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlNumeric10Converter_ChangeType_m5851BE30B8B750C5C28C5887C281317D06AA8E55_RuntimeMethod_var))); } IL_000e: { Type_t * L_2 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_3; L_3 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_2, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_3) { goto IL_0022; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_4 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF54F5AD89BFF7ACC574BFC039F72C349137EC667)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlNumeric10Converter_ChangeType_m5851BE30B8B750C5C28C5887C281317D06AA8E55_RuntimeMethod_var))); } IL_0022: { RuntimeObject * L_5 = ___value0; NullCheck(L_5); Type_t * L_6; L_6 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_5, /*hidden argument*/NULL); V_0 = L_6; Type_t * L_7 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_8 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_ObjectType_14(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_9; L_9 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_7, L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_003e; } } { Type_t * L_10; L_10 = XmlBaseConverter_get_DefaultClrType_mEF68FF73D1C89C298241F8D7323D7F230DDDFD0C_inline(__this, /*hidden argument*/NULL); ___destinationType1 = L_10; } IL_003e: { Type_t * L_11 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_12 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DecimalType_9(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_13; L_13 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_11, L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_0058; } } { RuntimeObject * L_14 = ___value0; Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_15; L_15 = VirtualFuncInvoker1< Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 , RuntimeObject * >::Invoke(23 /* System.Decimal System.Xml.Schema.XmlValueConverter::ToDecimal(System.Object) */, __this, L_14); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_16 = L_15; RuntimeObject * L_17 = Box(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var, &L_16); return L_17; } IL_0058: { Type_t * L_18 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_19 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_Int32Type_10(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_20; L_20 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_18, L_19, /*hidden argument*/NULL); if (!L_20) { goto IL_0072; } } { RuntimeObject * L_21 = ___value0; int32_t L_22; L_22 = VirtualFuncInvoker1< int32_t, RuntimeObject * >::Invoke(15 /* System.Int32 System.Xml.Schema.XmlValueConverter::ToInt32(System.Object) */, __this, L_21); int32_t L_23 = L_22; RuntimeObject * L_24 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_23); return L_24; } IL_0072: { Type_t * L_25 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_26 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_Int64Type_11(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_27; L_27 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_25, L_26, /*hidden argument*/NULL); if (!L_27) { goto IL_008c; } } { RuntimeObject * L_28 = ___value0; int64_t L_29; L_29 = VirtualFuncInvoker1< int64_t, RuntimeObject * >::Invoke(21 /* System.Int64 System.Xml.Schema.XmlValueConverter::ToInt64(System.Object) */, __this, L_28); int64_t L_30 = L_29; RuntimeObject * L_31 = Box(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var, &L_30); return L_31; } IL_008c: { Type_t * L_32 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_33 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_StringType_12(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_34; L_34 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_32, L_33, /*hidden argument*/NULL); if (!L_34) { goto IL_00a2; } } { RuntimeObject * L_35 = ___value0; RuntimeObject* L_36 = ___nsResolver2; String_t* L_37; L_37 = VirtualFuncInvoker2< String_t*, RuntimeObject *, RuntimeObject* >::Invoke(52 /* System.String System.Xml.Schema.XmlValueConverter::ToString(System.Object,System.Xml.IXmlNamespaceResolver) */, __this, L_35, L_36); return L_37; } IL_00a2: { Type_t * L_38 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_39 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_40; L_40 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_38, L_39, /*hidden argument*/NULL); if (!L_40) { goto IL_013d; } } { Type_t * L_41 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_42 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DecimalType_9(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_43; L_43 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_41, L_42, /*hidden argument*/NULL); if (!L_43) { goto IL_00cc; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_44; L_44 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); RuntimeObject * L_45 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_46 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m94A068BC6DBF6F6B6776FC25DCFC2783A87B7D01(L_46, L_44, L_45, /*hidden argument*/NULL); return L_46; } IL_00cc: { Type_t * L_47 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_48 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_Int32Type_10(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_49; L_49 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_47, L_48, /*hidden argument*/NULL); if (!L_49) { goto IL_00eb; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_50; L_50 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); RuntimeObject * L_51 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_52 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m269BAC0CC815FFCD1D94901B2E35065F2CC3979D(L_52, L_50, ((*(int32_t*)((int32_t*)UnBox(L_51, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); return L_52; } IL_00eb: { Type_t * L_53 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_54 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_Int64Type_11(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_55; L_55 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_53, L_54, /*hidden argument*/NULL); if (!L_55) { goto IL_010a; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_56; L_56 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); RuntimeObject * L_57 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_58 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m084E81344290E4E2E3A792BAC6FCE90777FDDAA0(L_58, L_56, ((*(int64_t*)((int64_t*)UnBox(L_57, Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); return L_58; } IL_010a: { Type_t * L_59 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_60 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_StringType_12(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_61; L_61 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_59, L_60, /*hidden argument*/NULL); if (!L_61) { goto IL_0129; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_62; L_62 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); RuntimeObject * L_63 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_64 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m10A1B0B8D03D6C25152C24904A561B1C20243863(L_64, L_62, ((String_t*)CastclassSealed((RuntimeObject*)L_63, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_64; } IL_0129: { Type_t * L_65 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_66 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_67; L_67 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_65, L_66, /*hidden argument*/NULL); if (!L_67) { goto IL_013d; } } { RuntimeObject * L_68 = ___value0; return ((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_68, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var)); } IL_013d: { Type_t * L_69 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_70 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XPathItemType_21(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_71; L_71 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_69, L_70, /*hidden argument*/NULL); if (!L_71) { goto IL_01d8; } } { Type_t * L_72 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_73 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DecimalType_9(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_74; L_74 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_72, L_73, /*hidden argument*/NULL); if (!L_74) { goto IL_0167; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_75; L_75 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); RuntimeObject * L_76 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_77 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m94A068BC6DBF6F6B6776FC25DCFC2783A87B7D01(L_77, L_75, L_76, /*hidden argument*/NULL); return L_77; } IL_0167: { Type_t * L_78 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_79 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_Int32Type_10(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_80; L_80 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_78, L_79, /*hidden argument*/NULL); if (!L_80) { goto IL_0186; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_81; L_81 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); RuntimeObject * L_82 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_83 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m269BAC0CC815FFCD1D94901B2E35065F2CC3979D(L_83, L_81, ((*(int32_t*)((int32_t*)UnBox(L_82, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); return L_83; } IL_0186: { Type_t * L_84 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_85 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_Int64Type_11(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_86; L_86 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_84, L_85, /*hidden argument*/NULL); if (!L_86) { goto IL_01a5; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_87; L_87 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); RuntimeObject * L_88 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_89 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m084E81344290E4E2E3A792BAC6FCE90777FDDAA0(L_89, L_87, ((*(int64_t*)((int64_t*)UnBox(L_88, Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); return L_89; } IL_01a5: { Type_t * L_90 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_91 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_StringType_12(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_92; L_92 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_90, L_91, /*hidden argument*/NULL); if (!L_92) { goto IL_01c4; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_93; L_93 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); RuntimeObject * L_94 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_95 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m10A1B0B8D03D6C25152C24904A561B1C20243863(L_95, L_93, ((String_t*)CastclassSealed((RuntimeObject*)L_94, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_95; } IL_01c4: { Type_t * L_96 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_97 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_98; L_98 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_96, L_97, /*hidden argument*/NULL); if (!L_98) { goto IL_01d8; } } { RuntimeObject * L_99 = ___value0; return ((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_99, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var)); } IL_01d8: { Type_t * L_100 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_101 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_ByteType_15(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_102; L_102 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_100, L_101, /*hidden argument*/NULL); if (!L_102) { goto IL_01f7; } } { RuntimeObject * L_103 = ___value0; int32_t L_104; L_104 = VirtualFuncInvoker1< int32_t, RuntimeObject * >::Invoke(15 /* System.Int32 System.Xml.Schema.XmlValueConverter::ToInt32(System.Object) */, __this, L_103); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); uint8_t L_105; L_105 = XmlBaseConverter_Int32ToByte_m828076A3F2EA35D95E4A7D40C11D2F90AEEF4C51(L_104, /*hidden argument*/NULL); uint8_t L_106 = L_105; RuntimeObject * L_107 = Box(Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var, &L_106); return L_107; } IL_01f7: { Type_t * L_108 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_109 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_Int16Type_16(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_110; L_110 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_108, L_109, /*hidden argument*/NULL); if (!L_110) { goto IL_0216; } } { RuntimeObject * L_111 = ___value0; int32_t L_112; L_112 = VirtualFuncInvoker1< int32_t, RuntimeObject * >::Invoke(15 /* System.Int32 System.Xml.Schema.XmlValueConverter::ToInt32(System.Object) */, __this, L_111); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); int16_t L_113; L_113 = XmlBaseConverter_Int32ToInt16_mE45E173706B224F3D18E259866E91B8456FC28ED(L_112, /*hidden argument*/NULL); int16_t L_114 = L_113; RuntimeObject * L_115 = Box(Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var, &L_114); return L_115; } IL_0216: { Type_t * L_116 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_117 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_SByteType_17(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_118; L_118 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_116, L_117, /*hidden argument*/NULL); if (!L_118) { goto IL_0235; } } { RuntimeObject * L_119 = ___value0; int32_t L_120; L_120 = VirtualFuncInvoker1< int32_t, RuntimeObject * >::Invoke(15 /* System.Int32 System.Xml.Schema.XmlValueConverter::ToInt32(System.Object) */, __this, L_119); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); int8_t L_121; L_121 = XmlBaseConverter_Int32ToSByte_mBC63ADC365163261E135C05A34EF5A140006CBD1(L_120, /*hidden argument*/NULL); int8_t L_122 = L_121; RuntimeObject * L_123 = Box(SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var, &L_122); return L_123; } IL_0235: { Type_t * L_124 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_125 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_UInt16Type_18(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_126; L_126 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_124, L_125, /*hidden argument*/NULL); if (!L_126) { goto IL_0254; } } { RuntimeObject * L_127 = ___value0; int32_t L_128; L_128 = VirtualFuncInvoker1< int32_t, RuntimeObject * >::Invoke(15 /* System.Int32 System.Xml.Schema.XmlValueConverter::ToInt32(System.Object) */, __this, L_127); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); uint16_t L_129; L_129 = XmlBaseConverter_Int32ToUInt16_mB7A12415A149E00C582D5C09A6ECE2CC64C102E6(L_128, /*hidden argument*/NULL); uint16_t L_130 = L_129; RuntimeObject * L_131 = Box(UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var, &L_130); return L_131; } IL_0254: { Type_t * L_132 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_133 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_UInt32Type_19(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_134; L_134 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_132, L_133, /*hidden argument*/NULL); if (!L_134) { goto IL_0273; } } { RuntimeObject * L_135 = ___value0; int64_t L_136; L_136 = VirtualFuncInvoker1< int64_t, RuntimeObject * >::Invoke(21 /* System.Int64 System.Xml.Schema.XmlValueConverter::ToInt64(System.Object) */, __this, L_135); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); uint32_t L_137; L_137 = XmlBaseConverter_Int64ToUInt32_m9E27688590032648A0A7A9D9E0851CD9CFC8C6AF(L_136, /*hidden argument*/NULL); uint32_t L_138 = L_137; RuntimeObject * L_139 = Box(UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var, &L_138); return L_139; } IL_0273: { Type_t * L_140 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_141 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_UInt64Type_20(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_142; L_142 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_140, L_141, /*hidden argument*/NULL); if (!L_142) { goto IL_0292; } } { RuntimeObject * L_143 = ___value0; Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_144; L_144 = VirtualFuncInvoker1< Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 , RuntimeObject * >::Invoke(23 /* System.Decimal System.Xml.Schema.XmlValueConverter::ToDecimal(System.Object) */, __this, L_143); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); uint64_t L_145; L_145 = XmlBaseConverter_DecimalToUInt64_mEDD9AC922363665A634B6C5373B21D5E6AE997B4(L_144, /*hidden argument*/NULL); uint64_t L_146 = L_145; RuntimeObject * L_147 = Box(UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var, &L_146); return L_147; } IL_0292: { Type_t * L_148 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_149 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_ByteType_15(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_150; L_150 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_148, L_149, /*hidden argument*/NULL); if (!L_150) { goto IL_02ad; } } { RuntimeObject * L_151 = ___value0; Type_t * L_152 = ___destinationType1; RuntimeObject * L_153; L_153 = VirtualFuncInvoker2< RuntimeObject *, int32_t, Type_t * >::Invoke(54 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Int32,System.Type) */, __this, ((*(uint8_t*)((uint8_t*)UnBox(L_151, Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var)))), L_152); return L_153; } IL_02ad: { Type_t * L_154 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_155 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_Int16Type_16(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_156; L_156 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_154, L_155, /*hidden argument*/NULL); if (!L_156) { goto IL_02c8; } } { RuntimeObject * L_157 = ___value0; Type_t * L_158 = ___destinationType1; RuntimeObject * L_159; L_159 = VirtualFuncInvoker2< RuntimeObject *, int32_t, Type_t * >::Invoke(54 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Int32,System.Type) */, __this, ((*(int16_t*)((int16_t*)UnBox(L_157, Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var)))), L_158); return L_159; } IL_02c8: { Type_t * L_160 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_161 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_SByteType_17(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_162; L_162 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_160, L_161, /*hidden argument*/NULL); if (!L_162) { goto IL_02e3; } } { RuntimeObject * L_163 = ___value0; Type_t * L_164 = ___destinationType1; RuntimeObject * L_165; L_165 = VirtualFuncInvoker2< RuntimeObject *, int32_t, Type_t * >::Invoke(54 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Int32,System.Type) */, __this, ((*(int8_t*)((int8_t*)UnBox(L_163, SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var)))), L_164); return L_165; } IL_02e3: { Type_t * L_166 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_167 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_UInt16Type_18(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_168; L_168 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_166, L_167, /*hidden argument*/NULL); if (!L_168) { goto IL_02fe; } } { RuntimeObject * L_169 = ___value0; Type_t * L_170 = ___destinationType1; RuntimeObject * L_171; L_171 = VirtualFuncInvoker2< RuntimeObject *, int32_t, Type_t * >::Invoke(54 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Int32,System.Type) */, __this, ((*(uint16_t*)((uint16_t*)UnBox(L_169, UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var)))), L_170); return L_171; } IL_02fe: { Type_t * L_172 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_173 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_UInt32Type_19(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_174; L_174 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_172, L_173, /*hidden argument*/NULL); if (!L_174) { goto IL_031a; } } { RuntimeObject * L_175 = ___value0; Type_t * L_176 = ___destinationType1; RuntimeObject * L_177; L_177 = VirtualFuncInvoker2< RuntimeObject *, int64_t, Type_t * >::Invoke(55 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Int64,System.Type) */, __this, ((int64_t)((uint64_t)((*(uint32_t*)((uint32_t*)UnBox(L_175, UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var)))))), L_176); return L_177; } IL_031a: { Type_t * L_178 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_179 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_UInt64Type_20(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_180; L_180 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_178, L_179, /*hidden argument*/NULL); if (!L_180) { goto IL_033a; } } { RuntimeObject * L_181 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_182; L_182 = Decimal_op_Implicit_mA1E5D88789E76B64229A4665544AD4C5738432AA(((*(uint64_t*)((uint64_t*)UnBox(L_181, UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); Type_t * L_183 = ___destinationType1; RuntimeObject * L_184; L_184 = VirtualFuncInvoker2< RuntimeObject *, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 , Type_t * >::Invoke(56 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Decimal,System.Type) */, __this, L_182, L_183); return L_184; } IL_033a: { RuntimeObject * L_185 = ___value0; Type_t * L_186 = ___destinationType1; RuntimeObject* L_187 = ___nsResolver2; RuntimeObject * L_188; L_188 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(62 /* System.Object System.Xml.Schema.XmlBaseConverter::ChangeListType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_185, L_186, L_187); return L_188; } } // System.Object System.Xml.Schema.XmlNumeric10Converter::ChangeTypeWildcardDestination(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlNumeric10Converter_ChangeTypeWildcardDestination_mA5E8B944590B4C1B42186FD29E8015543CF18A65 (XmlNumeric10Converter_t3ECEC29605692B1FF957552D0D4D60BEFA80B87A * __this, RuntimeObject * ___value0, Type_t * ___destinationType1, RuntimeObject* ___nsResolver2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; { RuntimeObject * L_0 = ___value0; NullCheck(L_0); Type_t * L_1; L_1 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_0, /*hidden argument*/NULL); V_0 = L_1; Type_t * L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_3 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_ByteType_15(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_4; L_4 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_2, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0022; } } { RuntimeObject * L_5 = ___value0; Type_t * L_6 = ___destinationType1; RuntimeObject * L_7; L_7 = VirtualFuncInvoker2< RuntimeObject *, int32_t, Type_t * >::Invoke(54 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Int32,System.Type) */, __this, ((*(uint8_t*)((uint8_t*)UnBox(L_5, Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var)))), L_6); return L_7; } IL_0022: { Type_t * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_9 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_Int16Type_16(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_10; L_10 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_8, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_003d; } } { RuntimeObject * L_11 = ___value0; Type_t * L_12 = ___destinationType1; RuntimeObject * L_13; L_13 = VirtualFuncInvoker2< RuntimeObject *, int32_t, Type_t * >::Invoke(54 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Int32,System.Type) */, __this, ((*(int16_t*)((int16_t*)UnBox(L_11, Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var)))), L_12); return L_13; } IL_003d: { Type_t * L_14 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_15 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_SByteType_17(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_16; L_16 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_14, L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_0058; } } { RuntimeObject * L_17 = ___value0; Type_t * L_18 = ___destinationType1; RuntimeObject * L_19; L_19 = VirtualFuncInvoker2< RuntimeObject *, int32_t, Type_t * >::Invoke(54 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Int32,System.Type) */, __this, ((*(int8_t*)((int8_t*)UnBox(L_17, SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var)))), L_18); return L_19; } IL_0058: { Type_t * L_20 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_21 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_UInt16Type_18(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_22; L_22 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_20, L_21, /*hidden argument*/NULL); if (!L_22) { goto IL_0073; } } { RuntimeObject * L_23 = ___value0; Type_t * L_24 = ___destinationType1; RuntimeObject * L_25; L_25 = VirtualFuncInvoker2< RuntimeObject *, int32_t, Type_t * >::Invoke(54 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Int32,System.Type) */, __this, ((*(uint16_t*)((uint16_t*)UnBox(L_23, UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var)))), L_24); return L_25; } IL_0073: { Type_t * L_26 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_27 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_UInt32Type_19(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_28; L_28 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_26, L_27, /*hidden argument*/NULL); if (!L_28) { goto IL_008f; } } { RuntimeObject * L_29 = ___value0; Type_t * L_30 = ___destinationType1; RuntimeObject * L_31; L_31 = VirtualFuncInvoker2< RuntimeObject *, int64_t, Type_t * >::Invoke(55 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Int64,System.Type) */, __this, ((int64_t)((uint64_t)((*(uint32_t*)((uint32_t*)UnBox(L_29, UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var)))))), L_30); return L_31; } IL_008f: { Type_t * L_32 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_33 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_UInt64Type_20(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_34; L_34 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_32, L_33, /*hidden argument*/NULL); if (!L_34) { goto IL_00af; } } { RuntimeObject * L_35 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_36; L_36 = Decimal_op_Implicit_mA1E5D88789E76B64229A4665544AD4C5738432AA(((*(uint64_t*)((uint64_t*)UnBox(L_35, UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); Type_t * L_37 = ___destinationType1; RuntimeObject * L_38; L_38 = VirtualFuncInvoker2< RuntimeObject *, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 , Type_t * >::Invoke(56 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Decimal,System.Type) */, __this, L_36, L_37); return L_38; } IL_00af: { RuntimeObject * L_39 = ___value0; Type_t * L_40 = ___destinationType1; RuntimeObject* L_41 = ___nsResolver2; RuntimeObject * L_42; L_42 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(62 /* System.Object System.Xml.Schema.XmlBaseConverter::ChangeListType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_39, L_40, L_41); return L_42; } } // System.Object System.Xml.Schema.XmlNumeric10Converter::ChangeTypeWildcardSource(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlNumeric10Converter_ChangeTypeWildcardSource_m74AAABE99429DC7FE84C21099BA86FE323D41298 (XmlNumeric10Converter_t3ECEC29605692B1FF957552D0D4D60BEFA80B87A * __this, RuntimeObject * ___value0, Type_t * ___destinationType1, RuntimeObject* ___nsResolver2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_1 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_ByteType_15(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_2; L_2 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_0, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_001f; } } { RuntimeObject * L_3 = ___value0; int32_t L_4; L_4 = VirtualFuncInvoker1< int32_t, RuntimeObject * >::Invoke(15 /* System.Int32 System.Xml.Schema.XmlValueConverter::ToInt32(System.Object) */, __this, L_3); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); uint8_t L_5; L_5 = XmlBaseConverter_Int32ToByte_m828076A3F2EA35D95E4A7D40C11D2F90AEEF4C51(L_4, /*hidden argument*/NULL); uint8_t L_6 = L_5; RuntimeObject * L_7 = Box(Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var, &L_6); return L_7; } IL_001f: { Type_t * L_8 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_9 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_Int16Type_16(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_10; L_10 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_8, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_003e; } } { RuntimeObject * L_11 = ___value0; int32_t L_12; L_12 = VirtualFuncInvoker1< int32_t, RuntimeObject * >::Invoke(15 /* System.Int32 System.Xml.Schema.XmlValueConverter::ToInt32(System.Object) */, __this, L_11); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); int16_t L_13; L_13 = XmlBaseConverter_Int32ToInt16_mE45E173706B224F3D18E259866E91B8456FC28ED(L_12, /*hidden argument*/NULL); int16_t L_14 = L_13; RuntimeObject * L_15 = Box(Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var, &L_14); return L_15; } IL_003e: { Type_t * L_16 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_17 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_SByteType_17(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_18; L_18 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_16, L_17, /*hidden argument*/NULL); if (!L_18) { goto IL_005d; } } { RuntimeObject * L_19 = ___value0; int32_t L_20; L_20 = VirtualFuncInvoker1< int32_t, RuntimeObject * >::Invoke(15 /* System.Int32 System.Xml.Schema.XmlValueConverter::ToInt32(System.Object) */, __this, L_19); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); int8_t L_21; L_21 = XmlBaseConverter_Int32ToSByte_mBC63ADC365163261E135C05A34EF5A140006CBD1(L_20, /*hidden argument*/NULL); int8_t L_22 = L_21; RuntimeObject * L_23 = Box(SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var, &L_22); return L_23; } IL_005d: { Type_t * L_24 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_25 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_UInt16Type_18(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_26; L_26 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_24, L_25, /*hidden argument*/NULL); if (!L_26) { goto IL_007c; } } { RuntimeObject * L_27 = ___value0; int32_t L_28; L_28 = VirtualFuncInvoker1< int32_t, RuntimeObject * >::Invoke(15 /* System.Int32 System.Xml.Schema.XmlValueConverter::ToInt32(System.Object) */, __this, L_27); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); uint16_t L_29; L_29 = XmlBaseConverter_Int32ToUInt16_mB7A12415A149E00C582D5C09A6ECE2CC64C102E6(L_28, /*hidden argument*/NULL); uint16_t L_30 = L_29; RuntimeObject * L_31 = Box(UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var, &L_30); return L_31; } IL_007c: { Type_t * L_32 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_33 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_UInt32Type_19(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_34; L_34 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_32, L_33, /*hidden argument*/NULL); if (!L_34) { goto IL_009b; } } { RuntimeObject * L_35 = ___value0; int64_t L_36; L_36 = VirtualFuncInvoker1< int64_t, RuntimeObject * >::Invoke(21 /* System.Int64 System.Xml.Schema.XmlValueConverter::ToInt64(System.Object) */, __this, L_35); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); uint32_t L_37; L_37 = XmlBaseConverter_Int64ToUInt32_m9E27688590032648A0A7A9D9E0851CD9CFC8C6AF(L_36, /*hidden argument*/NULL); uint32_t L_38 = L_37; RuntimeObject * L_39 = Box(UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var, &L_38); return L_39; } IL_009b: { Type_t * L_40 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_41 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_UInt64Type_20(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_42; L_42 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_40, L_41, /*hidden argument*/NULL); if (!L_42) { goto IL_00ba; } } { RuntimeObject * L_43 = ___value0; Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_44; L_44 = VirtualFuncInvoker1< Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 , RuntimeObject * >::Invoke(23 /* System.Decimal System.Xml.Schema.XmlValueConverter::ToDecimal(System.Object) */, __this, L_43); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); uint64_t L_45; L_45 = XmlBaseConverter_DecimalToUInt64_mEDD9AC922363665A634B6C5373B21D5E6AE997B4(L_44, /*hidden argument*/NULL); uint64_t L_46 = L_45; RuntimeObject * L_47 = Box(UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var, &L_46); return L_47; } IL_00ba: { RuntimeObject * L_48 = ___value0; Type_t * L_49 = ___destinationType1; RuntimeObject* L_50 = ___nsResolver2; RuntimeObject * L_51; L_51 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(62 /* System.Object System.Xml.Schema.XmlBaseConverter::ChangeListType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_48, L_49, L_50); return L_51; } } #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.Schema.XmlNumeric2Converter::.ctor(System.Xml.Schema.XmlSchemaType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNumeric2Converter__ctor_m4C8C43D5B42E11ADFBF4767F98DEF39B4A2EF5C2 (XmlNumeric2Converter_tEEE345BFB7BC20FAFC7E438E865932AB0EE44B30 * __this, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___schemaType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_0 = ___schemaType0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); XmlBaseConverter__ctor_mFFE1FCB6DE4BCF03A3666FBFD1972F802345FCE5(__this, L_0, /*hidden argument*/NULL); return; } } // System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlNumeric2Converter::Create(System.Xml.Schema.XmlSchemaType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * XmlNumeric2Converter_Create_mA5ED955CAC76989620990812ACF3B46391E84966 (XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___schemaType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlNumeric2Converter_tEEE345BFB7BC20FAFC7E438E865932AB0EE44B30_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_0 = ___schemaType0; XmlNumeric2Converter_tEEE345BFB7BC20FAFC7E438E865932AB0EE44B30 * L_1 = (XmlNumeric2Converter_tEEE345BFB7BC20FAFC7E438E865932AB0EE44B30 *)il2cpp_codegen_object_new(XmlNumeric2Converter_tEEE345BFB7BC20FAFC7E438E865932AB0EE44B30_il2cpp_TypeInfo_var); XmlNumeric2Converter__ctor_m4C8C43D5B42E11ADFBF4767F98DEF39B4A2EF5C2(L_1, L_0, /*hidden argument*/NULL); return L_1; } } // System.Double System.Xml.Schema.XmlNumeric2Converter::ToDouble(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double XmlNumeric2Converter_ToDouble_m3DF7D1FDE655FB73EC9910C203188D5E049F6502 (XmlNumeric2Converter_tEEE345BFB7BC20FAFC7E438E865932AB0EE44B30 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlNumeric2Converter_ToDouble_m3DF7D1FDE655FB73EC9910C203188D5E049F6502_RuntimeMethod_var))); } IL_000e: { int32_t L_2; L_2 = XmlBaseConverter_get_TypeCode_m0A474F881A97EE27FC731E30E04B94B9A2A57694_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)15))))) { goto IL_0020; } } { String_t* L_3 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); float L_4; L_4 = XmlConvert_ToSingle_m4DE455510DC38C792C67B809F96013181A2C74DF(L_3, /*hidden argument*/NULL); return ((double)((double)L_4)); } IL_0020: { String_t* L_5 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); double L_6; L_6 = XmlConvert_ToDouble_m885EAC733DF6EDC8FA282119C5364DC3F1B60D55(L_5, /*hidden argument*/NULL); return L_6; } } // System.Double System.Xml.Schema.XmlNumeric2Converter::ToDouble(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double XmlNumeric2Converter_ToDouble_m049E46E7F5C9AFA0DA8E5AEB94B46830FC4C52D2 (XmlNumeric2Converter_tEEE345BFB7BC20FAFC7E438E865932AB0EE44B30 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; { RuntimeObject * L_0 = ___value0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlNumeric2Converter_ToDouble_m049E46E7F5C9AFA0DA8E5AEB94B46830FC4C52D2_RuntimeMethod_var))); } IL_000e: { RuntimeObject * L_2 = ___value0; NullCheck(L_2); Type_t * L_3; L_3 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_2, /*hidden argument*/NULL); V_0 = L_3; Type_t * L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_5 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DoubleType_22(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_6; L_6 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_4, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0029; } } { RuntimeObject * L_7 = ___value0; return ((*(double*)((double*)UnBox(L_7, Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var)))); } IL_0029: { Type_t * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_9 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_SingleType_23(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_10; L_10 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_8, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_003e; } } { RuntimeObject * L_11 = ___value0; return ((double)((double)((*(float*)((float*)UnBox(L_11, Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var)))))); } IL_003e: { Type_t * L_12 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_13 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_StringType_12(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_14; L_14 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_12, L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_0058; } } { RuntimeObject * L_15 = ___value0; double L_16; L_16 = VirtualFuncInvoker1< double, String_t* >::Invoke(28 /* System.Double System.Xml.Schema.XmlValueConverter::ToDouble(System.String) */, __this, ((String_t*)CastclassSealed((RuntimeObject*)L_15, String_t_il2cpp_TypeInfo_var))); return L_16; } IL_0058: { Type_t * L_17 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_18 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_19; L_19 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_17, L_18, /*hidden argument*/NULL); if (!L_19) { goto IL_0071; } } { RuntimeObject * L_20 = ___value0; NullCheck(((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_20, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var))); double L_21; L_21 = VirtualFuncInvoker0< double >::Invoke(10 /* System.Double System.Xml.XPath.XPathItem::get_ValueAsDouble() */, ((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_20, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var))); return L_21; } IL_0071: { RuntimeObject * L_22 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_23 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DoubleType_22(); RuntimeObject * L_24; L_24 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(62 /* System.Object System.Xml.Schema.XmlBaseConverter::ChangeListType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_22, L_23, (RuntimeObject*)NULL); return ((*(double*)((double*)UnBox(L_24, Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var)))); } } // System.Single System.Xml.Schema.XmlNumeric2Converter::ToSingle(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float XmlNumeric2Converter_ToSingle_mE251FCB6FE9154967C80E96E299024C88181BCB3 (XmlNumeric2Converter_tEEE345BFB7BC20FAFC7E438E865932AB0EE44B30 * __this, double ___value0, const RuntimeMethod* method) { { double L_0 = ___value0; return ((float)((float)((double)((double)L_0)))); } } // System.Single System.Xml.Schema.XmlNumeric2Converter::ToSingle(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float XmlNumeric2Converter_ToSingle_m7D1470F7F92D05CC77F1725F2D3B21CB32C6658A (XmlNumeric2Converter_tEEE345BFB7BC20FAFC7E438E865932AB0EE44B30 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlNumeric2Converter_ToSingle_m7D1470F7F92D05CC77F1725F2D3B21CB32C6658A_RuntimeMethod_var))); } IL_000e: { int32_t L_2; L_2 = XmlBaseConverter_get_TypeCode_m0A474F881A97EE27FC731E30E04B94B9A2A57694_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)15))))) { goto IL_001f; } } { String_t* L_3 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); float L_4; L_4 = XmlConvert_ToSingle_m4DE455510DC38C792C67B809F96013181A2C74DF(L_3, /*hidden argument*/NULL); return L_4; } IL_001f: { String_t* L_5 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); double L_6; L_6 = XmlConvert_ToDouble_m885EAC733DF6EDC8FA282119C5364DC3F1B60D55(L_5, /*hidden argument*/NULL); return ((float)((float)L_6)); } } // System.Single System.Xml.Schema.XmlNumeric2Converter::ToSingle(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float XmlNumeric2Converter_ToSingle_mEDCC7541B929C96B8B4C06E20F8FBF357F72F87A (XmlNumeric2Converter_tEEE345BFB7BC20FAFC7E438E865932AB0EE44B30 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; { RuntimeObject * L_0 = ___value0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlNumeric2Converter_ToSingle_mEDCC7541B929C96B8B4C06E20F8FBF357F72F87A_RuntimeMethod_var))); } IL_000e: { RuntimeObject * L_2 = ___value0; NullCheck(L_2); Type_t * L_3; L_3 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_2, /*hidden argument*/NULL); V_0 = L_3; Type_t * L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_5 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DoubleType_22(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_6; L_6 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_4, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_002a; } } { RuntimeObject * L_7 = ___value0; return ((float)((float)((*(double*)((double*)UnBox(L_7, Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var)))))); } IL_002a: { Type_t * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_9 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_SingleType_23(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_10; L_10 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_8, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_003e; } } { RuntimeObject * L_11 = ___value0; return ((*(float*)((float*)UnBox(L_11, Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var)))); } IL_003e: { Type_t * L_12 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_13 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_StringType_12(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_14; L_14 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_12, L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_0058; } } { RuntimeObject * L_15 = ___value0; float L_16; L_16 = VirtualFuncInvoker1< float, String_t* >::Invoke(31 /* System.Single System.Xml.Schema.XmlValueConverter::ToSingle(System.String) */, __this, ((String_t*)CastclassSealed((RuntimeObject*)L_15, String_t_il2cpp_TypeInfo_var))); return L_16; } IL_0058: { Type_t * L_17 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_18 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_19; L_19 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_17, L_18, /*hidden argument*/NULL); if (!L_19) { goto IL_007b; } } { RuntimeObject * L_20 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_21 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_SingleType_23(); NullCheck(((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_20, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var))); RuntimeObject * L_22; L_22 = VirtualFuncInvoker1< RuntimeObject *, Type_t * >::Invoke(13 /* System.Object System.Xml.XPath.XPathItem::ValueAs(System.Type) */, ((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_20, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var)), L_21); return ((*(float*)((float*)UnBox(L_22, Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var)))); } IL_007b: { RuntimeObject * L_23 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_24 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_SingleType_23(); RuntimeObject * L_25; L_25 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(62 /* System.Object System.Xml.Schema.XmlBaseConverter::ChangeListType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_23, L_24, (RuntimeObject*)NULL); return ((*(float*)((float*)UnBox(L_25, Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var)))); } } // System.String System.Xml.Schema.XmlNumeric2Converter::ToString(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlNumeric2Converter_ToString_m51C38A97CBBF18A3E4E3BCD25F6C22F4F9089B4B (XmlNumeric2Converter_tEEE345BFB7BC20FAFC7E438E865932AB0EE44B30 * __this, double ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0; L_0 = XmlBaseConverter_get_TypeCode_m0A474F881A97EE27FC731E30E04B94B9A2A57694_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)15))))) { goto IL_0018; } } { double L_1 = ___value0; float L_2; L_2 = VirtualFuncInvoker1< float, double >::Invoke(30 /* System.Single System.Xml.Schema.XmlValueConverter::ToSingle(System.Double) */, __this, ((double)((double)L_1))); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_3; L_3 = XmlConvert_ToString_m0643D6F180F5822924A75CDCFBF4FC62B69AF4DC(L_2, /*hidden argument*/NULL); return L_3; } IL_0018: { double L_4 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_5; L_5 = XmlConvert_ToString_m51BE800D94C00383F928CCAFB3D0CA3A3F79250F(((double)((double)L_4)), /*hidden argument*/NULL); return L_5; } } // System.String System.Xml.Schema.XmlNumeric2Converter::ToString(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlNumeric2Converter_ToString_m49CFA846BD12A69603E58164A8DD505ED985D636 (XmlNumeric2Converter_tEEE345BFB7BC20FAFC7E438E865932AB0EE44B30 * __this, float ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0; L_0 = XmlBaseConverter_get_TypeCode_m0A474F881A97EE27FC731E30E04B94B9A2A57694_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)15))))) { goto IL_0012; } } { float L_1 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_2; L_2 = XmlConvert_ToString_m0643D6F180F5822924A75CDCFBF4FC62B69AF4DC(((float)((float)L_1)), /*hidden argument*/NULL); return L_2; } IL_0012: { float L_3 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_4; L_4 = XmlConvert_ToString_m51BE800D94C00383F928CCAFB3D0CA3A3F79250F(((double)((double)((float)((float)L_3)))), /*hidden argument*/NULL); return L_4; } } // System.String System.Xml.Schema.XmlNumeric2Converter::ToString(System.Object,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlNumeric2Converter_ToString_m52D709CAC3C31B03CC6BAA8906C078C0EBC30F73 (XmlNumeric2Converter_tEEE345BFB7BC20FAFC7E438E865932AB0EE44B30 * __this, RuntimeObject * ___value0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; { RuntimeObject * L_0 = ___value0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlNumeric2Converter_ToString_m52D709CAC3C31B03CC6BAA8906C078C0EBC30F73_RuntimeMethod_var))); } IL_000e: { RuntimeObject * L_2 = ___value0; NullCheck(L_2); Type_t * L_3; L_3 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_2, /*hidden argument*/NULL); V_0 = L_3; Type_t * L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_5 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DoubleType_22(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_6; L_6 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_4, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_002f; } } { RuntimeObject * L_7 = ___value0; String_t* L_8; L_8 = VirtualFuncInvoker1< String_t*, double >::Invoke(48 /* System.String System.Xml.Schema.XmlValueConverter::ToString(System.Double) */, __this, ((*(double*)((double*)UnBox(L_7, Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var))))); return L_8; } IL_002f: { Type_t * L_9 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_10 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_SingleType_23(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_11; L_11 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_9, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0049; } } { RuntimeObject * L_12 = ___value0; String_t* L_13; L_13 = VirtualFuncInvoker1< String_t*, float >::Invoke(47 /* System.String System.Xml.Schema.XmlValueConverter::ToString(System.Single) */, __this, ((*(float*)((float*)UnBox(L_12, Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var))))); return L_13; } IL_0049: { Type_t * L_14 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_15 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_StringType_12(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_16; L_16 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_14, L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_005d; } } { RuntimeObject * L_17 = ___value0; return ((String_t*)CastclassSealed((RuntimeObject*)L_17, String_t_il2cpp_TypeInfo_var)); } IL_005d: { Type_t * L_18 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_19 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_20; L_20 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_18, L_19, /*hidden argument*/NULL); if (!L_20) { goto IL_0076; } } { RuntimeObject * L_21 = ___value0; NullCheck(((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_21, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var))); String_t* L_22; L_22 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, ((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_21, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var))); return L_22; } IL_0076: { RuntimeObject * L_23 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_24 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_StringType_12(); RuntimeObject* L_25 = ___nsResolver1; RuntimeObject * L_26; L_26 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(62 /* System.Object System.Xml.Schema.XmlBaseConverter::ChangeListType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_23, L_24, L_25); return ((String_t*)CastclassSealed((RuntimeObject*)L_26, String_t_il2cpp_TypeInfo_var)); } } // System.Object System.Xml.Schema.XmlNumeric2Converter::ChangeType(System.Double,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlNumeric2Converter_ChangeType_mA2475221EB476767CA4A6340259EC8FE21332DD8 (XmlNumeric2Converter_tEEE345BFB7BC20FAFC7E438E865932AB0EE44B30 * __this, double ___value0, Type_t * ___destinationType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_1; L_1 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_0, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0014; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_2 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF54F5AD89BFF7ACC574BFC039F72C349137EC667)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlNumeric2Converter_ChangeType_mA2475221EB476767CA4A6340259EC8FE21332DD8_RuntimeMethod_var))); } IL_0014: { Type_t * L_3 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_4 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_ObjectType_14(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_5; L_5 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_3, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0029; } } { Type_t * L_6; L_6 = XmlBaseConverter_get_DefaultClrType_mEF68FF73D1C89C298241F8D7323D7F230DDDFD0C_inline(__this, /*hidden argument*/NULL); ___destinationType1 = L_6; } IL_0029: { Type_t * L_7 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_8 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DoubleType_22(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_9; L_9 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_7, L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_003e; } } { double L_10 = ___value0; double L_11 = ((double)((double)L_10)); RuntimeObject * L_12 = Box(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var, &L_11); return L_12; } IL_003e: { Type_t * L_13 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_14 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_SingleType_23(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_15; L_15 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_13, L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_0054; } } { double L_16 = ___value0; float L_17 = ((float)((float)((double)((double)L_16)))); RuntimeObject * L_18 = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &L_17); return L_18; } IL_0054: { Type_t * L_19 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_20 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_StringType_12(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_21; L_21 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_19, L_20, /*hidden argument*/NULL); if (!L_21) { goto IL_006a; } } { double L_22 = ___value0; String_t* L_23; L_23 = VirtualFuncInvoker1< String_t*, double >::Invoke(48 /* System.String System.Xml.Schema.XmlValueConverter::ToString(System.Double) */, __this, ((double)((double)L_22))); return L_23; } IL_006a: { Type_t * L_24 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_25 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_26; L_26 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_24, L_25, /*hidden argument*/NULL); if (!L_26) { goto IL_0085; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_27; L_27 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); double L_28 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_29 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_mE7C19B5B6146AE4AE88113665DB0838AC1235CB9(L_29, L_27, ((double)((double)L_28)), /*hidden argument*/NULL); return L_29; } IL_0085: { Type_t * L_30 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_31 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XPathItemType_21(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_32; L_32 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_30, L_31, /*hidden argument*/NULL); if (!L_32) { goto IL_00a0; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_33; L_33 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); double L_34 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_35 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_mE7C19B5B6146AE4AE88113665DB0838AC1235CB9(L_35, L_33, ((double)((double)L_34)), /*hidden argument*/NULL); return L_35; } IL_00a0: { double L_36 = ___value0; double L_37 = L_36; RuntimeObject * L_38 = Box(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var, &L_37); Type_t * L_39 = ___destinationType1; RuntimeObject * L_40; L_40 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(62 /* System.Object System.Xml.Schema.XmlBaseConverter::ChangeListType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_38, L_39, (RuntimeObject*)NULL); return L_40; } } // System.Object System.Xml.Schema.XmlNumeric2Converter::ChangeType(System.String,System.Type,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlNumeric2Converter_ChangeType_m3C6B98E79627D80DC1D9F3497F4E50E0A8780EA8 (XmlNumeric2Converter_tEEE345BFB7BC20FAFC7E438E865932AB0EE44B30 * __this, String_t* ___value0, Type_t * ___destinationType1, RuntimeObject* ___nsResolver2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlNumeric2Converter_ChangeType_m3C6B98E79627D80DC1D9F3497F4E50E0A8780EA8_RuntimeMethod_var))); } IL_000e: { Type_t * L_2 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_3; L_3 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_2, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_3) { goto IL_0022; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_4 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF54F5AD89BFF7ACC574BFC039F72C349137EC667)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlNumeric2Converter_ChangeType_m3C6B98E79627D80DC1D9F3497F4E50E0A8780EA8_RuntimeMethod_var))); } IL_0022: { Type_t * L_5 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_6 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_ObjectType_14(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_7; L_7 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_5, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0037; } } { Type_t * L_8; L_8 = XmlBaseConverter_get_DefaultClrType_mEF68FF73D1C89C298241F8D7323D7F230DDDFD0C_inline(__this, /*hidden argument*/NULL); ___destinationType1 = L_8; } IL_0037: { Type_t * L_9 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_10 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DoubleType_22(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_11; L_11 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_9, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0051; } } { String_t* L_12 = ___value0; double L_13; L_13 = VirtualFuncInvoker1< double, String_t* >::Invoke(28 /* System.Double System.Xml.Schema.XmlValueConverter::ToDouble(System.String) */, __this, L_12); double L_14 = L_13; RuntimeObject * L_15 = Box(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var, &L_14); return L_15; } IL_0051: { Type_t * L_16 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_17 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_SingleType_23(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_18; L_18 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_16, L_17, /*hidden argument*/NULL); if (!L_18) { goto IL_006b; } } { String_t* L_19 = ___value0; float L_20; L_20 = VirtualFuncInvoker1< float, String_t* >::Invoke(31 /* System.Single System.Xml.Schema.XmlValueConverter::ToSingle(System.String) */, __this, L_19); float L_21 = L_20; RuntimeObject * L_22 = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &L_21); return L_22; } IL_006b: { Type_t * L_23 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_24 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_StringType_12(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_25; L_25 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_23, L_24, /*hidden argument*/NULL); if (!L_25) { goto IL_007a; } } { String_t* L_26 = ___value0; return L_26; } IL_007a: { Type_t * L_27 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_28 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_29; L_29 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_27, L_28, /*hidden argument*/NULL); if (!L_29) { goto IL_0094; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_30; L_30 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); String_t* L_31 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_32 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m10A1B0B8D03D6C25152C24904A561B1C20243863(L_32, L_30, L_31, /*hidden argument*/NULL); return L_32; } IL_0094: { Type_t * L_33 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_34 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XPathItemType_21(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_35; L_35 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_33, L_34, /*hidden argument*/NULL); if (!L_35) { goto IL_00ae; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_36; L_36 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); String_t* L_37 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_38 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m10A1B0B8D03D6C25152C24904A561B1C20243863(L_38, L_36, L_37, /*hidden argument*/NULL); return L_38; } IL_00ae: { String_t* L_39 = ___value0; Type_t * L_40 = ___destinationType1; RuntimeObject* L_41 = ___nsResolver2; RuntimeObject * L_42; L_42 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(62 /* System.Object System.Xml.Schema.XmlBaseConverter::ChangeListType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_39, L_40, L_41); return L_42; } } // System.Object System.Xml.Schema.XmlNumeric2Converter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlNumeric2Converter_ChangeType_m86FA84EC5B1853D8F017D835EEDBD9438D0426B3 (XmlNumeric2Converter_tEEE345BFB7BC20FAFC7E438E865932AB0EE44B30 * __this, RuntimeObject * ___value0, Type_t * ___destinationType1, RuntimeObject* ___nsResolver2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; { RuntimeObject * L_0 = ___value0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlNumeric2Converter_ChangeType_m86FA84EC5B1853D8F017D835EEDBD9438D0426B3_RuntimeMethod_var))); } IL_000e: { Type_t * L_2 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_3; L_3 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_2, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_3) { goto IL_0022; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_4 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF54F5AD89BFF7ACC574BFC039F72C349137EC667)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlNumeric2Converter_ChangeType_m86FA84EC5B1853D8F017D835EEDBD9438D0426B3_RuntimeMethod_var))); } IL_0022: { RuntimeObject * L_5 = ___value0; NullCheck(L_5); Type_t * L_6; L_6 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_5, /*hidden argument*/NULL); V_0 = L_6; Type_t * L_7 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_8 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_ObjectType_14(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_9; L_9 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_7, L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_003e; } } { Type_t * L_10; L_10 = XmlBaseConverter_get_DefaultClrType_mEF68FF73D1C89C298241F8D7323D7F230DDDFD0C_inline(__this, /*hidden argument*/NULL); ___destinationType1 = L_10; } IL_003e: { Type_t * L_11 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_12 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DoubleType_22(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_13; L_13 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_11, L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_0058; } } { RuntimeObject * L_14 = ___value0; double L_15; L_15 = VirtualFuncInvoker1< double, RuntimeObject * >::Invoke(29 /* System.Double System.Xml.Schema.XmlValueConverter::ToDouble(System.Object) */, __this, L_14); double L_16 = L_15; RuntimeObject * L_17 = Box(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var, &L_16); return L_17; } IL_0058: { Type_t * L_18 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_19 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_SingleType_23(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_20; L_20 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_18, L_19, /*hidden argument*/NULL); if (!L_20) { goto IL_0072; } } { RuntimeObject * L_21 = ___value0; float L_22; L_22 = VirtualFuncInvoker1< float, RuntimeObject * >::Invoke(32 /* System.Single System.Xml.Schema.XmlValueConverter::ToSingle(System.Object) */, __this, L_21); float L_23 = L_22; RuntimeObject * L_24 = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &L_23); return L_24; } IL_0072: { Type_t * L_25 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_26 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_StringType_12(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_27; L_27 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_25, L_26, /*hidden argument*/NULL); if (!L_27) { goto IL_0088; } } { RuntimeObject * L_28 = ___value0; RuntimeObject* L_29 = ___nsResolver2; String_t* L_30; L_30 = VirtualFuncInvoker2< String_t*, RuntimeObject *, RuntimeObject* >::Invoke(52 /* System.String System.Xml.Schema.XmlValueConverter::ToString(System.Object,System.Xml.IXmlNamespaceResolver) */, __this, L_28, L_29); return L_30; } IL_0088: { Type_t * L_31 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_32 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_33; L_33 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_31, L_32, /*hidden argument*/NULL); if (!L_33) { goto IL_0101; } } { Type_t * L_34 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_35 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DoubleType_22(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_36; L_36 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_34, L_35, /*hidden argument*/NULL); if (!L_36) { goto IL_00b4; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_37; L_37 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); RuntimeObject * L_38 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_39 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_mE7C19B5B6146AE4AE88113665DB0838AC1235CB9(L_39, L_37, ((*(double*)((double*)UnBox(L_38, Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); return L_39; } IL_00b4: { Type_t * L_40 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_41 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_SingleType_23(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_42; L_42 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_40, L_41, /*hidden argument*/NULL); if (!L_42) { goto IL_00ce; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_43; L_43 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); RuntimeObject * L_44 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_45 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m94A068BC6DBF6F6B6776FC25DCFC2783A87B7D01(L_45, L_43, L_44, /*hidden argument*/NULL); return L_45; } IL_00ce: { Type_t * L_46 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_47 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_StringType_12(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_48; L_48 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_46, L_47, /*hidden argument*/NULL); if (!L_48) { goto IL_00ed; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_49; L_49 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); RuntimeObject * L_50 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_51 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m10A1B0B8D03D6C25152C24904A561B1C20243863(L_51, L_49, ((String_t*)CastclassSealed((RuntimeObject*)L_50, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_51; } IL_00ed: { Type_t * L_52 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_53 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_54; L_54 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_52, L_53, /*hidden argument*/NULL); if (!L_54) { goto IL_0101; } } { RuntimeObject * L_55 = ___value0; return ((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_55, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var)); } IL_0101: { Type_t * L_56 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_57 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XPathItemType_21(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_58; L_58 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_56, L_57, /*hidden argument*/NULL); if (!L_58) { goto IL_017a; } } { Type_t * L_59 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_60 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DoubleType_22(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_61; L_61 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_59, L_60, /*hidden argument*/NULL); if (!L_61) { goto IL_012d; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_62; L_62 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); RuntimeObject * L_63 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_64 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_mE7C19B5B6146AE4AE88113665DB0838AC1235CB9(L_64, L_62, ((*(double*)((double*)UnBox(L_63, Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); return L_64; } IL_012d: { Type_t * L_65 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_66 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_SingleType_23(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_67; L_67 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_65, L_66, /*hidden argument*/NULL); if (!L_67) { goto IL_0147; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_68; L_68 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); RuntimeObject * L_69 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_70 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m94A068BC6DBF6F6B6776FC25DCFC2783A87B7D01(L_70, L_68, L_69, /*hidden argument*/NULL); return L_70; } IL_0147: { Type_t * L_71 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_72 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_StringType_12(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_73; L_73 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_71, L_72, /*hidden argument*/NULL); if (!L_73) { goto IL_0166; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_74; L_74 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); RuntimeObject * L_75 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_76 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m10A1B0B8D03D6C25152C24904A561B1C20243863(L_76, L_74, ((String_t*)CastclassSealed((RuntimeObject*)L_75, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_76; } IL_0166: { Type_t * L_77 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_78 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_79; L_79 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_77, L_78, /*hidden argument*/NULL); if (!L_79) { goto IL_017a; } } { RuntimeObject * L_80 = ___value0; return ((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_80, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var)); } IL_017a: { RuntimeObject * L_81 = ___value0; Type_t * L_82 = ___destinationType1; RuntimeObject* L_83 = ___nsResolver2; RuntimeObject * L_84; L_84 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(62 /* System.Object System.Xml.Schema.XmlBaseConverter::ChangeListType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_81, L_82, L_83); return L_84; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XmlParserContext::.ctor(System.Xml.XmlNameTable,System.Xml.XmlNamespaceManager,System.String,System.String,System.String,System.String,System.String,System.String,System.Xml.XmlSpace) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlParserContext__ctor_m277A2B9C0868F07AE3AB7BA3E53948F7FECB9B20 (XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * __this, XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * ___nt0, XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * ___nsMgr1, String_t* ___docTypeName2, String_t* ___pubId3, String_t* ___sysId4, String_t* ___internalSubset5, String_t* ___baseURI6, String_t* ___xmlLang7, int32_t ___xmlSpace8, const RuntimeMethod* method) { { XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_0 = ___nt0; XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_1 = ___nsMgr1; String_t* L_2 = ___docTypeName2; String_t* L_3 = ___pubId3; String_t* L_4 = ___sysId4; String_t* L_5 = ___internalSubset5; String_t* L_6 = ___baseURI6; String_t* L_7 = ___xmlLang7; int32_t L_8 = ___xmlSpace8; XmlParserContext__ctor_m63996BF18C49BBBBD15CE1D745A149A1B9CB4574(__this, L_0, L_1, L_2, L_3, L_4, L_5, L_6, L_7, L_8, (Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 *)NULL, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlParserContext::.ctor(System.Xml.XmlNameTable,System.Xml.XmlNamespaceManager,System.String,System.String,System.String,System.String,System.String,System.String,System.Xml.XmlSpace,System.Text.Encoding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlParserContext__ctor_m63996BF18C49BBBBD15CE1D745A149A1B9CB4574 (XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * __this, XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * ___nt0, XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * ___nsMgr1, String_t* ___docTypeName2, String_t* ___pubId3, String_t* ___sysId4, String_t* ___internalSubset5, String_t* ___baseURI6, String_t* ___xmlLang7, int32_t ___xmlSpace8, Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___enc9, 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; } XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * G_B9_0 = NULL; XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * G_B8_0 = NULL; String_t* G_B10_0 = NULL; XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * G_B10_1 = NULL; XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * G_B12_0 = NULL; XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * G_B11_0 = NULL; String_t* G_B13_0 = NULL; XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * G_B13_1 = NULL; XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * G_B15_0 = NULL; XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * G_B14_0 = NULL; String_t* G_B16_0 = NULL; XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * G_B16_1 = NULL; XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * G_B18_0 = NULL; XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * G_B17_0 = NULL; String_t* G_B19_0 = NULL; XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * G_B19_1 = NULL; XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * G_B21_0 = NULL; XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * G_B20_0 = NULL; String_t* G_B22_0 = NULL; XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * G_B22_1 = NULL; XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * G_B24_0 = NULL; XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * G_B23_0 = NULL; String_t* G_B25_0 = NULL; XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * G_B25_1 = NULL; { String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set__docTypeName_2(L_0); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set__pubId_3(L_1); String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set__sysId_4(L_2); String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set__internalSubset_5(L_3); String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set__xmlLang_6(L_4); String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set__baseURI_8(L_5); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_6 = ___nsMgr1; if (!L_6) { goto IL_007e; } } { XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_7 = ___nt0; if (L_7) { goto IL_005c; } } { XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_8 = ___nsMgr1; NullCheck(L_8); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_9; L_9 = VirtualFuncInvoker0< XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * >::Invoke(7 /* System.Xml.XmlNameTable System.Xml.XmlNamespaceManager::get_NameTable() */, L_8); __this->set__nt_0(L_9); goto IL_0085; } IL_005c: { XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_10 = ___nt0; XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_11 = ___nsMgr1; NullCheck(L_11); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_12; L_12 = VirtualFuncInvoker0< XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * >::Invoke(7 /* System.Xml.XmlNameTable System.Xml.XmlNamespaceManager::get_NameTable() */, L_11); if ((((RuntimeObject*)(XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 *)L_10) == ((RuntimeObject*)(XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 *)L_12))) { goto IL_0075; } } { String_t* L_13 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_t_il2cpp_TypeInfo_var))))->get_Empty_5(); XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * L_14 = (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var))); XmlException__ctor_m113008AE4B646E85154C99B3CBB55D536CBEFEB9(L_14, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5591FEB8D450C0589982D61E5715CF6270C18952)), L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlParserContext__ctor_m63996BF18C49BBBBD15CE1D745A149A1B9CB4574_RuntimeMethod_var))); } IL_0075: { XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_15 = ___nt0; __this->set__nt_0(L_15); goto IL_0085; } IL_007e: { XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_16 = ___nt0; __this->set__nt_0(L_16); } IL_0085: { XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_17 = ___nsMgr1; __this->set__nsMgr_1(L_17); String_t* L_18 = ___docTypeName2; G_B8_0 = __this; if (!L_18) { G_B9_0 = __this; goto IL_0093; } } { String_t* L_19 = ___docTypeName2; G_B10_0 = L_19; G_B10_1 = G_B8_0; goto IL_0098; } IL_0093: { String_t* L_20 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); G_B10_0 = L_20; G_B10_1 = G_B9_0; } IL_0098: { NullCheck(G_B10_1); G_B10_1->set__docTypeName_2(G_B10_0); String_t* L_21 = ___pubId3; G_B11_0 = __this; if (!L_21) { G_B12_0 = __this; goto IL_00a6; } } { String_t* L_22 = ___pubId3; G_B13_0 = L_22; G_B13_1 = G_B11_0; goto IL_00ab; } IL_00a6: { String_t* L_23 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); G_B13_0 = L_23; G_B13_1 = G_B12_0; } IL_00ab: { NullCheck(G_B13_1); G_B13_1->set__pubId_3(G_B13_0); String_t* L_24 = ___sysId4; G_B14_0 = __this; if (!L_24) { G_B15_0 = __this; goto IL_00b9; } } { String_t* L_25 = ___sysId4; G_B16_0 = L_25; G_B16_1 = G_B14_0; goto IL_00be; } IL_00b9: { String_t* L_26 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); G_B16_0 = L_26; G_B16_1 = G_B15_0; } IL_00be: { NullCheck(G_B16_1); G_B16_1->set__sysId_4(G_B16_0); String_t* L_27 = ___internalSubset5; G_B17_0 = __this; if (!L_27) { G_B18_0 = __this; goto IL_00cc; } } { String_t* L_28 = ___internalSubset5; G_B19_0 = L_28; G_B19_1 = G_B17_0; goto IL_00d1; } IL_00cc: { String_t* L_29 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); G_B19_0 = L_29; G_B19_1 = G_B18_0; } IL_00d1: { NullCheck(G_B19_1); G_B19_1->set__internalSubset_5(G_B19_0); String_t* L_30 = ___baseURI6; G_B20_0 = __this; if (!L_30) { G_B21_0 = __this; goto IL_00df; } } { String_t* L_31 = ___baseURI6; G_B22_0 = L_31; G_B22_1 = G_B20_0; goto IL_00e4; } IL_00df: { String_t* L_32 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); G_B22_0 = L_32; G_B22_1 = G_B21_0; } IL_00e4: { NullCheck(G_B22_1); G_B22_1->set__baseURI_8(G_B22_0); String_t* L_33 = ___xmlLang7; G_B23_0 = __this; if (!L_33) { G_B24_0 = __this; goto IL_00f2; } } { String_t* L_34 = ___xmlLang7; G_B25_0 = L_34; G_B25_1 = G_B23_0; goto IL_00f7; } IL_00f2: { String_t* L_35 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); G_B25_0 = L_35; G_B25_1 = G_B24_0; } IL_00f7: { NullCheck(G_B25_1); G_B25_1->set__xmlLang_6(G_B25_0); int32_t L_36 = ___xmlSpace8; __this->set__xmlSpace_7(L_36); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_37 = ___enc9; __this->set__encoding_9(L_37); return; } } // System.Xml.XmlNameTable System.Xml.XmlParserContext::get_NameTable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * XmlParserContext_get_NameTable_mF1F657E238A6FAEC61018EB771640EB5E14A546D (XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * __this, const RuntimeMethod* method) { { XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_0 = __this->get__nt_0(); return L_0; } } // System.Xml.XmlNamespaceManager System.Xml.XmlParserContext::get_NamespaceManager() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * XmlParserContext_get_NamespaceManager_m9DF0655B59F937EEE2C2ABC8E8B7067AA14A010E (XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * __this, const RuntimeMethod* method) { { XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_0 = __this->get__nsMgr_1(); return L_0; } } // System.String System.Xml.XmlParserContext::get_DocTypeName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlParserContext_get_DocTypeName_mBB1E0FED037DAD590E11B29F6BD160BDA2A689A9 (XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__docTypeName_2(); return L_0; } } // System.String System.Xml.XmlParserContext::get_PublicId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlParserContext_get_PublicId_m1135CB245A9628A1B67D2ECF5AA560DB69E9D32D (XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__pubId_3(); return L_0; } } // System.String System.Xml.XmlParserContext::get_SystemId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlParserContext_get_SystemId_mDF57A6C7FBCB6142D7DE370480F96740BD7791F8 (XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__sysId_4(); return L_0; } } // System.String System.Xml.XmlParserContext::get_BaseURI() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlParserContext_get_BaseURI_mDC9771AD1C8F20ABB620B6B8FB05FF8588DEB4E4 (XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__baseURI_8(); return L_0; } } // System.String System.Xml.XmlParserContext::get_InternalSubset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlParserContext_get_InternalSubset_m8C6D38A985229CA2CD7EB25FD71FF37D5CFEA490 (XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__internalSubset_5(); return L_0; } } // System.String System.Xml.XmlParserContext::get_XmlLang() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlParserContext_get_XmlLang_m348DEB5C3F10F1151AE3E5C74AE7E1633420A332 (XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__xmlLang_6(); return L_0; } } // System.Xml.XmlSpace System.Xml.XmlParserContext::get_XmlSpace() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlParserContext_get_XmlSpace_m727BCF0B2A1CF614406EC7AB92BE74F411994F82 (XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__xmlSpace_7(); return L_0; } } // System.Text.Encoding System.Xml.XmlParserContext::get_Encoding() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * XmlParserContext_get_Encoding_m720304147F955C4AD3C3F32AED76DB46F4BA15E3 (XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * __this, const RuntimeMethod* method) { { Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_0 = __this->get__encoding_9(); return L_0; } } // System.Boolean System.Xml.XmlParserContext::get_HasDtdInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlParserContext_get_HasDtdInfo_m0447D07746CD1353508C4F41CF342CAC07D32748 (XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = __this->get__internalSubset_5(); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); bool L_2; L_2 = String_op_Inequality_mDDA2DDED3E7EF042987EB7180EE3E88105F0AAE2(L_0, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0035; } } { String_t* L_3 = __this->get__pubId_3(); String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); bool L_5; L_5 = String_op_Inequality_mDDA2DDED3E7EF042987EB7180EE3E88105F0AAE2(L_3, L_4, /*hidden argument*/NULL); if (L_5) { goto IL_0035; } } { String_t* L_6 = __this->get__sysId_4(); String_t* L_7 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); bool L_8; L_8 = String_op_Inequality_mDDA2DDED3E7EF042987EB7180EE3E88105F0AAE2(L_6, L_7, /*hidden argument*/NULL); return L_8; } IL_0035: { return (bool)1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XmlProcessingInstruction::.ctor(System.String,System.String,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlProcessingInstruction__ctor_mB08CD58B8FC50C36BE6B4715C658A3FD9C4D9ACA (XmlProcessingInstruction_t525E2FBFF021956482F320EEA1ACED57CFC304AE * __this, String_t* ___target0, String_t* ___data1, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___doc2, const RuntimeMethod* method) { { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0 = ___doc2; XmlLinkedNode__ctor_m5D69904A83B963E33353140D64EC323118BB14E8(__this, L_0, /*hidden argument*/NULL); String_t* L_1 = ___target0; __this->set_target_2(L_1); String_t* L_2 = ___data1; __this->set_data_3(L_2); return; } } // System.String System.Xml.XmlProcessingInstruction::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlProcessingInstruction_get_Name_m4AEF5D4C91D91FF6040F98E2E182640604E04E4E (XmlProcessingInstruction_t525E2FBFF021956482F320EEA1ACED57CFC304AE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = __this->get_target_2(); if (!L_0) { goto IL_000f; } } { String_t* L_1 = __this->get_target_2(); return L_1; } IL_000f: { String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_2; } } // System.String System.Xml.XmlProcessingInstruction::get_LocalName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlProcessingInstruction_get_LocalName_m329421A6596A7441B5B7665B5BD90C298E020CBF (XmlProcessingInstruction_t525E2FBFF021956482F320EEA1ACED57CFC304AE * __this, const RuntimeMethod* method) { { String_t* L_0; L_0 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlNode::get_Name() */, __this); return L_0; } } // System.String System.Xml.XmlProcessingInstruction::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlProcessingInstruction_get_Value_mA4C98D9E2E95EA78D8C5F416D9AB7C089AA9DA72 (XmlProcessingInstruction_t525E2FBFF021956482F320EEA1ACED57CFC304AE * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_data_3(); return L_0; } } // System.Void System.Xml.XmlProcessingInstruction::set_Value(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlProcessingInstruction_set_Value_m60EBC6213B9B90C549A78A09E520B843C9B3AEDC (XmlProcessingInstruction_t525E2FBFF021956482F320EEA1ACED57CFC304AE * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; XmlProcessingInstruction_set_Data_m046C586C52D35DAD42015DBB06F09EDAA9FAB645(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlProcessingInstruction::set_Data(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlProcessingInstruction_set_Data_m046C586C52D35DAD42015DBB06F09EDAA9FAB645 (XmlProcessingInstruction_t525E2FBFF021956482F320EEA1ACED57CFC304AE * __this, String_t* ___value0, const RuntimeMethod* method) { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_0 = NULL; XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * V_1 = NULL; { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0; L_0 = VirtualFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(12 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, __this); V_0 = L_0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_1 = V_0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_2 = V_0; String_t* L_3 = __this->get_data_3(); String_t* L_4 = ___value0; XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_5; L_5 = VirtualFuncInvoker6< XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 *, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, String_t*, String_t*, int32_t >::Invoke(45 /* System.Xml.XmlNodeChangedEventArgs System.Xml.XmlNode::GetEventArgs(System.Xml.XmlNode,System.Xml.XmlNode,System.Xml.XmlNode,System.String,System.String,System.Xml.XmlNodeChangedAction) */, __this, __this, L_1, L_2, L_3, L_4, 2); V_1 = L_5; XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_6 = V_1; if (!L_6) { goto IL_0023; } } { XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_7 = V_1; VirtualActionInvoker1< XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * >::Invoke(46 /* System.Void System.Xml.XmlNode::BeforeEvent(System.Xml.XmlNodeChangedEventArgs) */, __this, L_7); } IL_0023: { String_t* L_8 = ___value0; __this->set_data_3(L_8); XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_9 = V_1; if (!L_9) { goto IL_0034; } } { XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_10 = V_1; VirtualActionInvoker1< XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * >::Invoke(47 /* System.Void System.Xml.XmlNode::AfterEvent(System.Xml.XmlNodeChangedEventArgs) */, __this, L_10); } IL_0034: { return; } } // System.String System.Xml.XmlProcessingInstruction::get_InnerText() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlProcessingInstruction_get_InnerText_m6E985D035981CBA2B433483BAA9C38D939A2DA58 (XmlProcessingInstruction_t525E2FBFF021956482F320EEA1ACED57CFC304AE * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_data_3(); return L_0; } } // System.Void System.Xml.XmlProcessingInstruction::set_InnerText(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlProcessingInstruction_set_InnerText_mE67B202DC8769928464560507D40CF3E036D69E4 (XmlProcessingInstruction_t525E2FBFF021956482F320EEA1ACED57CFC304AE * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; XmlProcessingInstruction_set_Data_m046C586C52D35DAD42015DBB06F09EDAA9FAB645(__this, L_0, /*hidden argument*/NULL); return; } } // System.Xml.XmlNodeType System.Xml.XmlProcessingInstruction::get_NodeType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlProcessingInstruction_get_NodeType_m3D88917E938EF3CEAC3FB767F3A9913DDA403F3E (XmlProcessingInstruction_t525E2FBFF021956482F320EEA1ACED57CFC304AE * __this, const RuntimeMethod* method) { { return (int32_t)(7); } } // System.Xml.XmlNode System.Xml.XmlProcessingInstruction::CloneNode(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlProcessingInstruction_CloneNode_m7DBF9801E6AA5B2CD2801516D313FAEABEDC417F (XmlProcessingInstruction_t525E2FBFF021956482F320EEA1ACED57CFC304AE * __this, bool ___deep0, const RuntimeMethod* method) { { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0; L_0 = VirtualFuncInvoker0< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(17 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); String_t* L_1 = __this->get_target_2(); String_t* L_2 = __this->get_data_3(); NullCheck(L_0); XmlProcessingInstruction_t525E2FBFF021956482F320EEA1ACED57CFC304AE * L_3; L_3 = VirtualFuncInvoker2< XmlProcessingInstruction_t525E2FBFF021956482F320EEA1ACED57CFC304AE *, String_t*, String_t* >::Invoke(61 /* System.Xml.XmlProcessingInstruction System.Xml.XmlDocument::CreateProcessingInstruction(System.String,System.String) */, L_0, L_1, L_2); return L_3; } } // System.String System.Xml.XmlProcessingInstruction::get_XPLocalName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlProcessingInstruction_get_XPLocalName_m461CE7A7703ECC713D93B3F8E6B700A739020A3C (XmlProcessingInstruction_t525E2FBFF021956482F320EEA1ACED57CFC304AE * __this, const RuntimeMethod* method) { { String_t* L_0; L_0 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlNode::get_Name() */, __this); return L_0; } } // System.Xml.XPath.XPathNodeType System.Xml.XmlProcessingInstruction::get_XPNodeType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlProcessingInstruction_get_XPNodeType_mC5AEF018CDF65355817EE4A52B8C31B8AEC86D0F (XmlProcessingInstruction_t525E2FBFF021956482F320EEA1ACED57CFC304AE * __this, const RuntimeMethod* method) { { return (int32_t)(7); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XmlQualifiedName::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlQualifiedName__ctor_m19B864A34BC30E948EA81104CCA5E09646463E64 (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); XmlQualifiedName__ctor_m1A19E27B7945587EBC7FF67CF33F4920D28C4E70(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlQualifiedName::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlQualifiedName__ctor_m73A954A83BC208D5CA3B1F1D328DDF6C29453E79 (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name0; String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); XmlQualifiedName__ctor_m1A19E27B7945587EBC7FF67CF33F4920D28C4E70(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlQualifiedName::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlQualifiedName__ctor_m1A19E27B7945587EBC7FF67CF33F4920D28C4E70 (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * __this, String_t* ___name0, String_t* ___ns1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * G_B2_0 = NULL; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * G_B1_0 = NULL; String_t* G_B3_0 = NULL; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * G_B3_1 = NULL; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * G_B5_0 = NULL; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * G_B4_0 = NULL; String_t* G_B6_0 = NULL; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * G_B6_1 = NULL; { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); String_t* L_0 = ___ns1; G_B1_0 = __this; if (!L_0) { G_B2_0 = __this; goto IL_000d; } } { String_t* L_1 = ___ns1; G_B3_0 = L_1; G_B3_1 = G_B1_0; goto IL_0012; } IL_000d: { String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); G_B3_0 = L_2; G_B3_1 = G_B2_0; } IL_0012: { NullCheck(G_B3_1); G_B3_1->set_ns_2(G_B3_0); String_t* L_3 = ___name0; G_B4_0 = __this; if (!L_3) { G_B5_0 = __this; goto IL_001e; } } { String_t* L_4 = ___name0; G_B6_0 = L_4; G_B6_1 = G_B4_0; goto IL_0023; } IL_001e: { String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); G_B6_0 = L_5; G_B6_1 = G_B5_0; } IL_0023: { NullCheck(G_B6_1); G_B6_1->set_name_1(G_B6_0); return; } } // System.String System.Xml.XmlQualifiedName::get_Namespace() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlQualifiedName_get_Namespace_m2693E9023068C90F95C47FDB5685F1563ECE0025 (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_ns_2(); return L_0; } } // System.String System.Xml.XmlQualifiedName::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095 (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_1(); return L_0; } } // System.Int32 System.Xml.XmlQualifiedName::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlQualifiedName_GetHashCode_m1F9CF29A0EB70324634CB2807EBE66DC015B86CF (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_hash_3(); if (L_0) { goto IL_003c; } } { IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); HashCodeOfStringDelegate_tAE9DAB0A55A64F35CCEE05D71856BAAF6C0B668E * L_1 = ((XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_StaticFields*)il2cpp_codegen_static_fields_for(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var))->get_hashCodeDelegate_0(); if (L_1) { goto IL_0019; } } { IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); HashCodeOfStringDelegate_tAE9DAB0A55A64F35CCEE05D71856BAAF6C0B668E * L_2; L_2 = XmlQualifiedName_GetHashCodeDelegate_mFF7F67618D2A59719F2521DBEB667CD9138C8C05(/*hidden argument*/NULL); ((XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_StaticFields*)il2cpp_codegen_static_fields_for(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var))->set_hashCodeDelegate_0(L_2); } IL_0019: { IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); HashCodeOfStringDelegate_tAE9DAB0A55A64F35CCEE05D71856BAAF6C0B668E * L_3 = ((XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_StaticFields*)il2cpp_codegen_static_fields_for(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var))->get_hashCodeDelegate_0(); String_t* L_4; L_4 = XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline(__this, /*hidden argument*/NULL); String_t* L_5; L_5 = XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline(__this, /*hidden argument*/NULL); NullCheck(L_5); int32_t L_6; L_6 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_5, /*hidden argument*/NULL); NullCheck(L_3); int32_t L_7; L_7 = HashCodeOfStringDelegate_Invoke_m87607B71AC70881412D955FBD48211D8DDA64523(L_3, L_4, L_6, ((int64_t)((int64_t)0)), /*hidden argument*/NULL); __this->set_hash_3(L_7); } IL_003c: { int32_t L_8 = __this->get_hash_3(); return L_8; } } // System.Boolean System.Xml.XmlQualifiedName::get_IsEmpty() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlQualifiedName_get_IsEmpty_m694779833F49A6E81D29F112E3D39483A5967F93 (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * __this, const RuntimeMethod* method) { { String_t* L_0; L_0 = XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline(__this, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1; L_1 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_001c; } } { String_t* L_2; L_2 = XmlQualifiedName_get_Namespace_m2693E9023068C90F95C47FDB5685F1563ECE0025_inline(__this, /*hidden argument*/NULL); NullCheck(L_2); int32_t L_3; L_3 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_2, /*hidden argument*/NULL); return (bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0); } IL_001c: { return (bool)0; } } // System.String System.Xml.XmlQualifiedName::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlQualifiedName_ToString_m7449ABD51A98B5C79F09EE0C7584348FBBAA971B (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D); s_Il2CppMethodInitialized = true; } { String_t* L_0; L_0 = XmlQualifiedName_get_Namespace_m2693E9023068C90F95C47FDB5685F1563ECE0025_inline(__this, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1; L_1 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0024; } } { String_t* L_2; L_2 = XmlQualifiedName_get_Namespace_m2693E9023068C90F95C47FDB5685F1563ECE0025_inline(__this, /*hidden argument*/NULL); String_t* L_3; L_3 = XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline(__this, /*hidden argument*/NULL); String_t* L_4; L_4 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(L_2, _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D, L_3, /*hidden argument*/NULL); return L_4; } IL_0024: { String_t* L_5; L_5 = XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline(__this, /*hidden argument*/NULL); return L_5; } } // System.Boolean System.Xml.XmlQualifiedName::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlQualifiedName_Equals_mB5523F109EA9DED2810684BAE50AAFF41A00F7BF (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * __this, RuntimeObject * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * V_0 = NULL; { RuntimeObject * L_0 = ___other0; if ((!(((RuntimeObject*)(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)__this) == ((RuntimeObject*)(RuntimeObject *)L_0)))) { goto IL_0006; } } { return (bool)1; } IL_0006: { RuntimeObject * L_1 = ___other0; V_0 = ((XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)IsInstClass((RuntimeObject*)L_1, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var)); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); bool L_3; L_3 = XmlQualifiedName_op_Inequality_mE936A26821D5560DB9C31D32003B162445FF2FB9(L_2, (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)NULL, /*hidden argument*/NULL); if (!L_3) { goto IL_003d; } } { String_t* L_4; L_4 = XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline(__this, /*hidden argument*/NULL); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_5 = V_0; NullCheck(L_5); String_t* L_6; L_6 = XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline(L_5, /*hidden argument*/NULL); bool L_7; L_7 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_4, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_003b; } } { String_t* L_8; L_8 = XmlQualifiedName_get_Namespace_m2693E9023068C90F95C47FDB5685F1563ECE0025_inline(__this, /*hidden argument*/NULL); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_9 = V_0; NullCheck(L_9); String_t* L_10; L_10 = XmlQualifiedName_get_Namespace_m2693E9023068C90F95C47FDB5685F1563ECE0025_inline(L_9, /*hidden argument*/NULL); bool L_11; L_11 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_8, L_10, /*hidden argument*/NULL); return L_11; } IL_003b: { return (bool)0; } IL_003d: { return (bool)0; } } // System.Boolean System.Xml.XmlQualifiedName::op_Equality(System.Xml.XmlQualifiedName,System.Xml.XmlQualifiedName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlQualifiedName_op_Equality_m7CE4231FA43675A921801445098D44244B3E77D1 (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___a0, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___b1, const RuntimeMethod* method) { { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_0 = ___a0; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_1 = ___b1; if ((!(((RuntimeObject*)(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)L_0) == ((RuntimeObject*)(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)L_1)))) { goto IL_0006; } } { return (bool)1; } IL_0006: { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_2 = ___a0; if (!L_2) { goto IL_000c; } } { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_3 = ___b1; if (L_3) { goto IL_000e; } } IL_000c: { return (bool)0; } IL_000e: { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_4 = ___a0; NullCheck(L_4); String_t* L_5; L_5 = XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline(L_4, /*hidden argument*/NULL); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_6 = ___b1; NullCheck(L_6); String_t* L_7; L_7 = XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline(L_6, /*hidden argument*/NULL); bool L_8; L_8 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_5, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0033; } } { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_9 = ___a0; NullCheck(L_9); String_t* L_10; L_10 = XmlQualifiedName_get_Namespace_m2693E9023068C90F95C47FDB5685F1563ECE0025_inline(L_9, /*hidden argument*/NULL); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_11 = ___b1; NullCheck(L_11); String_t* L_12; L_12 = XmlQualifiedName_get_Namespace_m2693E9023068C90F95C47FDB5685F1563ECE0025_inline(L_11, /*hidden argument*/NULL); bool L_13; L_13 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_10, L_12, /*hidden argument*/NULL); return L_13; } IL_0033: { return (bool)0; } } // System.Boolean System.Xml.XmlQualifiedName::op_Inequality(System.Xml.XmlQualifiedName,System.Xml.XmlQualifiedName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlQualifiedName_op_Inequality_mE936A26821D5560DB9C31D32003B162445FF2FB9 (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___a0, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___b1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_0 = ___a0; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_1 = ___b1; IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); bool L_2; L_2 = XmlQualifiedName_op_Equality_m7CE4231FA43675A921801445098D44244B3E77D1(L_0, L_1, /*hidden argument*/NULL); return (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0); } } // System.Xml.XmlQualifiedName/HashCodeOfStringDelegate System.Xml.XmlQualifiedName::GetHashCodeDelegate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HashCodeOfStringDelegate_tAE9DAB0A55A64F35CCEE05D71856BAAF6C0B668E * XmlQualifiedName_GetHashCodeDelegate_mFF7F67618D2A59719F2521DBEB667CD9138C8C05 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashCodeOfStringDelegate_tAE9DAB0A55A64F35CCEE05D71856BAAF6C0B668E_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashCodeOfStringDelegate_tAE9DAB0A55A64F35CCEE05D71856BAAF6C0B668E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_GetHashCodeOfString_m2FCDCF817EC4598E8A4330E00CDC1D5688FD4F9A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD9319D8D06606B8F2B10B57EBAABAE57F7D5B8E7); s_Il2CppMethodInitialized = true; } MethodInfo_t * V_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); bool L_0; L_0 = XmlQualifiedName_IsRandomizedHashingDisabled_m10CF7A3D33EEA6932A93B34DE4982391170BB7C0(/*hidden argument*/NULL); if (L_0) { goto IL_003d; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_1, /*hidden argument*/NULL); NullCheck(L_2); MethodInfo_t * L_3; L_3 = Type_GetMethod_m2DDEF37DF33D28F579BA8E03F4376B67D91F0DEB(L_2, _stringLiteralD9319D8D06606B8F2B10B57EBAABAE57F7D5B8E7, ((int32_t)40), /*hidden argument*/NULL); V_0 = L_3; MethodInfo_t * L_4 = V_0; bool L_5; L_5 = MethodInfo_op_Inequality_mDE1DAA5D330E9C975AC6423FC2D06862637BE68D(L_4, (MethodInfo_t *)NULL, /*hidden argument*/NULL); if (!L_5) { goto IL_003d; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_6 = { reinterpret_cast (HashCodeOfStringDelegate_tAE9DAB0A55A64F35CCEE05D71856BAAF6C0B668E_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7; L_7 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_6, /*hidden argument*/NULL); MethodInfo_t * L_8 = V_0; Delegate_t * L_9; L_9 = Delegate_CreateDelegate_m4B6F4C6A4A3C1B2C55CD01FEA15E0C801CADCB24(L_7, L_8, /*hidden argument*/NULL); return ((HashCodeOfStringDelegate_tAE9DAB0A55A64F35CCEE05D71856BAAF6C0B668E *)CastclassSealed((RuntimeObject*)L_9, HashCodeOfStringDelegate_tAE9DAB0A55A64F35CCEE05D71856BAAF6C0B668E_il2cpp_TypeInfo_var)); } IL_003d: { HashCodeOfStringDelegate_tAE9DAB0A55A64F35CCEE05D71856BAAF6C0B668E * L_10 = (HashCodeOfStringDelegate_tAE9DAB0A55A64F35CCEE05D71856BAAF6C0B668E *)il2cpp_codegen_object_new(HashCodeOfStringDelegate_tAE9DAB0A55A64F35CCEE05D71856BAAF6C0B668E_il2cpp_TypeInfo_var); HashCodeOfStringDelegate__ctor_m844FB602B7099CDD0B3C4CE8849B84110227A8BA(L_10, NULL, (intptr_t)((intptr_t)XmlQualifiedName_GetHashCodeOfString_m2FCDCF817EC4598E8A4330E00CDC1D5688FD4F9A_RuntimeMethod_var), /*hidden argument*/NULL); return L_10; } } // System.Boolean System.Xml.XmlQualifiedName::IsRandomizedHashingDisabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlQualifiedName_IsRandomizedHashingDisabled_m10CF7A3D33EEA6932A93B34DE4982391170BB7C0 (const RuntimeMethod* method) { { return (bool)0; } } // System.Int32 System.Xml.XmlQualifiedName::GetHashCodeOfString(System.String,System.Int32,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlQualifiedName_GetHashCodeOfString_m2FCDCF817EC4598E8A4330E00CDC1D5688FD4F9A (String_t* ___s0, int32_t ___length1, int64_t ___additionalEntropy2, const RuntimeMethod* method) { { String_t* L_0 = ___s0; NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_0); return L_1; } } // System.Void System.Xml.XmlQualifiedName::Init(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlQualifiedName_Init_mBFB813930307420CB952CC65B52A1EF3564CA862 (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * __this, String_t* ___name0, String_t* ___ns1, const RuntimeMethod* method) { { String_t* L_0 = ___name0; __this->set_name_1(L_0); String_t* L_1 = ___ns1; __this->set_ns_2(L_1); __this->set_hash_3(0); return; } } // System.Xml.XmlQualifiedName System.Xml.XmlQualifiedName::Parse(System.String,System.Xml.IXmlNamespaceResolver,System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * XmlQualifiedName_Parse_m1FDB9355EE6C8A5714468776CDDF39A182F63762 (String_t* ___s0, RuntimeObject* ___nsmgr1, String_t** ___prefix2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlNamespaceResolver_tE715F6572D858174C1BDCF0076B3C6415B226CD0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValidateNames_t08DBB4C2A616E0425A90E2E5B0A7DBA943787E17_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; { String_t* L_0 = ___s0; String_t** L_1 = ___prefix2; IL2CPP_RUNTIME_CLASS_INIT(ValidateNames_t08DBB4C2A616E0425A90E2E5B0A7DBA943787E17_il2cpp_TypeInfo_var); ValidateNames_ParseQNameThrow_m7EA36DC81757EC1D9E3287E4C29CEB86C1152956(L_0, (String_t**)L_1, (String_t**)(&V_0), /*hidden argument*/NULL); RuntimeObject* L_2 = ___nsmgr1; String_t** L_3 = ___prefix2; String_t* L_4 = *((String_t**)L_3); NullCheck(L_2); String_t* L_5; L_5 = InterfaceFuncInvoker1< String_t*, String_t* >::Invoke(0 /* System.String System.Xml.IXmlNamespaceResolver::LookupNamespace(System.String) */, IXmlNamespaceResolver_tE715F6572D858174C1BDCF0076B3C6415B226CD0_il2cpp_TypeInfo_var, L_2, L_4); V_1 = L_5; String_t* L_6 = V_1; if (L_6) { goto IL_0031; } } { String_t** L_7 = ___prefix2; String_t* L_8 = *((String_t**)L_7); NullCheck(L_8); int32_t L_9; L_9 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_002b; } } { String_t** L_10 = ___prefix2; String_t* L_11 = *((String_t**)L_10); XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * L_12 = (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var))); XmlException__ctor_m113008AE4B646E85154C99B3CBB55D536CBEFEB9(L_12, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2CC07AF4C3868561B4298BB54D24B5A984DBC70D)), L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlQualifiedName_Parse_m1FDB9355EE6C8A5714468776CDDF39A182F63762_RuntimeMethod_var))); } IL_002b: { String_t* L_13 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); V_1 = L_13; } IL_0031: { String_t* L_14 = V_0; String_t* L_15 = V_1; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_16 = (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)il2cpp_codegen_object_new(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); XmlQualifiedName__ctor_m1A19E27B7945587EBC7FF67CF33F4920D28C4E70(L_16, L_14, L_15, /*hidden argument*/NULL); return L_16; } } // System.Void System.Xml.XmlQualifiedName::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlQualifiedName__cctor_mDFAFD17B041DD9F8C1606042CE52761140AFB056 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ((XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_StaticFields*)il2cpp_codegen_static_fields_for(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var))->set_hashCodeDelegate_0((HashCodeOfStringDelegate_tAE9DAB0A55A64F35CCEE05D71856BAAF6C0B668E *)NULL); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_1 = (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)il2cpp_codegen_object_new(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); XmlQualifiedName__ctor_m73A954A83BC208D5CA3B1F1D328DDF6C29453E79(L_1, L_0, /*hidden argument*/NULL); ((XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_StaticFields*)il2cpp_codegen_static_fields_for(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var))->set_Empty_4(L_1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XmlRawWriter::WriteStartDocument() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlRawWriter_WriteStartDocument_m127CA602676E97F6775C2658D7BCC879042D51FC (XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * __this, const RuntimeMethod* method) { { String_t* L_0; L_0 = Res_GetString_m4303E63CA6945331BF5584376F6AA7262D1C6887(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFBD1A9745DCC4D80697D44756437CCB57698AE21)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_1 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_1, L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlRawWriter_WriteStartDocument_m127CA602676E97F6775C2658D7BCC879042D51FC_RuntimeMethod_var))); } } // System.Void System.Xml.XmlRawWriter::WriteStartDocument(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlRawWriter_WriteStartDocument_m6284CB648412C03F05FF876F1515CC1A69D372D3 (XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * __this, bool ___standalone0, const RuntimeMethod* method) { { String_t* L_0; L_0 = Res_GetString_m4303E63CA6945331BF5584376F6AA7262D1C6887(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFBD1A9745DCC4D80697D44756437CCB57698AE21)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_1 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_1, L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlRawWriter_WriteStartDocument_m6284CB648412C03F05FF876F1515CC1A69D372D3_RuntimeMethod_var))); } } // System.Void System.Xml.XmlRawWriter::WriteEndDocument() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlRawWriter_WriteEndDocument_mE5FF9E336C0A8B9A894DF2FEACFB47A05F800E54 (XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * __this, const RuntimeMethod* method) { { String_t* L_0; L_0 = Res_GetString_m4303E63CA6945331BF5584376F6AA7262D1C6887(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFBD1A9745DCC4D80697D44756437CCB57698AE21)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_1 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_1, L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlRawWriter_WriteEndDocument_mE5FF9E336C0A8B9A894DF2FEACFB47A05F800E54_RuntimeMethod_var))); } } // System.Void System.Xml.XmlRawWriter::WriteDocType(System.String,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlRawWriter_WriteDocType_m460094E6A8BD77BDFFD428CDA31A7C33D7244950 (XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * __this, String_t* ___name0, String_t* ___pubid1, String_t* ___sysid2, String_t* ___subset3, const RuntimeMethod* method) { { return; } } // System.Void System.Xml.XmlRawWriter::WriteEndElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlRawWriter_WriteEndElement_m78C855754E38FD17D2A1D4DDA665122E1D6B771C (XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * __this, const RuntimeMethod* method) { { String_t* L_0; L_0 = Res_GetString_m4303E63CA6945331BF5584376F6AA7262D1C6887(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFBD1A9745DCC4D80697D44756437CCB57698AE21)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_1 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_1, L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlRawWriter_WriteEndElement_m78C855754E38FD17D2A1D4DDA665122E1D6B771C_RuntimeMethod_var))); } } // System.Void System.Xml.XmlRawWriter::WriteFullEndElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlRawWriter_WriteFullEndElement_mDEE0069A00D7B429CDDF304D01634C8013273AED (XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * __this, const RuntimeMethod* method) { { String_t* L_0; L_0 = Res_GetString_m4303E63CA6945331BF5584376F6AA7262D1C6887(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFBD1A9745DCC4D80697D44756437CCB57698AE21)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_1 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_1, L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlRawWriter_WriteFullEndElement_mDEE0069A00D7B429CDDF304D01634C8013273AED_RuntimeMethod_var))); } } // System.Void System.Xml.XmlRawWriter::WriteBase64(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlRawWriter_WriteBase64_mEC4C7E323F4B8DD80C4DCA5033025A83EDC5966C (XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlRawWriterBase64Encoder_t9C3C2BA7B5405031118DAA3614D21021CCC07EFB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlRawWriterBase64Encoder_t9C3C2BA7B5405031118DAA3614D21021CCC07EFB * L_0 = __this->get_base64Encoder_0(); if (L_0) { goto IL_0014; } } { XmlRawWriterBase64Encoder_t9C3C2BA7B5405031118DAA3614D21021CCC07EFB * L_1 = (XmlRawWriterBase64Encoder_t9C3C2BA7B5405031118DAA3614D21021CCC07EFB *)il2cpp_codegen_object_new(XmlRawWriterBase64Encoder_t9C3C2BA7B5405031118DAA3614D21021CCC07EFB_il2cpp_TypeInfo_var); XmlRawWriterBase64Encoder__ctor_m4E5BD083CDCF38592F4A0CD204D0B2C280CD1843(L_1, __this, /*hidden argument*/NULL); __this->set_base64Encoder_0(L_1); } IL_0014: { XmlRawWriterBase64Encoder_t9C3C2BA7B5405031118DAA3614D21021CCC07EFB * L_2 = __this->get_base64Encoder_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___buffer0; int32_t L_4 = ___index1; int32_t L_5 = ___count2; NullCheck(L_2); Base64Encoder_Encode_m509E97EFC0083786A43EAC7F2831D19B5B781BCB(L_2, L_3, L_4, L_5, /*hidden argument*/NULL); return; } } // System.String System.Xml.XmlRawWriter::LookupPrefix(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlRawWriter_LookupPrefix_m7E15CABD05F755C9233E04618C9E5612971E6E40 (XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * __this, String_t* ___ns0, const RuntimeMethod* method) { { String_t* L_0; L_0 = Res_GetString_m4303E63CA6945331BF5584376F6AA7262D1C6887(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFBD1A9745DCC4D80697D44756437CCB57698AE21)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_1 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_1, L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlRawWriter_LookupPrefix_m7E15CABD05F755C9233E04618C9E5612971E6E40_RuntimeMethod_var))); } } // System.Xml.WriteState System.Xml.XmlRawWriter::get_WriteState() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlRawWriter_get_WriteState_m2BC5BD1B40564A99F5CE958FA4D9CCA973460881 (XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * __this, const RuntimeMethod* method) { { String_t* L_0; L_0 = Res_GetString_m4303E63CA6945331BF5584376F6AA7262D1C6887(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFBD1A9745DCC4D80697D44756437CCB57698AE21)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_1 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_1, L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlRawWriter_get_WriteState_m2BC5BD1B40564A99F5CE958FA4D9CCA973460881_RuntimeMethod_var))); } } // System.Void System.Xml.XmlRawWriter::WriteCData(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlRawWriter_WriteCData_m93687FF60010EA4D6243DB190B7398DC1D3CF179 (XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * __this, String_t* ___text0, const RuntimeMethod* method) { { String_t* L_0 = ___text0; VirtualActionInvoker1< String_t* >::Invoke(20 /* System.Void System.Xml.XmlWriter::WriteString(System.String) */, __this, L_0); return; } } // System.Void System.Xml.XmlRawWriter::WriteCharEntity(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlRawWriter_WriteCharEntity_mD00306C8175F76F6108C24B44CF663889C78DB3E (XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * __this, Il2CppChar ___ch0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)1); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_1 = L_0; Il2CppChar L_2 = ___ch0; NullCheck(L_1); (L_1)->SetAt(static_cast(0), (Il2CppChar)L_2); String_t* L_3; L_3 = String_CreateString_mC7F57CE6ED768CF86591160424FE55D5CBA7C344(NULL, L_1, /*hidden argument*/NULL); VirtualActionInvoker1< String_t* >::Invoke(20 /* System.Void System.Xml.XmlWriter::WriteString(System.String) */, __this, L_3); return; } } // System.Void System.Xml.XmlRawWriter::WriteSurrogateCharEntity(System.Char,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlRawWriter_WriteSurrogateCharEntity_m78FB5F326F5EFD233F2E2C2924DAF6522E1C927F (XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * __this, Il2CppChar ___lowChar0, Il2CppChar ___highChar1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)2); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_1 = L_0; Il2CppChar L_2 = ___lowChar0; NullCheck(L_1); (L_1)->SetAt(static_cast(0), (Il2CppChar)L_2); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_3 = L_1; Il2CppChar L_4 = ___highChar1; NullCheck(L_3); (L_3)->SetAt(static_cast(1), (Il2CppChar)L_4); String_t* L_5; L_5 = String_CreateString_mC7F57CE6ED768CF86591160424FE55D5CBA7C344(NULL, L_3, /*hidden argument*/NULL); VirtualActionInvoker1< String_t* >::Invoke(20 /* System.Void System.Xml.XmlWriter::WriteString(System.String) */, __this, L_5); return; } } // System.Void System.Xml.XmlRawWriter::WriteWhitespace(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlRawWriter_WriteWhitespace_mC2011A1F87BB941D86CEC80A72AD670EBB88C7BB (XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * __this, String_t* ___ws0, const RuntimeMethod* method) { { String_t* L_0 = ___ws0; VirtualActionInvoker1< String_t* >::Invoke(20 /* System.Void System.Xml.XmlWriter::WriteString(System.String) */, __this, L_0); return; } } // System.Void System.Xml.XmlRawWriter::WriteChars(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlRawWriter_WriteChars_m18E2D863E8C950532B9AD49BE77A75871F385DE7 (XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___buffer0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = ___buffer0; int32_t L_1 = ___index1; int32_t L_2 = ___count2; String_t* L_3; L_3 = String_CreateString_m16F181739FD8BA877868803DE2CE0EF0A4668D0E(NULL, L_0, L_1, L_2, /*hidden argument*/NULL); VirtualActionInvoker1< String_t* >::Invoke(20 /* System.Void System.Xml.XmlWriter::WriteString(System.String) */, __this, L_3); return; } } // System.Void System.Xml.XmlRawWriter::WriteRaw(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlRawWriter_WriteRaw_m11B11208162E18FBE7F4F368B67C3068656D3A5A (XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___buffer0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = ___buffer0; int32_t L_1 = ___index1; int32_t L_2 = ___count2; String_t* L_3; L_3 = String_CreateString_m16F181739FD8BA877868803DE2CE0EF0A4668D0E(NULL, L_0, L_1, L_2, /*hidden argument*/NULL); VirtualActionInvoker1< String_t* >::Invoke(20 /* System.Void System.Xml.XmlWriter::WriteString(System.String) */, __this, L_3); return; } } // System.Void System.Xml.XmlRawWriter::WriteRaw(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlRawWriter_WriteRaw_m4C923281CEC02F1794440AF0D5B908436A97B76E (XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * __this, String_t* ___data0, const RuntimeMethod* method) { { String_t* L_0 = ___data0; VirtualActionInvoker1< String_t* >::Invoke(20 /* System.Void System.Xml.XmlWriter::WriteString(System.String) */, __this, L_0); return; } } // System.Void System.Xml.XmlRawWriter::WriteValue(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlRawWriter_WriteValue_m3AE7C7B3CA49D8D9BF0E2F8189A03BCCA3B3B744 (XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; VirtualActionInvoker1< String_t* >::Invoke(20 /* System.Void System.Xml.XmlWriter::WriteString(System.String) */, __this, L_0); return; } } // System.Void System.Xml.XmlRawWriter::set_NamespaceResolver(System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlRawWriter_set_NamespaceResolver_mE3E21A4936FC0BD156007291FF9FA92C5764E082 (XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * __this, RuntimeObject* ___value0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___value0; __this->set_resolver_1(L_0); return; } } // System.Void System.Xml.XmlRawWriter::WriteXmlDeclaration(System.Xml.XmlStandalone) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlRawWriter_WriteXmlDeclaration_mCA2B514A6F67F8E4DFD08A43FF8B2AE05A54C71A (XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * __this, int32_t ___standalone0, const RuntimeMethod* method) { { return; } } // System.Void System.Xml.XmlRawWriter::WriteXmlDeclaration(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlRawWriter_WriteXmlDeclaration_mD9BFB6AB6836AD2AAD51842EF5DFA736D9A9C9A1 (XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * __this, String_t* ___xmldecl0, const RuntimeMethod* method) { { return; } } // System.Void System.Xml.XmlRawWriter::OnRootElement(System.Xml.ConformanceLevel) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlRawWriter_OnRootElement_m9BE1CD7BA28E604DC609957658EC363303D0DD99 (XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * __this, int32_t ___conformanceLevel0, const RuntimeMethod* method) { { return; } } // System.Void System.Xml.XmlRawWriter::WriteFullEndElement(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlRawWriter_WriteFullEndElement_mF147315DED22A5BA59A01218E1F05E67407B0F56 (XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___ns2, const RuntimeMethod* method) { { String_t* L_0 = ___prefix0; String_t* L_1 = ___localName1; String_t* L_2 = ___ns2; VirtualActionInvoker3< String_t*, String_t*, String_t* >::Invoke(38 /* System.Void System.Xml.XmlRawWriter::WriteEndElement(System.String,System.String,System.String) */, __this, L_0, L_1, L_2); return; } } // System.Boolean System.Xml.XmlRawWriter::get_SupportsNamespaceDeclarationInChunks() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlRawWriter_get_SupportsNamespaceDeclarationInChunks_mBE852ACE480C01A7844B6F70DCD8E9E39993E8A9 (XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Void System.Xml.XmlRawWriter::WriteStartNamespaceDeclaration(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlRawWriter_WriteStartNamespaceDeclaration_m9D4DFDA703B23D44A72377A5A3393CAB43A22D89 (XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * __this, String_t* ___prefix0, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlRawWriter_WriteStartNamespaceDeclaration_m9D4DFDA703B23D44A72377A5A3393CAB43A22D89_RuntimeMethod_var))); } } // System.Void System.Xml.XmlRawWriter::WriteEndNamespaceDeclaration() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlRawWriter_WriteEndNamespaceDeclaration_m5B96E73B733C874C565DAC3CEAD6B8E97C5441F2 (XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlRawWriter_WriteEndNamespaceDeclaration_m5B96E73B733C874C565DAC3CEAD6B8E97C5441F2_RuntimeMethod_var))); } } // System.Void System.Xml.XmlRawWriter::WriteEndBase64() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlRawWriter_WriteEndBase64_m30885EAF20EC9B49B4EA484913549A5F9B32825C (XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * __this, const RuntimeMethod* method) { { XmlRawWriterBase64Encoder_t9C3C2BA7B5405031118DAA3614D21021CCC07EFB * L_0 = __this->get_base64Encoder_0(); NullCheck(L_0); Base64Encoder_Flush_m7C096C39FD6F6EB5AAEBB7C5ED816DD8F24CA5B0(L_0, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlRawWriter::Close(System.Xml.WriteState) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlRawWriter_Close_mBA6EE04938EADAE9A07E4FACB2F448B0D467B07B (XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * __this, int32_t ___currentState0, const RuntimeMethod* method) { { VirtualActionInvoker0::Invoke(28 /* System.Void System.Xml.XmlWriter::Close() */, __this); return; } } // System.Void System.Xml.XmlRawWriter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlRawWriter__ctor_mA2DC536DF02E2F33EB74D66CE039D330EBBE4F33 (XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * __this, const RuntimeMethod* method) { { XmlWriter__ctor_mAA10A026AD230D064314D2AE472A144D18418A01(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XmlRawWriterBase64Encoder::.ctor(System.Xml.XmlRawWriter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlRawWriterBase64Encoder__ctor_m4E5BD083CDCF38592F4A0CD204D0B2C280CD1843 (XmlRawWriterBase64Encoder_t9C3C2BA7B5405031118DAA3614D21021CCC07EFB * __this, XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * ___rawWriter0, const RuntimeMethod* method) { { Base64Encoder__ctor_mAAE28E108AB8E4710DCC49C8A9433D3F98865C5A(__this, /*hidden argument*/NULL); XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * L_0 = ___rawWriter0; __this->set_rawWriter_3(L_0); return; } } // System.Void System.Xml.XmlRawWriterBase64Encoder::WriteChars(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlRawWriterBase64Encoder_WriteChars_mAAF92B65E8263931221F5912C8CB0BFB08ACF3D4 (XmlRawWriterBase64Encoder_t9C3C2BA7B5405031118DAA3614D21021CCC07EFB * __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___chars0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { { XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * L_0 = __this->get_rawWriter_3(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_1 = ___chars0; int32_t L_2 = ___index1; int32_t L_3 = ___count2; NullCheck(L_0); VirtualActionInvoker3< CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*, int32_t, int32_t >::Invoke(23 /* System.Void System.Xml.XmlWriter::WriteRaw(System.Char[],System.Int32,System.Int32) */, L_0, L_1, L_2, L_3); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlReaderSettings System.Xml.XmlReader::get_Settings() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * XmlReader_get_Settings_m94A9D403A01A1401E3C441A584EFDA4A7242CAB1 (XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * __this, const RuntimeMethod* method) { { return (XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 *)NULL; } } // System.String System.Xml.XmlReader::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlReader_get_Name_m7F0E945CC30317A943A3935082F1D116C871EF8E (XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D); s_Il2CppMethodInitialized = true; } { String_t* L_0; L_0 = VirtualFuncInvoker0< String_t* >::Invoke(10 /* System.String System.Xml.XmlReader::get_Prefix() */, __this); NullCheck(L_0); int32_t L_1; L_1 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0014; } } { String_t* L_2; L_2 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlReader::get_LocalName() */, __this); return L_2; } IL_0014: { XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_3; L_3 = VirtualFuncInvoker0< XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * >::Invoke(24 /* System.Xml.XmlNameTable System.Xml.XmlReader::get_NameTable() */, __this); String_t* L_4; L_4 = VirtualFuncInvoker0< String_t* >::Invoke(10 /* System.String System.Xml.XmlReader::get_Prefix() */, __this); String_t* L_5; L_5 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlReader::get_LocalName() */, __this); String_t* L_6; L_6 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(L_4, _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D, L_5, /*hidden argument*/NULL); NullCheck(L_3); String_t* L_7; L_7 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_3, L_6); return L_7; } } // System.Boolean System.Xml.XmlReader::get_IsDefault() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlReader_get_IsDefault_mCF12FE14DBAEA2FF50ACDEF71E113EBEBA8AD4E2 (XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Xml.Schema.IXmlSchemaInfo System.Xml.XmlReader::get_SchemaInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlReader_get_SchemaInfo_m96D9266C5C36A6D1D7AAE273591EE0EF84E7421B (XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlSchemaInfo_tC697CEDEA24AC6EF87E998BF72B96EDBD84DB229_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { return ((RuntimeObject*)IsInst((RuntimeObject*)__this, IXmlSchemaInfo_tC697CEDEA24AC6EF87E998BF72B96EDBD84DB229_il2cpp_TypeInfo_var)); } } // System.Void System.Xml.XmlReader::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReader_Close_mF5C560DA712B23E5CC74E4DA850F984F7A432146 (XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean System.Xml.XmlReader::get_CanResolveEntity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlReader_get_CanResolveEntity_m449D2E17C2EA359DF39CF1603ABF0E794AFF5415 (XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Void System.Xml.XmlReader::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReader_Dispose_m4EC31AC5BE80B3028E6D11A1A4CD65EF6F14916E (XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * __this, const RuntimeMethod* method) { { VirtualActionInvoker1< bool >::Invoke(28 /* System.Void System.Xml.XmlReader::Dispose(System.Boolean) */, __this, (bool)1); return; } } // System.Void System.Xml.XmlReader::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReader_Dispose_m45DC80397A7BF5A615DCADECC695ADBB7509947E (XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * __this, bool ___disposing0, const RuntimeMethod* method) { { bool L_0 = ___disposing0; if (!L_0) { goto IL_0012; } } { int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(23 /* System.Xml.ReadState System.Xml.XmlReader::get_ReadState() */, __this); if ((((int32_t)L_1) == ((int32_t)4))) { goto IL_0012; } } { VirtualActionInvoker0::Invoke(22 /* System.Void System.Xml.XmlReader::Close() */, __this); } IL_0012: { return; } } // System.Xml.IDtdInfo System.Xml.XmlReader::get_DtdInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlReader_get_DtdInfo_m8C1F803C1F085BD9989EFE6F083D73624FB272EE (XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * __this, const RuntimeMethod* method) { { return (RuntimeObject*)NULL; } } // System.Int32 System.Xml.XmlReader::CalcBufferSize(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlReader_CalcBufferSize_mB720D5DA6EBAB0581B495F1167C9473ED44F8F33 (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___input0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlReader_CalcBufferSize_mB720D5DA6EBAB0581B495F1167C9473ED44F8F33_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int64_t V_1 = 0; { V_0 = ((int32_t)4096); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___input0; NullCheck(L_0); bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(8 /* System.Boolean System.IO.Stream::get_CanSeek() */, L_0); if (!L_1) { goto IL_002e; } } { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_2 = ___input0; NullCheck(L_2); int64_t L_3; L_3 = VirtualFuncInvoker0< int64_t >::Invoke(10 /* System.Int64 System.IO.Stream::get_Length() */, L_2); V_1 = L_3; int64_t L_4 = V_1; int32_t L_5 = V_0; if ((((int64_t)L_4) >= ((int64_t)((int64_t)((int64_t)L_5))))) { goto IL_001f; } } { int64_t L_6 = V_1; if ((int64_t)(L_6) > 2147483647LL) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), XmlReader_CalcBufferSize_mB720D5DA6EBAB0581B495F1167C9473ED44F8F33_RuntimeMethod_var); V_0 = ((int32_t)((int32_t)L_6)); goto IL_002e; } IL_001f: { int64_t L_7 = V_1; if ((((int64_t)L_7) <= ((int64_t)((int64_t)((int64_t)((int32_t)65536)))))) { goto IL_002e; } } { V_0 = ((int32_t)8192); } IL_002e: { int32_t L_8 = V_0; return L_8; } } // System.Void System.Xml.XmlReader::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReader__ctor_mC39484EF621817625CE8A5EB07F9B1218742843C (XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlReader::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReader__cctor_m8C939FA4F60E046BCAEDF0969A6E3B89D9CB0A4E (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ((XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138_StaticFields*)il2cpp_codegen_static_fields_for(XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138_il2cpp_TypeInfo_var))->set_IsTextualNodeBitmap_0(((int32_t)24600)); ((XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138_StaticFields*)il2cpp_codegen_static_fields_for(XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138_il2cpp_TypeInfo_var))->set_CanReadContentAsBitmap_1(((int32_t)123324)); ((XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138_StaticFields*)il2cpp_codegen_static_fields_for(XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138_il2cpp_TypeInfo_var))->set_HasValueBitmap_2(((int32_t)157084)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean System.Xml.XmlConfiguration.XmlReaderSection::get_ProhibitDefaultUrlResolver() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlReaderSection_get_ProhibitDefaultUrlResolver_m494E1986EE1EF98DCDC5550E06EF49F7E4E25B75 (const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean System.Xml.XmlConfiguration.XmlReaderSection::get_CollapseWhiteSpaceIntoEmptyString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlReaderSection_get_CollapseWhiteSpaceIntoEmptyString_m7C7CE30F2157A48A0CC3408ACA8D1A6A648B4C7F (const RuntimeMethod* method) { { return (bool)0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XmlReaderSettings::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReaderSettings__ctor_m0DFDE914376FEE80656E0BB346D8DB51114EDC00 (XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); XmlReaderSettings_Initialize_mB93DD90394577198A189E985956971EB4659355E(__this, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlReaderSettings::set_NameTable(System.Xml.XmlNameTable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReaderSettings_set_NameTable_m60D918CF4E0ABE09514872010EA9273EE281D5C9 (XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * __this, XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral81C6A150C740E85EF7BDB2DE76CBED7BCCC3797F); s_Il2CppMethodInitialized = true; } { XmlReaderSettings_CheckReadOnly_m8B3E6156C48BADB7F04EC0FFEE3F46D529A100D8(__this, _stringLiteral81C6A150C740E85EF7BDB2DE76CBED7BCCC3797F, /*hidden argument*/NULL); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_0 = ___value0; __this->set_nameTable_1(L_0); return; } } // System.Void System.Xml.XmlReaderSettings::set_IsXmlResolverSet(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReaderSettings_set_IsXmlResolverSet_m4374404167E732ADF4FF5D5699DA1A2763B4A048 (XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CIsXmlResolverSetU3Ek__BackingField_18(L_0); return; } } // System.Void System.Xml.XmlReaderSettings::set_XmlResolver(System.Xml.XmlResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReaderSettings_set_XmlResolver_m8A353E1F21B4DCED11401FB9D65D1321177CF596 (XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * __this, XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral93B59C6870171FCFAA8A0D2F3A21C5B0CEFC7FDD); s_Il2CppMethodInitialized = true; } { XmlReaderSettings_CheckReadOnly_m8B3E6156C48BADB7F04EC0FFEE3F46D529A100D8(__this, _stringLiteral93B59C6870171FCFAA8A0D2F3A21C5B0CEFC7FDD, /*hidden argument*/NULL); XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * L_0 = ___value0; __this->set_xmlResolver_2(L_0); XmlReaderSettings_set_IsXmlResolverSet_m4374404167E732ADF4FF5D5699DA1A2763B4A048_inline(__this, (bool)1, /*hidden argument*/NULL); return; } } // System.Xml.XmlResolver System.Xml.XmlReaderSettings::GetXmlResolver() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * XmlReaderSettings_GetXmlResolver_mE28769077AE9F6D961723B225E0FCA918B47B64E (XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * __this, const RuntimeMethod* method) { { XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * L_0 = __this->get_xmlResolver_2(); return L_0; } } // System.Void System.Xml.XmlReaderSettings::set_LineNumberOffset(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReaderSettings_set_LineNumberOffset_m7602E55CBBF9D044CD2815F8093378EC55101ED5 (XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral423005E70CFADA0548835DDF582542DD5BDCFBD3); s_Il2CppMethodInitialized = true; } { XmlReaderSettings_CheckReadOnly_m8B3E6156C48BADB7F04EC0FFEE3F46D529A100D8(__this, _stringLiteral423005E70CFADA0548835DDF582542DD5BDCFBD3, /*hidden argument*/NULL); int32_t L_0 = ___value0; __this->set_lineNumberOffset_3(L_0); return; } } // System.Void System.Xml.XmlReaderSettings::set_LinePositionOffset(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReaderSettings_set_LinePositionOffset_mC447A90F5E013D7A655D7C4B8537924C7A4D61C2 (XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral035877D5564A6EA6B11C79A48808B85A323C2F5C); s_Il2CppMethodInitialized = true; } { XmlReaderSettings_CheckReadOnly_m8B3E6156C48BADB7F04EC0FFEE3F46D529A100D8(__this, _stringLiteral035877D5564A6EA6B11C79A48808B85A323C2F5C, /*hidden argument*/NULL); int32_t L_0 = ___value0; __this->set_linePositionOffset_4(L_0); return; } } // System.Void System.Xml.XmlReaderSettings::set_ConformanceLevel(System.Xml.ConformanceLevel) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReaderSettings_set_ConformanceLevel_m4CE8E34E7AA470958A7455A7E6CBA121B3ABD8F0 (XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral93D87E1629A331F43CB25BB3CFE69C4D3418FA7E); s_Il2CppMethodInitialized = true; } { XmlReaderSettings_CheckReadOnly_m8B3E6156C48BADB7F04EC0FFEE3F46D529A100D8(__this, _stringLiteral93D87E1629A331F43CB25BB3CFE69C4D3418FA7E, /*hidden argument*/NULL); int32_t L_0 = ___value0; if ((!(((uint32_t)L_0) > ((uint32_t)2)))) { goto IL_001a; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_1 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlReaderSettings_set_ConformanceLevel_m4CE8E34E7AA470958A7455A7E6CBA121B3ABD8F0_RuntimeMethod_var))); } IL_001a: { int32_t L_2 = ___value0; __this->set_conformanceLevel_5(L_2); return; } } // System.Void System.Xml.XmlReaderSettings::set_CheckCharacters(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReaderSettings_set_CheckCharacters_mF91AEA1ABD612E9A2B6CD8A38203B1537AA2E14E (XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral025C1ECF21AD54C7CC6639C629602C3F7FE62FAA); s_Il2CppMethodInitialized = true; } { XmlReaderSettings_CheckReadOnly_m8B3E6156C48BADB7F04EC0FFEE3F46D529A100D8(__this, _stringLiteral025C1ECF21AD54C7CC6639C629602C3F7FE62FAA, /*hidden argument*/NULL); bool L_0 = ___value0; __this->set_checkCharacters_6(L_0); return; } } // System.Void System.Xml.XmlReaderSettings::set_MaxCharactersInDocument(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReaderSettings_set_MaxCharactersInDocument_m090B7E940391038B277148CE795FA6874DE51128 (XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * __this, int64_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBA35549D8219B5F5409D55485656844283EB1A95); s_Il2CppMethodInitialized = true; } { XmlReaderSettings_CheckReadOnly_m8B3E6156C48BADB7F04EC0FFEE3F46D529A100D8(__this, _stringLiteralBA35549D8219B5F5409D55485656844283EB1A95, /*hidden argument*/NULL); int64_t L_0 = ___value0; if ((((int64_t)L_0) >= ((int64_t)((int64_t)((int64_t)0))))) { goto IL_001b; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_1 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlReaderSettings_set_MaxCharactersInDocument_m090B7E940391038B277148CE795FA6874DE51128_RuntimeMethod_var))); } IL_001b: { int64_t L_2 = ___value0; __this->set_maxCharactersInDocument_7(L_2); return; } } // System.Void System.Xml.XmlReaderSettings::set_MaxCharactersFromEntities(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReaderSettings_set_MaxCharactersFromEntities_mB68B8D5D3DBF152858791ABD8B87C521AE287765 (XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * __this, int64_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7A7B03EDCCEC1AA676CFA2D7002A577C44FC6A13); s_Il2CppMethodInitialized = true; } { XmlReaderSettings_CheckReadOnly_m8B3E6156C48BADB7F04EC0FFEE3F46D529A100D8(__this, _stringLiteral7A7B03EDCCEC1AA676CFA2D7002A577C44FC6A13, /*hidden argument*/NULL); int64_t L_0 = ___value0; if ((((int64_t)L_0) >= ((int64_t)((int64_t)((int64_t)0))))) { goto IL_001b; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_1 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlReaderSettings_set_MaxCharactersFromEntities_mB68B8D5D3DBF152858791ABD8B87C521AE287765_RuntimeMethod_var))); } IL_001b: { int64_t L_2 = ___value0; __this->set_maxCharactersFromEntities_8(L_2); return; } } // System.Void System.Xml.XmlReaderSettings::set_IgnoreWhitespace(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReaderSettings_set_IgnoreWhitespace_m3FFCC4B4904D0F7CD89A7FB49A7D9768885A9209 (XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral010415DFD810DA785E5CD8173EA9688EDA5E73FE); s_Il2CppMethodInitialized = true; } { XmlReaderSettings_CheckReadOnly_m8B3E6156C48BADB7F04EC0FFEE3F46D529A100D8(__this, _stringLiteral010415DFD810DA785E5CD8173EA9688EDA5E73FE, /*hidden argument*/NULL); bool L_0 = ___value0; __this->set_ignoreWhitespace_9(L_0); return; } } // System.Void System.Xml.XmlReaderSettings::set_IgnoreProcessingInstructions(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReaderSettings_set_IgnoreProcessingInstructions_m5AEB63724B2879855A91202918E08A03E31FB30A (XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFD8C61EC8DBC1376295F70EFEF4B5FDF50F09FBE); s_Il2CppMethodInitialized = true; } { XmlReaderSettings_CheckReadOnly_m8B3E6156C48BADB7F04EC0FFEE3F46D529A100D8(__this, _stringLiteralFD8C61EC8DBC1376295F70EFEF4B5FDF50F09FBE, /*hidden argument*/NULL); bool L_0 = ___value0; __this->set_ignorePIs_10(L_0); return; } } // System.Void System.Xml.XmlReaderSettings::set_IgnoreComments(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReaderSettings_set_IgnoreComments_m101F19ED6C272B0F1EF225676512FF9993A70184 (XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral831ED6EC0D1759EC26A1E876BA9836719586C6D1); s_Il2CppMethodInitialized = true; } { XmlReaderSettings_CheckReadOnly_m8B3E6156C48BADB7F04EC0FFEE3F46D529A100D8(__this, _stringLiteral831ED6EC0D1759EC26A1E876BA9836719586C6D1, /*hidden argument*/NULL); bool L_0 = ___value0; __this->set_ignoreComments_11(L_0); return; } } // System.Void System.Xml.XmlReaderSettings::set_DtdProcessing(System.Xml.DtdProcessing) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReaderSettings_set_DtdProcessing_mE077A237F70523E4BDC9C25668CD70471BA4138C (XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD515C8E4D2BD0B64EE134AD25058BE95BF0175BC); s_Il2CppMethodInitialized = true; } { XmlReaderSettings_CheckReadOnly_m8B3E6156C48BADB7F04EC0FFEE3F46D529A100D8(__this, _stringLiteralD515C8E4D2BD0B64EE134AD25058BE95BF0175BC, /*hidden argument*/NULL); int32_t L_0 = ___value0; if ((!(((uint32_t)L_0) > ((uint32_t)2)))) { goto IL_001a; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_1 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlReaderSettings_set_DtdProcessing_mE077A237F70523E4BDC9C25668CD70471BA4138C_RuntimeMethod_var))); } IL_001a: { int32_t L_2 = ___value0; __this->set_dtdProcessing_12(L_2); return; } } // System.Xml.ValidationType System.Xml.XmlReaderSettings::get_ValidationType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlReaderSettings_get_ValidationType_m9ED8E4F543926256EAC4E052764A786FCE05C449 (XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_validationType_13(); return L_0; } } // System.Xml.Schema.XmlSchemaSet System.Xml.XmlReaderSettings::get_Schemas() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0 * XmlReaderSettings_get_Schemas_m32995B1763A0F40F83F711CA83627D50755D71E2 (XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0 * L_0 = __this->get_schemas_15(); if (L_0) { goto IL_0013; } } { XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0 * L_1 = (XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0 *)il2cpp_codegen_object_new(XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0_il2cpp_TypeInfo_var); XmlSchemaSet__ctor_m392AAF6C6A920E071739BC9681C2CC17B73560C9(L_1, /*hidden argument*/NULL); __this->set_schemas_15(L_1); } IL_0013: { XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0 * L_2 = __this->get_schemas_15(); return L_2; } } // System.Void System.Xml.XmlReaderSettings::set_ReadOnly(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReaderSettings_set_ReadOnly_m74FE491C654B218A952FAA864B1357F018D0B403 (XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_isReadOnly_17(L_0); return; } } // System.Void System.Xml.XmlReaderSettings::CheckReadOnly(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReaderSettings_CheckReadOnly_m8B3E6156C48BADB7F04EC0FFEE3F46D529A100D8 (XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * __this, String_t* ___propertyName0, const RuntimeMethod* method) { { bool L_0 = __this->get_isReadOnly_17(); if (!L_0) { goto IL_0029; } } { Type_t * L_1; L_1 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(__this, /*hidden argument*/NULL); NullCheck(L_1); String_t* L_2; L_2 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_1); String_t* L_3 = ___propertyName0; String_t* L_4; L_4 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D)), L_3, /*hidden argument*/NULL); XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * L_5 = (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var))); XmlException__ctor_m113008AE4B646E85154C99B3CBB55D536CBEFEB9(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral044BADD70F84141B60AE555B5513ABA7D660F738)), L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlReaderSettings_CheckReadOnly_m8B3E6156C48BADB7F04EC0FFEE3F46D529A100D8_RuntimeMethod_var))); } IL_0029: { return; } } // System.Void System.Xml.XmlReaderSettings::Initialize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReaderSettings_Initialize_mB93DD90394577198A189E985956971EB4659355E (XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * __this, const RuntimeMethod* method) { { XmlReaderSettings_Initialize_m56F1A5671961C72B0C90F6C502E1F035A0168AF7(__this, (XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A *)NULL, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlReaderSettings::Initialize(System.Xml.XmlResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReaderSettings_Initialize_m56F1A5671961C72B0C90F6C502E1F035A0168AF7 (XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * __this, XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * ___resolver0, const RuntimeMethod* method) { XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * G_B2_0 = NULL; XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * G_B1_0 = NULL; XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * G_B3_0 = NULL; XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * G_B3_1 = NULL; { __this->set_nameTable_1((XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 *)NULL); XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * L_0 = ___resolver0; G_B1_0 = __this; if (!L_0) { G_B2_0 = __this; goto IL_000e; } } { XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * L_1 = ___resolver0; G_B3_0 = L_1; G_B3_1 = G_B1_0; goto IL_0013; } IL_000e: { XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * L_2; L_2 = XmlReaderSettings_CreateDefaultResolver_mF092A1338021472409FCD6B5E8C5D678F2DB96A6(/*hidden argument*/NULL); G_B3_0 = L_2; G_B3_1 = G_B2_0; } IL_0013: { NullCheck(G_B3_1); G_B3_1->set_xmlResolver_2(G_B3_0); __this->set_maxCharactersFromEntities_8(((int64_t)((int64_t)0))); __this->set_lineNumberOffset_3(0); __this->set_linePositionOffset_4(0); __this->set_checkCharacters_6((bool)1); __this->set_conformanceLevel_5(2); __this->set_ignoreWhitespace_9((bool)0); __this->set_ignorePIs_10((bool)0); __this->set_ignoreComments_11((bool)0); __this->set_dtdProcessing_12(0); __this->set_closeInput_16((bool)0); __this->set_maxCharactersInDocument_7(((int64_t)((int64_t)0))); __this->set_schemas_15((XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0 *)NULL); __this->set_validationType_13(0); __this->set_validationFlags_14(8); int32_t L_3 = __this->get_validationFlags_14(); __this->set_validationFlags_14(((int32_t)((int32_t)L_3|(int32_t)((int32_t)16)))); __this->set_useAsync_0((bool)0); __this->set_isReadOnly_17((bool)0); XmlReaderSettings_set_IsXmlResolverSet_m4374404167E732ADF4FF5D5699DA1A2763B4A048_inline(__this, (bool)0, /*hidden argument*/NULL); return; } } // System.Xml.XmlResolver System.Xml.XmlReaderSettings::CreateDefaultResolver() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * XmlReaderSettings_CreateDefaultResolver_mF092A1338021472409FCD6B5E8C5D678F2DB96A6 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlUrlResolver_t341613B5C62E06DC2382255E0AE4D763AD302AE1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlUrlResolver_t341613B5C62E06DC2382255E0AE4D763AD302AE1 * L_0 = (XmlUrlResolver_t341613B5C62E06DC2382255E0AE4D763AD302AE1 *)il2cpp_codegen_object_new(XmlUrlResolver_t341613B5C62E06DC2382255E0AE4D763AD302AE1_il2cpp_TypeInfo_var); XmlUrlResolver__ctor_m6CDB6CC5B0725F9723A7632AF1ED062E877DD449(L_0, /*hidden argument*/NULL); return L_0; } } // System.Boolean System.Xml.XmlReaderSettings::EnableLegacyXmlSettings() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlReaderSettings_EnableLegacyXmlSettings_m9804ADD0E2A7E499F439908D31814569A0D0F570 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BinaryCompatibility_t01F3AE6D07676815F7CA6DC9F5E93C75D1FC58B5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mBD9860C6159D4C77D6FFEF79D6DE34EDF2F44A49_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_Value_m13FD52C148CEB97A833E1C31CFC0FF8C1A7C0F0B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0; L_0 = Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_inline((Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 *)(((XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520_StaticFields*)il2cpp_codegen_static_fields_for(XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520_il2cpp_TypeInfo_var))->get_address_of_s_enableLegacyXmlSettings_19()), /*hidden argument*/Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_RuntimeMethod_var); if (!L_0) { goto IL_0017; } } { bool L_1; L_1 = Nullable_1_get_Value_m13FD52C148CEB97A833E1C31CFC0FF8C1A7C0F0B((Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 *)(((XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520_StaticFields*)il2cpp_codegen_static_fields_for(XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520_il2cpp_TypeInfo_var))->get_address_of_s_enableLegacyXmlSettings_19()), /*hidden argument*/Nullable_1_get_Value_m13FD52C148CEB97A833E1C31CFC0FF8C1A7C0F0B_RuntimeMethod_var); return L_1; } IL_0017: { IL2CPP_RUNTIME_CLASS_INIT(BinaryCompatibility_t01F3AE6D07676815F7CA6DC9F5E93C75D1FC58B5_il2cpp_TypeInfo_var); bool L_2; L_2 = BinaryCompatibility_get_TargetsAtLeast_Desktop_V4_5_2_m2547F245B10BFAFFBDB01D434A53F9FAC10C870C_inline(/*hidden argument*/NULL); if (L_2) { goto IL_0034; } } { Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 L_3; memset((&L_3), 0, sizeof(L_3)); Nullable_1__ctor_mBD9860C6159D4C77D6FFEF79D6DE34EDF2F44A49((&L_3), (bool)1, /*hidden argument*/Nullable_1__ctor_mBD9860C6159D4C77D6FFEF79D6DE34EDF2F44A49_RuntimeMethod_var); ((XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520_StaticFields*)il2cpp_codegen_static_fields_for(XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520_il2cpp_TypeInfo_var))->set_s_enableLegacyXmlSettings_19(L_3); bool L_4; L_4 = Nullable_1_get_Value_m13FD52C148CEB97A833E1C31CFC0FF8C1A7C0F0B((Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 *)(((XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520_StaticFields*)il2cpp_codegen_static_fields_for(XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520_il2cpp_TypeInfo_var))->get_address_of_s_enableLegacyXmlSettings_19()), /*hidden argument*/Nullable_1_get_Value_m13FD52C148CEB97A833E1C31CFC0FF8C1A7C0F0B_RuntimeMethod_var); return L_4; } IL_0034: { Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 L_5; memset((&L_5), 0, sizeof(L_5)); Nullable_1__ctor_mBD9860C6159D4C77D6FFEF79D6DE34EDF2F44A49((&L_5), (bool)0, /*hidden argument*/Nullable_1__ctor_mBD9860C6159D4C77D6FFEF79D6DE34EDF2F44A49_RuntimeMethod_var); ((XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520_StaticFields*)il2cpp_codegen_static_fields_for(XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520_il2cpp_TypeInfo_var))->set_s_enableLegacyXmlSettings_19(L_5); bool L_6; L_6 = Nullable_1_get_Value_m13FD52C148CEB97A833E1C31CFC0FF8C1A7C0F0B((Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 *)(((XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520_StaticFields*)il2cpp_codegen_static_fields_for(XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520_il2cpp_TypeInfo_var))->get_address_of_s_enableLegacyXmlSettings_19()), /*hidden argument*/Nullable_1_get_Value_m13FD52C148CEB97A833E1C31CFC0FF8C1A7C0F0B_RuntimeMethod_var); return L_6; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XmlRegisteredNonCachedStream::.ctor(System.IO.Stream,System.Xml.XmlDownloadManager,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlRegisteredNonCachedStream__ctor_m081041EA73D3FC8BC1859DA296084E29DD94C19F (XmlRegisteredNonCachedStream_t34366F50733A8D122E74F0C51EAD411FF827BCC1 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream0, XmlDownloadManager_t28FF2F536CFB5125C74928F7DC706692604D5A9D * ___downloadManager1, String_t* ___host2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var); Stream__ctor_m5EB0B4BCC014E7D1F18FE0E72B2D6D0C5C13D5C4(__this, /*hidden argument*/NULL); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___stream0; __this->set_stream_5(L_0); XmlDownloadManager_t28FF2F536CFB5125C74928F7DC706692604D5A9D * L_1 = ___downloadManager1; __this->set_downloadManager_6(L_1); String_t* L_2 = ___host2; __this->set_host_7(L_2); return; } } // System.Void System.Xml.XmlRegisteredNonCachedStream::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlRegisteredNonCachedStream_Finalize_m648C74CDF6494381311499E0FB8A1F817A64525E (XmlRegisteredNonCachedStream_t34366F50733A8D122E74F0C51EAD411FF827BCC1 * __this, const RuntimeMethod* method) { Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) { XmlDownloadManager_t28FF2F536CFB5125C74928F7DC706692604D5A9D * L_0 = __this->get_downloadManager_6(); if (!L_0) { goto IL_0019; } } IL_0008: { XmlDownloadManager_t28FF2F536CFB5125C74928F7DC706692604D5A9D * L_1 = __this->get_downloadManager_6(); String_t* L_2 = __this->get_host_7(); NullCheck(L_1); XmlDownloadManager_Remove_mDB809C83C927D285B55574D4A4F8267CBE282306(L_1, L_2, /*hidden argument*/NULL); } IL_0019: { __this->set_stream_5((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL); IL2CPP_LEAVE(0x29, FINALLY_0022); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0022; } FINALLY_0022: {// begin finally (depth: 1) Object_Finalize_mC59C83CF4F7707E425FFA6362931C25D4C36676A(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(34) }// end finally (depth: 1) IL2CPP_CLEANUP(34) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x29, IL_0029) } IL_0029: { return; } } // System.Void System.Xml.XmlRegisteredNonCachedStream::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlRegisteredNonCachedStream_Dispose_mADEC80382806D455929860CF7AF99DB70D637DD1 (XmlRegisteredNonCachedStream_t34366F50733A8D122E74F0C51EAD411FF827BCC1 * __this, bool ___disposing0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) { bool L_0 = ___disposing0; if (!L_0) { goto IL_002f; } } IL_0003: { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_1 = __this->get_stream_5(); if (!L_1) { goto IL_002f; } } IL_000b: { XmlDownloadManager_t28FF2F536CFB5125C74928F7DC706692604D5A9D * L_2 = __this->get_downloadManager_6(); if (!L_2) { goto IL_0024; } } IL_0013: { XmlDownloadManager_t28FF2F536CFB5125C74928F7DC706692604D5A9D * L_3 = __this->get_downloadManager_6(); String_t* L_4 = __this->get_host_7(); NullCheck(L_3); XmlDownloadManager_Remove_mDB809C83C927D285B55574D4A4F8267CBE282306(L_3, L_4, /*hidden argument*/NULL); } IL_0024: { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_5 = __this->get_stream_5(); NullCheck(L_5); VirtualActionInvoker0::Invoke(18 /* System.Void System.IO.Stream::Close() */, L_5); } IL_002f: { __this->set_stream_5((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL); IL2CPP_RUNTIME_CLASS_INIT(GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); GC_SuppressFinalize_mEE880E988C6AF32AA2F67F2D62715281EAA41555(__this, /*hidden argument*/NULL); IL2CPP_LEAVE(0x46, FINALLY_003e); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003e; } FINALLY_003e: {// begin finally (depth: 1) bool L_6 = ___disposing0; Stream_Dispose_mDC5C7A9933446223A84ED106AE3E949E644FB0BE(__this, L_6, /*hidden argument*/NULL); IL2CPP_END_FINALLY(62) }// end finally (depth: 1) IL2CPP_CLEANUP(62) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x46, IL_0046) } IL_0046: { return; } } // System.IAsyncResult System.Xml.XmlRegisteredNonCachedStream::BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlRegisteredNonCachedStream_BeginRead_m5599151F0F6DA7F1E191333CB0F3DEA957DC7D24 (XmlRegisteredNonCachedStream_t34366F50733A8D122E74F0C51EAD411FF827BCC1 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___count2, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback3, RuntimeObject * ___state4, const RuntimeMethod* method) { { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_stream_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___buffer0; int32_t L_2 = ___offset1; int32_t L_3 = ___count2; AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * L_4 = ___callback3; RuntimeObject * L_5 = ___state4; NullCheck(L_0); RuntimeObject* L_6; L_6 = VirtualFuncInvoker5< RuntimeObject*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA *, RuntimeObject * >::Invoke(22 /* System.IAsyncResult System.IO.Stream::BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) */, L_0, L_1, L_2, L_3, L_4, L_5); return L_6; } } // System.IAsyncResult System.Xml.XmlRegisteredNonCachedStream::BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlRegisteredNonCachedStream_BeginWrite_m90FD8368058221AB8A91AAEDE3633240C4B6E60E (XmlRegisteredNonCachedStream_t34366F50733A8D122E74F0C51EAD411FF827BCC1 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___count2, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback3, RuntimeObject * ___state4, const RuntimeMethod* method) { { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_stream_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___buffer0; int32_t L_2 = ___offset1; int32_t L_3 = ___count2; AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * L_4 = ___callback3; RuntimeObject * L_5 = ___state4; NullCheck(L_0); RuntimeObject* L_6; L_6 = VirtualFuncInvoker5< RuntimeObject*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA *, RuntimeObject * >::Invoke(25 /* System.IAsyncResult System.IO.Stream::BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) */, L_0, L_1, L_2, L_3, L_4, L_5); return L_6; } } // System.Int32 System.Xml.XmlRegisteredNonCachedStream::EndRead(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlRegisteredNonCachedStream_EndRead_m0E3493A6322C0C19AF6FC830B7EC8AADA70A7533 (XmlRegisteredNonCachedStream_t34366F50733A8D122E74F0C51EAD411FF827BCC1 * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method) { { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_stream_5(); RuntimeObject* L_1 = ___asyncResult0; NullCheck(L_0); int32_t L_2; L_2 = VirtualFuncInvoker1< int32_t, RuntimeObject* >::Invoke(23 /* System.Int32 System.IO.Stream::EndRead(System.IAsyncResult) */, L_0, L_1); return L_2; } } // System.Void System.Xml.XmlRegisteredNonCachedStream::EndWrite(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlRegisteredNonCachedStream_EndWrite_m22F52D65FF5540C0BEA341207F1988BAB092BD02 (XmlRegisteredNonCachedStream_t34366F50733A8D122E74F0C51EAD411FF827BCC1 * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method) { { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_stream_5(); RuntimeObject* L_1 = ___asyncResult0; NullCheck(L_0); VirtualActionInvoker1< RuntimeObject* >::Invoke(26 /* System.Void System.IO.Stream::EndWrite(System.IAsyncResult) */, L_0, L_1); return; } } // System.Void System.Xml.XmlRegisteredNonCachedStream::Flush() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlRegisteredNonCachedStream_Flush_mD8BBDF7E7ACE75FD807AABB6D51237390858766B (XmlRegisteredNonCachedStream_t34366F50733A8D122E74F0C51EAD411FF827BCC1 * __this, const RuntimeMethod* method) { { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_stream_5(); NullCheck(L_0); VirtualActionInvoker0::Invoke(20 /* System.Void System.IO.Stream::Flush() */, L_0); return; } } // System.Int32 System.Xml.XmlRegisteredNonCachedStream::Read(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlRegisteredNonCachedStream_Read_mB84C61BE1E8C5A71B57442341D93ABCD619A1300 (XmlRegisteredNonCachedStream_t34366F50733A8D122E74F0C51EAD411FF827BCC1 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_stream_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___buffer0; int32_t L_2 = ___offset1; int32_t L_3 = ___count2; NullCheck(L_0); int32_t L_4; L_4 = VirtualFuncInvoker3< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(30 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_0, L_1, L_2, L_3); return L_4; } } // System.Int32 System.Xml.XmlRegisteredNonCachedStream::ReadByte() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlRegisteredNonCachedStream_ReadByte_m304FD2C545DF6474259AD0DFC4B4E64418CDE616 (XmlRegisteredNonCachedStream_t34366F50733A8D122E74F0C51EAD411FF827BCC1 * __this, const RuntimeMethod* method) { { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_stream_5(); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(31 /* System.Int32 System.IO.Stream::ReadByte() */, L_0); return L_1; } } // System.Int64 System.Xml.XmlRegisteredNonCachedStream::Seek(System.Int64,System.IO.SeekOrigin) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t XmlRegisteredNonCachedStream_Seek_m86E74465CCE4A36442865C82191C3211948DE7D1 (XmlRegisteredNonCachedStream_t34366F50733A8D122E74F0C51EAD411FF827BCC1 * __this, int64_t ___offset0, int32_t ___origin1, const RuntimeMethod* method) { { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_stream_5(); int64_t L_1 = ___offset0; int32_t L_2 = ___origin1; NullCheck(L_0); int64_t L_3; L_3 = VirtualFuncInvoker2< int64_t, int64_t, int32_t >::Invoke(28 /* System.Int64 System.IO.Stream::Seek(System.Int64,System.IO.SeekOrigin) */, L_0, L_1, L_2); return L_3; } } // System.Void System.Xml.XmlRegisteredNonCachedStream::SetLength(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlRegisteredNonCachedStream_SetLength_m07D26CE68226D4782CC0DB9F0155FC3AEAF95AA6 (XmlRegisteredNonCachedStream_t34366F50733A8D122E74F0C51EAD411FF827BCC1 * __this, int64_t ___value0, const RuntimeMethod* method) { { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_stream_5(); int64_t L_1 = ___value0; NullCheck(L_0); VirtualActionInvoker1< int64_t >::Invoke(29 /* System.Void System.IO.Stream::SetLength(System.Int64) */, L_0, L_1); return; } } // System.Void System.Xml.XmlRegisteredNonCachedStream::Write(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlRegisteredNonCachedStream_Write_m9056D8FFB277E20D2C0BA5E59C6E351983BF377B (XmlRegisteredNonCachedStream_t34366F50733A8D122E74F0C51EAD411FF827BCC1 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_stream_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___buffer0; int32_t L_2 = ___offset1; int32_t L_3 = ___count2; NullCheck(L_0); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(32 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_0, L_1, L_2, L_3); return; } } // System.Void System.Xml.XmlRegisteredNonCachedStream::WriteByte(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlRegisteredNonCachedStream_WriteByte_mF68E0EF96CBDB7C70A9CBBCEBC1E320C97EEDB61 (XmlRegisteredNonCachedStream_t34366F50733A8D122E74F0C51EAD411FF827BCC1 * __this, uint8_t ___value0, const RuntimeMethod* method) { { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_stream_5(); uint8_t L_1 = ___value0; NullCheck(L_0); VirtualActionInvoker1< uint8_t >::Invoke(33 /* System.Void System.IO.Stream::WriteByte(System.Byte) */, L_0, L_1); return; } } // System.Boolean System.Xml.XmlRegisteredNonCachedStream::get_CanRead() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlRegisteredNonCachedStream_get_CanRead_m7FC7B0EC6CD9856EB96D242CDE534CC4F6FE9C3F (XmlRegisteredNonCachedStream_t34366F50733A8D122E74F0C51EAD411FF827BCC1 * __this, const RuntimeMethod* method) { { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_stream_5(); NullCheck(L_0); bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.IO.Stream::get_CanRead() */, L_0); return L_1; } } // System.Boolean System.Xml.XmlRegisteredNonCachedStream::get_CanSeek() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlRegisteredNonCachedStream_get_CanSeek_mF232727366997385FF03E77A4F0E0C67A9C03B52 (XmlRegisteredNonCachedStream_t34366F50733A8D122E74F0C51EAD411FF827BCC1 * __this, const RuntimeMethod* method) { { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_stream_5(); NullCheck(L_0); bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(8 /* System.Boolean System.IO.Stream::get_CanSeek() */, L_0); return L_1; } } // System.Boolean System.Xml.XmlRegisteredNonCachedStream::get_CanWrite() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlRegisteredNonCachedStream_get_CanWrite_m41FB4DEC8CB60B9DE5F5D17FC7D4C58A5DF5DA56 (XmlRegisteredNonCachedStream_t34366F50733A8D122E74F0C51EAD411FF827BCC1 * __this, const RuntimeMethod* method) { { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_stream_5(); NullCheck(L_0); bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.IO.Stream::get_CanWrite() */, L_0); return L_1; } } // System.Int64 System.Xml.XmlRegisteredNonCachedStream::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t XmlRegisteredNonCachedStream_get_Length_mBEBEBE1731FDAA61A4407DE213EE26C1CAE908FF (XmlRegisteredNonCachedStream_t34366F50733A8D122E74F0C51EAD411FF827BCC1 * __this, const RuntimeMethod* method) { { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_stream_5(); NullCheck(L_0); int64_t L_1; L_1 = VirtualFuncInvoker0< int64_t >::Invoke(10 /* System.Int64 System.IO.Stream::get_Length() */, L_0); return L_1; } } // System.Int64 System.Xml.XmlRegisteredNonCachedStream::get_Position() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t XmlRegisteredNonCachedStream_get_Position_m2E1A3D7998411922CD149439955CD554E6E6DB0E (XmlRegisteredNonCachedStream_t34366F50733A8D122E74F0C51EAD411FF827BCC1 * __this, const RuntimeMethod* method) { { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_stream_5(); NullCheck(L_0); int64_t L_1; L_1 = VirtualFuncInvoker0< int64_t >::Invoke(11 /* System.Int64 System.IO.Stream::get_Position() */, L_0); return L_1; } } // System.Void System.Xml.XmlRegisteredNonCachedStream::set_Position(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlRegisteredNonCachedStream_set_Position_m8A40418A0EB8288FC07CFBA7EBD73322292CFED3 (XmlRegisteredNonCachedStream_t34366F50733A8D122E74F0C51EAD411FF827BCC1 * __this, int64_t ___value0, const RuntimeMethod* method) { { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_stream_5(); int64_t L_1 = ___value0; NullCheck(L_0); VirtualActionInvoker1< int64_t >::Invoke(12 /* System.Void System.IO.Stream::set_Position(System.Int64) */, L_0, L_1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Uri System.Xml.XmlResolver::ResolveUri(System.Uri,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * XmlResolver_ResolveUri_m5FE50956C12775E8976F132919176759040E8C53 (XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___baseUri0, String_t* ___relativeUri1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * V_0 = NULL; { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_0 = ___baseUri0; IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_1; L_1 = Uri_op_Equality_mB322C9CBB45846441BDCA7357E7D28123824ED83(L_0, (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)NULL, /*hidden argument*/NULL); if (L_1) { goto IL_001e; } } { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_2 = ___baseUri0; NullCheck(L_2); bool L_3; L_3 = Uri_get_IsAbsoluteUri_m013346D65055CFEDF9E742534A584573C18A0E25(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_004a; } } { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_4 = ___baseUri0; NullCheck(L_4); String_t* L_5; L_5 = Uri_get_OriginalString_mBD94B4BB84AE9C051C1CA8BA33C14D5BAD25B0AC(L_4, /*hidden argument*/NULL); NullCheck(L_5); int32_t L_6; L_6 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_5, /*hidden argument*/NULL); if (L_6) { goto IL_004a; } } IL_001e: { String_t* L_7 = ___relativeUri1; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_8 = (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)il2cpp_codegen_object_new(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); Uri__ctor_m2D669E1153A700F9ED8BA31473565827AF8E39EF(L_8, L_7, 0, /*hidden argument*/NULL); V_0 = L_8; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_9 = V_0; NullCheck(L_9); bool L_10; L_10 = Uri_get_IsAbsoluteUri_m013346D65055CFEDF9E742534A584573C18A0E25(L_9, /*hidden argument*/NULL); if (L_10) { goto IL_0048; } } { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_11 = V_0; NullCheck(L_11); String_t* L_12; L_12 = Uri_get_OriginalString_mBD94B4BB84AE9C051C1CA8BA33C14D5BAD25B0AC(L_11, /*hidden argument*/NULL); NullCheck(L_12); int32_t L_13; L_13 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_12, /*hidden argument*/NULL); if ((((int32_t)L_13) <= ((int32_t)0))) { goto IL_0048; } } { String_t* L_14 = ___relativeUri1; IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); String_t* L_15; L_15 = Path_GetFullPath_m4AECE56CB0187AD8375137200EDA24AE4F317963(L_14, /*hidden argument*/NULL); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_16 = (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)il2cpp_codegen_object_new(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); Uri__ctor_m7724F43B1525624FFF97A774B6B909B075714D5C(L_16, L_15, /*hidden argument*/NULL); V_0 = L_16; } IL_0048: { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_17 = V_0; return L_17; } IL_004a: { String_t* L_18 = ___relativeUri1; if (!L_18) { goto IL_0055; } } { String_t* L_19 = ___relativeUri1; NullCheck(L_19); int32_t L_20; L_20 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_19, /*hidden argument*/NULL); if (L_20) { goto IL_0057; } } IL_0055: { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_21 = ___baseUri0; return L_21; } IL_0057: { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_22 = ___baseUri0; NullCheck(L_22); bool L_23; L_23 = Uri_get_IsAbsoluteUri_m013346D65055CFEDF9E742534A584573C18A0E25(L_22, /*hidden argument*/NULL); if (L_23) { goto IL_006f; } } { String_t* L_24; L_24 = Res_GetString_m4303E63CA6945331BF5584376F6AA7262D1C6887(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC17ABA8939F099A9D149B2F87E42C97BFBBB94E0)), /*hidden argument*/NULL); NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_25 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m40BC57BDA6E0E119B73700CC809A14B57DC65A90(L_25, L_24, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_25, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlResolver_ResolveUri_m5FE50956C12775E8976F132919176759040E8C53_RuntimeMethod_var))); } IL_006f: { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_26 = ___baseUri0; String_t* L_27 = ___relativeUri1; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_28 = (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)il2cpp_codegen_object_new(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); Uri__ctor_m0B44AFB01F3FEDE9319BA4556288340D16101F9D(L_28, L_26, L_27, /*hidden argument*/NULL); return L_28; } } // System.Boolean System.Xml.XmlResolver::SupportsType(System.Uri,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlResolver_SupportsType_m620E0417AD9138E7532129D9AA81B714C67A5358 (XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___absoluteUri0, Type_t * ___type1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_0 = ___absoluteUri0; IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_1; L_1 = Uri_op_Equality_mB322C9CBB45846441BDCA7357E7D28123824ED83(L_0, (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0014; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_2 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5A5C61FA41DBC6E47F76DA0596C0D1D738F0DF84)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlResolver_SupportsType_m620E0417AD9138E7532129D9AA81B714C67A5358_RuntimeMethod_var))); } IL_0014: { Type_t * L_3 = ___type1; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_4; L_4 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_3, (Type_t *)NULL, /*hidden argument*/NULL); if (L_4) { goto IL_002f; } } { Type_t * L_5 = ___type1; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_6 = { reinterpret_cast (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7; L_7 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_6, /*hidden argument*/NULL); bool L_8; L_8 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_5, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0031; } } IL_002f: { return (bool)1; } IL_0031: { return (bool)0; } } // System.Threading.Tasks.Task`1 System.Xml.XmlResolver::GetEntityAsync(System.Uri,System.String,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 * XmlResolver_GetEntityAsync_mE185610B926D2BA5D6A33DD2CE61A5592AA4E021 (XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___absoluteUri0, String_t* ___role1, Type_t * ___ofObjectToReturn2, const RuntimeMethod* method) { { NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 * L_0 = (NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6_il2cpp_TypeInfo_var))); NotImplementedException__ctor_mA2E9CE7F00CB335581A296D2596082D57E45BA83(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlResolver_GetEntityAsync_mE185610B926D2BA5D6A33DD2CE61A5592AA4E021_RuntimeMethod_var))); } } // System.Void System.Xml.XmlResolver::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlResolver__ctor_m0217F0BCC79A4C9BD944BF30D5E7C0F1A1218D1C (XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Schema.XmlSchemaAnnotated::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaAnnotated__ctor_m8EA4887A695BB9F8024967A11279131FB03A0CE4 (XmlSchemaAnnotated_t68F13E739330186883290FF723E752BD26F2E3A7 * __this, const RuntimeMethod* method) { { XmlSchemaObject__ctor_mBFE80BA750F2D4379CEBFC3086373F28A273B1C5(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Schema.XmlSchemaAny::set_ProcessContents(System.Xml.Schema.XmlSchemaContentProcessing) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaAny_set_ProcessContents_m804608BAD4683FA309A85BDDD7E70C00EB536A33 (XmlSchemaAny_t30CEED9ED80E3CB00EA10233A22CA552F49D7A1C * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_processContents_5(L_0); return; } } // System.Xml.Schema.NamespaceList System.Xml.Schema.XmlSchemaAny::get_NamespaceList() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A * XmlSchemaAny_get_NamespaceList_mC0548A81B75CA26BD0301B453E6EA25C5A4670CF (XmlSchemaAny_t30CEED9ED80E3CB00EA10233A22CA552F49D7A1C * __this, const RuntimeMethod* method) { { NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A * L_0 = __this->get_namespaceList_6(); return L_0; } } // System.Void System.Xml.Schema.XmlSchemaAny::BuildNamespaceList(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaAny_BuildNamespaceList_m904E5F0625C8E72051F985153D540E6183101821 (XmlSchemaAny_t30CEED9ED80E3CB00EA10233A22CA552F49D7A1C * __this, String_t* ___targetNamespace0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = __this->get_ns_4(); if (!L_0) { goto IL_001b; } } { String_t* L_1 = __this->get_ns_4(); String_t* L_2 = ___targetNamespace0; NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A * L_3 = (NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A *)il2cpp_codegen_object_new(NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A_il2cpp_TypeInfo_var); NamespaceList__ctor_m9566E7F3D9A2AD24250815C97C373C6F62084C46(L_3, L_1, L_2, /*hidden argument*/NULL); __this->set_namespaceList_6(L_3); return; } IL_001b: { NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A * L_4 = (NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A *)il2cpp_codegen_object_new(NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A_il2cpp_TypeInfo_var); NamespaceList__ctor_m9B1C40E79C3C2AFC2D359C51662D9FFA98E3EFE9(L_4, /*hidden argument*/NULL); __this->set_namespaceList_6(L_4); return; } } // System.Void System.Xml.Schema.XmlSchemaAny::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaAny__ctor_m411E6BB0E3D4985D8188B379D746C4A9D1F3E227 (XmlSchemaAny_t30CEED9ED80E3CB00EA10233A22CA552F49D7A1C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789_il2cpp_TypeInfo_var); XmlSchemaParticle__ctor_m64085D4FE99BD7935AE3E23F5C3BF7EDB5BC1B79(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Schema.XmlSchemaAnyAttribute::set_ProcessContents(System.Xml.Schema.XmlSchemaContentProcessing) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaAnyAttribute_set_ProcessContents_m202657E297C999EE920D0018F858EE312623B1E9 (XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_processContents_1(L_0); return; } } // System.Void System.Xml.Schema.XmlSchemaAnyAttribute::BuildNamespaceList(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaAnyAttribute_BuildNamespaceList_m23EF871C55885EA874CC2D9C2A3628D40B70EA6A (XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80 * __this, String_t* ___targetNamespace0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = __this->get_ns_0(); if (!L_0) { goto IL_001b; } } { String_t* L_1 = __this->get_ns_0(); String_t* L_2 = ___targetNamespace0; NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A * L_3 = (NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A *)il2cpp_codegen_object_new(NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A_il2cpp_TypeInfo_var); NamespaceList__ctor_m9566E7F3D9A2AD24250815C97C373C6F62084C46(L_3, L_1, L_2, /*hidden argument*/NULL); __this->set_namespaceList_2(L_3); return; } IL_001b: { NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A * L_4 = (NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A *)il2cpp_codegen_object_new(NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A_il2cpp_TypeInfo_var); NamespaceList__ctor_m9B1C40E79C3C2AFC2D359C51662D9FFA98E3EFE9(L_4, /*hidden argument*/NULL); __this->set_namespaceList_2(L_4); return; } } // System.Void System.Xml.Schema.XmlSchemaAnyAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaAnyAttribute__ctor_m329482E3F02ECC9C6FE5CA9E6F9CD668E2BFC3BF (XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80 * __this, const RuntimeMethod* method) { { XmlSchemaAnnotated__ctor_m8EA4887A695BB9F8024967A11279131FB03A0CE4(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaChoice::get_Items() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931 * XmlSchemaChoice_get_Items_m2CE09C8C00E7289C4E84ADF06A6C9BD746787A54 (XmlSchemaChoice_t8FC6F8DB238E8800F350E4EF88CCECD64B5D3BF0 * __this, const RuntimeMethod* method) { { XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931 * L_0 = __this->get_items_4(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Schema.XmlSchemaCompilationSettings::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaCompilationSettings__ctor_mB64834FD648ECB80B6042AC314386800CA8F3B26 (XmlSchemaCompilationSettings_t8E2045013B266953963A394832ACE9616545C3BC * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); __this->set_enableUpaCheck_0((bool)1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Schema.XmlSchemaComplexType::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaComplexType__cctor_m70F8EBAF02A4B186F6039AA8DBC787A86CA71842 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4036CA0EBD3563C81DF84A29B64B8220573B4FFD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5E5E33DB71E24BED154E676FAF7093D2CD80F59F); s_Il2CppMethodInitialized = true; } { XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * L_0; L_0 = XmlSchemaComplexType_CreateAnyType_mB6CEAC4B0E6DAE48FE8110289377A9153448F99A(2, /*hidden argument*/NULL); ((XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_il2cpp_TypeInfo_var))->set_anyTypeLax_10(L_0); XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * L_1; L_1 = XmlSchemaComplexType_CreateAnyType_mB6CEAC4B0E6DAE48FE8110289377A9153448F99A(1, /*hidden argument*/NULL); ((XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_il2cpp_TypeInfo_var))->set_anyTypeSkip_11(L_1); XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * L_2 = (XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 *)il2cpp_codegen_object_new(XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_il2cpp_TypeInfo_var); XmlSchemaComplexType__ctor_m1028860360EF1B7567CC98F81A2E9E08C4EC1E71(L_2, /*hidden argument*/NULL); ((XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_il2cpp_TypeInfo_var))->set_untypedAnyType_12(L_2); XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * L_3 = ((XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_il2cpp_TypeInfo_var))->get_untypedAnyType_12(); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_4 = (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)il2cpp_codegen_object_new(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); XmlQualifiedName__ctor_m1A19E27B7945587EBC7FF67CF33F4920D28C4E70(L_4, _stringLiteral4036CA0EBD3563C81DF84A29B64B8220573B4FFD, _stringLiteral5E5E33DB71E24BED154E676FAF7093D2CD80F59F, /*hidden argument*/NULL); NullCheck(L_3); XmlSchemaType_SetQualifiedName_m737AD54E695442D864C4CA795A0A147443403287(L_3, L_4, /*hidden argument*/NULL); XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * L_5 = ((XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_il2cpp_TypeInfo_var))->get_untypedAnyType_12(); NullCheck(L_5); VirtualActionInvoker1< bool >::Invoke(7 /* System.Void System.Xml.Schema.XmlSchemaType::set_IsMixed(System.Boolean) */, L_5, (bool)1); XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * L_6 = ((XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_il2cpp_TypeInfo_var))->get_untypedAnyType_12(); XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * L_7 = ((XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_il2cpp_TypeInfo_var))->get_anyTypeLax_10(); NullCheck(L_7); XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789 * L_8; L_8 = XmlSchemaComplexType_get_ContentTypeParticle_m692124ACC5AB9FF5844FB13DE2A3AEBF6F9160A8_inline(L_7, /*hidden argument*/NULL); NullCheck(L_6); XmlSchemaComplexType_SetContentTypeParticle_m5EB7FB0694B5CC65C9DD124B303A25706FA45C74_inline(L_6, L_8, /*hidden argument*/NULL); XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * L_9 = ((XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_il2cpp_TypeInfo_var))->get_untypedAnyType_12(); NullCheck(L_9); XmlSchemaType_SetContentType_m2171B3C161C9515C768FE7A97706AAE5C715838E_inline(L_9, 3, /*hidden argument*/NULL); XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * L_10 = ((XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_il2cpp_TypeInfo_var))->get_untypedAnyType_12(); IL2CPP_RUNTIME_CLASS_INIT(SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B_il2cpp_TypeInfo_var); SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * L_11; L_11 = SchemaElementDecl_CreateAnyTypeElementDecl_m63A3CFC8928AC8737A5ADD807D0D4CCBA980A56F(/*hidden argument*/NULL); NullCheck(L_10); XmlSchemaType_set_ElementDecl_m87A29302056A0E95A203DF85ABF344CBA2C3EEA3(L_10, L_11, /*hidden argument*/NULL); XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * L_12 = ((XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_il2cpp_TypeInfo_var))->get_untypedAnyType_12(); NullCheck(L_12); SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * L_13; L_13 = XmlSchemaType_get_ElementDecl_mADD6D177627D59B88B0AE329A6B987A68C60DC46(L_12, /*hidden argument*/NULL); XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * L_14 = ((XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_il2cpp_TypeInfo_var))->get_untypedAnyType_12(); NullCheck(L_13); SchemaDeclBase_set_SchemaType_m5E77A5AD91AC87BF6B8F26864E24C4F2BA244FD0_inline(L_13, L_14, /*hidden argument*/NULL); XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * L_15 = ((XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_il2cpp_TypeInfo_var))->get_untypedAnyType_12(); NullCheck(L_15); SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * L_16; L_16 = XmlSchemaType_get_ElementDecl_mADD6D177627D59B88B0AE329A6B987A68C60DC46(L_15, /*hidden argument*/NULL); ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * L_17; L_17 = XmlSchemaComplexType_get_AnyTypeContentValidator_mBFB0DFBBE2ACFB093BC436B9B7273BF9EB5AE664(/*hidden argument*/NULL); NullCheck(L_16); SchemaElementDecl_set_ContentValidator_m3B5492EE4C0954E5FA732D03574FBB9576AD4E97_inline(L_16, L_17, /*hidden argument*/NULL); return; } } // System.Xml.Schema.XmlSchemaComplexType System.Xml.Schema.XmlSchemaComplexType::CreateAnyType(System.Xml.Schema.XmlSchemaContentProcessing) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * XmlSchemaComplexType_CreateAnyType_mB6CEAC4B0E6DAE48FE8110289377A9153448F99A (int32_t ___processContents0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaAny_t30CEED9ED80E3CB00EA10233A22CA552F49D7A1C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaSequence_t6C94DB85E74779BE018C34D94204C037416E9C03_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * V_0 = NULL; XmlSchemaAny_t30CEED9ED80E3CB00EA10233A22CA552F49D7A1C * V_1 = NULL; XmlSchemaSequence_t6C94DB85E74779BE018C34D94204C037416E9C03 * V_2 = NULL; ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * V_3 = NULL; XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80 * V_4 = NULL; { XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * L_0 = (XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 *)il2cpp_codegen_object_new(XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_il2cpp_TypeInfo_var); XmlSchemaComplexType__ctor_m1028860360EF1B7567CC98F81A2E9E08C4EC1E71(L_0, /*hidden argument*/NULL); V_0 = L_0; XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * L_1 = V_0; IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_2 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_QnAnyType_13(); NullCheck(L_1); XmlSchemaType_SetQualifiedName_m737AD54E695442D864C4CA795A0A147443403287(L_1, L_2, /*hidden argument*/NULL); XmlSchemaAny_t30CEED9ED80E3CB00EA10233A22CA552F49D7A1C * L_3 = (XmlSchemaAny_t30CEED9ED80E3CB00EA10233A22CA552F49D7A1C *)il2cpp_codegen_object_new(XmlSchemaAny_t30CEED9ED80E3CB00EA10233A22CA552F49D7A1C_il2cpp_TypeInfo_var); XmlSchemaAny__ctor_m411E6BB0E3D4985D8188B379D746C4A9D1F3E227(L_3, /*hidden argument*/NULL); V_1 = L_3; XmlSchemaAny_t30CEED9ED80E3CB00EA10233A22CA552F49D7A1C * L_4 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_5 = ((Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var))->get_Zero_7(); NullCheck(L_4); XmlSchemaParticle_set_MinOccurs_mF7852BBB556CDC639AAFBC9157B2650E4E6BC571(L_4, L_5, /*hidden argument*/NULL); XmlSchemaAny_t30CEED9ED80E3CB00EA10233A22CA552F49D7A1C * L_6 = V_1; Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_7; memset((&L_7), 0, sizeof(L_7)); Decimal__ctor_mB9DFF414FB23863B982F9D863D6E57867995C7F3((&L_7), (-1), (-1), (-1), (bool)0, (uint8_t)0, /*hidden argument*/NULL); NullCheck(L_6); XmlSchemaParticle_set_MaxOccurs_mCF8A820051B97C6C5E9C07D8DD60DD23124A58FE(L_6, L_7, /*hidden argument*/NULL); XmlSchemaAny_t30CEED9ED80E3CB00EA10233A22CA552F49D7A1C * L_8 = V_1; int32_t L_9 = ___processContents0; NullCheck(L_8); XmlSchemaAny_set_ProcessContents_m804608BAD4683FA309A85BDDD7E70C00EB536A33_inline(L_8, L_9, /*hidden argument*/NULL); XmlSchemaAny_t30CEED9ED80E3CB00EA10233A22CA552F49D7A1C * L_10 = V_1; NullCheck(L_10); XmlSchemaAny_BuildNamespaceList_m904E5F0625C8E72051F985153D540E6183101821(L_10, (String_t*)NULL, /*hidden argument*/NULL); XmlSchemaSequence_t6C94DB85E74779BE018C34D94204C037416E9C03 * L_11 = (XmlSchemaSequence_t6C94DB85E74779BE018C34D94204C037416E9C03 *)il2cpp_codegen_object_new(XmlSchemaSequence_t6C94DB85E74779BE018C34D94204C037416E9C03_il2cpp_TypeInfo_var); XmlSchemaSequence__ctor_m332AE7D21DA324EBA8AF1E8DAE1761E9BB03C510(L_11, /*hidden argument*/NULL); V_2 = L_11; XmlSchemaSequence_t6C94DB85E74779BE018C34D94204C037416E9C03 * L_12 = V_2; NullCheck(L_12); XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931 * L_13; L_13 = VirtualFuncInvoker0< XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931 * >::Invoke(7 /* System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaGroupBase::get_Items() */, L_12); XmlSchemaAny_t30CEED9ED80E3CB00EA10233A22CA552F49D7A1C * L_14 = V_1; NullCheck(L_13); int32_t L_15; L_15 = XmlSchemaObjectCollection_Add_mCB1EA5137061E02BF60A1AE2C6F40CF282D97270(L_13, L_14, /*hidden argument*/NULL); XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * L_16 = V_0; XmlSchemaSequence_t6C94DB85E74779BE018C34D94204C037416E9C03 * L_17 = V_2; NullCheck(L_16); XmlSchemaComplexType_SetContentTypeParticle_m5EB7FB0694B5CC65C9DD124B303A25706FA45C74_inline(L_16, L_17, /*hidden argument*/NULL); XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * L_18 = V_0; NullCheck(L_18); XmlSchemaType_SetContentType_m2171B3C161C9515C768FE7A97706AAE5C715838E_inline(L_18, 3, /*hidden argument*/NULL); XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * L_19 = V_0; IL2CPP_RUNTIME_CLASS_INIT(SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B_il2cpp_TypeInfo_var); SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * L_20; L_20 = SchemaElementDecl_CreateAnyTypeElementDecl_m63A3CFC8928AC8737A5ADD807D0D4CCBA980A56F(/*hidden argument*/NULL); NullCheck(L_19); XmlSchemaType_set_ElementDecl_m87A29302056A0E95A203DF85ABF344CBA2C3EEA3(L_19, L_20, /*hidden argument*/NULL); XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * L_21 = V_0; NullCheck(L_21); SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * L_22; L_22 = XmlSchemaType_get_ElementDecl_mADD6D177627D59B88B0AE329A6B987A68C60DC46(L_21, /*hidden argument*/NULL); XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * L_23 = V_0; NullCheck(L_22); SchemaDeclBase_set_SchemaType_m5E77A5AD91AC87BF6B8F26864E24C4F2BA244FD0_inline(L_22, L_23, /*hidden argument*/NULL); ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * L_24 = (ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 *)il2cpp_codegen_object_new(ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8_il2cpp_TypeInfo_var); ParticleContentValidator__ctor_m036FEED0E74413DA78C5C8C6E9717D819D151752(L_24, 3, /*hidden argument*/NULL); ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * L_25 = L_24; NullCheck(L_25); ParticleContentValidator_Start_m5F7A45E5F5562BE2FEAC19614FA29E3BCA436E42(L_25, /*hidden argument*/NULL); ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * L_26 = L_25; NullCheck(L_26); ParticleContentValidator_OpenGroup_m973BDF07A71F08D03C7894C5575F1F233CB7E8CF(L_26, /*hidden argument*/NULL); ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * L_27 = L_26; XmlSchemaAny_t30CEED9ED80E3CB00EA10233A22CA552F49D7A1C * L_28 = V_1; NullCheck(L_28); NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A * L_29; L_29 = XmlSchemaAny_get_NamespaceList_mC0548A81B75CA26BD0301B453E6EA25C5A4670CF_inline(L_28, /*hidden argument*/NULL); XmlSchemaAny_t30CEED9ED80E3CB00EA10233A22CA552F49D7A1C * L_30 = V_1; NullCheck(L_27); ParticleContentValidator_AddNamespaceList_mCD51F085021060340A5FBFA5C6BCD5F79AD499C3(L_27, L_29, L_30, /*hidden argument*/NULL); ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * L_31 = L_27; NullCheck(L_31); ParticleContentValidator_AddStar_m06BFACA99A99EAED7580866C6EC3EBD1F3C6C869(L_31, /*hidden argument*/NULL); ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * L_32 = L_31; NullCheck(L_32); ParticleContentValidator_CloseGroup_m994F4F856FB3CA4ED0EDF76256BA860141878BA5(L_32, /*hidden argument*/NULL); NullCheck(L_32); ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * L_33; L_33 = ParticleContentValidator_Finish_mBF314E2EA41899551CC6C650847A491EECBE69D8(L_32, (bool)1, /*hidden argument*/NULL); V_3 = L_33; XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * L_34 = V_0; NullCheck(L_34); SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * L_35; L_35 = XmlSchemaType_get_ElementDecl_mADD6D177627D59B88B0AE329A6B987A68C60DC46(L_34, /*hidden argument*/NULL); ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * L_36 = V_3; NullCheck(L_35); SchemaElementDecl_set_ContentValidator_m3B5492EE4C0954E5FA732D03574FBB9576AD4E97_inline(L_35, L_36, /*hidden argument*/NULL); XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80 * L_37 = (XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80 *)il2cpp_codegen_object_new(XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80_il2cpp_TypeInfo_var); XmlSchemaAnyAttribute__ctor_m329482E3F02ECC9C6FE5CA9E6F9CD668E2BFC3BF(L_37, /*hidden argument*/NULL); V_4 = L_37; XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80 * L_38 = V_4; int32_t L_39 = ___processContents0; NullCheck(L_38); XmlSchemaAnyAttribute_set_ProcessContents_m202657E297C999EE920D0018F858EE312623B1E9_inline(L_38, L_39, /*hidden argument*/NULL); XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80 * L_40 = V_4; NullCheck(L_40); XmlSchemaAnyAttribute_BuildNamespaceList_m23EF871C55885EA874CC2D9C2A3628D40B70EA6A(L_40, (String_t*)NULL, /*hidden argument*/NULL); XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * L_41 = V_0; XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80 * L_42 = V_4; NullCheck(L_41); XmlSchemaComplexType_SetAttributeWildcard_m675937DFE12A53A087F68AFB317DF665D8E997F1_inline(L_41, L_42, /*hidden argument*/NULL); XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * L_43 = V_0; NullCheck(L_43); SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * L_44; L_44 = XmlSchemaType_get_ElementDecl_mADD6D177627D59B88B0AE329A6B987A68C60DC46(L_43, /*hidden argument*/NULL); XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80 * L_45 = V_4; NullCheck(L_44); SchemaElementDecl_set_AnyAttribute_m5937BBB3D6CCC2263AE4B778A6B3B9E3A2586E74_inline(L_44, L_45, /*hidden argument*/NULL); XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * L_46 = V_0; return L_46; } } // System.Void System.Xml.Schema.XmlSchemaComplexType::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaComplexType__ctor_m1028860360EF1B7567CC98F81A2E9E08C4EC1E71 (XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { __this->set_block_7(((int32_t)256)); IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789_il2cpp_TypeInfo_var); XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789 * L_0 = ((XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789_il2cpp_TypeInfo_var))->get_Empty_3(); __this->set_contentTypeParticle_8(L_0); XmlSchemaType__ctor_m40B3B98F5C5388B2F58547FC36EA073B44F59F5C(__this, /*hidden argument*/NULL); return; } } // System.Xml.Schema.XmlSchemaComplexType System.Xml.Schema.XmlSchemaComplexType::get_AnyType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * XmlSchemaComplexType_get_AnyType_m30B4FA72506565A0CD057CAE919DF376E1DB088F (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_il2cpp_TypeInfo_var); XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * L_0 = ((XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_il2cpp_TypeInfo_var))->get_anyTypeLax_10(); return L_0; } } // System.Xml.Schema.ContentValidator System.Xml.Schema.XmlSchemaComplexType::get_AnyTypeContentValidator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * XmlSchemaComplexType_get_AnyTypeContentValidator_mBFB0DFBBE2ACFB093BC436B9B7273BF9EB5AE664 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_il2cpp_TypeInfo_var); XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * L_0 = ((XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_il2cpp_TypeInfo_var))->get_anyTypeLax_10(); NullCheck(L_0); SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * L_1; L_1 = XmlSchemaType_get_ElementDecl_mADD6D177627D59B88B0AE329A6B987A68C60DC46(L_0, /*hidden argument*/NULL); NullCheck(L_1); ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * L_2; L_2 = SchemaElementDecl_get_ContentValidator_m1AFD6086B0FB2DF11CC1185D8335E1AAD80AED9E_inline(L_1, /*hidden argument*/NULL); return L_2; } } // System.Void System.Xml.Schema.XmlSchemaComplexType::set_IsMixed(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaComplexType_set_IsMixed_mB66BBB3029D175D56E4B5A43926CC7A0131CECED (XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; if (!L_0) { goto IL_0013; } } { uint8_t L_1 = __this->get_pvFlags_13(); __this->set_pvFlags_13((uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_1|(int32_t)2))))); return; } IL_0013: { uint8_t L_2 = __this->get_pvFlags_13(); __this->set_pvFlags_13((uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_2&(int32_t)((int32_t)-3)))))); return; } } // System.Xml.Schema.XmlSchemaParticle System.Xml.Schema.XmlSchemaComplexType::get_ContentTypeParticle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789 * XmlSchemaComplexType_get_ContentTypeParticle_m692124ACC5AB9FF5844FB13DE2A3AEBF6F9160A8 (XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * __this, const RuntimeMethod* method) { { XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789 * L_0 = __this->get_contentTypeParticle_8(); return L_0; } } // System.Void System.Xml.Schema.XmlSchemaComplexType::SetContentTypeParticle(System.Xml.Schema.XmlSchemaParticle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaComplexType_SetContentTypeParticle_m5EB7FB0694B5CC65C9DD124B303A25706FA45C74 (XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * __this, XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789 * ___value0, const RuntimeMethod* method) { { XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789 * L_0 = ___value0; __this->set_contentTypeParticle_8(L_0); return; } } // System.Void System.Xml.Schema.XmlSchemaComplexType::SetAttributeWildcard(System.Xml.Schema.XmlSchemaAnyAttribute) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaComplexType_SetAttributeWildcard_m675937DFE12A53A087F68AFB317DF665D8E997F1 (XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * __this, XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80 * ___value0, const RuntimeMethod* method) { { XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80 * L_0 = ___value0; __this->set_attributeWildcard_9(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaDatatypeVariety System.Xml.Schema.XmlSchemaDatatype::get_Variety() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlSchemaDatatype_get_Variety_m18DEBFA6F3E66AB7D3216211CE699442F2E625DF (XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * __this, const RuntimeMethod* method) { { return (int32_t)(0); } } // System.Xml.Schema.XmlTypeCode System.Xml.Schema.XmlSchemaDatatype::get_TypeCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlSchemaDatatype_get_TypeCode_mF3DFD4A0F8DB48F64ECC352D963EBEDE77B35C34 (XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * __this, const RuntimeMethod* method) { { return (int32_t)(0); } } // System.String System.Xml.Schema.XmlSchemaDatatype::get_TypeCodeString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlSchemaDatatype_get_TypeCodeString_m5D03CB7A34F32BE3AE1B3F38AC28310575BFB332 (XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * __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*)&_stringLiteral239A80EF6BB00A093DF3A8030BD62E9226B0AEF7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4360A8CC16E94A003858BEEB217F859C9BB98F0F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6317C069274A83AF4C018EF28D7F30C62C85E1AB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBE1785FB3CDB5ED141EC4EAE5860010938DA9C4B); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; { String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); V_0 = L_0; int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(8 /* System.Xml.Schema.XmlTypeCode System.Xml.Schema.XmlSchemaDatatype::get_TypeCode() */, __this); V_1 = L_1; int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Xml.Schema.XmlSchemaDatatypeVariety System.Xml.Schema.XmlSchemaDatatype::get_Variety() */, __this); V_2 = L_2; int32_t L_3 = V_2; switch (L_3) { case 0: { goto IL_0051; } case 1: { goto IL_0028; } case 2: { goto IL_0049; } } } { goto IL_0066; } IL_0028: { int32_t L_4 = V_1; if ((!(((uint32_t)L_4) == ((uint32_t)((int32_t)10))))) { goto IL_0035; } } { V_0 = _stringLiteral239A80EF6BB00A093DF3A8030BD62E9226B0AEF7; goto IL_0066; } IL_0035: { int32_t L_5 = V_1; String_t* L_6; L_6 = XmlSchemaDatatype_TypeCodeToString_m2FD6A00BC50EDAC4E1E30B686A0BC959B9C56120(__this, L_5, /*hidden argument*/NULL); String_t* L_7; L_7 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteralBE1785FB3CDB5ED141EC4EAE5860010938DA9C4B, L_6, /*hidden argument*/NULL); V_0 = L_7; goto IL_0066; } IL_0049: { V_0 = _stringLiteral4360A8CC16E94A003858BEEB217F859C9BB98F0F; goto IL_0066; } IL_0051: { int32_t L_8 = V_1; if ((!(((uint32_t)L_8) == ((uint32_t)((int32_t)10))))) { goto IL_005e; } } { V_0 = _stringLiteral6317C069274A83AF4C018EF28D7F30C62C85E1AB; goto IL_0066; } IL_005e: { int32_t L_9 = V_1; String_t* L_10; L_10 = XmlSchemaDatatype_TypeCodeToString_m2FD6A00BC50EDAC4E1E30B686A0BC959B9C56120(__this, L_9, /*hidden argument*/NULL); V_0 = L_10; } IL_0066: { String_t* L_11 = V_0; return L_11; } } // System.String System.Xml.Schema.XmlSchemaDatatype::TypeCodeToString(System.Xml.Schema.XmlTypeCode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlSchemaDatatype_TypeCodeToString_m2FD6A00BC50EDAC4E1E30B686A0BC959B9C56120 (XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * __this, int32_t ___typeCode0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeCode_t8BCC3C3572E95AA39A6F53864E90CE04AB3290E1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral072BA90B274B502615639084DC3D7FCC63407A24); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral08A1EB113DF82B58A84F5BE15CA68E169597DE5A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1083234FD621C5C1C25E93566184279B83914651); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral17708B72EC859E0A7BA6DAFBB240D1B447C87E65); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1C242178319FF74D89F956386FC4E44D84CB71D1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral22DD6F40C391E60FC75A9CC15895117BA38BDF2F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral305B97F2A451DD7384289CDFE32F82B35A8CDD52); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral39CB21871F9F9FE5AE18BA5E81ED4EC6DADB8E03); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3D8375ADC738FF0CECEBB61E0CE14168FC2905A7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral401602777C44EA69B5FF9AB6AB2D47AEEC89D2AA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral427E90188CB7208AB0C42FC97D636E5CE377A2F6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral50F42FA04A7512CEA891683F4BA8A38F5CEFD199); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral53C33B731C46129DBE86DE31A450F284F9933415); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral548D93DDB2AC6B24373148B19D9A625571AB2318); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral54A5BEA60D5FCDE53F40E342E8A37BC6E42D4FA9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral57B5DF4CAA659211FAC2AE672D13896C67103328); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5B41A58E45555854EC2026B9B5F8243AA9E7ED4B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5BB3788A197C26B8310159EC9A81635814ABB05B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral65962AB7981D7DED4606F8986A6AA25EAE045B40); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6771994E8C6131D3933D0B976879DA7C6556958B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral67E4D1EDD324EE9932E4736D18C542BCDE3304A0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral685AAD315643CB18DF2FB0FDBD65960F704C6706); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6ACCFF5495B75A23BCED6FE8EF2A7F3EBFAC7EBC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6BF61ABC5F7B64F3477624AFB1B9EBB636A0543B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6C8C975CC62CF419550282B028FB7E3A1F591D06); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6D9EE2AED1377E542C25E293158094D746200D21); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6F1975603AAE377B592571C48C0494F1FE06976C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral76933DE109966715C64B0A82341C11AF40B75B92); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral88B0F4492745F11C4B6C970B7204C62E64A1183E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8DDCEB869647D586BCA46A8E2645323A1A587D71); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8F10756DCEBC5D3850F738F90B6A677D8FF1459D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral91FE2157288AA6254C93224EB66AACD4ECE5B780); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9A8599CE4D43B0013861B4C2E136A1140D96740F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralABC6E260FBB24F541654A69235EA288F19723999); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB321E1CC37593DF446E1DFC9A6EB83A1663E96A5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBCA7DDD073AD5DB21CC612ADB1833BF1A5D32261); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBFF9324A7A4DB3E1D645999C8B9E2DA54472D42C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC97DC6243E4CF3F80AB049151AFBC4B616692DD8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA71A62F5A3FE9ABC4981D698C8D3B8E4D8A3AFD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE006008788ACD78A3DA9418A85208D7602DC81D0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE566E6091771397A8847DE9F0E5AF31E5E383CA7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEB556DCAF46A1B17D8E28B641B85F8F1ED315F37); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF13E4BFF086D4E511E68B0617B76ACC5BD5AFFE7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFF0504336DFDF88265B0321B3993D296E6DF5224); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___typeCode0; switch (L_0) { case 0: { goto IL_00df; } case 1: { goto IL_00e5; } case 2: { goto IL_01e7; } case 3: { goto IL_01e7; } case 4: { goto IL_01e7; } case 5: { goto IL_01e7; } case 6: { goto IL_01e7; } case 7: { goto IL_01e7; } case 8: { goto IL_01e7; } case 9: { goto IL_01e7; } case 10: { goto IL_00eb; } case 11: { goto IL_01e7; } case 12: { goto IL_00f1; } case 13: { goto IL_00f7; } case 14: { goto IL_00fd; } case 15: { goto IL_0103; } case 16: { goto IL_0109; } case 17: { goto IL_010f; } case 18: { goto IL_0115; } case 19: { goto IL_011b; } case 20: { goto IL_0121; } case 21: { goto IL_0127; } case 22: { goto IL_012d; } case 23: { goto IL_0133; } case 24: { goto IL_0139; } case 25: { goto IL_013f; } case 26: { goto IL_0145; } case 27: { goto IL_014b; } case 28: { goto IL_0151; } case 29: { goto IL_0157; } case 30: { goto IL_015d; } case 31: { goto IL_0163; } case 32: { goto IL_0169; } case 33: { goto IL_016f; } case 34: { goto IL_0175; } case 35: { goto IL_017b; } case 36: { goto IL_0181; } case 37: { goto IL_0187; } case 38: { goto IL_018d; } case 39: { goto IL_0193; } case 40: { goto IL_0199; } case 41: { goto IL_019f; } case 42: { goto IL_01a5; } case 43: { goto IL_01ab; } case 44: { goto IL_01b1; } case 45: { goto IL_01b7; } case 46: { goto IL_01bd; } case 47: { goto IL_01c3; } case 48: { goto IL_01c9; } case 49: { goto IL_01cf; } case 50: { goto IL_01d5; } case 51: { goto IL_01db; } case 52: { goto IL_01e1; } } } { goto IL_01e7; } IL_00df: { return _stringLiteral548D93DDB2AC6B24373148B19D9A625571AB2318; } IL_00e5: { return _stringLiteral6D9EE2AED1377E542C25E293158094D746200D21; } IL_00eb: { return _stringLiteral91FE2157288AA6254C93224EB66AACD4ECE5B780; } IL_00f1: { return _stringLiteralBCA7DDD073AD5DB21CC612ADB1833BF1A5D32261; } IL_00f7: { return _stringLiteral6C8C975CC62CF419550282B028FB7E3A1F591D06; } IL_00fd: { return _stringLiteral5B41A58E45555854EC2026B9B5F8243AA9E7ED4B; } IL_0103: { return _stringLiteral6F1975603AAE377B592571C48C0494F1FE06976C; } IL_0109: { return _stringLiteralF13E4BFF086D4E511E68B0617B76ACC5BD5AFFE7; } IL_010f: { return _stringLiteral65962AB7981D7DED4606F8986A6AA25EAE045B40; } IL_0115: { return _stringLiteral401602777C44EA69B5FF9AB6AB2D47AEEC89D2AA; } IL_011b: { return _stringLiteral6771994E8C6131D3933D0B976879DA7C6556958B; } IL_0121: { return _stringLiteral39CB21871F9F9FE5AE18BA5E81ED4EC6DADB8E03; } IL_0127: { return _stringLiteralC97DC6243E4CF3F80AB049151AFBC4B616692DD8; } IL_012d: { return _stringLiteral08A1EB113DF82B58A84F5BE15CA68E169597DE5A; } IL_0133: { return _stringLiteral67E4D1EDD324EE9932E4736D18C542BCDE3304A0; } IL_0139: { return _stringLiteral1C242178319FF74D89F956386FC4E44D84CB71D1; } IL_013f: { return _stringLiteral427E90188CB7208AB0C42FC97D636E5CE377A2F6; } IL_0145: { return _stringLiteral1083234FD621C5C1C25E93566184279B83914651; } IL_014b: { return _stringLiteralB321E1CC37593DF446E1DFC9A6EB83A1663E96A5; } IL_0151: { return _stringLiteral6ACCFF5495B75A23BCED6FE8EF2A7F3EBFAC7EBC; } IL_0157: { return _stringLiteral88B0F4492745F11C4B6C970B7204C62E64A1183E; } IL_015d: { return _stringLiteral54A5BEA60D5FCDE53F40E342E8A37BC6E42D4FA9; } IL_0163: { return _stringLiteral305B97F2A451DD7384289CDFE32F82B35A8CDD52; } IL_0169: { return _stringLiteralDA71A62F5A3FE9ABC4981D698C8D3B8E4D8A3AFD; } IL_016f: { return _stringLiteral17708B72EC859E0A7BA6DAFBB240D1B447C87E65; } IL_0175: { return _stringLiteral6BF61ABC5F7B64F3477624AFB1B9EBB636A0543B; } IL_017b: { return _stringLiteral5BB3788A197C26B8310159EC9A81635814ABB05B; } IL_0181: { return _stringLiteral50F42FA04A7512CEA891683F4BA8A38F5CEFD199; } IL_0187: { return _stringLiteralBFF9324A7A4DB3E1D645999C8B9E2DA54472D42C; } IL_018d: { return _stringLiteral22DD6F40C391E60FC75A9CC15895117BA38BDF2F; } IL_0193: { return _stringLiteralE006008788ACD78A3DA9418A85208D7602DC81D0; } IL_0199: { return _stringLiteralE566E6091771397A8847DE9F0E5AF31E5E383CA7; } IL_019f: { return _stringLiteralFF0504336DFDF88265B0321B3993D296E6DF5224; } IL_01a5: { return _stringLiteralABC6E260FBB24F541654A69235EA288F19723999; } IL_01ab: { return _stringLiteral8F10756DCEBC5D3850F738F90B6A677D8FF1459D; } IL_01b1: { return _stringLiteral53C33B731C46129DBE86DE31A450F284F9933415; } IL_01b7: { return _stringLiteral685AAD315643CB18DF2FB0FDBD65960F704C6706; } IL_01bd: { return _stringLiteral072BA90B274B502615639084DC3D7FCC63407A24; } IL_01c3: { return _stringLiteral57B5DF4CAA659211FAC2AE672D13896C67103328; } IL_01c9: { return _stringLiteral3D8375ADC738FF0CECEBB61E0CE14168FC2905A7; } IL_01cf: { return _stringLiteral8DDCEB869647D586BCA46A8E2645323A1A587D71; } IL_01d5: { return _stringLiteral9A8599CE4D43B0013861B4C2E136A1140D96740F; } IL_01db: { return _stringLiteral76933DE109966715C64B0A82341C11AF40B75B92; } IL_01e1: { return _stringLiteralEB556DCAF46A1B17D8E28B641B85F8F1ED315F37; } IL_01e7: { RuntimeObject * L_1 = Box(XmlTypeCode_t8BCC3C3572E95AA39A6F53864E90CE04AB3290E1_il2cpp_TypeInfo_var, (&___typeCode0)); NullCheck(L_1); String_t* L_2; L_2 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_1); ___typeCode0 = *(int32_t*)UnBox(L_1); return L_2; } } // System.Xml.Schema.XmlSchemaDatatype System.Xml.Schema.XmlSchemaDatatype::FromXmlTokenizedType(System.Xml.XmlTokenizedType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * XmlSchemaDatatype_FromXmlTokenizedType_mC1D4EBF5FFE89C56A81D77D8F9630121AADB840E (int32_t ___token0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___token0; IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * L_1; L_1 = DatatypeImplementation_FromXmlTokenizedType_m12FF46F2C634EAE6CD92D70F0F2E72359CE8090A(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void System.Xml.Schema.XmlSchemaDatatype::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaDatatype__ctor_m030AE746ECF2A50083167B1A4469DF939C87B565 (XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Schema.XmlSchemaException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaException__ctor_mD8FE34B4AF4E3B7773C676795A9A4E17CD98668C (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0BA9045FCB28C8C8B2ACED641BB5013BAC05D492); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral47EB169AEE74B181812673783C66416B39F5F464); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9F0051E3370AA31B69F5CBF0E35FBE94ACAE0651); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD2D2F8D3F9F04A081FFBE6B2AF7917BAAADFC052); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE1356901E9F96E6ACC91632889AE94286AFE4CD4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEDC12722FE0763003109C7EDBACB6977C0E31132); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 * V_1 = NULL; SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E V_2; memset((&V_2), 0, sizeof(V_2)); { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_0 = ___info0; StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_1 = ___context1; SystemException__ctor_m20F619D15EAA349C6CE181A65A47C336200EBD19(__this, L_0, L_1, /*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_2 = ___info0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_3 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_4; L_4 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_3, /*hidden argument*/NULL); NullCheck(L_2); RuntimeObject * L_5; L_5 = SerializationInfo_GetValue_mF6E311779D55AD7C80B2D19FF2A7E9683AEF2A99(L_2, _stringLiteral9F0051E3370AA31B69F5CBF0E35FBE94ACAE0651, L_4, /*hidden argument*/NULL); __this->set_res_17(((String_t*)CastclassSealed((RuntimeObject*)L_5, String_t_il2cpp_TypeInfo_var))); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_6 = ___info0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_7 = { reinterpret_cast (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_0_0_0_var) }; Type_t * L_8; L_8 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_7, /*hidden argument*/NULL); NullCheck(L_6); RuntimeObject * L_9; L_9 = SerializationInfo_GetValue_mF6E311779D55AD7C80B2D19FF2A7E9683AEF2A99(L_6, _stringLiteralEDC12722FE0763003109C7EDBACB6977C0E31132, L_8, /*hidden argument*/NULL); __this->set_args_18(((StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)Castclass((RuntimeObject*)L_9, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var))); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_10 = ___info0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_11 = { reinterpret_cast (String_t_0_0_0_var) }; Type_t * L_12; L_12 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_11, /*hidden argument*/NULL); NullCheck(L_10); RuntimeObject * L_13; L_13 = SerializationInfo_GetValue_mF6E311779D55AD7C80B2D19FF2A7E9683AEF2A99(L_10, _stringLiteral47EB169AEE74B181812673783C66416B39F5F464, L_12, /*hidden argument*/NULL); __this->set_sourceUri_19(((String_t*)CastclassSealed((RuntimeObject*)L_13, String_t_il2cpp_TypeInfo_var))); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_14 = ___info0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_15 = { reinterpret_cast (Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var) }; Type_t * L_16; L_16 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_15, /*hidden argument*/NULL); NullCheck(L_14); RuntimeObject * L_17; L_17 = SerializationInfo_GetValue_mF6E311779D55AD7C80B2D19FF2A7E9683AEF2A99(L_14, _stringLiteral0BA9045FCB28C8C8B2ACED641BB5013BAC05D492, L_16, /*hidden argument*/NULL); __this->set_lineNumber_20(((*(int32_t*)((int32_t*)UnBox(L_17, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var))))); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_18 = ___info0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_19 = { reinterpret_cast (Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var) }; Type_t * L_20; L_20 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_19, /*hidden argument*/NULL); NullCheck(L_18); RuntimeObject * L_21; L_21 = SerializationInfo_GetValue_mF6E311779D55AD7C80B2D19FF2A7E9683AEF2A99(L_18, _stringLiteralE1356901E9F96E6ACC91632889AE94286AFE4CD4, L_20, /*hidden argument*/NULL); __this->set_linePosition_21(((*(int32_t*)((int32_t*)UnBox(L_21, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var))))); V_0 = (String_t*)NULL; SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_22 = ___info0; NullCheck(L_22); SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 * L_23; L_23 = SerializationInfo_GetEnumerator_m88A3A4E9DD1E1F276016B0205CF62DDB876B9575(L_22, /*hidden argument*/NULL); V_1 = L_23; goto IL_00da; } IL_00b3: { SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 * L_24 = V_1; NullCheck(L_24); SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E L_25; L_25 = SerializationInfoEnumerator_get_Current_mD46A02033DA35A55D982FB2B3DD56CE56FDFB314(L_24, /*hidden argument*/NULL); V_2 = L_25; String_t* L_26; L_26 = SerializationEntry_get_Name_m1314B9BFC9D6CFCC607FF1B2B748583DAEB1D1E2_inline((SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E *)(&V_2), /*hidden argument*/NULL); bool L_27; L_27 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_26, _stringLiteralD2D2F8D3F9F04A081FFBE6B2AF7917BAAADFC052, /*hidden argument*/NULL); if (!L_27) { goto IL_00da; } } { RuntimeObject * L_28; L_28 = SerializationEntry_get_Value_m7D4406AB9EF2F4ADE65FFC23C4F79EB1A3749BD6_inline((SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E *)(&V_2), /*hidden argument*/NULL); V_0 = ((String_t*)CastclassSealed((RuntimeObject*)L_28, String_t_il2cpp_TypeInfo_var)); } IL_00da: { SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 * L_29 = V_1; NullCheck(L_29); bool L_30; L_30 = SerializationInfoEnumerator_MoveNext_m661034C94476113FEB5A3C98A5EA9456ACFA2E9F(L_29, /*hidden argument*/NULL); if (L_30) { goto IL_00b3; } } { String_t* L_31 = V_0; if (L_31) { goto IL_00fd; } } { String_t* L_32 = __this->get_res_17(); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_33 = __this->get_args_18(); String_t* L_34; L_34 = XmlSchemaException_CreateMessage_m9C32C9C482A75AB0D395D081F854C76938B14040(L_32, L_33, /*hidden argument*/NULL); __this->set_message_23(L_34); return; } IL_00fd: { __this->set_message_23((String_t*)NULL); return; } } // System.Void System.Xml.Schema.XmlSchemaException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaException_GetObjectData_mAB5FA20C52790B9C44DCB8888916524643F160B0 (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0BA9045FCB28C8C8B2ACED641BB5013BAC05D492); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral47EB169AEE74B181812673783C66416B39F5F464); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4A962F7AAEC3B50EF4B2CD52A7A2C969B759A960); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9F0051E3370AA31B69F5CBF0E35FBE94ACAE0651); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD2D2F8D3F9F04A081FFBE6B2AF7917BAAADFC052); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE1356901E9F96E6ACC91632889AE94286AFE4CD4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEDC12722FE0763003109C7EDBACB6977C0E31132); s_Il2CppMethodInitialized = true; } { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_0 = ___info0; StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_1 = ___context1; Exception_GetObjectData_m2031046D41E7BEE3C743E918B358A336F99D6882(__this, L_0, L_1, /*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_2 = ___info0; String_t* L_3 = __this->get_res_17(); NullCheck(L_2); SerializationInfo_AddValue_mA50C2668EF700C2239DDC362F8DB409020BB763D(L_2, _stringLiteral9F0051E3370AA31B69F5CBF0E35FBE94ACAE0651, L_3, /*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_4 = ___info0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_5 = __this->get_args_18(); NullCheck(L_4); SerializationInfo_AddValue_mA50C2668EF700C2239DDC362F8DB409020BB763D(L_4, _stringLiteralEDC12722FE0763003109C7EDBACB6977C0E31132, (RuntimeObject *)(RuntimeObject *)L_5, /*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_6 = ___info0; String_t* L_7 = __this->get_sourceUri_19(); NullCheck(L_6); SerializationInfo_AddValue_mA50C2668EF700C2239DDC362F8DB409020BB763D(L_6, _stringLiteral47EB169AEE74B181812673783C66416B39F5F464, L_7, /*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_8 = ___info0; int32_t L_9 = __this->get_lineNumber_20(); NullCheck(L_8); SerializationInfo_AddValue_m3DF5B182A63FFCD12287E97EA38944D0C6405BB5(L_8, _stringLiteral0BA9045FCB28C8C8B2ACED641BB5013BAC05D492, L_9, /*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_10 = ___info0; int32_t L_11 = __this->get_linePosition_21(); NullCheck(L_10); SerializationInfo_AddValue_m3DF5B182A63FFCD12287E97EA38944D0C6405BB5(L_10, _stringLiteralE1356901E9F96E6ACC91632889AE94286AFE4CD4, L_11, /*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_12 = ___info0; NullCheck(L_12); SerializationInfo_AddValue_mA50C2668EF700C2239DDC362F8DB409020BB763D(L_12, _stringLiteralD2D2F8D3F9F04A081FFBE6B2AF7917BAAADFC052, _stringLiteral4A962F7AAEC3B50EF4B2CD52A7A2C969B759A960, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Schema.XmlSchemaException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaException__ctor_mA212925FA2F049E4065C9178E3E12E361E5AB291 (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * __this, const RuntimeMethod* method) { { XmlSchemaException__ctor_m407E642A7ACCA9556696BC00C24B5869988BB7F2(__this, (String_t*)NULL, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Schema.XmlSchemaException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaException__ctor_m407E642A7ACCA9556696BC00C24B5869988BB7F2 (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * __this, String_t* ___message0, const RuntimeMethod* method) { { String_t* L_0 = ___message0; XmlSchemaException__ctor_m87AB74E25F302A2F5299E1AF5843D3FE0BAA2C93(__this, L_0, (Exception_t *)NULL, 0, 0, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Schema.XmlSchemaException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaException__ctor_m181158663ECD38928B8D1983C4D6CA656A6896DA (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method) { { String_t* L_0 = ___message0; Exception_t * L_1 = ___innerException1; XmlSchemaException__ctor_m87AB74E25F302A2F5299E1AF5843D3FE0BAA2C93(__this, L_0, L_1, 0, 0, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Schema.XmlSchemaException::.ctor(System.String,System.Exception,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaException__ctor_m87AB74E25F302A2F5299E1AF5843D3FE0BAA2C93 (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * __this, String_t* ___message0, Exception_t * ___innerException1, int32_t ___lineNumber2, int32_t ___linePosition3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral23114468D04FA2B7A2DA455B545DB914D0A3ED94); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE5E359E4B42883651D8BC7DFD1B7831D8D2898C9); s_Il2CppMethodInitialized = true; } XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * G_B2_0 = NULL; XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * G_B1_0 = NULL; String_t* G_B3_0 = NULL; XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * G_B3_1 = NULL; { String_t* L_0 = ___message0; G_B1_0 = __this; if (!L_0) { G_B2_0 = __this; goto IL_000b; } } { G_B3_0 = _stringLiteral23114468D04FA2B7A2DA455B545DB914D0A3ED94; G_B3_1 = G_B1_0; goto IL_0010; } IL_000b: { G_B3_0 = _stringLiteralE5E359E4B42883651D8BC7DFD1B7831D8D2898C9; G_B3_1 = G_B2_0; } IL_0010: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)1); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2 = L_1; String_t* L_3 = ___message0; NullCheck(L_2); ArrayElementTypeCheck (L_2, L_3); (L_2)->SetAt(static_cast(0), (String_t*)L_3); Exception_t * L_4 = ___innerException1; int32_t L_5 = ___lineNumber2; int32_t L_6 = ___linePosition3; NullCheck(G_B3_1); XmlSchemaException__ctor_mC23C16D60D6EAB6F56CF8753BBC9DC776D213CDE(G_B3_1, G_B3_0, L_2, L_4, (String_t*)NULL, L_5, L_6, (XmlSchemaObject_tD14BD548E370305745B6E1CAAF2572F1DBC7F3D3 *)NULL, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Schema.XmlSchemaException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaException__ctor_mC194833624F11A84B8100C17B5FEE44178FAA6E6 (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * __this, String_t* ___res0, String_t* ___arg1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___res0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)1); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2 = L_1; String_t* L_3 = ___arg1; NullCheck(L_2); ArrayElementTypeCheck (L_2, L_3); (L_2)->SetAt(static_cast(0), (String_t*)L_3); XmlSchemaException__ctor_mC23C16D60D6EAB6F56CF8753BBC9DC776D213CDE(__this, L_0, L_2, (Exception_t *)NULL, (String_t*)NULL, 0, 0, (XmlSchemaObject_tD14BD548E370305745B6E1CAAF2572F1DBC7F3D3 *)NULL, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Schema.XmlSchemaException::.ctor(System.String,System.String,System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaException__ctor_m5890CE9CE0F94EDCD9FE34AA8FC2CD169B493829 (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * __this, String_t* ___res0, String_t* ___arg1, String_t* ___sourceUri2, int32_t ___lineNumber3, int32_t ___linePosition4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___res0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)1); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2 = L_1; String_t* L_3 = ___arg1; NullCheck(L_2); ArrayElementTypeCheck (L_2, L_3); (L_2)->SetAt(static_cast(0), (String_t*)L_3); String_t* L_4 = ___sourceUri2; int32_t L_5 = ___lineNumber3; int32_t L_6 = ___linePosition4; XmlSchemaException__ctor_mC23C16D60D6EAB6F56CF8753BBC9DC776D213CDE(__this, L_0, L_2, (Exception_t *)NULL, L_4, L_5, L_6, (XmlSchemaObject_tD14BD548E370305745B6E1CAAF2572F1DBC7F3D3 *)NULL, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Schema.XmlSchemaException::.ctor(System.String,System.String[],System.Exception,System.String,System.Int32,System.Int32,System.Xml.Schema.XmlSchemaObject) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaException__ctor_mC23C16D60D6EAB6F56CF8753BBC9DC776D213CDE (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * __this, String_t* ___res0, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___args1, Exception_t * ___innerException2, String_t* ___sourceUri3, int32_t ___lineNumber4, int32_t ___linePosition5, XmlSchemaObject_tD14BD548E370305745B6E1CAAF2572F1DBC7F3D3 * ___source6, const RuntimeMethod* method) { { String_t* L_0 = ___res0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = ___args1; String_t* L_2; L_2 = XmlSchemaException_CreateMessage_m9C32C9C482A75AB0D395D081F854C76938B14040(L_0, L_1, /*hidden argument*/NULL); Exception_t * L_3 = ___innerException2; SystemException__ctor_m14A39C396B94BEE4EFEA201FB748572011855A94(__this, L_2, L_3, /*hidden argument*/NULL); Exception_set_HResult_mB9E603303A0678B32684B0EEC144334BAB0E6392_inline(__this, ((int32_t)-2146231999), /*hidden argument*/NULL); String_t* L_4 = ___res0; __this->set_res_17(L_4); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_5 = ___args1; __this->set_args_18(L_5); String_t* L_6 = ___sourceUri3; __this->set_sourceUri_19(L_6); int32_t L_7 = ___lineNumber4; __this->set_lineNumber_20(L_7); int32_t L_8 = ___linePosition5; __this->set_linePosition_21(L_8); XmlSchemaObject_tD14BD548E370305745B6E1CAAF2572F1DBC7F3D3 * L_9 = ___source6; __this->set_sourceSchemaObject_22(L_9); return; } } // System.String System.Xml.Schema.XmlSchemaException::CreateMessage(System.String,System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlSchemaException_CreateMessage_m9C32C9C482A75AB0D395D081F854C76938B14040 (String_t* ___res0, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___args1, const RuntimeMethod* method) { String_t* V_0 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) String_t* L_0 = ___res0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = ___args1; String_t* L_2; L_2 = Res_GetString_m1D06B81901B03CA849045926741403907612BB4B(L_0, (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_1, /*hidden argument*/NULL); V_0 = L_2; goto IL_001e; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MissingManifestResourceException_tAC74F21ADC46CCB2BCC710464434E3B97F72FACB_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_000a; } throw e; } CATCH_000a: {// begin catch(System.Resources.MissingManifestResourceException) String_t* L_3 = ___res0; String_t* L_4; L_4 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral16C0D1A98D99C5FB32B981C3E41FDB407A083C18)), L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D)), /*hidden argument*/NULL); V_0 = L_4; IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_001e; }// end catch (depth: 1) IL_001e: { String_t* L_5 = V_0; return L_5; } } // System.String System.Xml.Schema.XmlSchemaException::get_Message() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlSchemaException_get_Message_mD3B3FCF4E8EF307BD88CC4E8A76A14B373BAF039 (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_message_23(); if (!L_0) { goto IL_000f; } } { String_t* L_1 = __this->get_message_23(); return L_1; } IL_000f: { String_t* L_2; L_2 = Exception_get_Message_mC7A96CEBF52567CEF612C8C75A99A735A83E883F(__this, /*hidden argument*/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.Schema.XmlSchemaGroupBase::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaGroupBase__ctor_m3C701CBA2D573EE2C22ED4D82FF18DEDBB4B2F7A (XmlSchemaGroupBase_tBB7F26134C0D82EA71D1773C84856397919DD5DA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789_il2cpp_TypeInfo_var); XmlSchemaParticle__ctor_m64085D4FE99BD7935AE3E23F5C3BF7EDB5BC1B79(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #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.Schema.XmlSchemaInfo::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaInfo__ctor_mDDF51EBC3A13E8ED19A59807D2BFA867B01A4091 (XmlSchemaInfo_t0C254CFF8C2758ADB658FC8DA817E5E6D040594B * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); XmlSchemaInfo_Clear_mBEDF4073660F57AC112EF8CF541183F016035309(__this, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Schema.XmlSchemaInfo::.ctor(System.Xml.Schema.XmlSchemaValidity) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaInfo__ctor_mE1356E85972DB905497D1A4C36601A9E09DEFB57 (XmlSchemaInfo_t0C254CFF8C2758ADB658FC8DA817E5E6D040594B * __this, int32_t ___validity0, const RuntimeMethod* method) { { XmlSchemaInfo__ctor_mDDF51EBC3A13E8ED19A59807D2BFA867B01A4091(__this, /*hidden argument*/NULL); int32_t L_0 = ___validity0; __this->set_validity_6(L_0); return; } } // System.Xml.Schema.XmlSchemaValidity System.Xml.Schema.XmlSchemaInfo::get_Validity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlSchemaInfo_get_Validity_mD70397EEF516E588518F47AE21ED9B326E2B34DF (XmlSchemaInfo_t0C254CFF8C2758ADB658FC8DA817E5E6D040594B * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_validity_6(); return L_0; } } // System.Boolean System.Xml.Schema.XmlSchemaInfo::get_IsDefault() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlSchemaInfo_get_IsDefault_mF77DB1D56CE59079BD97676645535B0FAF36CE53 (XmlSchemaInfo_t0C254CFF8C2758ADB658FC8DA817E5E6D040594B * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_isDefault_0(); return L_0; } } // System.Boolean System.Xml.Schema.XmlSchemaInfo::get_IsNil() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlSchemaInfo_get_IsNil_mCCC9E66CA219292F3C0EEE358146A033366D1DD2 (XmlSchemaInfo_t0C254CFF8C2758ADB658FC8DA817E5E6D040594B * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_isNil_1(); return L_0; } } // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaInfo::get_MemberType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * XmlSchemaInfo_get_MemberType_mB864AF92CB5799DABCC1CC970ACCF808C1CC8D78 (XmlSchemaInfo_t0C254CFF8C2758ADB658FC8DA817E5E6D040594B * __this, const RuntimeMethod* method) { { XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_0 = __this->get_memberType_5(); return L_0; } } // System.Xml.Schema.XmlSchemaType System.Xml.Schema.XmlSchemaInfo::get_SchemaType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * XmlSchemaInfo_get_SchemaType_m62D324AC98B19C516671C117E1A9A6BEFB1A3661 (XmlSchemaInfo_t0C254CFF8C2758ADB658FC8DA817E5E6D040594B * __this, const RuntimeMethod* method) { { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_0 = __this->get_schemaType_4(); return L_0; } } // System.Xml.Schema.XmlSchemaElement System.Xml.Schema.XmlSchemaInfo::get_SchemaElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaElement_tB61A00A97A12A9B2620D005D0643B11EA1CA764A * XmlSchemaInfo_get_SchemaElement_m5F56A28A8820AF276DB6D665CDE5834F59BD9001 (XmlSchemaInfo_t0C254CFF8C2758ADB658FC8DA817E5E6D040594B * __this, const RuntimeMethod* method) { { XmlSchemaElement_tB61A00A97A12A9B2620D005D0643B11EA1CA764A * L_0 = __this->get_schemaElement_2(); return L_0; } } // System.Xml.Schema.XmlSchemaAttribute System.Xml.Schema.XmlSchemaInfo::get_SchemaAttribute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaAttribute_t2EB9DF55F6A28F15681A8E56140568B049AFD7F7 * XmlSchemaInfo_get_SchemaAttribute_m07AE68199CC81F854C3248115D6E80614F6159D0 (XmlSchemaInfo_t0C254CFF8C2758ADB658FC8DA817E5E6D040594B * __this, const RuntimeMethod* method) { { XmlSchemaAttribute_t2EB9DF55F6A28F15681A8E56140568B049AFD7F7 * L_0 = __this->get_schemaAttribute_3(); return L_0; } } // System.Void System.Xml.Schema.XmlSchemaInfo::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaInfo_Clear_mBEDF4073660F57AC112EF8CF541183F016035309 (XmlSchemaInfo_t0C254CFF8C2758ADB658FC8DA817E5E6D040594B * __this, const RuntimeMethod* method) { { __this->set_isNil_1((bool)0); __this->set_isDefault_0((bool)0); __this->set_schemaType_4((XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA *)NULL); __this->set_schemaElement_2((XmlSchemaElement_tB61A00A97A12A9B2620D005D0643B11EA1CA764A *)NULL); __this->set_schemaAttribute_3((XmlSchemaAttribute_t2EB9DF55F6A28F15681A8E56140568B049AFD7F7 *)NULL); __this->set_memberType_5((XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C *)NULL); __this->set_validity_6(0); __this->set_contentType_7(1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Schema.XmlSchemaObject::OnAdd(System.Xml.Schema.XmlSchemaObjectCollection,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaObject_OnAdd_mC06A0149119F957B6B4E89DDCF5A9F8A08BA9DE4 (XmlSchemaObject_tD14BD548E370305745B6E1CAAF2572F1DBC7F3D3 * __this, XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931 * ___container0, RuntimeObject * ___item1, const RuntimeMethod* method) { { return; } } // System.Void System.Xml.Schema.XmlSchemaObject::OnRemove(System.Xml.Schema.XmlSchemaObjectCollection,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaObject_OnRemove_m95CAC5D463E05F2C7F43875B2CF5DDE39FC6909D (XmlSchemaObject_tD14BD548E370305745B6E1CAAF2572F1DBC7F3D3 * __this, XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931 * ___container0, RuntimeObject * ___item1, const RuntimeMethod* method) { { return; } } // System.Void System.Xml.Schema.XmlSchemaObject::OnClear(System.Xml.Schema.XmlSchemaObjectCollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaObject_OnClear_m85CB7B8F1D5725F108B6310A58DEA01CFEAFB92F (XmlSchemaObject_tD14BD548E370305745B6E1CAAF2572F1DBC7F3D3 * __this, XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931 * ___container0, const RuntimeMethod* method) { { return; } } // System.Void System.Xml.Schema.XmlSchemaObject::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaObject__ctor_mBFE80BA750F2D4379CEBFC3086373F28A273B1C5 (XmlSchemaObject_tD14BD548E370305745B6E1CAAF2572F1DBC7F3D3 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Schema.XmlSchemaObjectCollection::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaObjectCollection__ctor_mF4135302411643CD15B1429B851C38F7877102D9 (XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931 * __this, const RuntimeMethod* method) { { CollectionBase__ctor_mC65199871A81FB0FF4071DF95CD38D5ECEBEE1A4(__this, /*hidden argument*/NULL); return; } } // System.Int32 System.Xml.Schema.XmlSchemaObjectCollection::Add(System.Xml.Schema.XmlSchemaObject) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlSchemaObjectCollection_Add_mCB1EA5137061E02BF60A1AE2C6F40CF282D97270 (XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931 * __this, XmlSchemaObject_tD14BD548E370305745B6E1CAAF2572F1DBC7F3D3 * ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0; L_0 = CollectionBase_get_List_mC62920CA96CD5E586FB1C5F8174B882066891F95(__this, /*hidden argument*/NULL); XmlSchemaObject_tD14BD548E370305745B6E1CAAF2572F1DBC7F3D3 * L_1 = ___item0; NullCheck(L_0); int32_t L_2; L_2 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(2 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_0, L_1); return L_2; } } // System.Void System.Xml.Schema.XmlSchemaObjectCollection::OnInsert(System.Int32,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaObjectCollection_OnInsert_mB824587289C2D2390400C34B26FDA40F349E101D (XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931 * __this, int32_t ___index0, RuntimeObject * ___item1, const RuntimeMethod* method) { { XmlSchemaObject_tD14BD548E370305745B6E1CAAF2572F1DBC7F3D3 * L_0 = __this->get_parent_1(); if (!L_0) { goto IL_0015; } } { XmlSchemaObject_tD14BD548E370305745B6E1CAAF2572F1DBC7F3D3 * L_1 = __this->get_parent_1(); RuntimeObject * L_2 = ___item1; NullCheck(L_1); VirtualActionInvoker2< XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931 *, RuntimeObject * >::Invoke(4 /* System.Void System.Xml.Schema.XmlSchemaObject::OnAdd(System.Xml.Schema.XmlSchemaObjectCollection,System.Object) */, L_1, __this, L_2); } IL_0015: { return; } } // System.Void System.Xml.Schema.XmlSchemaObjectCollection::OnSet(System.Int32,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaObjectCollection_OnSet_m016C2B56831BABE22659512B86CC9C897D29E50F (XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931 * __this, int32_t ___index0, RuntimeObject * ___oldValue1, RuntimeObject * ___newValue2, const RuntimeMethod* method) { { XmlSchemaObject_tD14BD548E370305745B6E1CAAF2572F1DBC7F3D3 * L_0 = __this->get_parent_1(); if (!L_0) { goto IL_0022; } } { XmlSchemaObject_tD14BD548E370305745B6E1CAAF2572F1DBC7F3D3 * L_1 = __this->get_parent_1(); RuntimeObject * L_2 = ___oldValue1; NullCheck(L_1); VirtualActionInvoker2< XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931 *, RuntimeObject * >::Invoke(5 /* System.Void System.Xml.Schema.XmlSchemaObject::OnRemove(System.Xml.Schema.XmlSchemaObjectCollection,System.Object) */, L_1, __this, L_2); XmlSchemaObject_tD14BD548E370305745B6E1CAAF2572F1DBC7F3D3 * L_3 = __this->get_parent_1(); RuntimeObject * L_4 = ___newValue2; NullCheck(L_3); VirtualActionInvoker2< XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931 *, RuntimeObject * >::Invoke(4 /* System.Void System.Xml.Schema.XmlSchemaObject::OnAdd(System.Xml.Schema.XmlSchemaObjectCollection,System.Object) */, L_3, __this, L_4); } IL_0022: { return; } } // System.Void System.Xml.Schema.XmlSchemaObjectCollection::OnClear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaObjectCollection_OnClear_m1F3C30EA06EB167A8D86DAD1A3F05166553B033F (XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931 * __this, const RuntimeMethod* method) { { XmlSchemaObject_tD14BD548E370305745B6E1CAAF2572F1DBC7F3D3 * L_0 = __this->get_parent_1(); if (!L_0) { goto IL_0014; } } { XmlSchemaObject_tD14BD548E370305745B6E1CAAF2572F1DBC7F3D3 * L_1 = __this->get_parent_1(); NullCheck(L_1); VirtualActionInvoker1< XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931 * >::Invoke(6 /* System.Void System.Xml.Schema.XmlSchemaObject::OnClear(System.Xml.Schema.XmlSchemaObjectCollection) */, L_1, __this); } IL_0014: { return; } } // System.Void System.Xml.Schema.XmlSchemaObjectCollection::OnRemove(System.Int32,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaObjectCollection_OnRemove_m2DCB51286C317ACB89F3797BBC53EF6EA9CCBF95 (XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931 * __this, int32_t ___index0, RuntimeObject * ___item1, const RuntimeMethod* method) { { XmlSchemaObject_tD14BD548E370305745B6E1CAAF2572F1DBC7F3D3 * L_0 = __this->get_parent_1(); if (!L_0) { goto IL_0015; } } { XmlSchemaObject_tD14BD548E370305745B6E1CAAF2572F1DBC7F3D3 * L_1 = __this->get_parent_1(); RuntimeObject * L_2 = ___item1; NullCheck(L_1); VirtualActionInvoker2< XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931 *, RuntimeObject * >::Invoke(5 /* System.Void System.Xml.Schema.XmlSchemaObject::OnRemove(System.Xml.Schema.XmlSchemaObjectCollection,System.Object) */, L_1, __this, L_2); } IL_0015: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Schema.XmlSchemaParticle::set_MinOccurs(System.Decimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaParticle_set_MinOccurs_mF7852BBB556CDC639AAFBC9157B2650E4E6BC571 (XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789 * __this, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_1 = ((Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var))->get_Zero_7(); bool L_2; L_2 = Decimal_op_LessThan_m4D61A04048B5556710158E5787271EACC87F269F(L_0, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_001b; } } { Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_3 = ___value0; Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_4 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_5; L_5 = Decimal_Truncate_mC8618AC08AEB088BD6A0E1F6B00158FC78030644(L_4, /*hidden argument*/NULL); bool L_6; L_6 = Decimal_op_Inequality_m1524E424F030A184C95FA1AF24C76487E612E296(L_3, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_002b; } } IL_001b: { String_t* L_7 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_t_il2cpp_TypeInfo_var))))->get_Empty_5(); XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * L_8 = (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA_il2cpp_TypeInfo_var))); XmlSchemaException__ctor_mC194833624F11A84B8100C17B5FEE44178FAA6E6(L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral45DDA89B4E8B7F86832DE43FD867C47FE84FB4F1)), L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaParticle_set_MinOccurs_mF7852BBB556CDC639AAFBC9157B2650E4E6BC571_RuntimeMethod_var))); } IL_002b: { Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_9 = ___value0; __this->set_minOccurs_0(L_9); int32_t L_10 = __this->get_flags_2(); __this->set_flags_2(((int32_t)((int32_t)L_10|(int32_t)1))); return; } } // System.Void System.Xml.Schema.XmlSchemaParticle::set_MaxOccurs(System.Decimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaParticle_set_MaxOccurs_mCF8A820051B97C6C5E9C07D8DD60DD23124A58FE (XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789 * __this, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_1 = ((Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var))->get_Zero_7(); bool L_2; L_2 = Decimal_op_LessThan_m4D61A04048B5556710158E5787271EACC87F269F(L_0, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_001b; } } { Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_3 = ___value0; Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_4 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_5; L_5 = Decimal_Truncate_mC8618AC08AEB088BD6A0E1F6B00158FC78030644(L_4, /*hidden argument*/NULL); bool L_6; L_6 = Decimal_op_Inequality_m1524E424F030A184C95FA1AF24C76487E612E296(L_3, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_002b; } } IL_001b: { String_t* L_7 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_t_il2cpp_TypeInfo_var))))->get_Empty_5(); XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * L_8 = (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA_il2cpp_TypeInfo_var))); XmlSchemaException__ctor_mC194833624F11A84B8100C17B5FEE44178FAA6E6(L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1DBE61179025FF1B4F52B39853B72345F9B27413)), L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaParticle_set_MaxOccurs_mCF8A820051B97C6C5E9C07D8DD60DD23124A58FE_RuntimeMethod_var))); } IL_002b: { Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_9 = ___value0; __this->set_maxOccurs_1(L_9); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_10 = __this->get_maxOccurs_1(); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_11 = ((Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var))->get_Zero_7(); bool L_12; L_12 = Decimal_op_Equality_m2A6DA65ED2EA13C91B50973C956BAC180925D049(L_10, L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_005a; } } { int32_t L_13 = __this->get_flags_2(); if (((int32_t)((int32_t)L_13&(int32_t)1))) { goto IL_005a; } } { Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * L_14 = __this->get_address_of_minOccurs_0(); il2cpp_codegen_initobj(L_14, sizeof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 )); } IL_005a: { int32_t L_15 = __this->get_flags_2(); __this->set_flags_2(((int32_t)((int32_t)L_15|(int32_t)2))); return; } } // System.Void System.Xml.Schema.XmlSchemaParticle::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaParticle__ctor_m64085D4FE99BD7935AE3E23F5C3BF7EDB5BC1B79 (XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_0 = ((Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var))->get_One_8(); __this->set_minOccurs_0(L_0); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_1 = ((Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var))->get_One_8(); __this->set_maxOccurs_1(L_1); XmlSchemaAnnotated__ctor_m8EA4887A695BB9F8024967A11279131FB03A0CE4(__this, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Schema.XmlSchemaParticle::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaParticle__cctor_mF1EC41D245182BF5A1E28DCC903E53044F61A3A5 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EmptyParticle_t56BD41298CE124A8F2F4F4426105E1663120F7BF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { EmptyParticle_t56BD41298CE124A8F2F4F4426105E1663120F7BF * L_0 = (EmptyParticle_t56BD41298CE124A8F2F4F4426105E1663120F7BF *)il2cpp_codegen_object_new(EmptyParticle_t56BD41298CE124A8F2F4F4426105E1663120F7BF_il2cpp_TypeInfo_var); EmptyParticle__ctor_m4B88D5F7EC79C791A079EC62E9CCD05AB1064C9A(L_0, /*hidden argument*/NULL); ((XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789_il2cpp_TypeInfo_var))->set_Empty_3(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Serialization.XmlSchemaProviderAttribute::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaProviderAttribute__ctor_m9FBCBE6572EAF2684D3EB966923F3E93B6E88721 (XmlSchemaProviderAttribute_t94BE15D9985EEC61A31C88069AE2723B209005DA * __this, String_t* ___methodName0, const RuntimeMethod* method) { { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); String_t* L_0 = ___methodName0; __this->set__methodName_0(L_0); return; } } // System.Void System.Xml.Serialization.XmlSchemaProviderAttribute::set_IsAny(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaProviderAttribute_set_IsAny_m62A982E5E8A3EEC6DD65801FD33558E88CC841EB (XmlSchemaProviderAttribute_t94BE15D9985EEC61A31C88069AE2723B209005DA * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set__isAny_1(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaSequence::get_Items() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931 * XmlSchemaSequence_get_Items_mD69B3C2EB4CF964180BF31E142754331AD2A0343 (XmlSchemaSequence_t6C94DB85E74779BE018C34D94204C037416E9C03 * __this, const RuntimeMethod* method) { { XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931 * L_0 = __this->get_items_4(); return L_0; } } // System.Void System.Xml.Schema.XmlSchemaSequence::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaSequence__ctor_m332AE7D21DA324EBA8AF1E8DAE1761E9BB03C510 (XmlSchemaSequence_t6C94DB85E74779BE018C34D94204C037416E9C03 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931 * L_0 = (XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931 *)il2cpp_codegen_object_new(XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931_il2cpp_TypeInfo_var); XmlSchemaObjectCollection__ctor_mF4135302411643CD15B1429B851C38F7877102D9(L_0, /*hidden argument*/NULL); __this->set_items_4(L_0); XmlSchemaGroupBase__ctor_m3C701CBA2D573EE2C22ED4D82FF18DEDBB4B2F7A(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Schema.XmlSchemaSet::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaSet__ctor_m392AAF6C6A920E071739BC9681C2CC17B73560C9 (XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NameTable_t3BB114C691B98D26C27BAF10FFFE11D974EE4728_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NameTable_t3BB114C691B98D26C27BAF10FFFE11D974EE4728 * L_0 = (NameTable_t3BB114C691B98D26C27BAF10FFFE11D974EE4728 *)il2cpp_codegen_object_new(NameTable_t3BB114C691B98D26C27BAF10FFFE11D974EE4728_il2cpp_TypeInfo_var); NameTable__ctor_mE309EB2FC114B34D12ED3FBC00E878AF6A154CB0(L_0, /*hidden argument*/NULL); XmlSchemaSet__ctor_mB2389B154959C129F22B8AA6EBD31CD839E14C23(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Schema.XmlSchemaSet::.ctor(System.Xml.XmlNameTable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaSet__ctor_mB2389B154959C129F22B8AA6EBD31CD839E14C23 (XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0 * __this, XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * ___nameTable0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValidationEventHandler_tE0F1666DEE5D41D7A2A1D78B8E6B07EC830ACE3C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaCompilationSettings_t8E2045013B266953963A394832ACE9616545C3BC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaSet_InternalValidationCallback_mF0EF78C1B59536C19C75824FC82ED0C71CF450FB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlUrlResolver_t341613B5C62E06DC2382255E0AE4D763AD302AE1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_0 = ___nameTable0; if (L_0) { goto IL_0014; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7FF02FBBE8B1D4C4A5289A53850F94CC20A220EA)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaSet__ctor_mB2389B154959C129F22B8AA6EBD31CD839E14C23_RuntimeMethod_var))); } IL_0014: { XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_2 = ___nameTable0; __this->set_nameTable_0(L_2); SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 * L_3 = (SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165 *)il2cpp_codegen_object_new(SortedList_t52B9ACC0DAA6CD074E375215F43251DE16366165_il2cpp_TypeInfo_var); SortedList__ctor_m1BF566C7726F1DD3A683A8F78B6DB740C7AADEC6(L_3, /*hidden argument*/NULL); __this->set_schemas_1(L_3); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_4 = (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)il2cpp_codegen_object_new(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91(L_4, /*hidden argument*/NULL); __this->set_schemaLocations_4(L_4); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_5 = (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)il2cpp_codegen_object_new(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91(L_5, /*hidden argument*/NULL); __this->set_chameleonSchemas_5(L_5); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_6 = (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)il2cpp_codegen_object_new(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91(L_6, /*hidden argument*/NULL); __this->set_targetNamespaces_6(L_6); ValidationEventHandler_tE0F1666DEE5D41D7A2A1D78B8E6B07EC830ACE3C * L_7 = (ValidationEventHandler_tE0F1666DEE5D41D7A2A1D78B8E6B07EC830ACE3C *)il2cpp_codegen_object_new(ValidationEventHandler_tE0F1666DEE5D41D7A2A1D78B8E6B07EC830ACE3C_il2cpp_TypeInfo_var); ValidationEventHandler__ctor_m89CCA5876079F0FE71C8999D969BB772A689E823(L_7, __this, (intptr_t)((intptr_t)XmlSchemaSet_InternalValidationCallback_mF0EF78C1B59536C19C75824FC82ED0C71CF450FB_RuntimeMethod_var), /*hidden argument*/NULL); __this->set_internalEventHandler_2(L_7); ValidationEventHandler_tE0F1666DEE5D41D7A2A1D78B8E6B07EC830ACE3C * L_8 = __this->get_internalEventHandler_2(); __this->set_eventHandler_3(L_8); XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * L_9 = (XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 *)il2cpp_codegen_object_new(XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520_il2cpp_TypeInfo_var); XmlReaderSettings__ctor_m0DFDE914376FEE80656E0BB346D8DB51114EDC00(L_9, /*hidden argument*/NULL); __this->set_readerSettings_9(L_9); XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * L_10 = __this->get_readerSettings_9(); NullCheck(L_10); XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * L_11; L_11 = XmlReaderSettings_GetXmlResolver_mE28769077AE9F6D961723B225E0FCA918B47B64E_inline(L_10, /*hidden argument*/NULL); if (L_11) { goto IL_0099; } } { XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * L_12 = __this->get_readerSettings_9(); XmlUrlResolver_t341613B5C62E06DC2382255E0AE4D763AD302AE1 * L_13 = (XmlUrlResolver_t341613B5C62E06DC2382255E0AE4D763AD302AE1 *)il2cpp_codegen_object_new(XmlUrlResolver_t341613B5C62E06DC2382255E0AE4D763AD302AE1_il2cpp_TypeInfo_var); XmlUrlResolver__ctor_m6CDB6CC5B0725F9723A7632AF1ED062E877DD449(L_13, /*hidden argument*/NULL); NullCheck(L_12); XmlReaderSettings_set_XmlResolver_m8A353E1F21B4DCED11401FB9D65D1321177CF596(L_12, L_13, /*hidden argument*/NULL); XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * L_14 = __this->get_readerSettings_9(); NullCheck(L_14); XmlReaderSettings_set_IsXmlResolverSet_m4374404167E732ADF4FF5D5699DA1A2763B4A048_inline(L_14, (bool)0, /*hidden argument*/NULL); } IL_0099: { XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * L_15 = __this->get_readerSettings_9(); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_16 = ___nameTable0; NullCheck(L_15); XmlReaderSettings_set_NameTable_m60D918CF4E0ABE09514872010EA9273EE281D5C9(L_15, L_16, /*hidden argument*/NULL); XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * L_17 = __this->get_readerSettings_9(); NullCheck(L_17); XmlReaderSettings_set_DtdProcessing_mE077A237F70523E4BDC9C25668CD70471BA4138C(L_17, 0, /*hidden argument*/NULL); XmlSchemaCompilationSettings_t8E2045013B266953963A394832ACE9616545C3BC * L_18 = (XmlSchemaCompilationSettings_t8E2045013B266953963A394832ACE9616545C3BC *)il2cpp_codegen_object_new(XmlSchemaCompilationSettings_t8E2045013B266953963A394832ACE9616545C3BC_il2cpp_TypeInfo_var); XmlSchemaCompilationSettings__ctor_mB64834FD648ECB80B6042AC314386800CA8F3B26(L_18, /*hidden argument*/NULL); __this->set_compilationSettings_10(L_18); SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * L_19 = (SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 *)il2cpp_codegen_object_new(SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5_il2cpp_TypeInfo_var); SchemaInfo__ctor_m698835CEBA256CAD8F929513EE0AB71D6E7DE2AD(L_19, /*hidden argument*/NULL); __this->set_cachedCompiledInfo_8(L_19); __this->set_compileAll_7((bool)1); return; } } // System.Void System.Xml.Schema.XmlSchemaSet::InternalValidationCallback(System.Object,System.Xml.Schema.ValidationEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaSet_InternalValidationCallback_mF0EF78C1B59536C19C75824FC82ED0C71CF450FB (XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0 * __this, RuntimeObject * ___sender0, ValidationEventArgs_t2CDBD5648CBB2EBA43B34779195D3B13F4C14F17 * ___e1, const RuntimeMethod* method) { { ValidationEventArgs_t2CDBD5648CBB2EBA43B34779195D3B13F4C14F17 * L_0 = ___e1; NullCheck(L_0); int32_t L_1; L_1 = ValidationEventArgs_get_Severity_m76F16371C2A4550B55BFF504FC1D1B2FC5CEAD07_inline(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_000f; } } { ValidationEventArgs_t2CDBD5648CBB2EBA43B34779195D3B13F4C14F17 * L_2 = ___e1; NullCheck(L_2); XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * L_3; L_3 = ValidationEventArgs_get_Exception_m01CDAE32415DBC8A32EFA7CA548E09F9414324B0_inline(L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaSet_InternalValidationCallback_mF0EF78C1B59536C19C75824FC82ED0C71CF450FB_RuntimeMethod_var))); } IL_000f: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Schema.XmlSchemaSimpleType::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaSimpleType__ctor_m825B879013BDC8D7A0E13B3AA2AB435EF37DDD5B (XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * __this, const RuntimeMethod* method) { { XmlSchemaType__ctor_m40B3B98F5C5388B2F58547FC36EA073B44F59F5C(__this, /*hidden argument*/NULL); return; } } // System.Xml.Schema.XmlSchemaSimpleTypeContent System.Xml.Schema.XmlSchemaSimpleType::get_Content() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaSimpleTypeContent_t38B7E1118EA6B9348F35D47139C9BE910724DB65 * XmlSchemaSimpleType_get_Content_m9ED152F7B742244C3F086A4119D2B601B06CBA6A (XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * __this, const RuntimeMethod* method) { { XmlSchemaSimpleTypeContent_t38B7E1118EA6B9348F35D47139C9BE910724DB65 * L_0 = __this->get_content_7(); return L_0; } } // System.Void System.Xml.Schema.XmlSchemaSimpleType::set_Content(System.Xml.Schema.XmlSchemaSimpleTypeContent) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaSimpleType_set_Content_m1A2657AE54A9933E7F948EA607415A66934B48EF (XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * __this, XmlSchemaSimpleTypeContent_t38B7E1118EA6B9348F35D47139C9BE910724DB65 * ___value0, const RuntimeMethod* method) { { XmlSchemaSimpleTypeContent_t38B7E1118EA6B9348F35D47139C9BE910724DB65 * L_0 = ___value0; __this->set_content_7(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Schema.XmlSchemaSimpleTypeContent::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaSimpleTypeContent__ctor_mF78F26B99830E06D514314E60FA6C8F5C58BC760 (XmlSchemaSimpleTypeContent_t38B7E1118EA6B9348F35D47139C9BE910724DB65 * __this, const RuntimeMethod* method) { { XmlSchemaAnnotated__ctor_m8EA4887A695BB9F8024967A11279131FB03A0CE4(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Schema.XmlSchemaSimpleTypeList::set_ItemType(System.Xml.Schema.XmlSchemaSimpleType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaSimpleTypeList_set_ItemType_mE94B4F310FBEE96BA22E9441ABA18F58F6053644 (XmlSchemaSimpleTypeList_t780D9B725F8CA7CBC555BD6BDDB5E3E02E67DCAD * __this, XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * ___value0, const RuntimeMethod* method) { { XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_0 = ___value0; __this->set_itemType_1(L_0); return; } } // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaSimpleTypeList::get_BaseItemType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * XmlSchemaSimpleTypeList_get_BaseItemType_m7F26231DAA4EFFC7411F7FA963418AF9620EEDFB (XmlSchemaSimpleTypeList_t780D9B725F8CA7CBC555BD6BDDB5E3E02E67DCAD * __this, const RuntimeMethod* method) { { XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_0 = __this->get_baseItemType_2(); return L_0; } } // System.Void System.Xml.Schema.XmlSchemaSimpleTypeList::set_BaseItemType(System.Xml.Schema.XmlSchemaSimpleType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaSimpleTypeList_set_BaseItemType_mA01162B9451DC16B7699345BB34F268D9F16E160 (XmlSchemaSimpleTypeList_t780D9B725F8CA7CBC555BD6BDDB5E3E02E67DCAD * __this, XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * ___value0, const RuntimeMethod* method) { { XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_0 = ___value0; __this->set_baseItemType_2(L_0); return; } } // System.Void System.Xml.Schema.XmlSchemaSimpleTypeList::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaSimpleTypeList__ctor_m85D4B50084C37F8A4DC6DB35CB1C48082BEB2655 (XmlSchemaSimpleTypeList_t780D9B725F8CA7CBC555BD6BDDB5E3E02E67DCAD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_0 = ((XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_StaticFields*)il2cpp_codegen_static_fields_for(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var))->get_Empty_4(); __this->set_itemTypeName_0(L_0); XmlSchemaSimpleTypeContent__ctor_mF78F26B99830E06D514314E60FA6C8F5C58BC760(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Schema.XmlSchemaSimpleTypeRestriction::set_BaseTypeName(System.Xml.XmlQualifiedName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaSimpleTypeRestriction_set_BaseTypeName_mD6D90852A9A2B6FE061B280225331AFA2090E2E2 (XmlSchemaSimpleTypeRestriction_tA312855944C42464DF7E0C6F02214331C853945C * __this, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlSchemaSimpleTypeRestriction_tA312855944C42464DF7E0C6F02214331C853945C * G_B2_0 = NULL; XmlSchemaSimpleTypeRestriction_tA312855944C42464DF7E0C6F02214331C853945C * G_B1_0 = NULL; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * G_B3_0 = NULL; XmlSchemaSimpleTypeRestriction_tA312855944C42464DF7E0C6F02214331C853945C * G_B3_1 = NULL; { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); bool L_1; L_1 = XmlQualifiedName_op_Equality_m7CE4231FA43675A921801445098D44244B3E77D1(L_0, (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)NULL, /*hidden argument*/NULL); G_B1_0 = __this; if (L_1) { G_B2_0 = __this; goto IL_000d; } } { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_2 = ___value0; G_B3_0 = L_2; G_B3_1 = G_B1_0; goto IL_0012; } IL_000d: { IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_3 = ((XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_StaticFields*)il2cpp_codegen_static_fields_for(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var))->get_Empty_4(); G_B3_0 = L_3; G_B3_1 = G_B2_0; } IL_0012: { NullCheck(G_B3_1); G_B3_1->set_baseTypeName_0(G_B3_0); return; } } // System.Void System.Xml.Schema.XmlSchemaSimpleTypeRestriction::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaSimpleTypeRestriction__ctor_mC57D2F83F7B3C63359172F3C9265320744AB8642 (XmlSchemaSimpleTypeRestriction_tA312855944C42464DF7E0C6F02214331C853945C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_0 = ((XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_StaticFields*)il2cpp_codegen_static_fields_for(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var))->get_Empty_4(); __this->set_baseTypeName_0(L_0); XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931 * L_1 = (XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931 *)il2cpp_codegen_object_new(XmlSchemaObjectCollection_t2E22260F9979EB3890D8CB09473963FE616BF931_il2cpp_TypeInfo_var); XmlSchemaObjectCollection__ctor_mF4135302411643CD15B1429B851C38F7877102D9(L_1, /*hidden argument*/NULL); __this->set_facets_1(L_1); XmlSchemaSimpleTypeContent__ctor_mF78F26B99830E06D514314E60FA6C8F5C58BC760(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaType::GetBuiltInSimpleType(System.Xml.Schema.XmlTypeCode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * XmlSchemaType_GetBuiltInSimpleType_m2418927CF1B7D452BE1B267901A0ECB3C3C8C6A2 (int32_t ___typeCode0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___typeCode0; IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_1; L_1 = DatatypeImplementation_GetSimpleTypeFromTypeCode_m46F9CACE3CA81E31BD1CCFD8E7273459B0DD5701(L_0, /*hidden argument*/NULL); return L_1; } } // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaType::get_QualifiedName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * XmlSchemaType_get_QualifiedName_m4D4CF6136F18EA2C04081B17DF4DD6903390D3B9 (XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * __this, const RuntimeMethod* method) { { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_0 = __this->get_qname_5(); il2cpp_codegen_memory_barrier(); return L_0; } } // System.Xml.Schema.XmlSchemaType System.Xml.Schema.XmlSchemaType::get_BaseXmlSchemaType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * XmlSchemaType_get_BaseXmlSchemaType_m09923D8CA83BED0C8495C7928754106F862ECED6 (XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * __this, const RuntimeMethod* method) { { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_0 = __this->get_baseSchemaType_2(); return L_0; } } // System.Xml.Schema.XmlSchemaDatatype System.Xml.Schema.XmlSchemaType::get_Datatype() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * XmlSchemaType_get_Datatype_mDB08A7A51BE9F4EB9041EBBFB475EEC22A528414 (XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * __this, const RuntimeMethod* method) { { XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_0 = __this->get_datatype_3(); return L_0; } } // System.Void System.Xml.Schema.XmlSchemaType::set_IsMixed(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaType_set_IsMixed_m4F1BE7A2498CE2C3B7D3A7DD8C8CCA353F008724 (XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * __this, bool ___value0, const RuntimeMethod* method) { { return; } } // System.Xml.Schema.XmlTypeCode System.Xml.Schema.XmlSchemaType::get_TypeCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlSchemaType_get_TypeCode_m8DBEEA36EE2FD8816CC879EB300CCB3ADF341817 (XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_il2cpp_TypeInfo_var); XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * L_0; L_0 = XmlSchemaComplexType_get_AnyType_m30B4FA72506565A0CD057CAE919DF376E1DB088F_inline(/*hidden argument*/NULL); if ((!(((RuntimeObject*)(XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA *)__this) == ((RuntimeObject*)(XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 *)L_0)))) { goto IL_000a; } } { return (int32_t)(1); } IL_000a: { XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_1 = __this->get_datatype_3(); if (L_1) { goto IL_0014; } } { return (int32_t)(0); } IL_0014: { XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_2 = __this->get_datatype_3(); NullCheck(L_2); int32_t L_3; L_3 = VirtualFuncInvoker0< int32_t >::Invoke(8 /* System.Xml.Schema.XmlTypeCode System.Xml.Schema.XmlSchemaDatatype::get_TypeCode() */, L_2); return L_3; } } // System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlSchemaType::get_ValueConverter() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * XmlSchemaType_get_ValueConverter_m39CD0B2E4084FCE26B49ADC50CB011C9C210EE29 (XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlUntypedConverter_t7827A6551E49B0812AE9A11179FDF254612C77CF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_0 = __this->get_datatype_3(); if (L_0) { goto IL_000e; } } { IL2CPP_RUNTIME_CLASS_INIT(XmlUntypedConverter_t7827A6551E49B0812AE9A11179FDF254612C77CF_il2cpp_TypeInfo_var); XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_1 = ((XmlUntypedConverter_t7827A6551E49B0812AE9A11179FDF254612C77CF_StaticFields*)il2cpp_codegen_static_fields_for(XmlUntypedConverter_t7827A6551E49B0812AE9A11179FDF254612C77CF_il2cpp_TypeInfo_var))->get_Untyped_34(); return L_1; } IL_000e: { XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_2 = __this->get_datatype_3(); NullCheck(L_2); XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_3; L_3 = VirtualFuncInvoker0< XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * >::Invoke(9 /* System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlSchemaDatatype::get_ValueConverter() */, L_2); return L_3; } } // System.Void System.Xml.Schema.XmlSchemaType::SetQualifiedName(System.Xml.XmlQualifiedName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaType_SetQualifiedName_m737AD54E695442D864C4CA795A0A147443403287 (XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * __this, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___value0, const RuntimeMethod* method) { { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_0 = ___value0; il2cpp_codegen_memory_barrier(); __this->set_qname_5(L_0); return; } } // System.Void System.Xml.Schema.XmlSchemaType::SetBaseSchemaType(System.Xml.Schema.XmlSchemaType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaType_SetBaseSchemaType_m3EFA19E9738C980D94FB100DA7EF243A985158BC (XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * __this, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___value0, const RuntimeMethod* method) { { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_0 = ___value0; __this->set_baseSchemaType_2(L_0); return; } } // System.Void System.Xml.Schema.XmlSchemaType::SetDerivedBy(System.Xml.Schema.XmlSchemaDerivationMethod) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaType_SetDerivedBy_m7627E8FD31770DFB7B73A37BC2422B8A52DCF599 (XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_derivedBy_1(L_0); return; } } // System.Void System.Xml.Schema.XmlSchemaType::SetDatatype(System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaType_SetDatatype_m5E825337AF8BF75EFD09C4CAF626465E1D2CD5BC (XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * __this, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * ___value0, const RuntimeMethod* method) { { XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_0 = ___value0; __this->set_datatype_3(L_0); return; } } // System.Xml.Schema.SchemaElementDecl System.Xml.Schema.XmlSchemaType::get_ElementDecl() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * XmlSchemaType_get_ElementDecl_mADD6D177627D59B88B0AE329A6B987A68C60DC46 (XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * __this, const RuntimeMethod* method) { { SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * L_0 = __this->get_elementDecl_4(); il2cpp_codegen_memory_barrier(); return L_0; } } // System.Void System.Xml.Schema.XmlSchemaType::set_ElementDecl(System.Xml.Schema.SchemaElementDecl) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaType_set_ElementDecl_m87A29302056A0E95A203DF85ABF344CBA2C3EEA3 (XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * __this, SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * ___value0, const RuntimeMethod* method) { { SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * L_0 = ___value0; il2cpp_codegen_memory_barrier(); __this->set_elementDecl_4(L_0); return; } } // System.Void System.Xml.Schema.XmlSchemaType::SetContentType(System.Xml.Schema.XmlSchemaContentType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaType_SetContentType_m2171B3C161C9515C768FE7A97706AAE5C715838E (XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_contentType_6(L_0); return; } } // System.Void System.Xml.Schema.XmlSchemaType::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaType__ctor_m40B3B98F5C5388B2F58547FC36EA073B44F59F5C (XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { __this->set_final_0(((int32_t)256)); IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_0 = ((XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_StaticFields*)il2cpp_codegen_static_fields_for(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var))->get_Empty_4(); il2cpp_codegen_memory_barrier(); __this->set_qname_5(L_0); XmlSchemaAnnotated__ctor_m8EA4887A695BB9F8024967A11279131FB03A0CE4(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XmlSignificantWhitespace::.ctor(System.String,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSignificantWhitespace__ctor_m4FDED87C74B89927C8B1A817A5E56EA11570908B (XmlSignificantWhitespace_t660C817FC554A3AA84E9799D33C9204CAE4315D6 * __this, String_t* ___strData0, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___doc1, const RuntimeMethod* method) { { String_t* L_0 = ___strData0; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_1 = ___doc1; XmlCharacterData__ctor_m92DACE6F1470B2FABC19CE1DB3B8170BC346AA30(__this, L_0, L_1, /*hidden argument*/NULL); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_2 = ___doc1; NullCheck(L_2); bool L_3; L_3 = XmlDocument_get_IsLoading_m3B73B787E62F30F277275598CF50D1258706E681_inline(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0029; } } { String_t* L_4 = ___strData0; bool L_5; L_5 = XmlCharacterData_CheckOnData_m9A57001C001BA5EB4524F44562C20D27E79A3B81(__this, L_4, /*hidden argument*/NULL); if (L_5) { goto IL_0029; } } { String_t* L_6; L_6 = Res_GetString_m4303E63CA6945331BF5584376F6AA7262D1C6887(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7CCE57C5D7E1EEE86D308C81EAB8B71D0964327F)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_7 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_7, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSignificantWhitespace__ctor_m4FDED87C74B89927C8B1A817A5E56EA11570908B_RuntimeMethod_var))); } IL_0029: { return; } } // System.String System.Xml.XmlSignificantWhitespace::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlSignificantWhitespace_get_Name_mF93D4FDE9531572DA1D29D638E1004D3D14297D0 (XmlSignificantWhitespace_t660C817FC554A3AA84E9799D33C9204CAE4315D6 * __this, const RuntimeMethod* method) { { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0; L_0 = VirtualFuncInvoker0< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(17 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); NullCheck(L_0); String_t* L_1 = L_0->get_strSignificantWhitespaceName_34(); return L_1; } } // System.String System.Xml.XmlSignificantWhitespace::get_LocalName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlSignificantWhitespace_get_LocalName_m50B836D727F8C9332B88EA5A0504AFC5955CFF5A (XmlSignificantWhitespace_t660C817FC554A3AA84E9799D33C9204CAE4315D6 * __this, const RuntimeMethod* method) { { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0; L_0 = VirtualFuncInvoker0< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(17 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); NullCheck(L_0); String_t* L_1 = L_0->get_strSignificantWhitespaceName_34(); return L_1; } } // System.Xml.XmlNodeType System.Xml.XmlSignificantWhitespace::get_NodeType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlSignificantWhitespace_get_NodeType_m0A55E0E91D5FF1743191B6C96305D9FBA2BECA09 (XmlSignificantWhitespace_t660C817FC554A3AA84E9799D33C9204CAE4315D6 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)14)); } } // System.Xml.XmlNode System.Xml.XmlSignificantWhitespace::get_ParentNode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlSignificantWhitespace_get_ParentNode_mF97E45E94EB30924863F52C68B0149C1706C8DBA (XmlSignificantWhitespace_t660C817FC554A3AA84E9799D33C9204CAE4315D6 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_1 = NULL; { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = ((XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)__this)->get_parentNode_0(); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(11 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_0); V_0 = L_1; int32_t L_2 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)3))) > ((uint32_t)1)))) { goto IL_0027; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)((int32_t)9)))) { goto IL_0020; } } { int32_t L_4 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)((int32_t)13)))) > ((uint32_t)1)))) { goto IL_0027; } } { goto IL_0046; } IL_0020: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_5; L_5 = XmlNode_get_ParentNode_mAE5BBA15BE0FF8FE4869BFCA1ECB6740C969B7A8(__this, /*hidden argument*/NULL); return L_5; } IL_0027: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_6 = ((XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)__this)->get_parentNode_0(); NullCheck(L_6); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_7 = L_6->get_parentNode_0(); V_1 = L_7; goto IL_003c; } IL_0035: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_8 = V_1; NullCheck(L_8); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_9 = L_8->get_parentNode_0(); V_1 = L_9; } IL_003c: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_10 = V_1; NullCheck(L_10); bool L_11; L_11 = VirtualFuncInvoker0< bool >::Invoke(51 /* System.Boolean System.Xml.XmlNode::get_IsText() */, L_10); if (L_11) { goto IL_0035; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_12 = V_1; return L_12; } IL_0046: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_13 = ((XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)__this)->get_parentNode_0(); return L_13; } } // System.Xml.XmlNode System.Xml.XmlSignificantWhitespace::CloneNode(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlSignificantWhitespace_CloneNode_m4A519D45F009E4037D9D32FDD7C97621AFD87057 (XmlSignificantWhitespace_t660C817FC554A3AA84E9799D33C9204CAE4315D6 * __this, bool ___deep0, const RuntimeMethod* method) { { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0; L_0 = VirtualFuncInvoker0< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(17 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); String_t* L_1; L_1 = VirtualFuncInvoker0< String_t* >::Invoke(53 /* System.String System.Xml.XmlCharacterData::get_Data() */, __this); NullCheck(L_0); XmlSignificantWhitespace_t660C817FC554A3AA84E9799D33C9204CAE4315D6 * L_2; L_2 = VirtualFuncInvoker1< XmlSignificantWhitespace_t660C817FC554A3AA84E9799D33C9204CAE4315D6 *, String_t* >::Invoke(64 /* System.Xml.XmlSignificantWhitespace System.Xml.XmlDocument::CreateSignificantWhitespace(System.String) */, L_0, L_1); return L_2; } } // System.String System.Xml.XmlSignificantWhitespace::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlSignificantWhitespace_get_Value_mBF76A0125657EB8D559A8DB3B60FA0B4934E1C56 (XmlSignificantWhitespace_t660C817FC554A3AA84E9799D33C9204CAE4315D6 * __this, const RuntimeMethod* method) { { String_t* L_0; L_0 = VirtualFuncInvoker0< String_t* >::Invoke(53 /* System.String System.Xml.XmlCharacterData::get_Data() */, __this); return L_0; } } // System.Void System.Xml.XmlSignificantWhitespace::set_Value(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSignificantWhitespace_set_Value_m18ECFD893FBAB7D503FE2DD8F62CA10F8D547CF7 (XmlSignificantWhitespace_t660C817FC554A3AA84E9799D33C9204CAE4315D6 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; bool L_1; L_1 = XmlCharacterData_CheckOnData_m9A57001C001BA5EB4524F44562C20D27E79A3B81(__this, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0011; } } { String_t* L_2 = ___value0; VirtualActionInvoker1< String_t* >::Invoke(54 /* System.Void System.Xml.XmlCharacterData::set_Data(System.String) */, __this, L_2); return; } IL_0011: { String_t* L_3; L_3 = Res_GetString_m4303E63CA6945331BF5584376F6AA7262D1C6887(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7CCE57C5D7E1EEE86D308C81EAB8B71D0964327F)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_4 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSignificantWhitespace_set_Value_m18ECFD893FBAB7D503FE2DD8F62CA10F8D547CF7_RuntimeMethod_var))); } } // System.Xml.XPath.XPathNodeType System.Xml.XmlSignificantWhitespace::get_XPNodeType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlSignificantWhitespace_get_XPNodeType_m623CAAAD3234270066CF7BEE5B91D6300FAF05D6 (XmlSignificantWhitespace_t660C817FC554A3AA84E9799D33C9204CAE4315D6 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = 5; bool L_0; L_0 = XmlCharacterData_DecideXPNodeTypeForTextNodes_mFFA41E1283584284B06EC369FF0407A26526E041(__this, __this, (int32_t*)(&V_0), /*hidden argument*/NULL); int32_t L_1 = V_0; return L_1; } } // System.Boolean System.Xml.XmlSignificantWhitespace::get_IsText() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlSignificantWhitespace_get_IsText_mF6CD3C1F15F99634E0B16FB9A172C3357EB86F48 (XmlSignificantWhitespace_t660C817FC554A3AA84E9799D33C9204CAE4315D6 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Xml.XmlNode System.Xml.XmlSignificantWhitespace::get_PreviousText() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlSignificantWhitespace_get_PreviousText_m73664A270376EAC2332C0D43E3EB0E1297D32DF4 (XmlSignificantWhitespace_t660C817FC554A3AA84E9799D33C9204CAE4315D6 * __this, const RuntimeMethod* method) { { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = ((XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)__this)->get_parentNode_0(); NullCheck(L_0); bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(51 /* System.Boolean System.Xml.XmlNode::get_IsText() */, L_0); if (!L_1) { goto IL_0014; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_2 = ((XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)__this)->get_parentNode_0(); return L_2; } IL_0014: { return (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)NULL; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Schema.XmlStringConverter::.ctor(System.Xml.Schema.XmlSchemaType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlStringConverter__ctor_mFAD5ADD6FFF08E38E3F2ACA61E477560D5D8EE33 (XmlStringConverter_t5625F520C5933C04C64CAD61B874ABFFFB4F893F * __this, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___schemaType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_0 = ___schemaType0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); XmlBaseConverter__ctor_mFFE1FCB6DE4BCF03A3666FBFD1972F802345FCE5(__this, L_0, /*hidden argument*/NULL); return; } } // System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlStringConverter::Create(System.Xml.Schema.XmlSchemaType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * XmlStringConverter_Create_m84536B7AFC6A934A178305813A147757C6F61686 (XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___schemaType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlStringConverter_t5625F520C5933C04C64CAD61B874ABFFFB4F893F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_0 = ___schemaType0; XmlStringConverter_t5625F520C5933C04C64CAD61B874ABFFFB4F893F * L_1 = (XmlStringConverter_t5625F520C5933C04C64CAD61B874ABFFFB4F893F *)il2cpp_codegen_object_new(XmlStringConverter_t5625F520C5933C04C64CAD61B874ABFFFB4F893F_il2cpp_TypeInfo_var); XmlStringConverter__ctor_mFAD5ADD6FFF08E38E3F2ACA61E477560D5D8EE33(L_1, L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Xml.Schema.XmlStringConverter::ToString(System.Object,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlStringConverter_ToString_mE7A58AD5DE184736373927174C522F19A967F024 (XmlStringConverter_t5625F520C5933C04C64CAD61B874ABFFFB4F893F * __this, RuntimeObject * ___value0, RuntimeObject* ___nsResolver1, 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*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; { RuntimeObject * L_0 = ___value0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlStringConverter_ToString_mE7A58AD5DE184736373927174C522F19A967F024_RuntimeMethod_var))); } IL_000e: { RuntimeObject * L_2 = ___value0; NullCheck(L_2); Type_t * L_3; L_3 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_2, /*hidden argument*/NULL); V_0 = L_3; Type_t * L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_5 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_StringType_12(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_6; L_6 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_4, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0029; } } { RuntimeObject * L_7 = ___value0; return ((String_t*)CastclassSealed((RuntimeObject*)L_7, String_t_il2cpp_TypeInfo_var)); } IL_0029: { Type_t * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_9 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_10; L_10 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_8, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0042; } } { RuntimeObject * L_11 = ___value0; NullCheck(((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_11, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var))); String_t* L_12; L_12 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, ((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_11, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var))); return L_12; } IL_0042: { RuntimeObject * L_13 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_14 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_StringType_12(); RuntimeObject* L_15 = ___nsResolver1; RuntimeObject * L_16; L_16 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(62 /* System.Object System.Xml.Schema.XmlBaseConverter::ChangeListType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_13, L_14, L_15); return ((String_t*)CastclassSealed((RuntimeObject*)L_16, String_t_il2cpp_TypeInfo_var)); } } // System.Object System.Xml.Schema.XmlStringConverter::ChangeType(System.String,System.Type,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlStringConverter_ChangeType_m0C764E6797DB0F53A465914119B5D0962DDB6890 (XmlStringConverter_t5625F520C5933C04C64CAD61B874ABFFFB4F893F * __this, String_t* ___value0, Type_t * ___destinationType1, RuntimeObject* ___nsResolver2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlStringConverter_ChangeType_m0C764E6797DB0F53A465914119B5D0962DDB6890_RuntimeMethod_var))); } IL_000e: { Type_t * L_2 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_3; L_3 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_2, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_3) { goto IL_0022; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_4 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF54F5AD89BFF7ACC574BFC039F72C349137EC667)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlStringConverter_ChangeType_m0C764E6797DB0F53A465914119B5D0962DDB6890_RuntimeMethod_var))); } IL_0022: { Type_t * L_5 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_6 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_ObjectType_14(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_7; L_7 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_5, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0037; } } { Type_t * L_8; L_8 = XmlBaseConverter_get_DefaultClrType_mEF68FF73D1C89C298241F8D7323D7F230DDDFD0C_inline(__this, /*hidden argument*/NULL); ___destinationType1 = L_8; } IL_0037: { Type_t * L_9 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_10 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_StringType_12(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_11; L_11 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_9, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0046; } } { String_t* L_12 = ___value0; return L_12; } IL_0046: { Type_t * L_13 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_14 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_15; L_15 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_13, L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_0060; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_16; L_16 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); String_t* L_17 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_18 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m10A1B0B8D03D6C25152C24904A561B1C20243863(L_18, L_16, L_17, /*hidden argument*/NULL); return L_18; } IL_0060: { Type_t * L_19 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_20 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XPathItemType_21(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_21; L_21 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_19, L_20, /*hidden argument*/NULL); if (!L_21) { goto IL_007a; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_22; L_22 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); String_t* L_23 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_24 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m10A1B0B8D03D6C25152C24904A561B1C20243863(L_24, L_22, L_23, /*hidden argument*/NULL); return L_24; } IL_007a: { String_t* L_25 = ___value0; Type_t * L_26 = ___destinationType1; RuntimeObject* L_27 = ___nsResolver2; RuntimeObject * L_28; L_28 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(62 /* System.Object System.Xml.Schema.XmlBaseConverter::ChangeListType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_25, L_26, L_27); return L_28; } } // System.Object System.Xml.Schema.XmlStringConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlStringConverter_ChangeType_m228C7C8A9C798871512E110DBABE7D362511583C (XmlStringConverter_t5625F520C5933C04C64CAD61B874ABFFFB4F893F * __this, RuntimeObject * ___value0, Type_t * ___destinationType1, RuntimeObject* ___nsResolver2, 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*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; { RuntimeObject * L_0 = ___value0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlStringConverter_ChangeType_m228C7C8A9C798871512E110DBABE7D362511583C_RuntimeMethod_var))); } IL_000e: { Type_t * L_2 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_3; L_3 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_2, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_3) { goto IL_0022; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_4 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF54F5AD89BFF7ACC574BFC039F72C349137EC667)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlStringConverter_ChangeType_m228C7C8A9C798871512E110DBABE7D362511583C_RuntimeMethod_var))); } IL_0022: { RuntimeObject * L_5 = ___value0; NullCheck(L_5); Type_t * L_6; L_6 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_5, /*hidden argument*/NULL); V_0 = L_6; Type_t * L_7 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_8 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_ObjectType_14(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_9; L_9 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_7, L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_003e; } } { Type_t * L_10; L_10 = XmlBaseConverter_get_DefaultClrType_mEF68FF73D1C89C298241F8D7323D7F230DDDFD0C_inline(__this, /*hidden argument*/NULL); ___destinationType1 = L_10; } IL_003e: { Type_t * L_11 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_12 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_StringType_12(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_13; L_13 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_11, L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_0054; } } { RuntimeObject * L_14 = ___value0; RuntimeObject* L_15 = ___nsResolver2; String_t* L_16; L_16 = VirtualFuncInvoker2< String_t*, RuntimeObject *, RuntimeObject* >::Invoke(52 /* System.String System.Xml.Schema.XmlValueConverter::ToString(System.Object,System.Xml.IXmlNamespaceResolver) */, __this, L_14, L_15); return L_16; } IL_0054: { Type_t * L_17 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_18 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_19; L_19 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_17, L_18, /*hidden argument*/NULL); if (!L_19) { goto IL_0094; } } { Type_t * L_20 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_21 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_StringType_12(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_22; L_22 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_20, L_21, /*hidden argument*/NULL); if (!L_22) { goto IL_0080; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_23; L_23 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); RuntimeObject * L_24 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_25 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m10A1B0B8D03D6C25152C24904A561B1C20243863(L_25, L_23, ((String_t*)CastclassSealed((RuntimeObject*)L_24, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_25; } IL_0080: { Type_t * L_26 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_27 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_28; L_28 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_26, L_27, /*hidden argument*/NULL); if (!L_28) { goto IL_0094; } } { RuntimeObject * L_29 = ___value0; return ((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_29, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var)); } IL_0094: { Type_t * L_30 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_31 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XPathItemType_21(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_32; L_32 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_30, L_31, /*hidden argument*/NULL); if (!L_32) { goto IL_00d4; } } { Type_t * L_33 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_34 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_StringType_12(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_35; L_35 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_33, L_34, /*hidden argument*/NULL); if (!L_35) { goto IL_00c0; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_36; L_36 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); RuntimeObject * L_37 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_38 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m10A1B0B8D03D6C25152C24904A561B1C20243863(L_38, L_36, ((String_t*)CastclassSealed((RuntimeObject*)L_37, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_38; } IL_00c0: { Type_t * L_39 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_40 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_41; L_41 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_39, L_40, /*hidden argument*/NULL); if (!L_41) { goto IL_00d4; } } { RuntimeObject * L_42 = ___value0; return ((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_42, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var)); } IL_00d4: { RuntimeObject * L_43 = ___value0; Type_t * L_44 = ___destinationType1; RuntimeObject* L_45 = ___nsResolver2; RuntimeObject * L_46; L_46 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(62 /* System.Object System.Xml.Schema.XmlBaseConverter::ChangeListType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_43, L_44, L_45); return L_46; } } #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.XmlText::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlText__ctor_mAB8871691868FF285D140B0786F61438E519DEEA (XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 * __this, String_t* ___strData0, const RuntimeMethod* method) { { String_t* L_0 = ___strData0; XmlText__ctor_m3B02FD062F74A1E957C6B1A9F67E055FD1997C32(__this, L_0, (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F *)NULL, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlText::.ctor(System.String,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlText__ctor_m3B02FD062F74A1E957C6B1A9F67E055FD1997C32 (XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 * __this, String_t* ___strData0, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___doc1, const RuntimeMethod* method) { { String_t* L_0 = ___strData0; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_1 = ___doc1; XmlCharacterData__ctor_m92DACE6F1470B2FABC19CE1DB3B8170BC346AA30(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.String System.Xml.XmlText::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlText_get_Name_mD28536730832589C544705D317FD152DA1610296 (XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 * __this, const RuntimeMethod* method) { { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0; L_0 = VirtualFuncInvoker0< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(17 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); NullCheck(L_0); String_t* L_1 = L_0->get_strTextName_24(); return L_1; } } // System.String System.Xml.XmlText::get_LocalName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlText_get_LocalName_m350EB4E68C1EBDF30FFA2669353A20CFD629473F (XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 * __this, const RuntimeMethod* method) { { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0; L_0 = VirtualFuncInvoker0< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(17 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); NullCheck(L_0); String_t* L_1 = L_0->get_strTextName_24(); return L_1; } } // System.Xml.XmlNodeType System.Xml.XmlText::get_NodeType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlText_get_NodeType_m42D8CA549726ABDED3F381E39E0B71E220D35645 (XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 * __this, const RuntimeMethod* method) { { return (int32_t)(3); } } // System.Xml.XmlNode System.Xml.XmlText::get_ParentNode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlText_get_ParentNode_mBF4C85E3F519DA68CF1AB49ACC7F17ED90CE8964 (XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_1 = NULL; { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = ((XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)__this)->get_parentNode_0(); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(11 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_0); V_0 = L_1; int32_t L_2 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)3))) > ((uint32_t)1)))) { goto IL_0022; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)((int32_t)9)))) { goto IL_0020; } } { int32_t L_4 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)((int32_t)13)))) > ((uint32_t)1)))) { goto IL_0022; } } { goto IL_0041; } IL_0020: { return (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)NULL; } IL_0022: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_5 = ((XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)__this)->get_parentNode_0(); NullCheck(L_5); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_6 = L_5->get_parentNode_0(); V_1 = L_6; goto IL_0037; } IL_0030: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_7 = V_1; NullCheck(L_7); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_8 = L_7->get_parentNode_0(); V_1 = L_8; } IL_0037: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_9 = V_1; NullCheck(L_9); bool L_10; L_10 = VirtualFuncInvoker0< bool >::Invoke(51 /* System.Boolean System.Xml.XmlNode::get_IsText() */, L_9); if (L_10) { goto IL_0030; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_11 = V_1; return L_11; } IL_0041: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_12 = ((XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)__this)->get_parentNode_0(); return L_12; } } // System.Xml.XmlNode System.Xml.XmlText::CloneNode(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlText_CloneNode_mF93CD9B6C80FF0773CE869A3A65DB77C99A1B88C (XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 * __this, bool ___deep0, const RuntimeMethod* method) { { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0; L_0 = VirtualFuncInvoker0< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(17 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); String_t* L_1; L_1 = VirtualFuncInvoker0< String_t* >::Invoke(53 /* System.String System.Xml.XmlCharacterData::get_Data() */, __this); NullCheck(L_0); XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 * L_2; L_2 = VirtualFuncInvoker1< XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 *, String_t* >::Invoke(63 /* System.Xml.XmlText System.Xml.XmlDocument::CreateTextNode(System.String) */, L_0, L_1); return L_2; } } // System.String System.Xml.XmlText::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlText_get_Value_mA0960AE9A0BB3342B1502606B82056A8D32C2BF8 (XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 * __this, const RuntimeMethod* method) { { String_t* L_0; L_0 = VirtualFuncInvoker0< String_t* >::Invoke(53 /* System.String System.Xml.XmlCharacterData::get_Data() */, __this); return L_0; } } // System.Void System.Xml.XmlText::set_Value(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlText_set_Value_m480317792ED958A5702C88D1954A696BDD5F1E11 (XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_0 = NULL; XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641 * V_1 = NULL; { String_t* L_0 = ___value0; VirtualActionInvoker1< String_t* >::Invoke(54 /* System.Void System.Xml.XmlCharacterData::set_Data(System.String) */, __this, L_0); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_1 = ((XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)__this)->get_parentNode_0(); V_0 = L_1; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_2 = V_0; if (!L_2) { goto IL_0033; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_3 = V_0; NullCheck(L_3); int32_t L_4; L_4 = VirtualFuncInvoker0< int32_t >::Invoke(11 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_3); if ((!(((uint32_t)L_4) == ((uint32_t)2)))) { goto IL_0033; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_5 = V_0; V_1 = ((XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641 *)IsInstClass((RuntimeObject*)L_5, XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641_il2cpp_TypeInfo_var)); XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641 * L_6 = V_1; if (!L_6) { goto IL_0033; } } { XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641 * L_7 = V_1; NullCheck(L_7); bool L_8; L_8 = VirtualFuncInvoker0< bool >::Invoke(53 /* System.Boolean System.Xml.XmlAttribute::get_Specified() */, L_7); if (L_8) { goto IL_0033; } } { XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641 * L_9 = V_1; NullCheck(L_9); XmlUnspecifiedAttribute_SetSpecified_mF9C15FC0EA42FC85CAA50C4D5D996F4127840D44_inline(L_9, (bool)1, /*hidden argument*/NULL); } IL_0033: { return; } } // System.Xml.XPath.XPathNodeType System.Xml.XmlText::get_XPNodeType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlText_get_XPNodeType_mD4A11E3A7CCCACCD48A738F8E3DC3CF0F9C72BCF (XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 * __this, const RuntimeMethod* method) { { return (int32_t)(4); } } // System.Boolean System.Xml.XmlText::get_IsText() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlText_get_IsText_m7EB4843FCDFE8C07AA90E2227C468A7261149936 (XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Xml.XmlNode System.Xml.XmlText::get_PreviousText() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlText_get_PreviousText_mC5530CA111B8A6EB2EE3558EF00ADC2947F893B4 (XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 * __this, const RuntimeMethod* method) { { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = ((XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)__this)->get_parentNode_0(); NullCheck(L_0); bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(51 /* System.Boolean System.Xml.XmlNode::get_IsText() */, L_0); if (!L_1) { goto IL_0014; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_2 = ((XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)__this)->get_parentNode_0(); return L_2; } IL_0014: { return (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)NULL; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XmlTextReader::.ctor(System.IO.TextReader,System.Xml.XmlNameTable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReader__ctor_m057179163A3E567DE13E8F596ED09D2508C6A4C1 (XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 * __this, TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * ___input0, XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * ___nt1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138_il2cpp_TypeInfo_var); XmlReader__ctor_mC39484EF621817625CE8A5EB07F9B1218742843C(__this, /*hidden argument*/NULL); TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * L_0 = ___input0; XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_1 = ___nt1; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * L_2 = (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 *)il2cpp_codegen_object_new(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4_il2cpp_TypeInfo_var); XmlTextReaderImpl__ctor_mEA72120E0465C5160642D9033982859FCA95AA52(L_2, L_0, L_1, /*hidden argument*/NULL); __this->set_impl_3(L_2); XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * L_3 = __this->get_impl_3(); NullCheck(L_3); XmlTextReaderImpl_set_OuterReader_m4F6518FD5B0974BBD4E2784A08B42D506C0C7C66_inline(L_3, __this, /*hidden argument*/NULL); return; } } // System.Xml.XmlNodeType System.Xml.XmlTextReader::get_NodeType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReader_get_NodeType_m4A730879F2B7C94473A903B95B524C3D0AEA7F34 (XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 * __this, const RuntimeMethod* method) { { XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * L_0 = __this->get_impl_3(); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_0); return L_1; } } // System.String System.Xml.XmlTextReader::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTextReader_get_Name_m424EFBB76D83CE4C2C2002BABA982F2AA40A9658 (XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 * __this, const RuntimeMethod* method) { { XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * L_0 = __this->get_impl_3(); NullCheck(L_0); String_t* L_1; L_1 = VirtualFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlReader::get_Name() */, L_0); return L_1; } } // System.String System.Xml.XmlTextReader::get_LocalName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTextReader_get_LocalName_mC59F5880A6E65F55BF64DE2ECA138480EF4219DB (XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 * __this, const RuntimeMethod* method) { { XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * L_0 = __this->get_impl_3(); NullCheck(L_0); String_t* L_1; L_1 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlReader::get_LocalName() */, L_0); return L_1; } } // System.String System.Xml.XmlTextReader::get_NamespaceURI() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTextReader_get_NamespaceURI_m84F9405C94CAE171971175C4623C54FC839A7534 (XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 * __this, const RuntimeMethod* method) { { XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * L_0 = __this->get_impl_3(); NullCheck(L_0); String_t* L_1; L_1 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.XmlReader::get_NamespaceURI() */, L_0); return L_1; } } // System.String System.Xml.XmlTextReader::get_Prefix() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTextReader_get_Prefix_mE57BCCC032F913C48FA33CB0CFFA2E434FD276BD (XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 * __this, const RuntimeMethod* method) { { XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * L_0 = __this->get_impl_3(); NullCheck(L_0); String_t* L_1; L_1 = VirtualFuncInvoker0< String_t* >::Invoke(10 /* System.String System.Xml.XmlReader::get_Prefix() */, L_0); return L_1; } } // System.String System.Xml.XmlTextReader::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTextReader_get_Value_m524D04BB0BEA5CD755A51F844E850D49FD919A93 (XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 * __this, const RuntimeMethod* method) { { XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * L_0 = __this->get_impl_3(); NullCheck(L_0); String_t* L_1; L_1 = VirtualFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_0); return L_1; } } // System.String System.Xml.XmlTextReader::get_BaseURI() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTextReader_get_BaseURI_mFBDCAF120DF4088541ED844AD3FD38297C579E18 (XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 * __this, const RuntimeMethod* method) { { XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * L_0 = __this->get_impl_3(); NullCheck(L_0); String_t* L_1; L_1 = VirtualFuncInvoker0< String_t* >::Invoke(12 /* System.String System.Xml.XmlReader::get_BaseURI() */, L_0); return L_1; } } // System.Boolean System.Xml.XmlTextReader::get_IsEmptyElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReader_get_IsEmptyElement_m21071BFBE02D68BC0796490CF687FCA6A471712F (XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 * __this, const RuntimeMethod* method) { { XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * L_0 = __this->get_impl_3(); NullCheck(L_0); bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(13 /* System.Boolean System.Xml.XmlReader::get_IsEmptyElement() */, L_0); return L_1; } } // System.Boolean System.Xml.XmlTextReader::get_IsDefault() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReader_get_IsDefault_mD12FA8E927D0CD093C82BBBE3B4AE58C3BD6A2A1 (XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 * __this, const RuntimeMethod* method) { { XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * L_0 = __this->get_impl_3(); NullCheck(L_0); bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(14 /* System.Boolean System.Xml.XmlReader::get_IsDefault() */, L_0); return L_1; } } // System.Boolean System.Xml.XmlTextReader::MoveToAttribute(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReader_MoveToAttribute_m02CFF5B5B3C681BC35B92213A252175A79DF74AB (XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 * __this, String_t* ___name0, const RuntimeMethod* method) { { XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * L_0 = __this->get_impl_3(); String_t* L_1 = ___name0; NullCheck(L_0); bool L_2; L_2 = VirtualFuncInvoker1< bool, String_t* >::Invoke(16 /* System.Boolean System.Xml.XmlReader::MoveToAttribute(System.String) */, L_0, L_1); return L_2; } } // System.Boolean System.Xml.XmlTextReader::MoveToFirstAttribute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReader_MoveToFirstAttribute_m7CAC45B909DCDC727504363F0122C83DD3966BEA (XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 * __this, const RuntimeMethod* method) { { XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * L_0 = __this->get_impl_3(); NullCheck(L_0); bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(17 /* System.Boolean System.Xml.XmlReader::MoveToFirstAttribute() */, L_0); return L_1; } } // System.Boolean System.Xml.XmlTextReader::MoveToNextAttribute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReader_MoveToNextAttribute_mB64811716B5BD9E3ABC06BEA13F345222D7A9147 (XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 * __this, const RuntimeMethod* method) { { XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * L_0 = __this->get_impl_3(); NullCheck(L_0); bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean System.Xml.XmlReader::MoveToNextAttribute() */, L_0); return L_1; } } // System.Boolean System.Xml.XmlTextReader::MoveToElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReader_MoveToElement_m20C1E95A054CDF3C938491B6F0292EAAFBE519EA (XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 * __this, const RuntimeMethod* method) { { XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * L_0 = __this->get_impl_3(); NullCheck(L_0); bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(19 /* System.Boolean System.Xml.XmlReader::MoveToElement() */, L_0); return L_1; } } // System.Boolean System.Xml.XmlTextReader::ReadAttributeValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReader_ReadAttributeValue_m7090DDAF4B72BA0F7F0E84AC9F28E2AFC9998801 (XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 * __this, const RuntimeMethod* method) { { XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * L_0 = __this->get_impl_3(); NullCheck(L_0); bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(20 /* System.Boolean System.Xml.XmlReader::ReadAttributeValue() */, L_0); return L_1; } } // System.Boolean System.Xml.XmlTextReader::Read() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReader_Read_mD0CA1FC302AB047ED852D3445EC5C14C47D0C1E6 (XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 * __this, const RuntimeMethod* method) { { XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * L_0 = __this->get_impl_3(); NullCheck(L_0); bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(21 /* System.Boolean System.Xml.XmlReader::Read() */, L_0); return L_1; } } // System.Void System.Xml.XmlTextReader::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReader_Close_m7010AF9586CF5258B8765E3DF30173D180183CD9 (XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 * __this, const RuntimeMethod* method) { { XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * L_0 = __this->get_impl_3(); NullCheck(L_0); VirtualActionInvoker0::Invoke(22 /* System.Void System.Xml.XmlReader::Close() */, L_0); return; } } // System.Xml.ReadState System.Xml.XmlTextReader::get_ReadState() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReader_get_ReadState_m1D3AC4F863878D95EFB527DDBF3F2849C3874830 (XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 * __this, const RuntimeMethod* method) { { XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * L_0 = __this->get_impl_3(); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(23 /* System.Xml.ReadState System.Xml.XmlReader::get_ReadState() */, L_0); return L_1; } } // System.Xml.XmlNameTable System.Xml.XmlTextReader::get_NameTable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * XmlTextReader_get_NameTable_m288C5FC43BBB22C4FC480EFFB180FFBDD803C918 (XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 * __this, const RuntimeMethod* method) { { XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * L_0 = __this->get_impl_3(); NullCheck(L_0); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_1; L_1 = VirtualFuncInvoker0< XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * >::Invoke(24 /* System.Xml.XmlNameTable System.Xml.XmlReader::get_NameTable() */, L_0); return L_1; } } // System.String System.Xml.XmlTextReader::LookupNamespace(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTextReader_LookupNamespace_mA74EF629FC05F92435D32E7653C644B5906F7CEC (XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 * __this, String_t* ___prefix0, const RuntimeMethod* method) { String_t* V_0 = NULL; { XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * L_0 = __this->get_impl_3(); String_t* L_1 = ___prefix0; NullCheck(L_0); String_t* L_2; L_2 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(25 /* 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_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_4, /*hidden argument*/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.XmlTextReader::get_CanResolveEntity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReader_get_CanResolveEntity_m09F741618B56CD8F7F3ECAD771E780E5B67748B5 (XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Void System.Xml.XmlTextReader::ResolveEntity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReader_ResolveEntity_mD16C3038467AD8FC56E137F285263E4C90CB0E20 (XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 * __this, const RuntimeMethod* method) { { XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * L_0 = __this->get_impl_3(); NullCheck(L_0); VirtualActionInvoker0::Invoke(27 /* System.Void System.Xml.XmlReader::ResolveEntity() */, L_0); return; } } // System.String System.Xml.XmlTextReader::System.Xml.IXmlNamespaceResolver.LookupNamespace(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTextReader_System_Xml_IXmlNamespaceResolver_LookupNamespace_mD3E5F80E5E42792B9DFDEBE9419BF34F4BFF0CF4 (XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 * __this, String_t* ___prefix0, const RuntimeMethod* method) { { XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * L_0 = __this->get_impl_3(); String_t* L_1 = ___prefix0; NullCheck(L_0); String_t* L_2; L_2 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(25 /* System.String System.Xml.XmlReader::LookupNamespace(System.String) */, L_0, L_1); return L_2; } } // System.String System.Xml.XmlTextReader::System.Xml.IXmlNamespaceResolver.LookupPrefix(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTextReader_System_Xml_IXmlNamespaceResolver_LookupPrefix_mEBFDB84C88156779941C807BF7F88CEA12564146 (XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 * __this, String_t* ___namespaceName0, const RuntimeMethod* method) { { XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * L_0 = __this->get_impl_3(); String_t* L_1 = ___namespaceName0; NullCheck(L_0); String_t* L_2; L_2 = XmlTextReaderImpl_LookupPrefix_m7747E0B9B2DAF12207A906C4A839BF4C5AFFE7F5(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Void System.Xml.XmlTextReader::set_EntityHandling(System.Xml.EntityHandling) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReader_set_EntityHandling_m29AE6CA596A4042B11B17B7FCE12957D0BA5EEED (XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 * __this, int32_t ___value0, const RuntimeMethod* method) { { XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * L_0 = __this->get_impl_3(); int32_t L_1 = ___value0; NullCheck(L_0); XmlTextReaderImpl_set_EntityHandling_mB6597AB2046C6D7FD0C70EA19D4BDC05138A36D8(L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextReader::set_XmlResolver(System.Xml.XmlResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReader_set_XmlResolver_m111F1C8EA989A4AA231794F97D834D00C1783C28 (XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 * __this, XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * ___value0, const RuntimeMethod* method) { { XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * L_0 = __this->get_impl_3(); XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * L_1 = ___value0; NullCheck(L_0); XmlTextReaderImpl_set_XmlResolver_m44FF2066BA2BC478D9FC42BA6619ED161906195E(L_0, L_1, /*hidden argument*/NULL); return; } } // System.Xml.XmlTextReaderImpl System.Xml.XmlTextReader::get_Impl() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * XmlTextReader_get_Impl_mF1F74E7D8B05F5B8DFD02CDB1F68694DAE4C919C (XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 * __this, const RuntimeMethod* method) { { XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * L_0 = __this->get_impl_3(); return L_0; } } // System.Void System.Xml.XmlTextReader::set_XmlValidatingReaderCompatibilityMode(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReader_set_XmlValidatingReaderCompatibilityMode_m29E2DB5734FC69EAEC032173153849BA5FA55240 (XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 * __this, bool ___value0, const RuntimeMethod* method) { { XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * L_0 = __this->get_impl_3(); bool L_1 = ___value0; NullCheck(L_0); XmlTextReaderImpl_set_XmlValidatingReaderCompatibilityMode_mC1560DDC79C8BCDB26858DFABCDF3DC9BED97387(L_0, L_1, /*hidden argument*/NULL); return; } } // System.Xml.IDtdInfo System.Xml.XmlTextReader::get_DtdInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlTextReader_get_DtdInfo_mDC4DA451B263113F30B118C130CD0839E0361B2C (XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 * __this, const RuntimeMethod* method) { { XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * L_0 = __this->get_impl_3(); NullCheck(L_0); RuntimeObject* L_1; L_1 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(29 /* 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.XmlTextReaderImpl::.ctor(System.Xml.XmlNameTable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl__ctor_mA99948E044D7320256B0EEF65F8385BF40632C5B (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * ___nt0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NodeData_tD504C5A621E7DD546954D87282438662327280EA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_FromResult_TisTuple_4_t261F9F934878FC10CFB74B1A5C5E9BF0D1564808_m95D80E4AF60AE573F5C7F24041C57045A43686E8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Tuple_4__ctor_m78AC669EC4BE1118DDCAC11FDAB732427FBD2FF7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Tuple_4_t261F9F934878FC10CFB74B1A5C5E9BF0D1564808_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlContext_tAC94E49A4625E1E5BDD6390576509760DD2A162D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlUrlResolver_t341613B5C62E06DC2382255E0AE4D763AD302AE1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBECFA9FA31EDDEEE54C61C3D0DD81CBF07EA7158); s_Il2CppMethodInitialized = true; } { XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA L_0; L_0 = XmlCharType_get_Instance_mA3CFC9BC3797565FD176224C6116F41AC8BA65B5(/*hidden argument*/NULL); __this->set_xmlCharType_4(L_0); __this->set_curAttrIndex_12((-1)); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_url_22(L_1); __this->set_supportNamespaces_24((bool)1); __this->set_dtdProcessing_26(2); String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_lastPrefix_38(L_2); __this->set_parsingStatesStackTop_41((-1)); __this->set_fragmentType_45(((int32_t)9)); __this->set_nextEntityId_63(1); Tuple_4_t261F9F934878FC10CFB74B1A5C5E9BF0D1564808 * L_3 = (Tuple_4_t261F9F934878FC10CFB74B1A5C5E9BF0D1564808 *)il2cpp_codegen_object_new(Tuple_4_t261F9F934878FC10CFB74B1A5C5E9BF0D1564808_il2cpp_TypeInfo_var); Tuple_4__ctor_m78AC669EC4BE1118DDCAC11FDAB732427FBD2FF7(L_3, 0, 0, 0, (bool)0, /*hidden argument*/Tuple_4__ctor_m78AC669EC4BE1118DDCAC11FDAB732427FBD2FF7_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_il2cpp_TypeInfo_var); Task_1_tDC99D8BCBDBB4A01765BBF5823E5764CEC20D642 * L_4; L_4 = Task_FromResult_TisTuple_4_t261F9F934878FC10CFB74B1A5C5E9BF0D1564808_m95D80E4AF60AE573F5C7F24041C57045A43686E8(L_3, /*hidden argument*/Task_FromResult_TisTuple_4_t261F9F934878FC10CFB74B1A5C5E9BF0D1564808_m95D80E4AF60AE573F5C7F24041C57045A43686E8_RuntimeMethod_var); __this->set_parseText_dummyTask_78(L_4); IL2CPP_RUNTIME_CLASS_INIT(XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138_il2cpp_TypeInfo_var); XmlReader__ctor_mC39484EF621817625CE8A5EB07F9B1218742843C(__this, /*hidden argument*/NULL); __this->set_v1Compat_36((bool)1); __this->set_outerReader_74(__this); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_5 = ___nt0; __this->set_nameTable_19(L_5); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_6 = ___nt0; String_t* L_7 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); NullCheck(L_6); String_t* L_8; L_8 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_6, L_7); bool L_9; L_9 = XmlReaderSettings_EnableLegacyXmlSettings_m9804ADD0E2A7E499F439908D31814569A0D0F570(/*hidden argument*/NULL); if (L_9) { goto IL_0097; } } { __this->set_xmlResolver_21((XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A *)NULL); goto IL_00a2; } IL_0097: { XmlUrlResolver_t341613B5C62E06DC2382255E0AE4D763AD302AE1 * L_10 = (XmlUrlResolver_t341613B5C62E06DC2382255E0AE4D763AD302AE1 *)il2cpp_codegen_object_new(XmlUrlResolver_t341613B5C62E06DC2382255E0AE4D763AD302AE1_il2cpp_TypeInfo_var); XmlUrlResolver__ctor_m6CDB6CC5B0725F9723A7632AF1ED062E877DD449(L_10, /*hidden argument*/NULL); __this->set_xmlResolver_21(L_10); } IL_00a2: { XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_11 = ___nt0; NullCheck(L_11); String_t* L_12; L_12 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_11, _stringLiteralBECFA9FA31EDDEEE54C61C3D0DD81CBF07EA7158); __this->set_Xml_76(L_12); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_13 = ___nt0; NullCheck(L_13); String_t* L_14; L_14 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_13, _stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3); __this->set_XmlNs_77(L_14); NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0* L_15 = (NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0*)(NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0*)SZArrayNew(NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0_il2cpp_TypeInfo_var, (uint32_t)8); __this->set_nodes_9(L_15); NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0* L_16 = __this->get_nodes_9(); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_17 = (NodeData_tD504C5A621E7DD546954D87282438662327280EA *)il2cpp_codegen_object_new(NodeData_tD504C5A621E7DD546954D87282438662327280EA_il2cpp_TypeInfo_var); NodeData__ctor_m98A61DC61B90E41B17BC4B4ECC19E93DEE2C49D1(L_17, /*hidden argument*/NULL); NullCheck(L_16); ArrayElementTypeCheck (L_16, L_17); (L_16)->SetAt(static_cast(0), (NodeData_tD504C5A621E7DD546954D87282438662327280EA *)L_17); NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0* L_18 = __this->get_nodes_9(); NullCheck(L_18); int32_t L_19 = 0; NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_20 = (L_18)->GetAt(static_cast(L_19)); __this->set_curNode_10(L_20); StringBuilder_t * L_21 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9(L_21, /*hidden argument*/NULL); __this->set_stringBuilder_60(L_21); XmlContext_tAC94E49A4625E1E5BDD6390576509760DD2A162D * L_22 = (XmlContext_tAC94E49A4625E1E5BDD6390576509760DD2A162D *)il2cpp_codegen_object_new(XmlContext_tAC94E49A4625E1E5BDD6390576509760DD2A162D_il2cpp_TypeInfo_var); XmlContext__ctor_m5785549B37BF1B5F5295E45AA99FB8057AA2C120(L_22, /*hidden argument*/NULL); __this->set_xmlContext_39(L_22); __this->set_parsingFunction_6(4); __this->set_nextParsingFunction_7(5); __this->set_entityHandling_27(2); __this->set_whitespaceHandling_25(0); __this->set_closeInput_33((bool)1); __this->set_maxCharactersInDocument_34(((int64_t)((int64_t)0))); __this->set_maxCharactersFromEntities_35(((int64_t)((int64_t)((int32_t)10000000)))); __this->set_charactersInDocument_70(((int64_t)((int64_t)0))); __this->set_charactersFromEntities_71(((int64_t)((int64_t)0))); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_23 = __this->get_address_of_ps_5(); L_23->set_lineNo_11(1); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_24 = __this->get_address_of_ps_5(); L_24->set_lineStartPos_12((-1)); return; } } // System.Void System.Xml.XmlTextReaderImpl::.ctor(System.IO.TextReader,System.Xml.XmlNameTable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl__ctor_mEA72120E0465C5160642D9033982859FCA95AA52 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * ___input0, XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * ___nt1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * L_1 = ___input0; XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_2 = ___nt1; XmlTextReaderImpl__ctor_mF0DD9EC4B0B0134B76A6A52C4B27367E20DC0060(__this, L_0, L_1, L_2, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextReaderImpl::.ctor(System.String,System.IO.TextReader,System.Xml.XmlNameTable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl__ctor_mF0DD9EC4B0B0134B76A6A52C4B27367E20DC0060 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, String_t* ___url0, TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * ___input1, XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * ___nt2, 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*)&XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * G_B2_0 = NULL; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * G_B1_0 = NULL; String_t* G_B3_0 = NULL; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * G_B3_1 = NULL; { XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_0 = ___nt2; XmlTextReaderImpl__ctor_mA99948E044D7320256B0EEF65F8385BF40632C5B(__this, L_0, /*hidden argument*/NULL); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_1 = ___nt2; XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_2 = (XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 *)il2cpp_codegen_object_new(XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465_il2cpp_TypeInfo_var); XmlNamespaceManager__ctor_m644ECD044F339BFAB6C580569F28E87B03740A6C(L_2, L_1, /*hidden argument*/NULL); __this->set_namespaceManager_37(L_2); String_t* L_3 = ___url0; G_B1_0 = __this; if (L_3) { G_B2_0 = __this; goto IL_001e; } } { String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); G_B3_0 = L_4; G_B3_1 = G_B1_0; goto IL_001f; } IL_001e: { String_t* L_5 = ___url0; G_B3_0 = L_5; G_B3_1 = G_B2_0; } IL_001f: { NullCheck(G_B3_1); G_B3_1->set_reportedBaseUri_42(G_B3_0); String_t* L_6 = __this->get_reportedBaseUri_42(); TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * L_7 = ___input1; XmlTextReaderImpl_InitTextReaderInput_m6335BFE9952794DC767A07433984C0404B29A5C1(__this, L_6, L_7, /*hidden argument*/NULL); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_8 = __this->get_address_of_ps_5(); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_9 = L_8->get_encoding_3(); __this->set_reportedEncoding_43(L_9); return; } } // System.Void System.Xml.XmlTextReaderImpl::.ctor(System.String,System.Xml.XmlNodeType,System.Xml.XmlParserContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl__ctor_m068A7DCF326CCEB0144B3C28838A4C4D6DC793D5 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, String_t* ___xmlFragment0, int32_t ___fragType1, XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * ___context2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NameTable_t3BB114C691B98D26C27BAF10FFFE11D974EE4728_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * G_B3_0 = NULL; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * G_B1_0 = NULL; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * G_B2_0 = NULL; XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * G_B4_0 = NULL; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * G_B4_1 = NULL; { XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * L_0 = ___context2; G_B1_0 = __this; if (!L_0) { G_B3_0 = __this; goto IL_0014; } } { XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * L_1 = ___context2; NullCheck(L_1); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_2; L_2 = XmlParserContext_get_NameTable_mF1F657E238A6FAEC61018EB771640EB5E14A546D_inline(L_1, /*hidden argument*/NULL); G_B2_0 = G_B1_0; if (!L_2) { G_B3_0 = G_B1_0; goto IL_0014; } } { XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * L_3 = ___context2; NullCheck(L_3); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_4; L_4 = XmlParserContext_get_NameTable_mF1F657E238A6FAEC61018EB771640EB5E14A546D_inline(L_3, /*hidden argument*/NULL); G_B4_0 = L_4; G_B4_1 = G_B2_0; goto IL_0019; } IL_0014: { NameTable_t3BB114C691B98D26C27BAF10FFFE11D974EE4728 * L_5 = (NameTable_t3BB114C691B98D26C27BAF10FFFE11D974EE4728 *)il2cpp_codegen_object_new(NameTable_t3BB114C691B98D26C27BAF10FFFE11D974EE4728_il2cpp_TypeInfo_var); NameTable__ctor_mE309EB2FC114B34D12ED3FBC00E878AF6A154CB0(L_5, /*hidden argument*/NULL); G_B4_0 = ((XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 *)(L_5)); G_B4_1 = G_B3_0; } IL_0019: { NullCheck(G_B4_1); XmlTextReaderImpl__ctor_mA99948E044D7320256B0EEF65F8385BF40632C5B(G_B4_1, G_B4_0, /*hidden argument*/NULL); String_t* L_6 = ___xmlFragment0; if (L_6) { goto IL_0028; } } { String_t* L_7 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); ___xmlFragment0 = L_7; } IL_0028: { XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * L_8 = ___context2; if (L_8) { goto IL_003e; } } { String_t* L_9 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_10; L_10 = Encoding_get_Unicode_mB0C6AE1F91373CEB8A5BC5466F6B8F92C0A398B9(/*hidden argument*/NULL); String_t* L_11 = ___xmlFragment0; XmlTextReaderImpl_InitStringInput_m60D461D7FBB8CBE814FF5B63BF0024445FAE4CF6(__this, L_9, L_10, L_11, /*hidden argument*/NULL); goto IL_005c; } IL_003e: { XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * L_12 = ___context2; NullCheck(L_12); String_t* L_13; L_13 = XmlParserContext_get_BaseURI_mDC9771AD1C8F20ABB620B6B8FB05FF8588DEB4E4_inline(L_12, /*hidden argument*/NULL); __this->set_reportedBaseUri_42(L_13); XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * L_14 = ___context2; NullCheck(L_14); String_t* L_15; L_15 = XmlParserContext_get_BaseURI_mDC9771AD1C8F20ABB620B6B8FB05FF8588DEB4E4_inline(L_14, /*hidden argument*/NULL); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_16; L_16 = Encoding_get_Unicode_mB0C6AE1F91373CEB8A5BC5466F6B8F92C0A398B9(/*hidden argument*/NULL); String_t* L_17 = ___xmlFragment0; XmlTextReaderImpl_InitStringInput_m60D461D7FBB8CBE814FF5B63BF0024445FAE4CF6(__this, L_15, L_16, L_17, /*hidden argument*/NULL); } IL_005c: { int32_t L_18 = ___fragType1; XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * L_19 = ___context2; XmlTextReaderImpl_InitFragmentReader_mEF2D9E4078C3173B62868780B37399A548782C7D(__this, L_18, L_19, (bool)0, /*hidden argument*/NULL); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_20 = __this->get_address_of_ps_5(); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_21 = L_20->get_encoding_3(); __this->set_reportedEncoding_43(L_21); return; } } // System.Void System.Xml.XmlTextReaderImpl::.ctor(System.String,System.Xml.XmlParserContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl__ctor_m04EB57A015BD73AD74D950EB8CA4DE959F5862CA (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, String_t* ___xmlFragment0, XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NameTable_t3BB114C691B98D26C27BAF10FFFE11D974EE4728_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6C80BE31B3A7206EDCC7D55B9B8DC0407E7A87EB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE36FB54A26012ED331BC4EAA26E3796844CF0590); s_Il2CppMethodInitialized = true; } XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * G_B3_0 = NULL; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * G_B1_0 = NULL; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * G_B2_0 = NULL; XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * G_B4_0 = NULL; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * G_B4_1 = NULL; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * G_B6_0 = NULL; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * G_B5_0 = NULL; String_t* G_B7_0 = NULL; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * G_B7_1 = NULL; { XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * L_0 = ___context1; G_B1_0 = __this; if (!L_0) { G_B3_0 = __this; goto IL_0014; } } { XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * L_1 = ___context1; NullCheck(L_1); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_2; L_2 = XmlParserContext_get_NameTable_mF1F657E238A6FAEC61018EB771640EB5E14A546D_inline(L_1, /*hidden argument*/NULL); G_B2_0 = G_B1_0; if (!L_2) { G_B3_0 = G_B1_0; goto IL_0014; } } { XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * L_3 = ___context1; NullCheck(L_3); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_4; L_4 = XmlParserContext_get_NameTable_mF1F657E238A6FAEC61018EB771640EB5E14A546D_inline(L_3, /*hidden argument*/NULL); G_B4_0 = L_4; G_B4_1 = G_B2_0; goto IL_0019; } IL_0014: { NameTable_t3BB114C691B98D26C27BAF10FFFE11D974EE4728 * L_5 = (NameTable_t3BB114C691B98D26C27BAF10FFFE11D974EE4728 *)il2cpp_codegen_object_new(NameTable_t3BB114C691B98D26C27BAF10FFFE11D974EE4728_il2cpp_TypeInfo_var); NameTable__ctor_mE309EB2FC114B34D12ED3FBC00E878AF6A154CB0(L_5, /*hidden argument*/NULL); G_B4_0 = ((XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 *)(L_5)); G_B4_1 = G_B3_0; } IL_0019: { NullCheck(G_B4_1); XmlTextReaderImpl__ctor_mA99948E044D7320256B0EEF65F8385BF40632C5B(G_B4_1, G_B4_0, /*hidden argument*/NULL); XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * L_6 = ___context1; G_B5_0 = __this; if (!L_6) { G_B6_0 = __this; goto IL_002a; } } { XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * L_7 = ___context1; NullCheck(L_7); String_t* L_8; L_8 = XmlParserContext_get_BaseURI_mDC9771AD1C8F20ABB620B6B8FB05FF8588DEB4E4_inline(L_7, /*hidden argument*/NULL); G_B7_0 = L_8; G_B7_1 = G_B5_0; goto IL_002f; } IL_002a: { String_t* L_9 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); G_B7_0 = L_9; G_B7_1 = G_B6_0; } IL_002f: { Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_10; L_10 = Encoding_get_Unicode_mB0C6AE1F91373CEB8A5BC5466F6B8F92C0A398B9(/*hidden argument*/NULL); String_t* L_11 = ___xmlFragment0; String_t* L_12; L_12 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(_stringLiteralE36FB54A26012ED331BC4EAA26E3796844CF0590, L_11, _stringLiteral6C80BE31B3A7206EDCC7D55B9B8DC0407E7A87EB, /*hidden argument*/NULL); NullCheck(G_B7_1); XmlTextReaderImpl_InitStringInput_m60D461D7FBB8CBE814FF5B63BF0024445FAE4CF6(G_B7_1, G_B7_0, L_10, L_12, /*hidden argument*/NULL); XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * L_13 = ___context1; XmlTextReaderImpl_InitFragmentReader_mEF2D9E4078C3173B62868780B37399A548782C7D(__this, ((int32_t)17), L_13, (bool)1, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextReaderImpl::FinishInitUriString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_FinishInitUriString_mC909FBBC7ECB6822F343871BE5F4FAD6F2472FFC (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_1_get_Result_m5AE0280900FE1B30E8F1A784C0D2021A7B946106_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * V_0 = NULL; Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * V_1 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL; LaterInitParam_t6670C77CB75356E7E47BBE3177DB78D355B0EFBF * L_0 = __this->get_laterInitParam_3(); NullCheck(L_0); bool L_1 = L_0->get_useAsync_0(); if (!L_1) { goto IL_004c; } } { LaterInitParam_t6670C77CB75356E7E47BBE3177DB78D355B0EFBF * L_2 = __this->get_laterInitParam_3(); NullCheck(L_2); XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * L_3 = L_2->get_inputUriResolver_6(); LaterInitParam_t6670C77CB75356E7E47BBE3177DB78D355B0EFBF * L_4 = __this->get_laterInitParam_3(); NullCheck(L_4); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_5 = L_4->get_inputbaseUri_4(); String_t* L_6 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_7 = { reinterpret_cast (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8; L_8 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_7, /*hidden argument*/NULL); NullCheck(L_3); Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 * L_9; L_9 = VirtualFuncInvoker3< Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 *, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *, String_t*, Type_t * >::Invoke(7 /* System.Threading.Tasks.Task`1 System.Xml.XmlResolver::GetEntityAsync(System.Uri,System.String,System.Type) */, L_3, L_5, L_6, L_8); Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 * L_10 = L_9; NullCheck(L_10); Task_Wait_m794A821EEA0F3071EDA168A8CEED6CA60C8D0E40(L_10, /*hidden argument*/NULL); NullCheck(L_10); RuntimeObject * L_11; L_11 = Task_1_get_Result_m5AE0280900FE1B30E8F1A784C0D2021A7B946106(L_10, /*hidden argument*/Task_1_get_Result_m5AE0280900FE1B30E8F1A784C0D2021A7B946106_RuntimeMethod_var); V_0 = ((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)CastclassClass((RuntimeObject*)L_11, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var)); goto IL_007c; } IL_004c: { LaterInitParam_t6670C77CB75356E7E47BBE3177DB78D355B0EFBF * L_12 = __this->get_laterInitParam_3(); NullCheck(L_12); XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * L_13 = L_12->get_inputUriResolver_6(); LaterInitParam_t6670C77CB75356E7E47BBE3177DB78D355B0EFBF * L_14 = __this->get_laterInitParam_3(); NullCheck(L_14); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_15 = L_14->get_inputbaseUri_4(); String_t* L_16 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_17 = { reinterpret_cast (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_18; L_18 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_17, /*hidden argument*/NULL); NullCheck(L_13); RuntimeObject * L_19; L_19 = VirtualFuncInvoker3< RuntimeObject *, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *, String_t*, Type_t * >::Invoke(4 /* System.Object System.Xml.XmlResolver::GetEntity(System.Uri,System.String,System.Type) */, L_13, L_15, L_16, L_18); V_0 = ((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)CastclassClass((RuntimeObject*)L_19, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var)); } IL_007c: { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_20 = V_0; if (L_20) { goto IL_0095; } } { LaterInitParam_t6670C77CB75356E7E47BBE3177DB78D355B0EFBF * L_21 = __this->get_laterInitParam_3(); NullCheck(L_21); String_t* L_22 = L_21->get_inputUriStr_5(); XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * L_23 = (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var))); XmlException__ctor_m113008AE4B646E85154C99B3CBB55D536CBEFEB9(L_23, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7EBD7E5381F20CF05FF54841BB8BD75F2397E0CA)), L_22, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlTextReaderImpl_FinishInitUriString_mC909FBBC7ECB6822F343871BE5F4FAD6F2472FFC_RuntimeMethod_var))); } IL_0095: { V_1 = (Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 *)NULL; LaterInitParam_t6670C77CB75356E7E47BBE3177DB78D355B0EFBF * L_24 = __this->get_laterInitParam_3(); NullCheck(L_24); XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * L_25 = L_24->get_inputContext_7(); if (!L_25) { goto IL_00b5; } } { LaterInitParam_t6670C77CB75356E7E47BBE3177DB78D355B0EFBF * L_26 = __this->get_laterInitParam_3(); NullCheck(L_26); XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * L_27 = L_26->get_inputContext_7(); NullCheck(L_27); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_28; L_28 = XmlParserContext_get_Encoding_m720304147F955C4AD3C3F32AED76DB46F4BA15E3_inline(L_27, /*hidden argument*/NULL); V_1 = L_28; } IL_00b5: { } IL_00b6: try {// begin try (depth: 1) { LaterInitParam_t6670C77CB75356E7E47BBE3177DB78D355B0EFBF * L_29 = __this->get_laterInitParam_3(); NullCheck(L_29); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_30 = L_29->get_inputbaseUri_4(); String_t* L_31 = __this->get_reportedBaseUri_42(); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_32 = V_0; Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_33 = V_1; XmlTextReaderImpl_InitStreamInput_mA1DF76259609E56C6F1C4B3CBCE38ADD1BA7AFD1(__this, L_30, L_31, L_32, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL, 0, L_33, /*hidden argument*/NULL); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_34 = __this->get_address_of_ps_5(); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_35 = L_34->get_encoding_3(); __this->set_reportedEncoding_43(L_35); LaterInitParam_t6670C77CB75356E7E47BBE3177DB78D355B0EFBF * L_36 = __this->get_laterInitParam_3(); NullCheck(L_36); XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * L_37 = L_36->get_inputContext_7(); if (!L_37) { goto IL_0112; } } IL_00ef: { LaterInitParam_t6670C77CB75356E7E47BBE3177DB78D355B0EFBF * L_38 = __this->get_laterInitParam_3(); NullCheck(L_38); XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * L_39 = L_38->get_inputContext_7(); NullCheck(L_39); bool L_40; L_40 = XmlParserContext_get_HasDtdInfo_m0447D07746CD1353508C4F41CF342CAC07D32748(L_39, /*hidden argument*/NULL); if (!L_40) { goto IL_0112; } } IL_0101: { LaterInitParam_t6670C77CB75356E7E47BBE3177DB78D355B0EFBF * L_41 = __this->get_laterInitParam_3(); NullCheck(L_41); XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * L_42 = L_41->get_inputContext_7(); XmlTextReaderImpl_ProcessDtdFromParserContext_m98B8AD6299D4789D695938B5CD15717AAC3EA887(__this, L_42, /*hidden argument*/NULL); } IL_0112: { goto IL_011d; } }// 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_0114; } throw e; } CATCH_0114: {// begin catch(System.Object) Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_43 = V_0; NullCheck(L_43); VirtualActionInvoker0::Invoke(18 /* System.Void System.IO.Stream::Close() */, L_43); IL2CPP_RAISE_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlTextReaderImpl_FinishInitUriString_mC909FBBC7ECB6822F343871BE5F4FAD6F2472FFC_RuntimeMethod_var))); }// end catch (depth: 1) IL_011d: { __this->set_laterInitParam_3((LaterInitParam_t6670C77CB75356E7E47BBE3177DB78D355B0EFBF *)NULL); return; } } // System.Void System.Xml.XmlTextReaderImpl::FinishInitStream() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_FinishInitStream_m378F22F66F795379261D4A3899013FA54BD87565 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * V_0 = NULL; { V_0 = (Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 *)NULL; LaterInitParam_t6670C77CB75356E7E47BBE3177DB78D355B0EFBF * L_0 = __this->get_laterInitParam_3(); NullCheck(L_0); XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * L_1 = L_0->get_inputContext_7(); if (!L_1) { goto IL_0020; } } { LaterInitParam_t6670C77CB75356E7E47BBE3177DB78D355B0EFBF * L_2 = __this->get_laterInitParam_3(); NullCheck(L_2); XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * L_3 = L_2->get_inputContext_7(); NullCheck(L_3); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_4; L_4 = XmlParserContext_get_Encoding_m720304147F955C4AD3C3F32AED76DB46F4BA15E3_inline(L_3, /*hidden argument*/NULL); V_0 = L_4; } IL_0020: { LaterInitParam_t6670C77CB75356E7E47BBE3177DB78D355B0EFBF * L_5 = __this->get_laterInitParam_3(); NullCheck(L_5); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_6 = L_5->get_inputbaseUri_4(); String_t* L_7 = __this->get_reportedBaseUri_42(); LaterInitParam_t6670C77CB75356E7E47BBE3177DB78D355B0EFBF * L_8 = __this->get_laterInitParam_3(); NullCheck(L_8); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_9 = L_8->get_inputStream_1(); LaterInitParam_t6670C77CB75356E7E47BBE3177DB78D355B0EFBF * L_10 = __this->get_laterInitParam_3(); NullCheck(L_10); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = L_10->get_inputBytes_2(); LaterInitParam_t6670C77CB75356E7E47BBE3177DB78D355B0EFBF * L_12 = __this->get_laterInitParam_3(); NullCheck(L_12); int32_t L_13 = L_12->get_inputByteCount_3(); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_14 = V_0; XmlTextReaderImpl_InitStreamInput_mA1DF76259609E56C6F1C4B3CBCE38ADD1BA7AFD1(__this, L_6, L_7, L_9, L_11, L_13, L_14, /*hidden argument*/NULL); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_15 = __this->get_address_of_ps_5(); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_16 = L_15->get_encoding_3(); __this->set_reportedEncoding_43(L_16); LaterInitParam_t6670C77CB75356E7E47BBE3177DB78D355B0EFBF * L_17 = __this->get_laterInitParam_3(); NullCheck(L_17); XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * L_18 = L_17->get_inputContext_7(); if (!L_18) { goto IL_009a; } } { LaterInitParam_t6670C77CB75356E7E47BBE3177DB78D355B0EFBF * L_19 = __this->get_laterInitParam_3(); NullCheck(L_19); XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * L_20 = L_19->get_inputContext_7(); NullCheck(L_20); bool L_21; L_21 = XmlParserContext_get_HasDtdInfo_m0447D07746CD1353508C4F41CF342CAC07D32748(L_20, /*hidden argument*/NULL); if (!L_21) { goto IL_009a; } } { LaterInitParam_t6670C77CB75356E7E47BBE3177DB78D355B0EFBF * L_22 = __this->get_laterInitParam_3(); NullCheck(L_22); XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * L_23 = L_22->get_inputContext_7(); XmlTextReaderImpl_ProcessDtdFromParserContext_m98B8AD6299D4789D695938B5CD15717AAC3EA887(__this, L_23, /*hidden argument*/NULL); } IL_009a: { __this->set_laterInitParam_3((LaterInitParam_t6670C77CB75356E7E47BBE3177DB78D355B0EFBF *)NULL); return; } } // System.Void System.Xml.XmlTextReaderImpl::FinishInitTextReader() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_FinishInitTextReader_m9DCC2E3B0DC01DF143DA43FE110137D231B336A5 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_reportedBaseUri_42(); LaterInitParam_t6670C77CB75356E7E47BBE3177DB78D355B0EFBF * L_1 = __this->get_laterInitParam_3(); NullCheck(L_1); TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * L_2 = L_1->get_inputTextReader_8(); XmlTextReaderImpl_InitTextReaderInput_m6335BFE9952794DC767A07433984C0404B29A5C1(__this, L_0, L_2, /*hidden argument*/NULL); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_3 = __this->get_address_of_ps_5(); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_4 = L_3->get_encoding_3(); __this->set_reportedEncoding_43(L_4); LaterInitParam_t6670C77CB75356E7E47BBE3177DB78D355B0EFBF * L_5 = __this->get_laterInitParam_3(); NullCheck(L_5); XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * L_6 = L_5->get_inputContext_7(); if (!L_6) { goto IL_0058; } } { LaterInitParam_t6670C77CB75356E7E47BBE3177DB78D355B0EFBF * L_7 = __this->get_laterInitParam_3(); NullCheck(L_7); XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * L_8 = L_7->get_inputContext_7(); NullCheck(L_8); bool L_9; L_9 = XmlParserContext_get_HasDtdInfo_m0447D07746CD1353508C4F41CF342CAC07D32748(L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_0058; } } { LaterInitParam_t6670C77CB75356E7E47BBE3177DB78D355B0EFBF * L_10 = __this->get_laterInitParam_3(); NullCheck(L_10); XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * L_11 = L_10->get_inputContext_7(); XmlTextReaderImpl_ProcessDtdFromParserContext_m98B8AD6299D4789D695938B5CD15717AAC3EA887(__this, L_11, /*hidden argument*/NULL); } IL_0058: { __this->set_laterInitParam_3((LaterInitParam_t6670C77CB75356E7E47BBE3177DB78D355B0EFBF *)NULL); return; } } // System.Xml.XmlReaderSettings System.Xml.XmlTextReaderImpl::get_Settings() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * XmlTextReaderImpl_get_Settings_m4042AC5FC4CED50CA786DB9D5E1417E0C6C419AF (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * V_0 = NULL; int32_t V_1 = 0; { XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * L_0 = (XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 *)il2cpp_codegen_object_new(XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520_il2cpp_TypeInfo_var); XmlReaderSettings__ctor_m0DFDE914376FEE80656E0BB346D8DB51114EDC00(L_0, /*hidden argument*/NULL); V_0 = L_0; bool L_1 = __this->get_nameTableFromSettings_20(); if (!L_1) { goto IL_001a; } } { XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * L_2 = V_0; XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_3 = __this->get_nameTable_19(); NullCheck(L_2); XmlReaderSettings_set_NameTable_m60D918CF4E0ABE09514872010EA9273EE281D5C9(L_2, L_3, /*hidden argument*/NULL); } IL_001a: { int32_t L_4 = __this->get_fragmentType_45(); V_1 = L_4; int32_t L_5 = V_1; if (!L_5) { goto IL_002d; } } { int32_t L_6 = V_1; if ((((int32_t)L_6) == ((int32_t)1))) { goto IL_0036; } } { int32_t L_7 = V_1; if ((((int32_t)L_7) == ((int32_t)((int32_t)9)))) { goto IL_003f; } } IL_002d: { XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * L_8 = V_0; NullCheck(L_8); XmlReaderSettings_set_ConformanceLevel_m4CE8E34E7AA470958A7455A7E6CBA121B3ABD8F0(L_8, 0, /*hidden argument*/NULL); goto IL_0046; } IL_0036: { XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * L_9 = V_0; NullCheck(L_9); XmlReaderSettings_set_ConformanceLevel_m4CE8E34E7AA470958A7455A7E6CBA121B3ABD8F0(L_9, 1, /*hidden argument*/NULL); goto IL_0046; } IL_003f: { XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * L_10 = V_0; NullCheck(L_10); XmlReaderSettings_set_ConformanceLevel_m4CE8E34E7AA470958A7455A7E6CBA121B3ABD8F0(L_10, 2, /*hidden argument*/NULL); } IL_0046: { XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * L_11 = V_0; bool L_12 = __this->get_checkCharacters_30(); NullCheck(L_11); XmlReaderSettings_set_CheckCharacters_mF91AEA1ABD612E9A2B6CD8A38203B1537AA2E14E(L_11, L_12, /*hidden argument*/NULL); XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * L_13 = V_0; int32_t L_14 = __this->get_lineNumberOffset_31(); NullCheck(L_13); XmlReaderSettings_set_LineNumberOffset_m7602E55CBBF9D044CD2815F8093378EC55101ED5(L_13, L_14, /*hidden argument*/NULL); XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * L_15 = V_0; int32_t L_16 = __this->get_linePositionOffset_32(); NullCheck(L_15); XmlReaderSettings_set_LinePositionOffset_mC447A90F5E013D7A655D7C4B8537924C7A4D61C2(L_15, L_16, /*hidden argument*/NULL); XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * L_17 = V_0; int32_t L_18 = __this->get_whitespaceHandling_25(); NullCheck(L_17); XmlReaderSettings_set_IgnoreWhitespace_m3FFCC4B4904D0F7CD89A7FB49A7D9768885A9209(L_17, (bool)((((int32_t)L_18) == ((int32_t)1))? 1 : 0), /*hidden argument*/NULL); XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * L_19 = V_0; bool L_20 = __this->get_ignorePIs_28(); NullCheck(L_19); XmlReaderSettings_set_IgnoreProcessingInstructions_m5AEB63724B2879855A91202918E08A03E31FB30A(L_19, L_20, /*hidden argument*/NULL); XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * L_21 = V_0; bool L_22 = __this->get_ignoreComments_29(); NullCheck(L_21); XmlReaderSettings_set_IgnoreComments_m101F19ED6C272B0F1EF225676512FF9993A70184(L_21, L_22, /*hidden argument*/NULL); XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * L_23 = V_0; int32_t L_24 = __this->get_dtdProcessing_26(); NullCheck(L_23); XmlReaderSettings_set_DtdProcessing_mE077A237F70523E4BDC9C25668CD70471BA4138C(L_23, L_24, /*hidden argument*/NULL); XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * L_25 = V_0; int64_t L_26 = __this->get_maxCharactersInDocument_34(); NullCheck(L_25); XmlReaderSettings_set_MaxCharactersInDocument_m090B7E940391038B277148CE795FA6874DE51128(L_25, L_26, /*hidden argument*/NULL); XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * L_27 = V_0; int64_t L_28 = __this->get_maxCharactersFromEntities_35(); NullCheck(L_27); XmlReaderSettings_set_MaxCharactersFromEntities_mB68B8D5D3DBF152858791ABD8B87C521AE287765(L_27, L_28, /*hidden argument*/NULL); bool L_29; L_29 = XmlReaderSettings_EnableLegacyXmlSettings_m9804ADD0E2A7E499F439908D31814569A0D0F570(/*hidden argument*/NULL); if (L_29) { goto IL_00c8; } } { XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * L_30 = V_0; XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * L_31 = __this->get_xmlResolver_21(); NullCheck(L_30); XmlReaderSettings_set_XmlResolver_m8A353E1F21B4DCED11401FB9D65D1321177CF596(L_30, L_31, /*hidden argument*/NULL); } IL_00c8: { XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * L_32 = V_0; NullCheck(L_32); XmlReaderSettings_set_ReadOnly_m74FE491C654B218A952FAA864B1357F018D0B403_inline(L_32, (bool)1, /*hidden argument*/NULL); XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * L_33 = V_0; return L_33; } } // System.Xml.XmlNodeType System.Xml.XmlTextReaderImpl::get_NodeType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_get_NodeType_m4A3F67EA2195215F8593FB2942972A33BF6B5FBD (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_0 = __this->get_curNode_10(); NullCheck(L_0); int32_t L_1 = L_0->get_type_1(); return L_1; } } // System.String System.Xml.XmlTextReaderImpl::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTextReaderImpl_get_Name_mEA20514DED020BEC9861467E3DA6A1552787E556 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_0 = __this->get_curNode_10(); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_1 = __this->get_nameTable_19(); NullCheck(L_0); String_t* L_2; L_2 = NodeData_GetNameWPrefix_m8F2FF2029F59DB52995603EA96CD02F53D934643(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.String System.Xml.XmlTextReaderImpl::get_LocalName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTextReaderImpl_get_LocalName_m494FA9C15152C7F158FA8310F1AB78470E64D990 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_0 = __this->get_curNode_10(); NullCheck(L_0); String_t* L_1 = L_0->get_localName_2(); return L_1; } } // System.String System.Xml.XmlTextReaderImpl::get_NamespaceURI() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTextReaderImpl_get_NamespaceURI_mA0B4DF286358ABAC16E0740C24DEAF5C5FAEEFB0 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_0 = __this->get_curNode_10(); NullCheck(L_0); String_t* L_1 = L_0->get_ns_4(); return L_1; } } // System.String System.Xml.XmlTextReaderImpl::get_Prefix() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTextReaderImpl_get_Prefix_m43465AB740784292AD4B0B06BC800461548E2933 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_0 = __this->get_curNode_10(); NullCheck(L_0); String_t* L_1 = L_0->get_prefix_3(); return L_1; } } // System.String System.Xml.XmlTextReaderImpl::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTextReaderImpl_get_Value_mE1A43EA1F0B22A8815268B156E0038ECBDCE274B (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_parsingFunction_6(); if ((((int32_t)L_0) < ((int32_t)((int32_t)21)))) { goto IL_002e; } } { int32_t L_1 = __this->get_parsingFunction_6(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)21))))) { goto IL_0028; } } { XmlTextReaderImpl_FinishPartialValue_mFE1B627085AA211F70A07F3A6D1B97E4A68B5EDB(__this, /*hidden argument*/NULL); int32_t L_2 = __this->get_nextParsingFunction_7(); __this->set_parsingFunction_6(L_2); goto IL_002e; } IL_0028: { XmlTextReaderImpl_FinishOtherValueIterator_mB1FA37B11B29DC48E3E36270A035D160B47FDA1E(__this, /*hidden argument*/NULL); } IL_002e: { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_3 = __this->get_curNode_10(); NullCheck(L_3); String_t* L_4; L_4 = NodeData_get_StringValue_m32820CD659C0A0D408D80BA40338AEDC3196BD58(L_3, /*hidden argument*/NULL); return L_4; } } // System.String System.Xml.XmlTextReaderImpl::get_BaseURI() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTextReaderImpl_get_BaseURI_m57BD1FF50F4EC445C5E571E214F1D5DD2339808B (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_reportedBaseUri_42(); return L_0; } } // System.Boolean System.Xml.XmlTextReaderImpl::get_IsEmptyElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_get_IsEmptyElement_mFDA069E9108766A4E5C48CD59201B13D74041A41 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_0 = __this->get_curNode_10(); NullCheck(L_0); bool L_1; L_1 = NodeData_get_IsEmptyElement_mED36D29FD0ACC537153A3A3D9FF002712DD01C45(L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean System.Xml.XmlTextReaderImpl::get_IsDefault() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_get_IsDefault_m98DE58C2F9BE224FAAB484D4170FBF4D200CA90D (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_0 = __this->get_curNode_10(); NullCheck(L_0); bool L_1; L_1 = NodeData_get_IsDefaultAttribute_m5E8F521D1295E84885505AB7D7FDF3FFE4FB1B98(L_0, /*hidden argument*/NULL); return L_1; } } // System.Xml.ReadState System.Xml.XmlTextReaderImpl::get_ReadState() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_get_ReadState_m6FF94A469CCA10194908A64A1FB2F4E5C3F757FF (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_readState_65(); return L_0; } } // System.Xml.XmlNameTable System.Xml.XmlTextReaderImpl::get_NameTable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * XmlTextReaderImpl_get_NameTable_m4BA05740326EB815F9384F3F13323B64547B8155 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { { XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_0 = __this->get_nameTable_19(); return L_0; } } // System.Boolean System.Xml.XmlTextReaderImpl::get_CanResolveEntity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_get_CanResolveEntity_m84DF12D41558C633E9C538B25B2248C5080D85A6 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Boolean System.Xml.XmlTextReaderImpl::MoveToAttribute(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_MoveToAttribute_m6B2ED50C34B7CBE93DD172D469247EDE7FA55FD6 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, String_t* ___name0, const RuntimeMethod* method) { int32_t V_0 = 0; { String_t* L_0 = ___name0; NullCheck(L_0); int32_t L_1; L_1 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_0, ((int32_t)58), /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)(-1))))) { goto IL_0015; } } { String_t* L_2 = ___name0; int32_t L_3; L_3 = XmlTextReaderImpl_GetIndexOfAttributeWithoutPrefix_m2A9F75341DFAA7F03429337859A5820399DE8766(__this, L_2, /*hidden argument*/NULL); V_0 = L_3; goto IL_001d; } IL_0015: { String_t* L_4 = ___name0; int32_t L_5; L_5 = XmlTextReaderImpl_GetIndexOfAttributeWithPrefix_mC306AFBEA1F3362CFD252A14B84E36884F415AE8(__this, L_4, /*hidden argument*/NULL); V_0 = L_5; } IL_001d: { int32_t L_6 = V_0; if ((((int32_t)L_6) < ((int32_t)0))) { goto IL_004f; } } { bool L_7; L_7 = XmlTextReaderImpl_get_InAttributeValueIterator_mEE715B301E74FC2A83A83C87B59964A91F0572B9(__this, /*hidden argument*/NULL); if (!L_7) { goto IL_002f; } } { XmlTextReaderImpl_FinishAttributeValueIterator_m3782DD2A0CDB28A80150908098461A722D81D0F0(__this, /*hidden argument*/NULL); } IL_002f: { int32_t L_8 = V_0; int32_t L_9 = __this->get_index_11(); __this->set_curAttrIndex_12(((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9)), (int32_t)1))); NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0* L_10 = __this->get_nodes_9(); int32_t L_11 = V_0; NullCheck(L_10); int32_t L_12 = L_11; NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_13 = (L_10)->GetAt(static_cast(L_12)); __this->set_curNode_10(L_13); return (bool)1; } IL_004f: { return (bool)0; } } // System.Boolean System.Xml.XmlTextReaderImpl::MoveToFirstAttribute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_MoveToFirstAttribute_m3C0944E5E7308EFB037AAFCA54A242E3BB6CEFA5 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_attrCount_13(); if (L_0) { goto IL_000a; } } { return (bool)0; } IL_000a: { bool L_1; L_1 = XmlTextReaderImpl_get_InAttributeValueIterator_mEE715B301E74FC2A83A83C87B59964A91F0572B9(__this, /*hidden argument*/NULL); if (!L_1) { goto IL_0018; } } { XmlTextReaderImpl_FinishAttributeValueIterator_m3782DD2A0CDB28A80150908098461A722D81D0F0(__this, /*hidden argument*/NULL); } IL_0018: { __this->set_curAttrIndex_12(0); NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0* L_2 = __this->get_nodes_9(); int32_t L_3 = __this->get_index_11(); NullCheck(L_2); int32_t L_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_5 = (L_2)->GetAt(static_cast(L_4)); __this->set_curNode_10(L_5); return (bool)1; } } // System.Boolean System.Xml.XmlTextReaderImpl::MoveToNextAttribute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_MoveToNextAttribute_m718AE18381DD542D61E37B29E0B493D824F5E439 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->get_curAttrIndex_12(); int32_t L_1 = __this->get_attrCount_13(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1))) >= ((int32_t)L_1))) { goto IL_0047; } } { bool L_2; L_2 = XmlTextReaderImpl_get_InAttributeValueIterator_mEE715B301E74FC2A83A83C87B59964A91F0572B9(__this, /*hidden argument*/NULL); if (!L_2) { goto IL_001e; } } { XmlTextReaderImpl_FinishAttributeValueIterator_m3782DD2A0CDB28A80150908098461A722D81D0F0(__this, /*hidden argument*/NULL); } IL_001e: { NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0* L_3 = __this->get_nodes_9(); int32_t L_4 = __this->get_index_11(); int32_t L_5 = __this->get_curAttrIndex_12(); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); int32_t L_6 = V_0; __this->set_curAttrIndex_12(L_6); int32_t L_7 = V_0; NullCheck(L_3); int32_t L_8 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)), (int32_t)L_7)); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_9 = (L_3)->GetAt(static_cast(L_8)); __this->set_curNode_10(L_9); return (bool)1; } IL_0047: { return (bool)0; } } // System.Boolean System.Xml.XmlTextReaderImpl::MoveToElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_MoveToElement_mD20ABEEA21C198F5CDC308AFC92D77C9C54A87ED (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { { bool L_0; L_0 = XmlTextReaderImpl_get_InAttributeValueIterator_mEE715B301E74FC2A83A83C87B59964A91F0572B9(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0010; } } { XmlTextReaderImpl_FinishAttributeValueIterator_m3782DD2A0CDB28A80150908098461A722D81D0F0(__this, /*hidden argument*/NULL); goto IL_0020; } IL_0010: { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_1 = __this->get_curNode_10(); NullCheck(L_1); int32_t L_2 = L_1->get_type_1(); if ((((int32_t)L_2) == ((int32_t)2))) { goto IL_0020; } } { return (bool)0; } IL_0020: { __this->set_curAttrIndex_12((-1)); NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0* L_3 = __this->get_nodes_9(); int32_t L_4 = __this->get_index_11(); NullCheck(L_3); int32_t L_5 = L_4; NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_6 = (L_3)->GetAt(static_cast(L_5)); __this->set_curNode_10(L_6); return (bool)1; } } // System.Void System.Xml.XmlTextReaderImpl::FinishInit() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_FinishInit_m313E4A3A5AF444B8D061A53B9A2A7F1115E0EDC5 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { LaterInitParam_t6670C77CB75356E7E47BBE3177DB78D355B0EFBF * L_0 = __this->get_laterInitParam_3(); NullCheck(L_0); int32_t L_1 = L_0->get_initType_9(); V_0 = L_1; int32_t L_2 = V_0; switch (L_2) { case 0: { goto IL_001f; } case 1: { goto IL_0026; } case 2: { goto IL_002d; } } } { return; } IL_001f: { XmlTextReaderImpl_FinishInitUriString_mC909FBBC7ECB6822F343871BE5F4FAD6F2472FFC(__this, /*hidden argument*/NULL); return; } IL_0026: { XmlTextReaderImpl_FinishInitStream_m378F22F66F795379261D4A3899013FA54BD87565(__this, /*hidden argument*/NULL); return; } IL_002d: { XmlTextReaderImpl_FinishInitTextReader_m9DCC2E3B0DC01DF143DA43FE110137D231B336A5(__this, /*hidden argument*/NULL); return; } } // System.Boolean System.Xml.XmlTextReaderImpl::Read() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_Read_m5F5CAAF4B775394A5D31C39F0F0205DF48487E81 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __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*)&_stringLiteralCA05288B6212EA20126730A5B780745B08DD3D36); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * G_B13_0 = NULL; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * G_B12_0 = NULL; int32_t G_B14_0 = 0; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * G_B14_1 = NULL; { LaterInitParam_t6670C77CB75356E7E47BBE3177DB78D355B0EFBF * L_0 = __this->get_laterInitParam_3(); if (!L_0) { goto IL_000e; } } { XmlTextReaderImpl_FinishInit_m313E4A3A5AF444B8D061A53B9A2A7F1115E0EDC5(__this, /*hidden argument*/NULL); } IL_000e: { int32_t L_1 = __this->get_parsingFunction_6(); V_0 = L_1; int32_t L_2 = V_0; switch (L_2) { case 0: { goto IL_0085; } case 1: { goto IL_02e7; } case 2: { goto IL_0093; } case 3: { goto IL_009b; } case 4: { goto IL_00b3; } case 5: { goto IL_008c; } case 6: { goto IL_0128; } case 7: { goto IL_0160; } case 8: { goto IL_0177; } case 9: { goto IL_00f8; } case 10: { goto IL_02e5; } case 11: { goto IL_02e5; } case 12: { goto IL_02e5; } case 13: { goto IL_01b3; } case 14: { goto IL_02be; } case 15: { goto IL_02c6; } case 16: { goto IL_01c7; } case 17: { goto IL_01db; } case 18: { goto IL_0226; } case 19: { goto IL_02cd; } case 20: { goto IL_02dd; } case 21: { goto IL_02f4; } case 22: { goto IL_02a0; } case 23: { goto IL_02ff; } case 24: { goto IL_030a; } case 25: { goto IL_0315; } } } { goto IL_000e; } IL_0085: { bool L_3; L_3 = XmlTextReaderImpl_ParseElementContent_mA3E6F7A577ACC196548B77472EC697B74CF4915B(__this, /*hidden argument*/NULL); return L_3; } IL_008c: { bool L_4; L_4 = XmlTextReaderImpl_ParseDocumentContent_mDB51A548D80EF1EB9D16056E60E823ECFE07F273(__this, /*hidden argument*/NULL); return L_4; } IL_0093: { XmlTextReaderImpl_OpenUrl_m50418E2823982C25241F95D719866AC2DEF47787(__this, /*hidden argument*/NULL); goto IL_00b3; } IL_009b: { __this->set_readState_65(1); int32_t L_5 = __this->get_nextParsingFunction_7(); __this->set_parsingFunction_6(L_5); goto IL_000e; } IL_00b3: { __this->set_readState_65(1); int32_t L_6 = __this->get_nextParsingFunction_7(); __this->set_parsingFunction_6(L_6); bool L_7; L_7 = XmlTextReaderImpl_ParseXmlDeclaration_m253C6668A0AC21332871D1548F42A0E3CC8EFD8A(__this, (bool)0, /*hidden argument*/NULL); if (!L_7) { goto IL_00e2; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_8 = __this->get_address_of_ps_5(); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_9 = L_8->get_encoding_3(); __this->set_reportedEncoding_43(L_9); return (bool)1; } IL_00e2: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_10 = __this->get_address_of_ps_5(); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_11 = L_10->get_encoding_3(); __this->set_reportedEncoding_43(L_11); goto IL_000e; } IL_00f8: { XmlTextReaderImpl_ResetAttributes_mC7973129FA308C25A95249DAC0FA40FF7A2289CB(__this, /*hidden argument*/NULL); NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0* L_12 = __this->get_nodes_9(); int32_t L_13 = __this->get_index_11(); NullCheck(L_12); int32_t L_14 = L_13; NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_15 = (L_12)->GetAt(static_cast(L_14)); __this->set_curNode_10(L_15); int32_t L_16 = __this->get_index_11(); G_B12_0 = __this; if (!L_16) { G_B13_0 = __this; goto IL_011d; } } { G_B14_0 = 0; G_B14_1 = G_B12_0; goto IL_011e; } IL_011d: { G_B14_0 = 5; G_B14_1 = G_B13_0; } IL_011e: { NullCheck(G_B14_1); G_B14_1->set_parsingFunction_6(G_B14_0); goto IL_000e; } IL_0128: { XmlTextReaderImpl_ResetAttributes_mC7973129FA308C25A95249DAC0FA40FF7A2289CB(__this, /*hidden argument*/NULL); int32_t L_17 = __this->get_index_11(); __this->set_index_11(((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1))); int32_t L_18 = __this->get_index_11(); int32_t L_19 = __this->get_index_11(); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_20; L_20 = XmlTextReaderImpl_AddNode_mD77490818460EDE44A4A771E414485E3EFB34C89(__this, L_18, L_19, /*hidden argument*/NULL); __this->set_curNode_10(L_20); __this->set_parsingFunction_6(0); goto IL_000e; } IL_0160: { XmlTextReaderImpl_PopElementContext_mA61319B605D6F3E9DAD043298F30BEF5ABFE1E8F(__this, /*hidden argument*/NULL); int32_t L_21 = __this->get_nextParsingFunction_7(); __this->set_parsingFunction_6(L_21); goto IL_000e; } IL_0177: { NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0* L_22 = __this->get_nodes_9(); int32_t L_23 = __this->get_index_11(); NullCheck(L_22); int32_t L_24 = L_23; NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_25 = (L_22)->GetAt(static_cast(L_24)); __this->set_curNode_10(L_25); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_26 = __this->get_curNode_10(); NullCheck(L_26); NodeData_set_IsEmptyElement_mD35C4A93F811F5F2C904B0EB1DEF2DE56460D7FD_inline(L_26, (bool)0, /*hidden argument*/NULL); XmlTextReaderImpl_ResetAttributes_mC7973129FA308C25A95249DAC0FA40FF7A2289CB(__this, /*hidden argument*/NULL); XmlTextReaderImpl_PopElementContext_mA61319B605D6F3E9DAD043298F30BEF5ABFE1E8F(__this, /*hidden argument*/NULL); int32_t L_27 = __this->get_nextParsingFunction_7(); __this->set_parsingFunction_6(L_27); goto IL_000e; } IL_01b3: { int32_t L_28 = __this->get_nextParsingFunction_7(); __this->set_parsingFunction_6(L_28); XmlTextReaderImpl_ParseEntityReference_m46B6CB058317FB1097EF04FDA06B1188B09293EC(__this, /*hidden argument*/NULL); return (bool)1; } IL_01c7: { XmlTextReaderImpl_SetupEndEntityNodeInContent_m42EFF8EE6338E10A345035E91904EAEC00325570(__this, /*hidden argument*/NULL); int32_t L_29 = __this->get_nextParsingFunction_7(); __this->set_parsingFunction_6(L_29); return (bool)1; } IL_01db: { int32_t L_30 = __this->get_index_11(); int32_t L_31 = __this->get_index_11(); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_32; L_32 = XmlTextReaderImpl_AddNode_mD77490818460EDE44A4A771E414485E3EFB34C89(__this, L_30, L_31, /*hidden argument*/NULL); __this->set_curNode_10(L_32); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_33 = __this->get_address_of_ps_5(); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_34 = L_33->get_encoding_3(); __this->set_reportedEncoding_43(L_34); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_35 = __this->get_address_of_ps_5(); String_t* L_36 = L_35->get_baseUriStr_13(); __this->set_reportedBaseUri_42(L_36); int32_t L_37 = __this->get_nextParsingFunction_7(); __this->set_parsingFunction_6(L_37); goto IL_000e; } IL_0226: { int32_t L_38 = __this->get_index_11(); int32_t L_39 = __this->get_index_11(); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_40; L_40 = XmlTextReaderImpl_AddNode_mD77490818460EDE44A4A771E414485E3EFB34C89(__this, L_38, L_39, /*hidden argument*/NULL); __this->set_curNode_10(L_40); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_41 = __this->get_curNode_10(); String_t* L_42 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); NullCheck(L_41); NodeData_SetValueNode_m5D0E6BD089647F4DC22608DB2B63F0CE58522F3E(L_41, 3, L_42, /*hidden argument*/NULL); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_43 = __this->get_curNode_10(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_44 = __this->get_address_of_ps_5(); int32_t L_45 = L_44->get_lineNo_11(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_46 = __this->get_address_of_ps_5(); int32_t L_47; L_47 = ParsingState_get_LinePos_mB937EA68EFFA791C24EDC7C1DFFE45732EBFFD5C((ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF *)L_46, /*hidden argument*/NULL); NullCheck(L_43); NodeData_SetLineInfo_mE0EAA0129B2C2DAB2C92AF78FBB2D5DA90A581E4(L_43, L_45, L_47, /*hidden argument*/NULL); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_48 = __this->get_address_of_ps_5(); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_49 = L_48->get_encoding_3(); __this->set_reportedEncoding_43(L_49); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_50 = __this->get_address_of_ps_5(); String_t* L_51 = L_50->get_baseUriStr_13(); __this->set_reportedBaseUri_42(L_51); int32_t L_52 = __this->get_nextParsingFunction_7(); __this->set_parsingFunction_6(L_52); return (bool)1; } IL_02a0: { XmlTextReaderImpl_FinishAttributeValueIterator_m3782DD2A0CDB28A80150908098461A722D81D0F0(__this, /*hidden argument*/NULL); NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0* L_53 = __this->get_nodes_9(); int32_t L_54 = __this->get_index_11(); NullCheck(L_53); int32_t L_55 = L_54; NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_56 = (L_53)->GetAt(static_cast(L_55)); __this->set_curNode_10(L_56); goto IL_000e; } IL_02be: { XmlTextReaderImpl_FinishIncrementalRead_mAF81A57317146584EC3D79CDA8C70D57F4470577(__this, /*hidden argument*/NULL); return (bool)1; } IL_02c6: { bool L_57; L_57 = XmlTextReaderImpl_ParseFragmentAttribute_mA1D4E34E248497DAF4C5988C7A22A8FDAF5C5E9D(__this, /*hidden argument*/NULL); return L_57; } IL_02cd: { XmlTextReaderImpl_ParseXmlDeclarationFragment_m861888CA4A3E3EBDC459DCE67DE5BC54A64A9DD0(__this, /*hidden argument*/NULL); __this->set_parsingFunction_6(((int32_t)20)); return (bool)1; } IL_02dd: { XmlTextReaderImpl_OnEof_m30AAAEB6B49E4680B6CE28FEDCDCEB9F546D11A2(__this, /*hidden argument*/NULL); return (bool)0; } IL_02e5: { return (bool)0; } IL_02e7: { XmlTextReaderImpl_ThrowWithoutLineInfo_mC0DB96228D4BE665077C34F7BC8547B4E5DCDC84(__this, _stringLiteralCA05288B6212EA20126730A5B780745B08DD3D36, /*hidden argument*/NULL); return (bool)0; } IL_02f4: { XmlTextReaderImpl_SkipPartialTextValue_m52F82439DE419967EF44E7F8CC0E349F2F448960(__this, /*hidden argument*/NULL); goto IL_000e; } IL_02ff: { XmlTextReaderImpl_FinishReadValueChunk_mEC90E666B5068440B2BDA6454FB1259E6A67D3A5(__this, /*hidden argument*/NULL); goto IL_000e; } IL_030a: { XmlTextReaderImpl_FinishReadContentAsBinary_m62508DB8451C809D3F0EA63B98483F20CC572634(__this, /*hidden argument*/NULL); goto IL_000e; } IL_0315: { XmlTextReaderImpl_FinishReadElementContentAsBinary_mB7227841C3248024F7E23E1C33DB532B5D4FF00D(__this, /*hidden argument*/NULL); goto IL_000e; } } // System.Void System.Xml.XmlTextReaderImpl::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Close_m04FC7D7CCB76A01CA4B8B16BC5A989CEC7CE641D (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_closeInput_33(); XmlTextReaderImpl_Close_m0EAF9EEB6384D7D59AFFE2DAB06BA9660656E036(__this, L_0, /*hidden argument*/NULL); return; } } // System.String System.Xml.XmlTextReaderImpl::LookupNamespace(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTextReaderImpl_LookupNamespace_mCF8DADEBFE6B2F11B9D9C407C41F2D87CF9C1579 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, String_t* ___prefix0, const RuntimeMethod* method) { { bool L_0 = __this->get_supportNamespaces_24(); if (L_0) { goto IL_000a; } } { return (String_t*)NULL; } IL_000a: { XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_1 = __this->get_namespaceManager_37(); String_t* L_2 = ___prefix0; NullCheck(L_1); String_t* L_3; L_3 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(14 /* System.String System.Xml.XmlNamespaceManager::LookupNamespace(System.String) */, L_1, L_2); return L_3; } } // System.Boolean System.Xml.XmlTextReaderImpl::ReadAttributeValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ReadAttributeValue_m46E36949B22D3E69196BC5E79E2C4BBC1C696335 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { NodeData_tD504C5A621E7DD546954D87282438662327280EA * V_0 = NULL; { int32_t L_0 = __this->get_parsingFunction_6(); if ((((int32_t)L_0) == ((int32_t)((int32_t)22)))) { goto IL_0149; } } { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_1 = __this->get_curNode_10(); NullCheck(L_1); int32_t L_2 = L_1->get_type_1(); if ((((int32_t)L_2) == ((int32_t)2))) { goto IL_001d; } } { return (bool)0; } IL_001d: { int32_t L_3 = __this->get_readState_65(); if ((!(((uint32_t)L_3) == ((uint32_t)1)))) { goto IL_002f; } } { int32_t L_4 = __this->get_curAttrIndex_12(); if ((((int32_t)L_4) >= ((int32_t)0))) { goto IL_0031; } } IL_002f: { return (bool)0; } IL_0031: { int32_t L_5 = __this->get_parsingFunction_6(); if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)23))))) { goto IL_0041; } } { XmlTextReaderImpl_FinishReadValueChunk_mEC90E666B5068440B2BDA6454FB1259E6A67D3A5(__this, /*hidden argument*/NULL); } IL_0041: { int32_t L_6 = __this->get_parsingFunction_6(); if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)24))))) { goto IL_0051; } } { XmlTextReaderImpl_FinishReadContentAsBinary_m62508DB8451C809D3F0EA63B98483F20CC572634(__this, /*hidden argument*/NULL); } IL_0051: { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_7 = __this->get_curNode_10(); NullCheck(L_7); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_8 = L_7->get_nextAttrValueChunk_17(); if (!L_8) { goto IL_0067; } } { int32_t L_9 = __this->get_entityHandling_27(); if ((!(((uint32_t)L_9) == ((uint32_t)1)))) { goto IL_00d0; } } IL_0067: { int32_t L_10 = __this->get_index_11(); int32_t L_11 = __this->get_attrCount_13(); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_12 = __this->get_curNode_10(); NullCheck(L_12); int32_t L_13 = L_12->get_depth_13(); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_14; L_14 = XmlTextReaderImpl_AddNode_mD77490818460EDE44A4A771E414485E3EFB34C89(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)L_11)), (int32_t)1)), ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)), /*hidden argument*/NULL); V_0 = L_14; NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_15 = V_0; NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_16 = __this->get_curNode_10(); NullCheck(L_16); String_t* L_17; L_17 = NodeData_get_StringValue_m32820CD659C0A0D408D80BA40338AEDC3196BD58(L_16, /*hidden argument*/NULL); NullCheck(L_15); NodeData_SetValueNode_m5D0E6BD089647F4DC22608DB2B63F0CE58522F3E(L_15, 3, L_17, /*hidden argument*/NULL); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_18 = V_0; NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_19 = __this->get_curNode_10(); NullCheck(L_19); LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE L_20 = L_19->get_lineInfo2_11(); NullCheck(L_18); L_18->set_lineInfo_10(L_20); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_21 = V_0; NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_22 = __this->get_curNode_10(); NullCheck(L_22); int32_t L_23 = L_22->get_depth_13(); NullCheck(L_21); L_21->set_depth_13(((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1))); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_24 = V_0; __this->set_curNode_10(L_24); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_25 = V_0; NullCheck(L_25); L_25->set_nextAttrValueChunk_17((NodeData_tD504C5A621E7DD546954D87282438662327280EA *)NULL); goto IL_0122; } IL_00d0: { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_26 = __this->get_curNode_10(); NullCheck(L_26); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_27 = L_26->get_nextAttrValueChunk_17(); __this->set_curNode_10(L_27); int32_t L_28 = __this->get_index_11(); int32_t L_29 = __this->get_attrCount_13(); int32_t L_30 = __this->get_index_11(); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_31; L_31 = XmlTextReaderImpl_AddNode_mD77490818460EDE44A4A771E414485E3EFB34C89(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)L_29)), (int32_t)1)), ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)2)), /*hidden argument*/NULL); NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0* L_32 = __this->get_nodes_9(); int32_t L_33 = __this->get_index_11(); int32_t L_34 = __this->get_attrCount_13(); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_35 = __this->get_curNode_10(); NullCheck(L_32); ArrayElementTypeCheck (L_32, L_35); (L_32)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)L_34)), (int32_t)1))), (NodeData_tD504C5A621E7DD546954D87282438662327280EA *)L_35); __this->set_fullAttrCleanup_17((bool)1); } IL_0122: { int32_t L_36 = __this->get_parsingFunction_6(); __this->set_nextParsingFunction_7(L_36); __this->set_parsingFunction_6(((int32_t)22)); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_37 = __this->get_address_of_ps_5(); int32_t L_38 = L_37->get_entityId_18(); __this->set_attributeValueBaseEntityId_54(L_38); return (bool)1; } IL_0149: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_39 = __this->get_address_of_ps_5(); int32_t L_40 = L_39->get_entityId_18(); int32_t L_41 = __this->get_attributeValueBaseEntityId_54(); if ((!(((uint32_t)L_40) == ((uint32_t)L_41)))) { goto IL_019a; } } { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_42 = __this->get_curNode_10(); NullCheck(L_42); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_43 = L_42->get_nextAttrValueChunk_17(); if (!L_43) { goto IL_0198; } } { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_44 = __this->get_curNode_10(); NullCheck(L_44); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_45 = L_44->get_nextAttrValueChunk_17(); __this->set_curNode_10(L_45); NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0* L_46 = __this->get_nodes_9(); int32_t L_47 = __this->get_index_11(); int32_t L_48 = __this->get_attrCount_13(); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_49 = __this->get_curNode_10(); NullCheck(L_46); ArrayElementTypeCheck (L_46, L_49); (L_46)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)L_48)), (int32_t)1))), (NodeData_tD504C5A621E7DD546954D87282438662327280EA *)L_49); return (bool)1; } IL_0198: { return (bool)0; } IL_019a: { bool L_50; L_50 = XmlTextReaderImpl_ParseAttributeValueChunk_m1D562BB66AE975CCE43EFA23A7AFC46D5E4B2ACC(__this, /*hidden argument*/NULL); return L_50; } } // System.Void System.Xml.XmlTextReaderImpl::ResolveEntity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ResolveEntity_m478120822AED44DACFA45D8201139D2AD10FAA31 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDtdEntityInfo_t6CD9881A9EC86BF67CCFD10F64F69D18316D6AFC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_0 = __this->get_curNode_10(); NullCheck(L_0); int32_t L_1 = L_0->get_type_1(); if ((((int32_t)L_1) == ((int32_t)5))) { goto IL_001e; } } { String_t* L_2; L_2 = Res_GetString_m4303E63CA6945331BF5584376F6AA7262D1C6887(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFBD1A9745DCC4D80697D44756437CCB57698AE21)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_3 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlTextReaderImpl_ResolveEntity_m478120822AED44DACFA45D8201139D2AD10FAA31_RuntimeMethod_var))); } IL_001e: { int32_t L_4 = __this->get_parsingFunction_6(); if ((((int32_t)L_4) == ((int32_t)((int32_t)22)))) { goto IL_0035; } } { int32_t L_5 = __this->get_parsingFunction_6(); if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)15))))) { goto IL_00b6; } } IL_0035: { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_6 = __this->get_curNode_10(); NullCheck(L_6); String_t* L_7 = L_6->get_localName_2(); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_8 = __this->get_curNode_10(); NullCheck(L_8); int32_t L_9; L_9 = NodeData_get_LinePos_m461F0A5A81925A63A436973A01EF33C70DFD265A(L_8, /*hidden argument*/NULL); int32_t L_10; L_10 = XmlTextReaderImpl_HandleGeneralEntityReference_m1914A0A9D70570606E0B4FC99D310C3EDA0A1066(__this, L_7, (bool)1, (bool)1, L_9, /*hidden argument*/NULL); V_0 = L_10; int32_t L_11 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)3))) { case 0: { goto IL_0072; } case 1: { goto IL_00a6; } case 2: { goto IL_009a; } case 3: { goto IL_00a6; } case 4: { goto IL_0072; } } } { goto IL_00a6; } IL_0072: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_12 = __this->get_address_of_ps_5(); int32_t L_13 = L_12->get_charsUsed_2(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_14 = __this->get_address_of_ps_5(); int32_t L_15 = L_14->get_charPos_1(); if (((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)L_15))) { goto IL_0164; } } { __this->set_emptyEntityInAttributeResolved_55((bool)1); goto IL_0164; } IL_009a: { __this->set_emptyEntityInAttributeResolved_55((bool)1); goto IL_0164; } IL_00a6: { String_t* L_16 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_t_il2cpp_TypeInfo_var))))->get_Empty_5(); XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * L_17 = (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var))); XmlException__ctor_m113008AE4B646E85154C99B3CBB55D536CBEFEB9(L_17, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB080109AD5D6C864D18C1BFD1A3B9116504CCC72)), L_16, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlTextReaderImpl_ResolveEntity_m478120822AED44DACFA45D8201139D2AD10FAA31_RuntimeMethod_var))); } IL_00b6: { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_18 = __this->get_curNode_10(); NullCheck(L_18); String_t* L_19 = L_18->get_localName_2(); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_20 = __this->get_curNode_10(); NullCheck(L_20); int32_t L_21; L_21 = NodeData_get_LinePos_m461F0A5A81925A63A436973A01EF33C70DFD265A(L_20, /*hidden argument*/NULL); int32_t L_22; L_22 = XmlTextReaderImpl_HandleGeneralEntityReference_m1914A0A9D70570606E0B4FC99D310C3EDA0A1066(__this, L_19, (bool)0, (bool)1, L_21, /*hidden argument*/NULL); V_0 = L_22; int32_t L_23 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)3))) { case 0: { goto IL_00f3; } case 1: { goto IL_0154; } case 2: { goto IL_013e; } case 3: { goto IL_0154; } case 4: { goto IL_00f3; } } } { goto IL_0154; } IL_00f3: { int32_t L_24 = __this->get_parsingFunction_6(); __this->set_nextParsingFunction_7(L_24); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_25 = __this->get_address_of_ps_5(); int32_t L_26 = L_25->get_charsUsed_2(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_27 = __this->get_address_of_ps_5(); int32_t L_28 = L_27->get_charPos_1(); if (((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)L_28))) { goto IL_0134; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_29 = __this->get_address_of_ps_5(); RuntimeObject* L_30 = L_29->get_entity_17(); NullCheck(L_30); bool L_31; L_31 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Xml.IDtdEntityInfo::get_IsExternal() */, IDtdEntityInfo_t6CD9881A9EC86BF67CCFD10F64F69D18316D6AFC_il2cpp_TypeInfo_var, L_30); if (L_31) { goto IL_0134; } } { __this->set_parsingFunction_6(((int32_t)18)); goto IL_0164; } IL_0134: { __this->set_parsingFunction_6(((int32_t)17)); goto IL_0164; } IL_013e: { int32_t L_32 = __this->get_parsingFunction_6(); __this->set_nextParsingFunction_7(L_32); __this->set_parsingFunction_6(((int32_t)18)); goto IL_0164; } IL_0154: { String_t* L_33 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_t_il2cpp_TypeInfo_var))))->get_Empty_5(); XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * L_34 = (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var))); XmlException__ctor_m113008AE4B646E85154C99B3CBB55D536CBEFEB9(L_34, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB080109AD5D6C864D18C1BFD1A3B9116504CCC72)), L_33, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_34, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlTextReaderImpl_ResolveEntity_m478120822AED44DACFA45D8201139D2AD10FAA31_RuntimeMethod_var))); } IL_0164: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_35 = __this->get_address_of_ps_5(); L_35->set_entityResolvedManually_20((bool)1); int32_t L_36 = __this->get_index_11(); __this->set_index_11(((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1))); return; } } // System.Void System.Xml.XmlTextReaderImpl::set_OuterReader(System.Xml.XmlReader) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_set_OuterReader_m4F6518FD5B0974BBD4E2784A08B42D506C0C7C66 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * ___value0, const RuntimeMethod* method) { { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_0 = ___value0; __this->set_outerReader_74(L_0); return; } } // System.String System.Xml.XmlTextReaderImpl::System.Xml.IXmlNamespaceResolver.LookupNamespace(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTextReaderImpl_System_Xml_IXmlNamespaceResolver_LookupNamespace_m7394EB0BE08EDE5817E14EBA278645F0BA8791AA (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, String_t* ___prefix0, const RuntimeMethod* method) { { String_t* L_0 = ___prefix0; String_t* L_1; L_1 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(25 /* System.String System.Xml.XmlReader::LookupNamespace(System.String) */, __this, L_0); return L_1; } } // System.String System.Xml.XmlTextReaderImpl::System.Xml.IXmlNamespaceResolver.LookupPrefix(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTextReaderImpl_System_Xml_IXmlNamespaceResolver_LookupPrefix_m2E433C55D76FCF83744B99C3E53EBE59B158F766 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, String_t* ___namespaceName0, const RuntimeMethod* method) { { String_t* L_0 = ___namespaceName0; String_t* L_1; L_1 = XmlTextReaderImpl_LookupPrefix_m7747E0B9B2DAF12207A906C4A839BF4C5AFFE7F5(__this, L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Xml.XmlTextReaderImpl::LookupPrefix(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTextReaderImpl_LookupPrefix_m7747E0B9B2DAF12207A906C4A839BF4C5AFFE7F5 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, String_t* ___namespaceName0, const RuntimeMethod* method) { { XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_0 = __this->get_namespaceManager_37(); String_t* L_1 = ___namespaceName0; NullCheck(L_0); String_t* L_2; L_2 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(15 /* System.String System.Xml.XmlNamespaceManager::LookupPrefix(System.String) */, L_0, L_1); return L_2; } } // System.Void System.Xml.XmlTextReaderImpl::set_Namespaces(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_set_Namespaces_m4D0C64D58914FD0E67DFDA3B05C305033376CE72 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NoNamespaceManager_t9CD68D8449B828A860ED290316BEAF94CCB165E2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_readState_65(); if (!L_0) { goto IL_0018; } } { String_t* L_1; L_1 = Res_GetString_m4303E63CA6945331BF5584376F6AA7262D1C6887(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFBD1A9745DCC4D80697D44756437CCB57698AE21)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_2 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlTextReaderImpl_set_Namespaces_m4D0C64D58914FD0E67DFDA3B05C305033376CE72_RuntimeMethod_var))); } IL_0018: { bool L_3 = ___value0; __this->set_supportNamespaces_24(L_3); bool L_4 = ___value0; if (!L_4) { goto IL_008c; } } { XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_5 = __this->get_namespaceManager_37(); if (!((NoNamespaceManager_t9CD68D8449B828A860ED290316BEAF94CCB165E2 *)IsInstClass((RuntimeObject*)L_5, NoNamespaceManager_t9CD68D8449B828A860ED290316BEAF94CCB165E2_il2cpp_TypeInfo_var))) { goto IL_0070; } } { bool L_6 = __this->get_fragment_47(); if (!L_6) { goto IL_005f; } } { XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * L_7 = __this->get_fragmentParserContext_46(); if (!L_7) { goto IL_005f; } } { XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * L_8 = __this->get_fragmentParserContext_46(); NullCheck(L_8); XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_9; L_9 = XmlParserContext_get_NamespaceManager_m9DF0655B59F937EEE2C2ABC8E8B7067AA14A010E_inline(L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_005f; } } { XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * L_10 = __this->get_fragmentParserContext_46(); NullCheck(L_10); XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_11; L_11 = XmlParserContext_get_NamespaceManager_m9DF0655B59F937EEE2C2ABC8E8B7067AA14A010E_inline(L_10, /*hidden argument*/NULL); __this->set_namespaceManager_37(L_11); goto IL_0070; } IL_005f: { XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_12 = __this->get_nameTable_19(); XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_13 = (XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 *)il2cpp_codegen_object_new(XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465_il2cpp_TypeInfo_var); XmlNamespaceManager__ctor_m644ECD044F339BFAB6C580569F28E87B03740A6C(L_13, L_12, /*hidden argument*/NULL); __this->set_namespaceManager_37(L_13); } IL_0070: { XmlContext_tAC94E49A4625E1E5BDD6390576509760DD2A162D * L_14 = __this->get_xmlContext_39(); XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_15 = __this->get_namespaceManager_37(); String_t* L_16 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); NullCheck(L_15); String_t* L_17; L_17 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(14 /* System.String System.Xml.XmlNamespaceManager::LookupNamespace(System.String) */, L_15, L_16); NullCheck(L_14); L_14->set_defaultNamespace_2(L_17); return; } IL_008c: { XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_18 = __this->get_namespaceManager_37(); if (((NoNamespaceManager_t9CD68D8449B828A860ED290316BEAF94CCB165E2 *)IsInstClass((RuntimeObject*)L_18, NoNamespaceManager_t9CD68D8449B828A860ED290316BEAF94CCB165E2_il2cpp_TypeInfo_var))) { goto IL_00a4; } } { NoNamespaceManager_t9CD68D8449B828A860ED290316BEAF94CCB165E2 * L_19 = (NoNamespaceManager_t9CD68D8449B828A860ED290316BEAF94CCB165E2 *)il2cpp_codegen_object_new(NoNamespaceManager_t9CD68D8449B828A860ED290316BEAF94CCB165E2_il2cpp_TypeInfo_var); NoNamespaceManager__ctor_mF90CFA0693B9ED4995F2F9BFFF7219E9936974D7(L_19, /*hidden argument*/NULL); __this->set_namespaceManager_37(L_19); } IL_00a4: { XmlContext_tAC94E49A4625E1E5BDD6390576509760DD2A162D * L_20 = __this->get_xmlContext_39(); String_t* L_21 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); NullCheck(L_20); L_20->set_defaultNamespace_2(L_21); return; } } // System.Void System.Xml.XmlTextReaderImpl::set_EntityHandling(System.Xml.EntityHandling) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_set_EntityHandling_mB6597AB2046C6D7FD0C70EA19D4BDC05138A36D8 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; if ((((int32_t)L_0) == ((int32_t)1))) { goto IL_0018; } } { int32_t L_1 = ___value0; if ((((int32_t)L_1) == ((int32_t)2))) { goto IL_0018; } } { 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))))->get_Empty_5(); XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * L_3 = (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var))); XmlException__ctor_m113008AE4B646E85154C99B3CBB55D536CBEFEB9(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF9AF2888151C96525F9312E8AA41CFF3F0B3CDD9)), L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlTextReaderImpl_set_EntityHandling_mB6597AB2046C6D7FD0C70EA19D4BDC05138A36D8_RuntimeMethod_var))); } IL_0018: { int32_t L_4 = ___value0; __this->set_entityHandling_27(L_4); return; } } // System.Void System.Xml.XmlTextReaderImpl::set_XmlResolver(System.Xml.XmlResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_set_XmlResolver_m44FF2066BA2BC478D9FC42BA6619ED161906195E (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * ___value0, const RuntimeMethod* method) { int32_t V_0 = 0; { XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * L_0 = ___value0; __this->set_xmlResolver_21(L_0); __this->set_xmlResolverIsSet_75((bool)1); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_1 = __this->get_address_of_ps_5(); L_1->set_baseUri_14((Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)NULL); V_0 = 0; goto IL_0034; } IL_001e: { ParsingStateU5BU5D_t76C574A7045A0E6E9113EF2F2E2B1A863D91376D* L_2 = __this->get_parsingStatesStack_40(); int32_t L_3 = V_0; NullCheck(L_2); ((L_2)->GetAddressAt(static_cast(L_3)))->set_baseUri_14((Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)NULL); int32_t L_4 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); } IL_0034: { int32_t L_5 = V_0; int32_t L_6 = __this->get_parsingStatesStackTop_41(); if ((((int32_t)L_5) <= ((int32_t)L_6))) { goto IL_001e; } } { return; } } // System.Xml.XmlNameTable System.Xml.XmlTextReaderImpl::get_DtdParserProxy_NameTable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * XmlTextReaderImpl_get_DtdParserProxy_NameTable_mA567221B0BD05C6BF365121EF52549079FF67D9B (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { { XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_0 = __this->get_nameTable_19(); return L_0; } } // System.Xml.IXmlNamespaceResolver System.Xml.XmlTextReaderImpl::get_DtdParserProxy_NamespaceResolver() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlTextReaderImpl_get_DtdParserProxy_NamespaceResolver_m6A9BA136D735089A09CEB096E0D839AAC7E281FC (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { { XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_0 = __this->get_namespaceManager_37(); return L_0; } } // System.Boolean System.Xml.XmlTextReaderImpl::get_DtdParserProxy_DtdValidation() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_get_DtdParserProxy_DtdValidation_m7D47BC9FB2D5F45ADF4BE7F253AEC4AB943D49F1 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { { bool L_0; L_0 = XmlTextReaderImpl_get_DtdValidation_mB887E4A9F836838614B0049881F486385E7C22D3(__this, /*hidden argument*/NULL); return L_0; } } // System.Boolean System.Xml.XmlTextReaderImpl::get_DtdParserProxy_Normalization() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_get_DtdParserProxy_Normalization_m114C15F2776A94727A5992DB26D65BDC1D670543 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_normalize_23(); return L_0; } } // System.Boolean System.Xml.XmlTextReaderImpl::get_DtdParserProxy_Namespaces() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_get_DtdParserProxy_Namespaces_m8D805DAFFE1332B0E23F2D3AE2959A29C8190FD3 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_supportNamespaces_24(); return L_0; } } // System.Boolean System.Xml.XmlTextReaderImpl::get_DtdParserProxy_V1CompatibilityMode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_get_DtdParserProxy_V1CompatibilityMode_m1B3ACC4435FE2768144414FF216E145916403325 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_v1Compat_36(); return L_0; } } // System.Uri System.Xml.XmlTextReaderImpl::get_DtdParserProxy_BaseUri() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * XmlTextReaderImpl_get_DtdParserProxy_BaseUri_mCE10049FE4A8821152EE99B73D10A209742392CA (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_0 = __this->get_address_of_ps_5(); String_t* L_1 = L_0->get_baseUriStr_13(); NullCheck(L_1); int32_t L_2; L_2 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_1, /*hidden argument*/NULL); if ((((int32_t)L_2) <= ((int32_t)0))) { goto IL_0050; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_3 = __this->get_address_of_ps_5(); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_4 = L_3->get_baseUri_14(); IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_5; L_5 = Uri_op_Equality_mB322C9CBB45846441BDCA7357E7D28123824ED83(L_4, (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)NULL, /*hidden argument*/NULL); if (!L_5) { goto IL_0050; } } { XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * L_6 = __this->get_xmlResolver_21(); if (!L_6) { goto IL_0050; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_7 = __this->get_address_of_ps_5(); XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * L_8 = __this->get_xmlResolver_21(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_9 = __this->get_address_of_ps_5(); String_t* L_10 = L_9->get_baseUriStr_13(); NullCheck(L_8); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_11; L_11 = VirtualFuncInvoker2< Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *, String_t* >::Invoke(5 /* System.Uri System.Xml.XmlResolver::ResolveUri(System.Uri,System.String) */, L_8, (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)NULL, L_10); L_7->set_baseUri_14(L_11); } IL_0050: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_12 = __this->get_address_of_ps_5(); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_13 = L_12->get_baseUri_14(); return L_13; } } // System.Boolean System.Xml.XmlTextReaderImpl::get_DtdParserProxy_IsEof() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_get_DtdParserProxy_IsEof_m13733FCF75EDC19FD816AC51941CB8FB962A486B (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_0 = __this->get_address_of_ps_5(); bool L_1 = L_0->get_isEof_15(); return L_1; } } // System.Char[] System.Xml.XmlTextReaderImpl::get_DtdParserProxy_ParsingBuffer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* XmlTextReaderImpl_get_DtdParserProxy_ParsingBuffer_mB70D61FBA9AA7A5E313613ACD8B30DCA2B6D2FEB (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_0 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_1 = L_0->get_chars_0(); return L_1; } } // System.Int32 System.Xml.XmlTextReaderImpl::get_DtdParserProxy_ParsingBufferLength() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_get_DtdParserProxy_ParsingBufferLength_mD5613762191E3EEEA23DA5DE0EF2C8FB21577D0C (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_0 = __this->get_address_of_ps_5(); int32_t L_1 = L_0->get_charsUsed_2(); return L_1; } } // System.Int32 System.Xml.XmlTextReaderImpl::get_DtdParserProxy_CurrentPosition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_get_DtdParserProxy_CurrentPosition_m28456EAF24A02277AAF87AB79D712105F244D707 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_0 = __this->get_address_of_ps_5(); int32_t L_1 = L_0->get_charPos_1(); return L_1; } } // System.Void System.Xml.XmlTextReaderImpl::set_DtdParserProxy_CurrentPosition(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_set_DtdParserProxy_CurrentPosition_m995C56DBAC314FB044B1E49933065BF154D02E9F (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, int32_t ___value0, const RuntimeMethod* method) { { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_0 = __this->get_address_of_ps_5(); int32_t L_1 = ___value0; L_0->set_charPos_1(L_1); return; } } // System.Int32 System.Xml.XmlTextReaderImpl::get_DtdParserProxy_EntityStackLength() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_get_DtdParserProxy_EntityStackLength_m61FA991027E1A9A410B30BBC69180D6427FE05B0 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_parsingStatesStackTop_41(); return ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1)); } } // System.Boolean System.Xml.XmlTextReaderImpl::get_DtdParserProxy_IsEntityEolNormalized() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_get_DtdParserProxy_IsEntityEolNormalized_m11F429D654706C17F9A22ED2FAE2041F98EB8DE1 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_0 = __this->get_address_of_ps_5(); bool L_1 = L_0->get_eolNormalized_19(); return L_1; } } // System.Xml.IValidationEventHandling System.Xml.XmlTextReaderImpl::get_DtdParserProxy_ValidationEventHandling() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlTextReaderImpl_get_DtdParserProxy_ValidationEventHandling_m86F807BDC2BEF934D72F2A65FC7F97262735A219 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get_validationEventHandling_56(); return L_0; } } // System.Void System.Xml.XmlTextReaderImpl::DtdParserProxy_OnNewLine(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_DtdParserProxy_OnNewLine_mBFF6E843E6C26A7B60FB1D36E0CAD2F4FB835A00 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, int32_t ___pos0, const RuntimeMethod* method) { { int32_t L_0 = ___pos0; XmlTextReaderImpl_OnNewLine_mADCA9134B0A3E9B84DEDDBD677993F99B3CB6419(__this, L_0, /*hidden argument*/NULL); return; } } // System.Int32 System.Xml.XmlTextReaderImpl::get_DtdParserProxy_LineNo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_get_DtdParserProxy_LineNo_m129EADD0F6CD778B3DF123FFBC898D3D58D63FCD (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_0 = __this->get_address_of_ps_5(); int32_t L_1; L_1 = ParsingState_get_LineNo_m9C32240CFE61AE19697B7C9EFA5DE9B44D3C9610_inline((ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF *)L_0, /*hidden argument*/NULL); return L_1; } } // System.Int32 System.Xml.XmlTextReaderImpl::get_DtdParserProxy_LineStartPosition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_get_DtdParserProxy_LineStartPosition_m951C51E2CFE3F3C9AB7C3680D3212798DF74BBA9 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_0 = __this->get_address_of_ps_5(); int32_t L_1 = L_0->get_lineStartPos_12(); return L_1; } } // System.Int32 System.Xml.XmlTextReaderImpl::DtdParserProxy_ReadData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_DtdParserProxy_ReadData_m66EB3594B25D28E431F99AC7D95EC6634F7DC526 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = XmlTextReaderImpl_ReadData_m30A9B855279BE3BBC531BB50D5DCE4B903AF0512(__this, /*hidden argument*/NULL); return L_0; } } // System.Int32 System.Xml.XmlTextReaderImpl::DtdParserProxy_ParseNumericCharRef(System.Text.StringBuilder) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_DtdParserProxy_ParseNumericCharRef_m39D4CD5F94D141D336EFF548AE1BE5ADB56D078D (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, StringBuilder_t * ___internalSubsetBuilder0, const RuntimeMethod* method) { int32_t V_0 = 0; { StringBuilder_t * L_0 = ___internalSubsetBuilder0; int32_t L_1; L_1 = XmlTextReaderImpl_ParseNumericCharRef_mDB631D7F987D40A2A323E8E3DCCC4E1C0F02F7EB(__this, (bool)1, L_0, (int32_t*)(&V_0), /*hidden argument*/NULL); return L_1; } } // System.Int32 System.Xml.XmlTextReaderImpl::DtdParserProxy_ParseNamedCharRef(System.Boolean,System.Text.StringBuilder) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_DtdParserProxy_ParseNamedCharRef_m6534D46BB2CD419139F69B5F11F26B862568DDFB (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, bool ___expand0, StringBuilder_t * ___internalSubsetBuilder1, const RuntimeMethod* method) { { bool L_0 = ___expand0; StringBuilder_t * L_1 = ___internalSubsetBuilder1; int32_t L_2; L_2 = XmlTextReaderImpl_ParseNamedCharRef_mFF5E0E49C37CE701DBAA454CCFEBEF5AED093049(__this, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Void System.Xml.XmlTextReaderImpl::DtdParserProxy_ParsePI(System.Text.StringBuilder) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_DtdParserProxy_ParsePI_mAE961B995AF007A4B3FF2401D8E162097C76631F (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, StringBuilder_t * ___sb0, const RuntimeMethod* method) { int32_t V_0 = 0; { StringBuilder_t * L_0 = ___sb0; if (L_0) { goto IL_0021; } } { int32_t L_1 = __this->get_parsingMode_64(); V_0 = L_1; __this->set_parsingMode_64(1); bool L_2; L_2 = XmlTextReaderImpl_ParsePI_mA9861C29D187A4A05E1E751C9F5EB3D7D116673E(__this, (StringBuilder_t *)NULL, /*hidden argument*/NULL); int32_t L_3 = V_0; __this->set_parsingMode_64(L_3); return; } IL_0021: { StringBuilder_t * L_4 = ___sb0; bool L_5; L_5 = XmlTextReaderImpl_ParsePI_mA9861C29D187A4A05E1E751C9F5EB3D7D116673E(__this, L_4, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextReaderImpl::DtdParserProxy_ParseComment(System.Text.StringBuilder) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_DtdParserProxy_ParseComment_mDEE3956D7D181C76831CE94E946E5925659026E6 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, StringBuilder_t * ___sb0, const RuntimeMethod* method) { int32_t V_0 = 0; NodeData_tD504C5A621E7DD546954D87282438662327280EA * V_1 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) { StringBuilder_t * L_0 = ___sb0; if (L_0) { goto IL_0021; } } IL_0003: { int32_t L_1 = __this->get_parsingMode_64(); V_0 = L_1; __this->set_parsingMode_64(1); XmlTextReaderImpl_ParseCDataOrComment_mBCFED54AC8C5C72B6BE7A89C3380C0F0BF353B85(__this, 8, /*hidden argument*/NULL); int32_t L_2 = V_0; __this->set_parsingMode_64(L_2); goto IL_0064; } IL_0021: { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_3 = __this->get_curNode_10(); V_1 = L_3; int32_t L_4 = __this->get_index_11(); int32_t L_5 = __this->get_attrCount_13(); int32_t L_6 = __this->get_index_11(); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_7; L_7 = XmlTextReaderImpl_AddNode_mD77490818460EDE44A4A771E414485E3EFB34C89(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)L_5)), (int32_t)1)), L_6, /*hidden argument*/NULL); __this->set_curNode_10(L_7); XmlTextReaderImpl_ParseCDataOrComment_mBCFED54AC8C5C72B6BE7A89C3380C0F0BF353B85(__this, 8, /*hidden argument*/NULL); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_8 = __this->get_curNode_10(); StringBuilder_t * L_9 = ___sb0; NullCheck(L_8); NodeData_CopyTo_mB825A2E0DFF0CD37A592DE70E3E4A040AE896EA9(L_8, 0, L_9, /*hidden argument*/NULL); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_10 = V_1; __this->set_curNode_10(L_10); } IL_0064: { goto IL_00ad; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0066; } throw e; } CATCH_0066: {// begin catch(System.Xml.XmlException) { NullCheck(((XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *)IL2CPP_GET_ACTIVE_EXCEPTION(XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *))); String_t* L_11; L_11 = XmlException_get_ResString_m789D5A88B14F9D2B2B4DEA38DA6EC2E172993761_inline(((XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *)IL2CPP_GET_ACTIVE_EXCEPTION(XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *)), /*hidden argument*/NULL); bool L_12; L_12 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_11, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC3DB0D079E5BFE18627887A05D78AFD607BC0AAC)), /*hidden argument*/NULL); if (!L_12) { goto IL_00a9; } } IL_0077: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_13 = __this->get_address_of_ps_5(); RuntimeObject* L_14 = L_13->get_entity_17(); if (!L_14) { goto IL_00a9; } } IL_0084: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_15 = __this->get_address_of_ps_5(); int32_t L_16; L_16 = ParsingState_get_LineNo_m9C32240CFE61AE19697B7C9EFA5DE9B44D3C9610_inline((ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF *)L_15, /*hidden argument*/NULL); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_17 = __this->get_address_of_ps_5(); int32_t L_18; L_18 = ParsingState_get_LinePos_mB937EA68EFFA791C24EDC7C1DFFE45732EBFFD5C((ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF *)L_17, /*hidden argument*/NULL); XmlTextReaderImpl_SendValidationEvent_m66B532075E235B0AA3270D9A9BED3079A469EFE1(__this, 0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD259EE6AB580E33090940BF472020FA738C8617A)), (String_t*)NULL, L_16, L_18, /*hidden argument*/NULL); goto IL_00ab; } IL_00a9: { IL2CPP_RAISE_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlTextReaderImpl_DtdParserProxy_ParseComment_mDEE3956D7D181C76831CE94E946E5925659026E6_RuntimeMethod_var))); } IL_00ab: { IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00ad; } }// end catch (depth: 1) IL_00ad: { return; } } // System.Boolean System.Xml.XmlTextReaderImpl::get_IsResolverNull() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_get_IsResolverNull_mF73FE6D29FEF81ECA2B8FD7C41965857636F00A3 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { { XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * L_0 = __this->get_xmlResolver_21(); if (!L_0) { goto IL_001b; } } { bool L_1; L_1 = XmlReaderSection_get_ProhibitDefaultUrlResolver_m494E1986EE1EF98DCDC5550E06EF49F7E4E25B75(/*hidden argument*/NULL); if (!L_1) { goto IL_0019; } } { bool L_2 = __this->get_xmlResolverIsSet_75(); return (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0); } IL_0019: { return (bool)0; } IL_001b: { return (bool)1; } } // System.Xml.XmlResolver System.Xml.XmlTextReaderImpl::GetTempResolver() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * XmlTextReaderImpl_GetTempResolver_m83E26D965D71B65E0B78FB515F1D4EB7A9F30D98 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlUrlResolver_t341613B5C62E06DC2382255E0AE4D763AD302AE1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * L_0 = __this->get_xmlResolver_21(); if (!L_0) { goto IL_000f; } } { XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * L_1 = __this->get_xmlResolver_21(); return L_1; } IL_000f: { XmlUrlResolver_t341613B5C62E06DC2382255E0AE4D763AD302AE1 * L_2 = (XmlUrlResolver_t341613B5C62E06DC2382255E0AE4D763AD302AE1 *)il2cpp_codegen_object_new(XmlUrlResolver_t341613B5C62E06DC2382255E0AE4D763AD302AE1_il2cpp_TypeInfo_var); XmlUrlResolver__ctor_m6CDB6CC5B0725F9723A7632AF1ED062E877DD449(L_2, /*hidden argument*/NULL); return L_2; } } // System.Boolean System.Xml.XmlTextReaderImpl::DtdParserProxy_PushEntity(System.Xml.IDtdEntityInfo,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_DtdParserProxy_PushEntity_m1FE85F4F9604C6B97780EC6DCF42D29C53EE63D7 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, RuntimeObject* ___entity0, int32_t* ___entityId1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDtdEntityInfo_t6CD9881A9EC86BF67CCFD10F64F69D18316D6AFC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { RuntimeObject* L_0 = ___entity0; NullCheck(L_0); bool L_1; L_1 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Xml.IDtdEntityInfo::get_IsExternal() */, IDtdEntityInfo_t6CD9881A9EC86BF67CCFD10F64F69D18316D6AFC_il2cpp_TypeInfo_var, L_0); if (!L_1) { goto IL_001f; } } { bool L_2; L_2 = XmlTextReaderImpl_get_IsResolverNull_mF73FE6D29FEF81ECA2B8FD7C41965857636F00A3(__this, /*hidden argument*/NULL); if (!L_2) { goto IL_0015; } } { int32_t* L_3 = ___entityId1; *((int32_t*)L_3) = (int32_t)(-1); return (bool)0; } IL_0015: { RuntimeObject* L_4 = ___entity0; bool L_5; L_5 = XmlTextReaderImpl_PushExternalEntity_m64299750CA6429E13235CE6E8FD73A0A5C4F7443(__this, L_4, /*hidden argument*/NULL); V_0 = L_5; goto IL_0028; } IL_001f: { RuntimeObject* L_6 = ___entity0; XmlTextReaderImpl_PushInternalEntity_mD509F37A8F345CE01844E679436095BA2B89D443(__this, L_6, /*hidden argument*/NULL); V_0 = (bool)1; } IL_0028: { int32_t* L_7 = ___entityId1; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_8 = __this->get_address_of_ps_5(); int32_t L_9 = L_8->get_entityId_18(); *((int32_t*)L_7) = (int32_t)L_9; bool L_10 = V_0; return L_10; } } // System.Boolean System.Xml.XmlTextReaderImpl::DtdParserProxy_PopEntity(System.Xml.IDtdEntityInfo&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_DtdParserProxy_PopEntity_m9E4CC26F8E9B3575B383F54E0B9007894C955122 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, RuntimeObject** ___oldEntity0, int32_t* ___newEntityId1, const RuntimeMethod* method) { { int32_t L_0 = __this->get_parsingStatesStackTop_41(); if ((!(((uint32_t)L_0) == ((uint32_t)(-1))))) { goto IL_0011; } } { RuntimeObject** L_1 = ___oldEntity0; *((RuntimeObject **)L_1) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_1, (void*)(RuntimeObject *)NULL); int32_t* L_2 = ___newEntityId1; *((int32_t*)L_2) = (int32_t)(-1); return (bool)0; } IL_0011: { RuntimeObject** L_3 = ___oldEntity0; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_4 = __this->get_address_of_ps_5(); RuntimeObject* L_5 = L_4->get_entity_17(); *((RuntimeObject **)L_3) = (RuntimeObject *)L_5; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_3, (void*)(RuntimeObject *)L_5); XmlTextReaderImpl_PopEntity_mE56C4E8029155041F70CBA60D134978EA2A802D6(__this, /*hidden argument*/NULL); int32_t* L_6 = ___newEntityId1; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_7 = __this->get_address_of_ps_5(); int32_t L_8 = L_7->get_entityId_18(); *((int32_t*)L_6) = (int32_t)L_8; return (bool)1; } } // System.Boolean System.Xml.XmlTextReaderImpl::DtdParserProxy_PushExternalSubset(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_DtdParserProxy_PushExternalSubset_mAC0206AAEC281D0D29148A1064BE53400E0E916D (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, String_t* ___systemId0, String_t* ___publicId1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { bool L_0; L_0 = XmlTextReaderImpl_get_IsResolverNull_mF73FE6D29FEF81ECA2B8FD7C41965857636F00A3(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_000a; } } { return (bool)0; } IL_000a: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_1 = __this->get_address_of_ps_5(); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_2 = L_1->get_baseUri_14(); IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_3; L_3 = Uri_op_Equality_mB322C9CBB45846441BDCA7357E7D28123824ED83(L_2, (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)NULL, /*hidden argument*/NULL); if (!L_3) { goto IL_0051; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_4 = __this->get_address_of_ps_5(); String_t* L_5 = L_4->get_baseUriStr_13(); bool L_6; L_6 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_5, /*hidden argument*/NULL); if (L_6) { goto IL_0051; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_7 = __this->get_address_of_ps_5(); XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * L_8 = __this->get_xmlResolver_21(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_9 = __this->get_address_of_ps_5(); String_t* L_10 = L_9->get_baseUriStr_13(); NullCheck(L_8); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_11; L_11 = VirtualFuncInvoker2< Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *, String_t* >::Invoke(5 /* System.Uri System.Xml.XmlResolver::ResolveUri(System.Uri,System.String) */, L_8, (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)NULL, L_10); L_7->set_baseUri_14(L_11); } IL_0051: { String_t* L_12 = ___publicId1; String_t* L_13 = ___systemId0; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_14 = __this->get_address_of_ps_5(); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_15 = L_14->get_baseUri_14(); XmlTextReaderImpl_PushExternalEntityOrSubset_m9208C0D263FF168725E7BD3DB143CCDF9D01FE4D(__this, L_12, L_13, L_15, (String_t*)NULL, /*hidden argument*/NULL); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_16 = __this->get_address_of_ps_5(); L_16->set_entity_17((RuntimeObject*)NULL); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_17 = __this->get_address_of_ps_5(); L_17->set_entityId_18(0); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_18 = __this->get_address_of_ps_5(); int32_t L_19 = L_18->get_charPos_1(); V_0 = L_19; bool L_20 = __this->get_v1Compat_36(); if (!L_20) { goto IL_0099; } } { int32_t L_21; L_21 = XmlTextReaderImpl_EatWhitespaces_mAEEB8942E7FDD3912DDDE7DD642F4E558855316E(__this, (StringBuilder_t *)NULL, /*hidden argument*/NULL); } IL_0099: { bool L_22; L_22 = XmlTextReaderImpl_ParseXmlDeclaration_m253C6668A0AC21332871D1548F42A0E3CC8EFD8A(__this, (bool)1, /*hidden argument*/NULL); if (L_22) { goto IL_00ae; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_23 = __this->get_address_of_ps_5(); int32_t L_24 = V_0; L_23->set_charPos_1(L_24); } IL_00ae: { return (bool)1; } } // System.Void System.Xml.XmlTextReaderImpl::DtdParserProxy_PushInternalDtd(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_DtdParserProxy_PushInternalDtd_mF9CDFC87D8E8D1136B0E5723E6A6F6F64116A7E4 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, String_t* ___baseUri0, String_t* ___internalDtd1, const RuntimeMethod* method) { { XmlTextReaderImpl_PushParsingState_mD3990762EF3CEDAD0F70D7778D1F4021C5DE9B6E(__this, /*hidden argument*/NULL); String_t* L_0 = ___internalDtd1; NullCheck(L_0); int32_t L_1; L_1 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_0, /*hidden argument*/NULL); XmlTextReaderImpl_RegisterConsumedCharacters_mBBD0B1BDAE3A9AEA923FD4828F1DF0BBAF493BB6(__this, ((int64_t)((int64_t)L_1)), (bool)0, /*hidden argument*/NULL); String_t* L_2 = ___baseUri0; Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_3; L_3 = Encoding_get_Unicode_mB0C6AE1F91373CEB8A5BC5466F6B8F92C0A398B9(/*hidden argument*/NULL); String_t* L_4 = ___internalDtd1; XmlTextReaderImpl_InitStringInput_m60D461D7FBB8CBE814FF5B63BF0024445FAE4CF6(__this, L_2, L_3, L_4, /*hidden argument*/NULL); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_5 = __this->get_address_of_ps_5(); L_5->set_entity_17((RuntimeObject*)NULL); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_6 = __this->get_address_of_ps_5(); L_6->set_entityId_18(0); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_7 = __this->get_address_of_ps_5(); L_7->set_eolNormalized_19((bool)0); return; } } // System.Void System.Xml.XmlTextReaderImpl::DtdParserProxy_Throw(System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_DtdParserProxy_Throw_m89A969A79E65E0700AEED33390E179E1CB506DBB (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, Exception_t * ___e0, const RuntimeMethod* method) { { Exception_t * L_0 = ___e0; XmlTextReaderImpl_Throw_m8C55972CB961484F2CA2D7C6BC2DEB753D531EBC(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextReaderImpl::DtdParserProxy_OnSystemId(System.String,System.Xml.LineInfo,System.Xml.LineInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_DtdParserProxy_OnSystemId_m67D9C87D1E7E5465BA7C9CA6C579599F85850886 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, String_t* ___systemId0, LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE ___keywordLineInfo1, LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE ___systemLiteralLineInfo2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD4DAA1A26807E1A567D68B161E6A95701A3FD560); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_index_11(); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_1; L_1 = XmlTextReaderImpl_AddAttributeNoChecks_m15120550CDBEF398D83CB3388A50308635552175(__this, _stringLiteralD4DAA1A26807E1A567D68B161E6A95701A3FD560, ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1)), /*hidden argument*/NULL); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_2 = L_1; String_t* L_3 = ___systemId0; NullCheck(L_2); NodeData_SetValue_m813BE9ED3C10352169BBA67B7A251A13E6F95FBE(L_2, L_3, /*hidden argument*/NULL); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_4 = L_2; LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE L_5 = ___keywordLineInfo1; NullCheck(L_4); L_4->set_lineInfo_10(L_5); LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE L_6 = ___systemLiteralLineInfo2; NullCheck(L_4); L_4->set_lineInfo2_11(L_6); return; } } // System.Void System.Xml.XmlTextReaderImpl::DtdParserProxy_OnPublicId(System.String,System.Xml.LineInfo,System.Xml.LineInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_DtdParserProxy_OnPublicId_m92D1DB1D7F1B15CD6B2452E68F3BDD8A262F8D4D (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, String_t* ___publicId0, LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE ___keywordLineInfo1, LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE ___publicLiteralLineInfo2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1F1BC4D23D8E5661364EBEC728BE303959F6CF91); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_index_11(); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_1; L_1 = XmlTextReaderImpl_AddAttributeNoChecks_m15120550CDBEF398D83CB3388A50308635552175(__this, _stringLiteral1F1BC4D23D8E5661364EBEC728BE303959F6CF91, ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1)), /*hidden argument*/NULL); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_2 = L_1; String_t* L_3 = ___publicId0; NullCheck(L_2); NodeData_SetValue_m813BE9ED3C10352169BBA67B7A251A13E6F95FBE(L_2, L_3, /*hidden argument*/NULL); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_4 = L_2; LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE L_5 = ___keywordLineInfo1; NullCheck(L_4); L_4->set_lineInfo_10(L_5); LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE L_6 = ___publicLiteralLineInfo2; NullCheck(L_4); L_4->set_lineInfo2_11(L_6); return; } } // System.Void System.Xml.XmlTextReaderImpl::Throw(System.Int32,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Throw_m99BA9DF92D5C5A33123969BE9CB234A9348F57D0 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, int32_t ___pos0, String_t* ___res1, String_t* ___arg2, const RuntimeMethod* method) { { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_0 = __this->get_address_of_ps_5(); int32_t L_1 = ___pos0; L_0->set_charPos_1(L_1); String_t* L_2 = ___res1; String_t* L_3 = ___arg2; XmlTextReaderImpl_Throw_m525EA9C97AE16F955F321A1915C6DBFD08C60213(__this, L_2, L_3, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextReaderImpl::Throw(System.Int32,System.String,System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Throw_m91C8F3D0C09D7D9FD52C52986C4D705C5DB5C0A5 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, int32_t ___pos0, String_t* ___res1, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___args2, const RuntimeMethod* method) { { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_0 = __this->get_address_of_ps_5(); int32_t L_1 = ___pos0; L_0->set_charPos_1(L_1); String_t* L_2 = ___res1; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_3 = ___args2; XmlTextReaderImpl_Throw_mB398B5E249CB4960F1C77E142379CD75C06AD144(__this, L_2, L_3, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextReaderImpl::Throw(System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Throw_m64FD15D7750F11BCA718303F4A7544BB79620CC6 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, int32_t ___pos0, String_t* ___res1, 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; } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_0 = __this->get_address_of_ps_5(); int32_t L_1 = ___pos0; L_0->set_charPos_1(L_1); String_t* L_2 = ___res1; String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); XmlTextReaderImpl_Throw_m525EA9C97AE16F955F321A1915C6DBFD08C60213(__this, L_2, L_3, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextReaderImpl::Throw(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Throw_mCD8CB19976D7CF68CE3A26E4D4771C0A44DA51E7 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, String_t* ___res0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___res0; String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); XmlTextReaderImpl_Throw_m525EA9C97AE16F955F321A1915C6DBFD08C60213(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextReaderImpl::Throw(System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Throw_m65AA5FCC6819DA0F359B5E46C4BB03D49E814E18 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, String_t* ___res0, int32_t ___lineNo1, int32_t ___linePos2, 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*)&XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___res0; String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); int32_t L_2 = ___lineNo1; int32_t L_3 = ___linePos2; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_4 = __this->get_address_of_ps_5(); String_t* L_5 = L_4->get_baseUriStr_13(); XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * L_6 = (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *)il2cpp_codegen_object_new(XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var); XmlException__ctor_mA08C48A3E6260E1CB28F4B47295ECE281D7C70CE(L_6, L_0, L_1, L_2, L_3, L_5, /*hidden argument*/NULL); XmlTextReaderImpl_Throw_m8C55972CB961484F2CA2D7C6BC2DEB753D531EBC(__this, L_6, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextReaderImpl::Throw(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Throw_m525EA9C97AE16F955F321A1915C6DBFD08C60213 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, String_t* ___res0, String_t* ___arg1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___res0; String_t* L_1 = ___arg1; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_2 = __this->get_address_of_ps_5(); int32_t L_3; L_3 = ParsingState_get_LineNo_m9C32240CFE61AE19697B7C9EFA5DE9B44D3C9610_inline((ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF *)L_2, /*hidden argument*/NULL); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_4 = __this->get_address_of_ps_5(); int32_t L_5; L_5 = ParsingState_get_LinePos_mB937EA68EFFA791C24EDC7C1DFFE45732EBFFD5C((ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF *)L_4, /*hidden argument*/NULL); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_6 = __this->get_address_of_ps_5(); String_t* L_7 = L_6->get_baseUriStr_13(); XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * L_8 = (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *)il2cpp_codegen_object_new(XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var); XmlException__ctor_mA08C48A3E6260E1CB28F4B47295ECE281D7C70CE(L_8, L_0, L_1, L_3, L_5, L_7, /*hidden argument*/NULL); XmlTextReaderImpl_Throw_m8C55972CB961484F2CA2D7C6BC2DEB753D531EBC(__this, L_8, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextReaderImpl::Throw(System.String,System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Throw_mCDCD058C95527345FED79ACB6F4D45D39696E14B (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, String_t* ___res0, String_t* ___arg1, int32_t ___lineNo2, int32_t ___linePos3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___res0; String_t* L_1 = ___arg1; int32_t L_2 = ___lineNo2; int32_t L_3 = ___linePos3; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_4 = __this->get_address_of_ps_5(); String_t* L_5 = L_4->get_baseUriStr_13(); XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * L_6 = (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *)il2cpp_codegen_object_new(XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var); XmlException__ctor_mA08C48A3E6260E1CB28F4B47295ECE281D7C70CE(L_6, L_0, L_1, L_2, L_3, L_5, /*hidden argument*/NULL); XmlTextReaderImpl_Throw_m8C55972CB961484F2CA2D7C6BC2DEB753D531EBC(__this, L_6, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextReaderImpl::Throw(System.String,System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Throw_mB398B5E249CB4960F1C77E142379CD75C06AD144 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, String_t* ___res0, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___args1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___res0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = ___args1; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_2 = __this->get_address_of_ps_5(); int32_t L_3; L_3 = ParsingState_get_LineNo_m9C32240CFE61AE19697B7C9EFA5DE9B44D3C9610_inline((ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF *)L_2, /*hidden argument*/NULL); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_4 = __this->get_address_of_ps_5(); int32_t L_5; L_5 = ParsingState_get_LinePos_mB937EA68EFFA791C24EDC7C1DFFE45732EBFFD5C((ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF *)L_4, /*hidden argument*/NULL); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_6 = __this->get_address_of_ps_5(); String_t* L_7 = L_6->get_baseUriStr_13(); XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * L_8 = (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *)il2cpp_codegen_object_new(XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var); XmlException__ctor_m4A3D0B32ECAF78CED628221C7F4F961C27115D27(L_8, L_0, L_1, L_3, L_5, L_7, /*hidden argument*/NULL); XmlTextReaderImpl_Throw_m8C55972CB961484F2CA2D7C6BC2DEB753D531EBC(__this, L_8, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextReaderImpl::Throw(System.String,System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Throw_m2E5B5A11A5A75EC1131000110CA41D6473DE90C1 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, String_t* ___res0, String_t* ___arg1, Exception_t * ___innerException2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___res0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)1); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2 = L_1; String_t* L_3 = ___arg1; NullCheck(L_2); ArrayElementTypeCheck (L_2, L_3); (L_2)->SetAt(static_cast(0), (String_t*)L_3); Exception_t * L_4 = ___innerException2; XmlTextReaderImpl_Throw_m90367B7A696F3454DE27D799E0449BF9D27D945D(__this, L_0, L_2, L_4, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextReaderImpl::Throw(System.String,System.String[],System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Throw_m90367B7A696F3454DE27D799E0449BF9D27D945D (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, String_t* ___res0, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___args1, Exception_t * ___innerException2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___res0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = ___args1; Exception_t * L_2 = ___innerException2; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_3 = __this->get_address_of_ps_5(); int32_t L_4; L_4 = ParsingState_get_LineNo_m9C32240CFE61AE19697B7C9EFA5DE9B44D3C9610_inline((ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF *)L_3, /*hidden argument*/NULL); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_5 = __this->get_address_of_ps_5(); int32_t L_6; L_6 = ParsingState_get_LinePos_mB937EA68EFFA791C24EDC7C1DFFE45732EBFFD5C((ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF *)L_5, /*hidden argument*/NULL); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_7 = __this->get_address_of_ps_5(); String_t* L_8 = L_7->get_baseUriStr_13(); XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * L_9 = (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *)il2cpp_codegen_object_new(XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var); XmlException__ctor_mE47A3D5DED55E0DB0683E5AEB4591BCFBC03731C(L_9, L_0, L_1, L_2, L_4, L_6, L_8, /*hidden argument*/NULL); XmlTextReaderImpl_Throw_m8C55972CB961484F2CA2D7C6BC2DEB753D531EBC(__this, L_9, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextReaderImpl::Throw(System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Throw_m8C55972CB961484F2CA2D7C6BC2DEB753D531EBC (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, Exception_t * ___e0, const RuntimeMethod* method) { XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * V_0 = NULL; { XmlTextReaderImpl_SetErrorState_m2BBA48784962323733C501123273AAB41BBA5D39(__this, /*hidden argument*/NULL); Exception_t * L_0 = ___e0; V_0 = ((XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *)IsInstClass((RuntimeObject*)L_0, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var)))); XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * L_1 = V_0; if (!L_1) { goto IL_0027; } } { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_2 = __this->get_curNode_10(); XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * L_3 = V_0; NullCheck(L_3); int32_t L_4; L_4 = XmlException_get_LineNumber_m1890569BD9643EAA7C65BBD9D4AFDD61F26D05FE_inline(L_3, /*hidden argument*/NULL); XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * L_5 = V_0; NullCheck(L_5); int32_t L_6; L_6 = XmlException_get_LinePosition_m14A930E44BC5663709B44694913BCB5E61BD5FDD_inline(L_5, /*hidden argument*/NULL); NullCheck(L_2); NodeData_SetLineInfo_mE0EAA0129B2C2DAB2C92AF78FBB2D5DA90A581E4(L_2, L_4, L_6, /*hidden argument*/NULL); } IL_0027: { Exception_t * L_7 = ___e0; IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlTextReaderImpl_Throw_m8C55972CB961484F2CA2D7C6BC2DEB753D531EBC_RuntimeMethod_var))); } } // System.Void System.Xml.XmlTextReaderImpl::ReThrow(System.Exception,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ReThrow_m22BC4C958FE0D0EEDB6D563B608C2CEF0777E1BB (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, Exception_t * ___e0, int32_t ___lineNo1, int32_t ___linePos2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Exception_t * L_0 = ___e0; NullCheck(L_0); String_t* L_1; L_1 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_0); int32_t L_2 = ___lineNo1; int32_t L_3 = ___linePos2; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_4 = __this->get_address_of_ps_5(); String_t* L_5 = L_4->get_baseUriStr_13(); XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * L_6 = (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *)il2cpp_codegen_object_new(XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var); XmlException__ctor_m69AC5BDB322F2F6A79D671CB2E262FD0C0482D7B(L_6, L_1, (Exception_t *)NULL, L_2, L_3, L_5, /*hidden argument*/NULL); XmlTextReaderImpl_Throw_m8C55972CB961484F2CA2D7C6BC2DEB753D531EBC(__this, L_6, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextReaderImpl::ThrowWithoutLineInfo(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ThrowWithoutLineInfo_mC0DB96228D4BE665077C34F7BC8547B4E5DCDC84 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, String_t* ___res0, 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*)&XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___res0; String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_2 = __this->get_address_of_ps_5(); String_t* L_3 = L_2->get_baseUriStr_13(); XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * L_4 = (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *)il2cpp_codegen_object_new(XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var); XmlException__ctor_m03CAEC2B479121570CA144795E7857BBB6411316(L_4, L_0, L_1, L_3, /*hidden argument*/NULL); XmlTextReaderImpl_Throw_m8C55972CB961484F2CA2D7C6BC2DEB753D531EBC(__this, L_4, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextReaderImpl::ThrowWithoutLineInfo(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ThrowWithoutLineInfo_m9241EDD2E2CEE414019DE43009564C61429FB30F (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, String_t* ___res0, String_t* ___arg1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___res0; String_t* L_1 = ___arg1; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_2 = __this->get_address_of_ps_5(); String_t* L_3 = L_2->get_baseUriStr_13(); XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * L_4 = (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *)il2cpp_codegen_object_new(XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var); XmlException__ctor_m03CAEC2B479121570CA144795E7857BBB6411316(L_4, L_0, L_1, L_3, /*hidden argument*/NULL); XmlTextReaderImpl_Throw_m8C55972CB961484F2CA2D7C6BC2DEB753D531EBC(__this, L_4, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextReaderImpl::ThrowWithoutLineInfo(System.String,System.String[],System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ThrowWithoutLineInfo_mE659B43C9166509EAAF8F60C3A532F058EB2671A (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, String_t* ___res0, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___args1, Exception_t * ___innerException2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___res0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = ___args1; Exception_t * L_2 = ___innerException2; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_3 = __this->get_address_of_ps_5(); String_t* L_4 = L_3->get_baseUriStr_13(); XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * L_5 = (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *)il2cpp_codegen_object_new(XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var); XmlException__ctor_mE47A3D5DED55E0DB0683E5AEB4591BCFBC03731C(L_5, L_0, L_1, L_2, 0, 0, L_4, /*hidden argument*/NULL); XmlTextReaderImpl_Throw_m8C55972CB961484F2CA2D7C6BC2DEB753D531EBC(__this, L_5, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextReaderImpl::ThrowInvalidChar(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ThrowInvalidChar_mDAFCD0B1E2B9F8AB3D99FF8A334B5D5C98EF3DFC (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___data0, int32_t ___length1, int32_t ___invCharPos2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral37FDAAF1C91F947734553260891C6678930EDDA0); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___invCharPos2; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_1 = ___data0; int32_t L_2 = ___length1; int32_t L_3 = ___invCharPos2; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_4; L_4 = XmlException_BuildCharExceptionArgs_mB9E03B298525C03F447F87E19BE6EA56EBB1A7E8(L_1, L_2, L_3, /*hidden argument*/NULL); XmlTextReaderImpl_Throw_m91C8F3D0C09D7D9FD52C52986C4D705C5DB5C0A5(__this, L_0, _stringLiteral37FDAAF1C91F947734553260891C6678930EDDA0, L_4, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextReaderImpl::SetErrorState() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_SetErrorState_m2BBA48784962323733C501123273AAB41BBA5D39 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { { __this->set_parsingFunction_6(((int32_t)10)); __this->set_readState_65(2); return; } } // System.Void System.Xml.XmlTextReaderImpl::SendValidationEvent(System.Xml.Schema.XmlSeverityType,System.String,System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_SendValidationEvent_m66B532075E235B0AA3270D9A9BED3079A469EFE1 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, int32_t ___severity0, String_t* ___code1, String_t* ___arg2, int32_t ___lineNo3, int32_t ___linePos4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___severity0; String_t* L_1 = ___code1; String_t* L_2 = ___arg2; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_3 = __this->get_address_of_ps_5(); String_t* L_4 = L_3->get_baseUriStr_13(); int32_t L_5 = ___lineNo3; int32_t L_6 = ___linePos4; XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * L_7 = (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA *)il2cpp_codegen_object_new(XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA_il2cpp_TypeInfo_var); XmlSchemaException__ctor_m5890CE9CE0F94EDCD9FE34AA8FC2CD169B493829(L_7, L_1, L_2, L_4, L_5, L_6, /*hidden argument*/NULL); XmlTextReaderImpl_SendValidationEvent_m2DABAECA144E3C85CAD015B2CDF0AB3C06A22E30(__this, L_0, L_7, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextReaderImpl::SendValidationEvent(System.Xml.Schema.XmlSeverityType,System.Xml.Schema.XmlSchemaException) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_SendValidationEvent_m2DABAECA144E3C85CAD015B2CDF0AB3C06A22E30 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, int32_t ___severity0, XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * ___exception1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IValidationEventHandling_t574D5D59A6C1707DB494A9F8AFB6A3DB3F0B64D1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_validationEventHandling_56(); if (!L_0) { goto IL_0015; } } { RuntimeObject* L_1 = __this->get_validationEventHandling_56(); XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * L_2 = ___exception1; int32_t L_3 = ___severity0; NullCheck(L_1); InterfaceActionInvoker2< Exception_t *, int32_t >::Invoke(0 /* System.Void System.Xml.IValidationEventHandling::SendEvent(System.Exception,System.Xml.Schema.XmlSeverityType) */, IValidationEventHandling_t574D5D59A6C1707DB494A9F8AFB6A3DB3F0B64D1_il2cpp_TypeInfo_var, L_1, L_2, L_3); } IL_0015: { return; } } // System.Boolean System.Xml.XmlTextReaderImpl::get_InAttributeValueIterator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_get_InAttributeValueIterator_mEE715B301E74FC2A83A83C87B59964A91F0572B9 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_attrCount_13(); if ((((int32_t)L_0) <= ((int32_t)0))) { goto IL_0017; } } { int32_t L_1 = __this->get_parsingFunction_6(); return (bool)((((int32_t)((((int32_t)L_1) < ((int32_t)((int32_t)22)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } IL_0017: { return (bool)0; } } // System.Void System.Xml.XmlTextReaderImpl::FinishAttributeValueIterator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_FinishAttributeValueIterator_m3782DD2A0CDB28A80150908098461A722D81D0F0 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * G_B10_0 = NULL; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * G_B9_0 = NULL; int32_t G_B11_0 = 0; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * G_B11_1 = NULL; { int32_t L_0 = __this->get_parsingFunction_6(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)23))))) { goto IL_0012; } } { XmlTextReaderImpl_FinishReadValueChunk_mEC90E666B5068440B2BDA6454FB1259E6A67D3A5(__this, /*hidden argument*/NULL); goto IL_0022; } IL_0012: { int32_t L_1 = __this->get_parsingFunction_6(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)24))))) { goto IL_0022; } } { XmlTextReaderImpl_FinishReadContentAsBinary_m62508DB8451C809D3F0EA63B98483F20CC572634(__this, /*hidden argument*/NULL); } IL_0022: { int32_t L_2 = __this->get_parsingFunction_6(); if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)22))))) { goto IL_006f; } } { goto IL_0036; } IL_002e: { bool L_3; L_3 = XmlTextReaderImpl_HandleEntityEnd_mE0EE13CC4A99B12B40B21FE160BB3B8BBE9735E4(__this, (bool)0, /*hidden argument*/NULL); } IL_0036: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_4 = __this->get_address_of_ps_5(); int32_t L_5 = L_4->get_entityId_18(); int32_t L_6 = __this->get_attributeValueBaseEntityId_54(); if ((!(((uint32_t)L_5) == ((uint32_t)L_6)))) { goto IL_002e; } } { __this->set_emptyEntityInAttributeResolved_55((bool)0); int32_t L_7 = __this->get_nextParsingFunction_7(); __this->set_parsingFunction_6(L_7); int32_t L_8 = __this->get_index_11(); G_B9_0 = __this; if ((((int32_t)L_8) > ((int32_t)0))) { G_B10_0 = __this; goto IL_0069; } } { G_B11_0 = 5; G_B11_1 = G_B9_0; goto IL_006a; } IL_0069: { G_B11_0 = 0; G_B11_1 = G_B10_0; } IL_006a: { NullCheck(G_B11_1); G_B11_1->set_nextParsingFunction_7(G_B11_0); } IL_006f: { return; } } // System.Boolean System.Xml.XmlTextReaderImpl::get_DtdValidation() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_get_DtdValidation_mB887E4A9F836838614B0049881F486385E7C22D3 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get_validationEventHandling_56(); return (bool)((!(((RuntimeObject*)(RuntimeObject*)L_0) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); } } // System.Void System.Xml.XmlTextReaderImpl::InitStreamInput(System.Uri,System.IO.Stream,System.Text.Encoding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_InitStreamInput_mC6D67F9E8863E1ECAE1F1572D8A94E83C5DD74DB (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___baseUri0, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream1, Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___encoding2, const RuntimeMethod* method) { { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_0 = ___baseUri0; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_1 = ___baseUri0; NullCheck(L_1); String_t* L_2; L_2 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_1); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_3 = ___stream1; Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_4 = ___encoding2; XmlTextReaderImpl_InitStreamInput_mA1DF76259609E56C6F1C4B3CBCE38ADD1BA7AFD1(__this, L_0, L_2, L_3, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL, 0, L_4, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextReaderImpl::InitStreamInput(System.Uri,System.String,System.IO.Stream,System.Text.Encoding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_InitStreamInput_mB3FDC528DC14483EFFEF0BEB71B1665EAE74F7A6 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___baseUri0, String_t* ___baseUriStr1, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream2, Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___encoding3, const RuntimeMethod* method) { { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_0 = ___baseUri0; String_t* L_1 = ___baseUriStr1; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_2 = ___stream2; Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_3 = ___encoding3; XmlTextReaderImpl_InitStreamInput_mA1DF76259609E56C6F1C4B3CBCE38ADD1BA7AFD1(__this, L_0, L_1, L_2, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL, 0, L_3, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextReaderImpl::InitStreamInput(System.Uri,System.String,System.IO.Stream,System.Byte[],System.Int32,System.Text.Encoding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_InitStreamInput_mA1DF76259609E56C6F1C4B3CBCE38ADD1BA7AFD1 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___baseUri0, String_t* ___baseUriStr1, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream2, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes3, int32_t ___byteCount4, Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___encoding5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_0 = __this->get_address_of_ps_5(); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_1 = ___stream2; L_0->set_stream_5(L_1); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_2 = __this->get_address_of_ps_5(); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_3 = ___baseUri0; L_2->set_baseUri_14(L_3); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_4 = __this->get_address_of_ps_5(); String_t* L_5 = ___baseUriStr1; L_4->set_baseUriStr_13(L_5); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___bytes3; if (!L_6) { goto IL_0052; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_7 = __this->get_address_of_ps_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = ___bytes3; L_7->set_bytes_7(L_8); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_9 = __this->get_address_of_ps_5(); int32_t L_10 = ___byteCount4; L_9->set_bytesUsed_9(L_10); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_11 = __this->get_address_of_ps_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = L_11->get_bytes_7(); NullCheck(L_12); V_0 = ((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length))); goto IL_00a4; } IL_0052: { LaterInitParam_t6670C77CB75356E7E47BBE3177DB78D355B0EFBF * L_13 = __this->get_laterInitParam_3(); if (!L_13) { goto IL_006f; } } { LaterInitParam_t6670C77CB75356E7E47BBE3177DB78D355B0EFBF * L_14 = __this->get_laterInitParam_3(); NullCheck(L_14); bool L_15 = L_14->get_useAsync_0(); if (!L_15) { goto IL_006f; } } { V_0 = ((int32_t)65536); goto IL_0076; } IL_006f: { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_16 = ___stream2; IL2CPP_RUNTIME_CLASS_INIT(XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138_il2cpp_TypeInfo_var); int32_t L_17; L_17 = XmlReader_CalcBufferSize_mB720D5DA6EBAB0581B495F1167C9473ED44F8F33(L_16, /*hidden argument*/NULL); V_0 = L_17; } IL_0076: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_18 = __this->get_address_of_ps_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19 = L_18->get_bytes_7(); if (!L_19) { goto IL_0093; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_20 = __this->get_address_of_ps_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_21 = L_20->get_bytes_7(); NullCheck(L_21); int32_t L_22 = V_0; if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_21)->max_length)))) >= ((int32_t)L_22))) { goto IL_00a4; } } IL_0093: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_23 = __this->get_address_of_ps_5(); int32_t L_24 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_25 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_24); L_23->set_bytes_7(L_25); } IL_00a4: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_26 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_27 = L_26->get_chars_0(); if (!L_27) { goto IL_00c3; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_28 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_29 = L_28->get_chars_0(); NullCheck(L_29); int32_t L_30 = V_0; if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_29)->max_length)))) >= ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1))))) { goto IL_00d6; } } IL_00c3: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_31 = __this->get_address_of_ps_5(); int32_t L_32 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_33 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1))); L_31->set_chars_0(L_33); } IL_00d6: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_34 = __this->get_address_of_ps_5(); L_34->set_bytePos_8(0); goto IL_013e; } IL_00e4: { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_35 = ___stream2; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_36 = __this->get_address_of_ps_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_37 = L_36->get_bytes_7(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_38 = __this->get_address_of_ps_5(); int32_t L_39 = L_38->get_bytesUsed_9(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_40 = __this->get_address_of_ps_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_41 = L_40->get_bytes_7(); NullCheck(L_41); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_42 = __this->get_address_of_ps_5(); int32_t L_43 = L_42->get_bytesUsed_9(); NullCheck(L_35); int32_t L_44; L_44 = VirtualFuncInvoker3< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(30 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_35, L_37, L_39, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_41)->max_length))), (int32_t)L_43))); V_4 = L_44; int32_t L_45 = V_4; if (L_45) { goto IL_012d; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_46 = __this->get_address_of_ps_5(); L_46->set_isStreamEof_16((bool)1); goto IL_016b; } IL_012d: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_47 = __this->get_address_of_ps_5(); int32_t* L_48 = L_47->get_address_of_bytesUsed_9(); int32_t* L_49 = L_48; int32_t L_50 = *((int32_t*)L_49); int32_t L_51 = V_4; *((int32_t*)L_49) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)L_51)); } IL_013e: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_52 = __this->get_address_of_ps_5(); int32_t L_53 = L_52->get_bytesUsed_9(); if ((((int32_t)L_53) >= ((int32_t)4))) { goto IL_016b; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_54 = __this->get_address_of_ps_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_55 = L_54->get_bytes_7(); NullCheck(L_55); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_56 = __this->get_address_of_ps_5(); int32_t L_57 = L_56->get_bytesUsed_9(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_55)->max_length))), (int32_t)L_57))) > ((int32_t)0))) { goto IL_00e4; } } IL_016b: { Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_58 = ___encoding5; if (L_58) { goto IL_0177; } } { Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_59; L_59 = XmlTextReaderImpl_DetectEncoding_mEA6159AA82FC94A8E472E2D87CDA022F3EEFD38C(__this, /*hidden argument*/NULL); ___encoding5 = L_59; } IL_0177: { Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_60 = ___encoding5; XmlTextReaderImpl_SetupEncoding_m3314EC8924B8475C25D4AC041781A9A391234F06(__this, L_60, /*hidden argument*/NULL); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_61 = __this->get_address_of_ps_5(); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_62 = L_61->get_encoding_3(); NullCheck(L_62); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_63; L_63 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(6 /* System.Byte[] System.Text.Encoding::GetPreamble() */, L_62); V_1 = L_63; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_64 = V_1; NullCheck(L_64); V_2 = ((int32_t)((int32_t)(((RuntimeArray*)L_64)->max_length))); V_3 = 0; goto IL_01ae; } IL_0198: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_65 = __this->get_address_of_ps_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_66 = L_65->get_bytes_7(); int32_t L_67 = V_3; NullCheck(L_66); int32_t L_68 = L_67; uint8_t L_69 = (L_66)->GetAt(static_cast(L_68)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_70 = V_1; int32_t L_71 = V_3; NullCheck(L_70); int32_t L_72 = L_71; uint8_t L_73 = (L_70)->GetAt(static_cast(L_72)); if ((!(((uint32_t)L_69) == ((uint32_t)L_73)))) { goto IL_01c0; } } { int32_t L_74 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_74, (int32_t)1)); } IL_01ae: { int32_t L_75 = V_3; int32_t L_76 = V_2; if ((((int32_t)L_75) >= ((int32_t)L_76))) { goto IL_01c0; } } { int32_t L_77 = V_3; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_78 = __this->get_address_of_ps_5(); int32_t L_79 = L_78->get_bytesUsed_9(); if ((((int32_t)L_77) < ((int32_t)L_79))) { goto IL_0198; } } IL_01c0: { int32_t L_80 = V_3; int32_t L_81 = V_2; if ((!(((uint32_t)L_80) == ((uint32_t)L_81)))) { goto IL_01d0; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_82 = __this->get_address_of_ps_5(); int32_t L_83 = V_2; L_82->set_bytePos_8(L_83); } IL_01d0: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_84 = __this->get_address_of_ps_5(); int32_t L_85 = L_84->get_bytePos_8(); __this->set_documentStartBytePos_68(L_85); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_86 = __this->get_address_of_ps_5(); bool L_87 = __this->get_normalize_23(); L_86->set_eolNormalized_19((bool)((((int32_t)L_87) == ((int32_t)0))? 1 : 0)); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_88 = __this->get_address_of_ps_5(); L_88->set_appendMode_4((bool)1); int32_t L_89; L_89 = XmlTextReaderImpl_ReadData_m30A9B855279BE3BBC531BB50D5DCE4B903AF0512(__this, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextReaderImpl::InitTextReaderInput(System.String,System.IO.TextReader) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_InitTextReaderInput_m6335BFE9952794DC767A07433984C0404B29A5C1 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, String_t* ___baseUriStr0, TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * ___input1, const RuntimeMethod* method) { { String_t* L_0 = ___baseUriStr0; TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * L_1 = ___input1; XmlTextReaderImpl_InitTextReaderInput_m39047ED31432D54109E9E1D9C7BC5F2AC6050780(__this, L_0, (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)NULL, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextReaderImpl::InitTextReaderInput(System.String,System.Uri,System.IO.TextReader) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_InitTextReaderInput_m39047ED31432D54109E9E1D9C7BC5F2AC6050780 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, String_t* ___baseUriStr0, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___baseUri1, TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * ___input2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_0 = __this->get_address_of_ps_5(); TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * L_1 = ___input2; L_0->set_textReader_10(L_1); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_2 = __this->get_address_of_ps_5(); String_t* L_3 = ___baseUriStr0; L_2->set_baseUriStr_13(L_3); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_4 = __this->get_address_of_ps_5(); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_5 = ___baseUri1; L_4->set_baseUri_14(L_5); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_6 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_7 = L_6->get_chars_0(); if (L_7) { goto IL_0072; } } { LaterInitParam_t6670C77CB75356E7E47BBE3177DB78D355B0EFBF * L_8 = __this->get_laterInitParam_3(); if (!L_8) { goto IL_005d; } } { LaterInitParam_t6670C77CB75356E7E47BBE3177DB78D355B0EFBF * L_9 = __this->get_laterInitParam_3(); NullCheck(L_9); bool L_10 = L_9->get_useAsync_0(); if (!L_10) { goto IL_005d; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_11 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_12 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)((int32_t)65537)); L_11->set_chars_0(L_12); goto IL_0072; } IL_005d: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_13 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_14 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)((int32_t)4097)); L_13->set_chars_0(L_14); } IL_0072: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_15 = __this->get_address_of_ps_5(); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_16; L_16 = Encoding_get_Unicode_mB0C6AE1F91373CEB8A5BC5466F6B8F92C0A398B9(/*hidden argument*/NULL); L_15->set_encoding_3(L_16); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_17 = __this->get_address_of_ps_5(); bool L_18 = __this->get_normalize_23(); L_17->set_eolNormalized_19((bool)((((int32_t)L_18) == ((int32_t)0))? 1 : 0)); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_19 = __this->get_address_of_ps_5(); L_19->set_appendMode_4((bool)1); int32_t L_20; L_20 = XmlTextReaderImpl_ReadData_m30A9B855279BE3BBC531BB50D5DCE4B903AF0512(__this, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextReaderImpl::InitStringInput(System.String,System.Text.Encoding,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_InitStringInput_m60D461D7FBB8CBE814FF5B63BF0024445FAE4CF6 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, String_t* ___baseUriStr0, Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___originalEncoding1, String_t* ___str2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_0 = __this->get_address_of_ps_5(); String_t* L_1 = ___baseUriStr0; L_0->set_baseUriStr_13(L_1); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_2 = __this->get_address_of_ps_5(); L_2->set_baseUri_14((Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)NULL); String_t* L_3 = ___str2; NullCheck(L_3); int32_t L_4; L_4 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_3, /*hidden argument*/NULL); V_0 = L_4; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_5 = __this->get_address_of_ps_5(); int32_t L_6 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_7 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1))); L_5->set_chars_0(L_7); String_t* L_8 = ___str2; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_9 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_10 = L_9->get_chars_0(); String_t* L_11 = ___str2; NullCheck(L_11); int32_t L_12; L_12 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_11, /*hidden argument*/NULL); NullCheck(L_8); String_CopyTo_mF77EF8D4E5ABBD2AB7F509FFE9C0C70DC15A27E1(L_8, 0, L_10, 0, L_12, /*hidden argument*/NULL); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_13 = __this->get_address_of_ps_5(); int32_t L_14 = V_0; L_13->set_charsUsed_2(L_14); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_15 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_16 = L_15->get_chars_0(); int32_t L_17 = V_0; NullCheck(L_16); (L_16)->SetAt(static_cast(L_17), (Il2CppChar)0); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_18 = __this->get_address_of_ps_5(); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_19 = ___originalEncoding1; L_18->set_encoding_3(L_19); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_20 = __this->get_address_of_ps_5(); bool L_21 = __this->get_normalize_23(); L_20->set_eolNormalized_19((bool)((((int32_t)L_21) == ((int32_t)0))? 1 : 0)); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_22 = __this->get_address_of_ps_5(); L_22->set_isEof_15((bool)1); return; } } // System.Void System.Xml.XmlTextReaderImpl::InitFragmentReader(System.Xml.XmlNodeType,System.Xml.XmlParserContext,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_InitFragmentReader_mEF2D9E4078C3173B62868780B37399A548782C7D (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, int32_t ___fragmentType0, XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * ___parserContext1, bool ___allowXmlDeclFragment2, 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*)&XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlNodeType_t6202952ADDE08339EF2AAC42CE97C84E99AC5D81_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8D96BC4C9C4D627F523AF7B934DE107E1359C50F); s_Il2CppMethodInitialized = true; } { XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * L_0 = ___parserContext1; __this->set_fragmentParserContext_46(L_0); XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * L_1 = ___parserContext1; if (!L_1) { goto IL_0090; } } { XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * L_2 = ___parserContext1; NullCheck(L_2); XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_3; L_3 = XmlParserContext_get_NamespaceManager_m9DF0655B59F937EEE2C2ABC8E8B7067AA14A010E_inline(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_003e; } } { XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * L_4 = ___parserContext1; NullCheck(L_4); XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_5; L_5 = XmlParserContext_get_NamespaceManager_m9DF0655B59F937EEE2C2ABC8E8B7067AA14A010E_inline(L_4, /*hidden argument*/NULL); __this->set_namespaceManager_37(L_5); XmlContext_tAC94E49A4625E1E5BDD6390576509760DD2A162D * L_6 = __this->get_xmlContext_39(); XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_7 = __this->get_namespaceManager_37(); String_t* L_8 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); NullCheck(L_7); String_t* L_9; L_9 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(14 /* System.String System.Xml.XmlNamespaceManager::LookupNamespace(System.String) */, L_7, L_8); NullCheck(L_6); L_6->set_defaultNamespace_2(L_9); goto IL_004f; } IL_003e: { XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_10 = __this->get_nameTable_19(); XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_11 = (XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 *)il2cpp_codegen_object_new(XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465_il2cpp_TypeInfo_var); XmlNamespaceManager__ctor_m644ECD044F339BFAB6C580569F28E87B03740A6C(L_11, L_10, /*hidden argument*/NULL); __this->set_namespaceManager_37(L_11); } IL_004f: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_12 = __this->get_address_of_ps_5(); XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * L_13 = ___parserContext1; NullCheck(L_13); String_t* L_14; L_14 = XmlParserContext_get_BaseURI_mDC9771AD1C8F20ABB620B6B8FB05FF8588DEB4E4_inline(L_13, /*hidden argument*/NULL); L_12->set_baseUriStr_13(L_14); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_15 = __this->get_address_of_ps_5(); L_15->set_baseUri_14((Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)NULL); XmlContext_tAC94E49A4625E1E5BDD6390576509760DD2A162D * L_16 = __this->get_xmlContext_39(); XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * L_17 = ___parserContext1; NullCheck(L_17); String_t* L_18; L_18 = XmlParserContext_get_XmlLang_m348DEB5C3F10F1151AE3E5C74AE7E1633420A332_inline(L_17, /*hidden argument*/NULL); NullCheck(L_16); L_16->set_xmlLang_1(L_18); XmlContext_tAC94E49A4625E1E5BDD6390576509760DD2A162D * L_19 = __this->get_xmlContext_39(); XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * L_20 = ___parserContext1; NullCheck(L_20); int32_t L_21; L_21 = XmlParserContext_get_XmlSpace_m727BCF0B2A1CF614406EC7AB92BE74F411994F82_inline(L_20, /*hidden argument*/NULL); NullCheck(L_19); L_19->set_xmlSpace_0(L_21); goto IL_00bd; } IL_0090: { XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_22 = __this->get_nameTable_19(); XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_23 = (XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 *)il2cpp_codegen_object_new(XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465_il2cpp_TypeInfo_var); XmlNamespaceManager__ctor_m644ECD044F339BFAB6C580569F28E87B03740A6C(L_23, L_22, /*hidden argument*/NULL); __this->set_namespaceManager_37(L_23); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_24 = __this->get_address_of_ps_5(); String_t* L_25 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); L_24->set_baseUriStr_13(L_25); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_26 = __this->get_address_of_ps_5(); L_26->set_baseUri_14((Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)NULL); } IL_00bd: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_27 = __this->get_address_of_ps_5(); String_t* L_28 = L_27->get_baseUriStr_13(); __this->set_reportedBaseUri_42(L_28); int32_t L_29 = ___fragmentType0; if ((((int32_t)L_29) > ((int32_t)2))) { goto IL_00dc; } } { int32_t L_30 = ___fragmentType0; if ((((int32_t)L_30) == ((int32_t)1))) { goto IL_0105; } } { int32_t L_31 = ___fragmentType0; if ((((int32_t)L_31) == ((int32_t)2))) { goto IL_00e8; } } { goto IL_012e; } IL_00dc: { int32_t L_32 = ___fragmentType0; if ((((int32_t)L_32) == ((int32_t)((int32_t)9)))) { goto IL_0147; } } { int32_t L_33 = ___fragmentType0; if ((((int32_t)L_33) == ((int32_t)((int32_t)17)))) { goto IL_010e; } } { goto IL_012e; } IL_00e8: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_34 = __this->get_address_of_ps_5(); L_34->set_appendMode_4((bool)0); __this->set_parsingFunction_6(3); __this->set_nextParsingFunction_7(((int32_t)15)); goto IL_0147; } IL_0105: { __this->set_nextParsingFunction_7(5); goto IL_0147; } IL_010e: { bool L_35 = ___allowXmlDeclFragment2; if (!L_35) { goto IL_012e; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_36 = __this->get_address_of_ps_5(); L_36->set_appendMode_4((bool)0); __this->set_parsingFunction_6(3); __this->set_nextParsingFunction_7(((int32_t)19)); goto IL_0147; } IL_012e: { RuntimeObject * L_37 = Box(XmlNodeType_t6202952ADDE08339EF2AAC42CE97C84E99AC5D81_il2cpp_TypeInfo_var, (&___fragmentType0)); NullCheck(L_37); String_t* L_38; L_38 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_37); ___fragmentType0 = *(int32_t*)UnBox(L_37); XmlTextReaderImpl_Throw_m525EA9C97AE16F955F321A1915C6DBFD08C60213(__this, _stringLiteral8D96BC4C9C4D627F523AF7B934DE107E1359C50F, L_38, /*hidden argument*/NULL); return; } IL_0147: { int32_t L_39 = ___fragmentType0; __this->set_fragmentType_45(L_39); __this->set_fragment_47((bool)1); return; } } // System.Void System.Xml.XmlTextReaderImpl::ProcessDtdFromParserContext(System.Xml.XmlParserContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ProcessDtdFromParserContext_m98B8AD6299D4789D695938B5CD15717AAC3EA887 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * ___context0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral982749A67A420D262D8B02D1D5E75C097587CD3A); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = __this->get_dtdProcessing_26(); V_0 = L_0; int32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_001a; } case 1: { goto IL_002c; } case 2: { goto IL_0026; } } } { return; } IL_001a: { XmlTextReaderImpl_ThrowWithoutLineInfo_mC0DB96228D4BE665077C34F7BC8547B4E5DCDC84(__this, _stringLiteral982749A67A420D262D8B02D1D5E75C097587CD3A, /*hidden argument*/NULL); return; } IL_0026: { XmlTextReaderImpl_ParseDtdFromParserContext_mE7911E74921E5C976A2B8D64B61AAE9A751D41BC(__this, /*hidden argument*/NULL); } IL_002c: { return; } } // System.Void System.Xml.XmlTextReaderImpl::OpenUrl() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_OpenUrl_m50418E2823982C25241F95D719866AC2DEF47787 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7EBD7E5381F20CF05FF54841BB8BD75F2397E0CA); s_Il2CppMethodInitialized = true; } XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * V_0 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * L_0; L_0 = XmlTextReaderImpl_GetTempResolver_m83E26D965D71B65E0B78FB515F1D4EB7A9F30D98(__this, /*hidden argument*/NULL); V_0 = L_0; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_1 = __this->get_address_of_ps_5(); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_2 = L_1->get_baseUri_14(); IL2CPP_RUNTIME_CLASS_INIT(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); bool L_3; L_3 = Uri_op_Inequality_m3B3733CAA19866A20EF76A772B368EFB5FC89A4F(L_2, (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)NULL, /*hidden argument*/NULL); if (L_3) { goto IL_004d; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_4 = __this->get_address_of_ps_5(); XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * L_5 = V_0; String_t* L_6 = __this->get_url_22(); NullCheck(L_5); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_7; L_7 = VirtualFuncInvoker2< Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *, String_t* >::Invoke(5 /* System.Uri System.Xml.XmlResolver::ResolveUri(System.Uri,System.String) */, L_5, (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)NULL, L_6); L_4->set_baseUri_14(L_7); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_8 = __this->get_address_of_ps_5(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_9 = __this->get_address_of_ps_5(); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_10 = L_9->get_baseUri_14(); NullCheck(L_10); String_t* L_11; L_11 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_10); L_8->set_baseUriStr_13(L_11); } IL_004d: { } IL_004e: try {// begin try (depth: 1) XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * L_12 = V_0; XmlTextReaderImpl_OpenUrlDelegate_m78E508475F558F54A573BA01BE80C6981DB2690E(__this, L_12, /*hidden argument*/NULL); goto IL_0060; }// 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) XmlTextReaderImpl_SetErrorState_m2BBA48784962323733C501123273AAB41BBA5D39(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlTextReaderImpl_OpenUrl_m50418E2823982C25241F95D719866AC2DEF47787_RuntimeMethod_var))); }// end catch (depth: 1) IL_0060: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_13 = __this->get_address_of_ps_5(); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_14 = L_13->get_stream_5(); if (L_14) { goto IL_0083; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_15 = __this->get_address_of_ps_5(); String_t* L_16 = L_15->get_baseUriStr_13(); XmlTextReaderImpl_ThrowWithoutLineInfo_m9241EDD2E2CEE414019DE43009564C61429FB30F(__this, _stringLiteral7EBD7E5381F20CF05FF54841BB8BD75F2397E0CA, L_16, /*hidden argument*/NULL); } IL_0083: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_17 = __this->get_address_of_ps_5(); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_18 = L_17->get_baseUri_14(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_19 = __this->get_address_of_ps_5(); String_t* L_20 = L_19->get_baseUriStr_13(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_21 = __this->get_address_of_ps_5(); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_22 = L_21->get_stream_5(); XmlTextReaderImpl_InitStreamInput_mB3FDC528DC14483EFFEF0BEB71B1665EAE74F7A6(__this, L_18, L_20, L_22, (Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 *)NULL, /*hidden argument*/NULL); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_23 = __this->get_address_of_ps_5(); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_24 = L_23->get_encoding_3(); __this->set_reportedEncoding_43(L_24); return; } } // System.Void System.Xml.XmlTextReaderImpl::OpenUrlDelegate(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_OpenUrlDelegate_m78E508475F558F54A573BA01BE80C6981DB2690E (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, RuntimeObject * ___xmlResolver0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_0 = __this->get_address_of_ps_5(); XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * L_1; L_1 = XmlTextReaderImpl_GetTempResolver_m83E26D965D71B65E0B78FB515F1D4EB7A9F30D98(__this, /*hidden argument*/NULL); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_2 = __this->get_address_of_ps_5(); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_3 = L_2->get_baseUri_14(); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_4 = { reinterpret_cast (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_5; L_5 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_4, /*hidden argument*/NULL); NullCheck(L_1); RuntimeObject * L_6; L_6 = VirtualFuncInvoker3< RuntimeObject *, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *, String_t*, Type_t * >::Invoke(4 /* System.Object System.Xml.XmlResolver::GetEntity(System.Uri,System.String,System.Type) */, L_1, L_3, (String_t*)NULL, L_5); L_0->set_stream_5(((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)CastclassClass((RuntimeObject*)L_6, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var))); return; } } // System.Text.Encoding System.Xml.XmlTextReaderImpl::DetectEncoding() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * XmlTextReaderImpl_DetectEncoding_mEA6159AA82FC94A8E472E2D87CDA022F3EEFD38C (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UTF8Encoding_t6EE88BC62116B5328F6CF4E39C9CC49EED2ED282_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral77F4DA4A27A2604AE091F96D9703D92D3E929C3B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB603F7761557E583DBBFB1003B4DE31A31F87868); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t G_B5_0 = 0; { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_0 = __this->get_address_of_ps_5(); int32_t L_1 = L_0->get_bytesUsed_9(); if ((((int32_t)L_1) >= ((int32_t)2))) { goto IL_0010; } } { return (Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 *)NULL; } IL_0010: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_2 = __this->get_address_of_ps_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = L_2->get_bytes_7(); NullCheck(L_3); int32_t L_4 = 0; uint8_t L_5 = (L_3)->GetAt(static_cast(L_4)); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_6 = __this->get_address_of_ps_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = L_6->get_bytes_7(); NullCheck(L_7); int32_t L_8 = 1; uint8_t L_9 = (L_7)->GetAt(static_cast(L_8)); V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)L_5<<(int32_t)8))|(int32_t)L_9)); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_10 = __this->get_address_of_ps_5(); int32_t L_11 = L_10->get_bytesUsed_9(); if ((((int32_t)L_11) >= ((int32_t)4))) { goto IL_003f; } } { G_B5_0 = 0; goto IL_005c; } IL_003f: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_12 = __this->get_address_of_ps_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = L_12->get_bytes_7(); NullCheck(L_13); int32_t L_14 = 2; uint8_t L_15 = (L_13)->GetAt(static_cast(L_14)); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_16 = __this->get_address_of_ps_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = L_16->get_bytes_7(); NullCheck(L_17); int32_t L_18 = 3; uint8_t L_19 = (L_17)->GetAt(static_cast(L_18)); G_B5_0 = ((int32_t)((int32_t)((int32_t)((int32_t)L_15<<(int32_t)8))|(int32_t)L_19)); } IL_005c: { V_1 = G_B5_0; int32_t L_20 = V_0; if ((((int32_t)L_20) > ((int32_t)((int32_t)15360)))) { goto IL_0080; } } { int32_t L_21 = V_0; if (!L_21) { goto IL_00b8; } } { int32_t L_22 = V_0; if ((((int32_t)L_22) == ((int32_t)((int32_t)60)))) { goto IL_012c; } } { int32_t L_23 = V_0; if ((((int32_t)L_23) == ((int32_t)((int32_t)15360)))) { goto IL_011d; } } { goto IL_016b; } IL_0080: { int32_t L_24 = V_0; if ((((int32_t)L_24) > ((int32_t)((int32_t)61371)))) { goto IL_00a3; } } { int32_t L_25 = V_0; if ((((int32_t)L_25) == ((int32_t)((int32_t)19567)))) { goto IL_013b; } } { int32_t L_26 = V_0; if ((((int32_t)L_26) == ((int32_t)((int32_t)61371)))) { goto IL_0155; } } { goto IL_016b; } IL_00a3: { int32_t L_27 = V_0; if ((((int32_t)L_27) == ((int32_t)((int32_t)65279)))) { goto IL_00ff; } } { int32_t L_28 = V_0; if ((((int32_t)L_28) == ((int32_t)((int32_t)65534)))) { goto IL_010e; } } { goto IL_016b; } IL_00b8: { int32_t L_29 = V_1; if ((((int32_t)L_29) > ((int32_t)((int32_t)15360)))) { goto IL_00d2; } } { int32_t L_30 = V_1; if ((((int32_t)L_30) == ((int32_t)((int32_t)60)))) { goto IL_00ed; } } { int32_t L_31 = V_1; if ((((int32_t)L_31) == ((int32_t)((int32_t)15360)))) { goto IL_00f9; } } { goto IL_016b; } IL_00d2: { int32_t L_32 = V_1; if ((((int32_t)L_32) == ((int32_t)((int32_t)65279)))) { goto IL_00e7; } } { int32_t L_33 = V_1; if ((((int32_t)L_33) == ((int32_t)((int32_t)65534)))) { goto IL_00f3; } } { goto IL_016b; } IL_00e7: { Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_34; L_34 = Ucs4Encoding_get_UCS4_Bigendian_m28FE115B9F64F84C6224535229AD8881803C5DEC(/*hidden argument*/NULL); return L_34; } IL_00ed: { Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_35; L_35 = Ucs4Encoding_get_UCS4_Bigendian_m28FE115B9F64F84C6224535229AD8881803C5DEC(/*hidden argument*/NULL); return L_35; } IL_00f3: { Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_36; L_36 = Ucs4Encoding_get_UCS4_2143_mEF4A6D35604EC762958DF5FCE1228331BD7C89DC(/*hidden argument*/NULL); return L_36; } IL_00f9: { Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_37; L_37 = Ucs4Encoding_get_UCS4_2143_mEF4A6D35604EC762958DF5FCE1228331BD7C89DC(/*hidden argument*/NULL); return L_37; } IL_00ff: { int32_t L_38 = V_1; if (L_38) { goto IL_0108; } } { Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_39; L_39 = Ucs4Encoding_get_UCS4_3412_m7262670B0A64848A5390558D0FA06DDCDF507751(/*hidden argument*/NULL); return L_39; } IL_0108: { Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_40; L_40 = Encoding_get_BigEndianUnicode_m71CA7A5CD5AE233986B4DC9689C0CC458F64B506(/*hidden argument*/NULL); return L_40; } IL_010e: { int32_t L_41 = V_1; if (L_41) { goto IL_0117; } } { Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_42; L_42 = Ucs4Encoding_get_UCS4_Littleendian_m5A352AB74F99DF246196607BD0222F8423367A3F(/*hidden argument*/NULL); return L_42; } IL_0117: { Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_43; L_43 = Encoding_get_Unicode_mB0C6AE1F91373CEB8A5BC5466F6B8F92C0A398B9(/*hidden argument*/NULL); return L_43; } IL_011d: { int32_t L_44 = V_1; if (L_44) { goto IL_0126; } } { Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_45; L_45 = Ucs4Encoding_get_UCS4_Littleendian_m5A352AB74F99DF246196607BD0222F8423367A3F(/*hidden argument*/NULL); return L_45; } IL_0126: { Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_46; L_46 = Encoding_get_Unicode_mB0C6AE1F91373CEB8A5BC5466F6B8F92C0A398B9(/*hidden argument*/NULL); return L_46; } IL_012c: { int32_t L_47 = V_1; if (L_47) { goto IL_0135; } } { Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_48; L_48 = Ucs4Encoding_get_UCS4_3412_m7262670B0A64848A5390558D0FA06DDCDF507751(/*hidden argument*/NULL); return L_48; } IL_0135: { Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_49; L_49 = Encoding_get_BigEndianUnicode_m71CA7A5CD5AE233986B4DC9689C0CC458F64B506(/*hidden argument*/NULL); return L_49; } IL_013b: { int32_t L_50 = V_1; if ((!(((uint32_t)L_50) == ((uint32_t)((int32_t)42900))))) { goto IL_016b; } } { XmlTextReaderImpl_Throw_m525EA9C97AE16F955F321A1915C6DBFD08C60213(__this, _stringLiteral77F4DA4A27A2604AE091F96D9703D92D3E929C3B, _stringLiteralB603F7761557E583DBBFB1003B4DE31A31F87868, /*hidden argument*/NULL); goto IL_016b; } IL_0155: { int32_t L_51 = V_1; if ((!(((uint32_t)((int32_t)((int32_t)L_51&(int32_t)((int32_t)65280)))) == ((uint32_t)((int32_t)48896))))) { goto IL_016b; } } { UTF8Encoding_t6EE88BC62116B5328F6CF4E39C9CC49EED2ED282 * L_52 = (UTF8Encoding_t6EE88BC62116B5328F6CF4E39C9CC49EED2ED282 *)il2cpp_codegen_object_new(UTF8Encoding_t6EE88BC62116B5328F6CF4E39C9CC49EED2ED282_il2cpp_TypeInfo_var); UTF8Encoding__ctor_mD752778085A353529AF03841383E5603FE556449(L_52, (bool)1, (bool)1, /*hidden argument*/NULL); return L_52; } IL_016b: { return (Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 *)NULL; } } // System.Void System.Xml.XmlTextReaderImpl::SetupEncoding(System.Text.Encoding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_SetupEncoding_m3314EC8924B8475C25D4AC041781A9A391234F06 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___encoding0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SafeAsciiDecoder_tCD1ACB5604E6CFBC5F4738EEDCF5EA3A9EA957EF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UTF16Decoder_tED77395ADA08EB3DA24122941C05DA02EA6F19E4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3915A096ACD919832A1C4E84ABDC7D6F6B72630D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC32EB74E6CF2D3CD9BDC7BEEB45FE8C6413C1E6E); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_0 = ___encoding0; if (L_0) { goto IL_0024; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_1 = __this->get_address_of_ps_5(); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_2; L_2 = Encoding_get_UTF8_mC877FB3137BBD566AEE7B15F9BF61DC4EF8F5E5E(/*hidden argument*/NULL); L_1->set_encoding_3(L_2); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_3 = __this->get_address_of_ps_5(); SafeAsciiDecoder_tCD1ACB5604E6CFBC5F4738EEDCF5EA3A9EA957EF * L_4 = (SafeAsciiDecoder_tCD1ACB5604E6CFBC5F4738EEDCF5EA3A9EA957EF *)il2cpp_codegen_object_new(SafeAsciiDecoder_tCD1ACB5604E6CFBC5F4738EEDCF5EA3A9EA957EF_il2cpp_TypeInfo_var); SafeAsciiDecoder__ctor_mB033A0469DC80F12A41C799789A73D22176D183D(L_4, /*hidden argument*/NULL); L_3->set_decoder_6(L_4); return; } IL_0024: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_5 = __this->get_address_of_ps_5(); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_6 = ___encoding0; L_5->set_encoding_3(L_6); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_7 = __this->get_address_of_ps_5(); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_8 = L_7->get_encoding_3(); NullCheck(L_8); String_t* L_9; L_9 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Text.Encoding::get_WebName() */, L_8); V_0 = L_9; String_t* L_10 = V_0; bool L_11; L_11 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_10, _stringLiteral3915A096ACD919832A1C4E84ABDC7D6F6B72630D, /*hidden argument*/NULL); if (L_11) { goto IL_005d; } } { String_t* L_12 = V_0; bool L_13; L_13 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_12, _stringLiteralC32EB74E6CF2D3CD9BDC7BEEB45FE8C6413C1E6E, /*hidden argument*/NULL); if (L_13) { goto IL_006f; } } { goto IL_0081; } IL_005d: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_14 = __this->get_address_of_ps_5(); UTF16Decoder_tED77395ADA08EB3DA24122941C05DA02EA6F19E4 * L_15 = (UTF16Decoder_tED77395ADA08EB3DA24122941C05DA02EA6F19E4 *)il2cpp_codegen_object_new(UTF16Decoder_tED77395ADA08EB3DA24122941C05DA02EA6F19E4_il2cpp_TypeInfo_var); UTF16Decoder__ctor_m3FEE8A11E34E84E86E8FF3B2670F5477A68E44B9(L_15, (bool)0, /*hidden argument*/NULL); L_14->set_decoder_6(L_15); return; } IL_006f: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_16 = __this->get_address_of_ps_5(); UTF16Decoder_tED77395ADA08EB3DA24122941C05DA02EA6F19E4 * L_17 = (UTF16Decoder_tED77395ADA08EB3DA24122941C05DA02EA6F19E4 *)il2cpp_codegen_object_new(UTF16Decoder_tED77395ADA08EB3DA24122941C05DA02EA6F19E4_il2cpp_TypeInfo_var); UTF16Decoder__ctor_m3FEE8A11E34E84E86E8FF3B2670F5477A68E44B9(L_17, (bool)1, /*hidden argument*/NULL); L_16->set_decoder_6(L_17); return; } IL_0081: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_18 = __this->get_address_of_ps_5(); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_19 = ___encoding0; NullCheck(L_19); Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370 * L_20; L_20 = VirtualFuncInvoker0< Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370 * >::Invoke(31 /* System.Text.Decoder System.Text.Encoding::GetDecoder() */, L_19); L_18->set_decoder_6(L_20); return; } } // System.Void System.Xml.XmlTextReaderImpl::SwitchEncoding(System.Text.Encoding) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_SwitchEncoding_m33169A7FADDA800BA9C6483E11859BE02CD24F18 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___newEncoding0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SafeAsciiDecoder_tCD1ACB5604E6CFBC5F4738EEDCF5EA3A9EA957EF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_0 = ___newEncoding0; NullCheck(L_0); String_t* L_1; L_1 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Text.Encoding::get_WebName() */, L_0); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_2 = __this->get_address_of_ps_5(); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_3 = L_2->get_encoding_3(); NullCheck(L_3); String_t* L_4; L_4 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Text.Encoding::get_WebName() */, L_3); bool L_5; L_5 = String_op_Inequality_mDDA2DDED3E7EF042987EB7180EE3E88105F0AAE2(L_1, L_4, /*hidden argument*/NULL); if (L_5) { goto IL_002f; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_6 = __this->get_address_of_ps_5(); Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370 * L_7 = L_6->get_decoder_6(); if (!((SafeAsciiDecoder_tCD1ACB5604E6CFBC5F4738EEDCF5EA3A9EA957EF *)IsInstClass((RuntimeObject*)L_7, SafeAsciiDecoder_tCD1ACB5604E6CFBC5F4738EEDCF5EA3A9EA957EF_il2cpp_TypeInfo_var))) { goto IL_0057; } } IL_002f: { bool L_8 = __this->get_afterResetState_67(); if (L_8) { goto IL_0057; } } { XmlTextReaderImpl_UnDecodeChars_m5559FB272F8D296E7DBC134BF22F71105BC9535D(__this, /*hidden argument*/NULL); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_9 = __this->get_address_of_ps_5(); L_9->set_appendMode_4((bool)0); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_10 = ___newEncoding0; XmlTextReaderImpl_SetupEncoding_m3314EC8924B8475C25D4AC041781A9A391234F06(__this, L_10, /*hidden argument*/NULL); int32_t L_11; L_11 = XmlTextReaderImpl_ReadData_m30A9B855279BE3BBC531BB50D5DCE4B903AF0512(__this, /*hidden argument*/NULL); } IL_0057: { return; } } // System.Text.Encoding System.Xml.XmlTextReaderImpl::CheckEncoding(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * XmlTextReaderImpl_CheckEncoding_mA050EB19EC803C0C07247BBF0CD57DC34A812A33 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, String_t* ___newEncodingName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UTF8Encoding_t6EE88BC62116B5328F6CF4E39C9CC49EED2ED282_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3915A096ACD919832A1C4E84ABDC7D6F6B72630D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7326AE41E617D7A8987EBD38608EC2CA31940C0F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7A03FF5EFAA03F04AAF57CFC6DCE17560E6F3030); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB7FD6B173F8DDB3354F28BB648CED69286F416C9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC32EB74E6CF2D3CD9BDC7BEEB45FE8C6413C1E6E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC79B5A2B53BE125CE49A7A44CDB786AE5BA7E9D1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE1A5710D77750DE15143DC722BD4D7F361D7E8BD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF93620B79D24EBDD0BBA22E51773F74952724C63); s_Il2CppMethodInitialized = true; } Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * V_0 = NULL; NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * V_1 = NULL; ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * V_2 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_0 = __this->get_address_of_ps_5(); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_1 = L_0->get_stream_5(); if (L_1) { goto IL_0019; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_2 = __this->get_address_of_ps_5(); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_3 = L_2->get_encoding_3(); return L_3; } IL_0019: { String_t* L_4 = ___newEncodingName0; int32_t L_5; L_5 = String_Compare_mDAE9D10BC450FF38960C691874EBFC3EAF6A39DD(L_4, _stringLiteralC79B5A2B53BE125CE49A7A44CDB786AE5BA7E9D1, 5, /*hidden argument*/NULL); if (!L_5) { goto IL_0051; } } { String_t* L_6 = ___newEncodingName0; int32_t L_7; L_7 = String_Compare_mDAE9D10BC450FF38960C691874EBFC3EAF6A39DD(L_6, _stringLiteral3915A096ACD919832A1C4E84ABDC7D6F6B72630D, 5, /*hidden argument*/NULL); if (!L_7) { goto IL_0051; } } { String_t* L_8 = ___newEncodingName0; int32_t L_9; L_9 = String_Compare_mDAE9D10BC450FF38960C691874EBFC3EAF6A39DD(L_8, _stringLiteral7A03FF5EFAA03F04AAF57CFC6DCE17560E6F3030, 5, /*hidden argument*/NULL); if (!L_9) { goto IL_0051; } } { String_t* L_10 = ___newEncodingName0; int32_t L_11; L_11 = String_Compare_mDAE9D10BC450FF38960C691874EBFC3EAF6A39DD(L_10, _stringLiteral7326AE41E617D7A8987EBD38608EC2CA31940C0F, 5, /*hidden argument*/NULL); if (L_11) { goto IL_00c4; } } IL_0051: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_12 = __this->get_address_of_ps_5(); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_13 = L_12->get_encoding_3(); NullCheck(L_13); String_t* L_14; L_14 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Text.Encoding::get_WebName() */, L_13); bool L_15; L_15 = String_op_Inequality_mDDA2DDED3E7EF042987EB7180EE3E88105F0AAE2(L_14, _stringLiteralC32EB74E6CF2D3CD9BDC7BEEB45FE8C6413C1E6E, /*hidden argument*/NULL); if (!L_15) { goto IL_00b8; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_16 = __this->get_address_of_ps_5(); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_17 = L_16->get_encoding_3(); NullCheck(L_17); String_t* L_18; L_18 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Text.Encoding::get_WebName() */, L_17); bool L_19; L_19 = String_op_Inequality_mDDA2DDED3E7EF042987EB7180EE3E88105F0AAE2(L_18, _stringLiteral3915A096ACD919832A1C4E84ABDC7D6F6B72630D, /*hidden argument*/NULL); if (!L_19) { goto IL_00b8; } } { String_t* L_20 = ___newEncodingName0; int32_t L_21; L_21 = String_Compare_mDAE9D10BC450FF38960C691874EBFC3EAF6A39DD(L_20, _stringLiteral7326AE41E617D7A8987EBD38608EC2CA31940C0F, 5, /*hidden argument*/NULL); if (!L_21) { goto IL_00b8; } } { bool L_22 = __this->get_afterResetState_67(); if (!L_22) { goto IL_00ad; } } { String_t* L_23 = ___newEncodingName0; XmlTextReaderImpl_Throw_m525EA9C97AE16F955F321A1915C6DBFD08C60213(__this, _stringLiteralE1A5710D77750DE15143DC722BD4D7F361D7E8BD, L_23, /*hidden argument*/NULL); goto IL_00b8; } IL_00ad: { XmlTextReaderImpl_ThrowWithoutLineInfo_mC0DB96228D4BE665077C34F7BC8547B4E5DCDC84(__this, _stringLiteralF93620B79D24EBDD0BBA22E51773F74952724C63, /*hidden argument*/NULL); } IL_00b8: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_24 = __this->get_address_of_ps_5(); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_25 = L_24->get_encoding_3(); return L_25; } IL_00c4: { V_0 = (Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 *)NULL; String_t* L_26 = ___newEncodingName0; int32_t L_27; L_27 = String_Compare_mDAE9D10BC450FF38960C691874EBFC3EAF6A39DD(L_26, _stringLiteralB7FD6B173F8DDB3354F28BB648CED69286F416C9, 5, /*hidden argument*/NULL); if (L_27) { goto IL_00de; } } { UTF8Encoding_t6EE88BC62116B5328F6CF4E39C9CC49EED2ED282 * L_28 = (UTF8Encoding_t6EE88BC62116B5328F6CF4E39C9CC49EED2ED282 *)il2cpp_codegen_object_new(UTF8Encoding_t6EE88BC62116B5328F6CF4E39C9CC49EED2ED282_il2cpp_TypeInfo_var); UTF8Encoding__ctor_mD752778085A353529AF03841383E5603FE556449(L_28, (bool)1, (bool)1, /*hidden argument*/NULL); V_0 = L_28; goto IL_0108; } IL_00de: { } IL_00df: try {// begin try (depth: 1) String_t* L_29 = ___newEncodingName0; Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_30; L_30 = Encoding_GetEncoding_mD5352F1522341280E9025D16463E63916549F9E3(L_29, /*hidden argument*/NULL); V_0 = L_30; 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*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00e8; } if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00f8; } throw e; } CATCH_00e8: {// begin catch(System.NotSupportedException) V_1 = ((NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)IL2CPP_GET_ACTIVE_EXCEPTION(NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)); String_t* L_31 = ___newEncodingName0; NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_32 = V_1; XmlTextReaderImpl_Throw_m2E5B5A11A5A75EC1131000110CA41D6473DE90C1(__this, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral77F4DA4A27A2604AE091F96D9703D92D3E929C3B)), L_31, L_32, /*hidden argument*/NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0108; }// end catch (depth: 1) CATCH_00f8: {// begin catch(System.ArgumentException) V_2 = ((ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)IL2CPP_GET_ACTIVE_EXCEPTION(ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)); String_t* L_33 = ___newEncodingName0; ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_34 = V_2; XmlTextReaderImpl_Throw_m2E5B5A11A5A75EC1131000110CA41D6473DE90C1(__this, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral77F4DA4A27A2604AE091F96D9703D92D3E929C3B)), L_33, L_34, /*hidden argument*/NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0108; }// end catch (depth: 1) IL_0108: { bool L_35 = __this->get_afterResetState_67(); if (!L_35) { goto IL_0139; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_36 = __this->get_address_of_ps_5(); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_37 = L_36->get_encoding_3(); NullCheck(L_37); String_t* L_38; L_38 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Text.Encoding::get_WebName() */, L_37); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_39 = V_0; NullCheck(L_39); String_t* L_40; L_40 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Text.Encoding::get_WebName() */, L_39); bool L_41; L_41 = String_op_Inequality_mDDA2DDED3E7EF042987EB7180EE3E88105F0AAE2(L_38, L_40, /*hidden argument*/NULL); if (!L_41) { goto IL_0139; } } { String_t* L_42 = ___newEncodingName0; XmlTextReaderImpl_Throw_m525EA9C97AE16F955F321A1915C6DBFD08C60213(__this, _stringLiteralE1A5710D77750DE15143DC722BD4D7F361D7E8BD, L_42, /*hidden argument*/NULL); } IL_0139: { Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_43 = V_0; return L_43; } } // System.Void System.Xml.XmlTextReaderImpl::UnDecodeChars() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_UnDecodeChars_m5559FB272F8D296E7DBC134BF22F71105BC9535D (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { { int64_t L_0 = __this->get_maxCharactersInDocument_34(); if ((((int64_t)L_0) <= ((int64_t)((int64_t)((int64_t)0))))) { goto IL_002f; } } { int64_t L_1 = __this->get_charactersInDocument_70(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_2 = __this->get_address_of_ps_5(); int32_t L_3 = L_2->get_charsUsed_2(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_4 = __this->get_address_of_ps_5(); int32_t L_5 = L_4->get_charPos_1(); __this->set_charactersInDocument_70(((int64_t)il2cpp_codegen_subtract((int64_t)L_1, (int64_t)((int64_t)((int64_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_5))))))); } IL_002f: { int64_t L_6 = __this->get_maxCharactersFromEntities_35(); if ((((int64_t)L_6) <= ((int64_t)((int64_t)((int64_t)0))))) { goto IL_0066; } } { bool L_7; L_7 = XmlTextReaderImpl_get_InEntity_m2200E4E247659D27FE2205EB89C0DDA672F13EAF(__this, /*hidden argument*/NULL); if (!L_7) { goto IL_0066; } } { int64_t L_8 = __this->get_charactersFromEntities_71(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_9 = __this->get_address_of_ps_5(); int32_t L_10 = L_9->get_charsUsed_2(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_11 = __this->get_address_of_ps_5(); int32_t L_12 = L_11->get_charPos_1(); __this->set_charactersFromEntities_71(((int64_t)il2cpp_codegen_subtract((int64_t)L_8, (int64_t)((int64_t)((int64_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)L_12))))))); } IL_0066: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_13 = __this->get_address_of_ps_5(); int32_t L_14 = __this->get_documentStartBytePos_68(); L_13->set_bytePos_8(L_14); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_15 = __this->get_address_of_ps_5(); int32_t L_16 = L_15->get_charPos_1(); if ((((int32_t)L_16) <= ((int32_t)0))) { goto IL_00bb; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_17 = __this->get_address_of_ps_5(); int32_t* L_18 = L_17->get_address_of_bytePos_8(); int32_t* L_19 = L_18; int32_t L_20 = *((int32_t*)L_19); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_21 = __this->get_address_of_ps_5(); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_22 = L_21->get_encoding_3(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_23 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_24 = L_23->get_chars_0(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_25 = __this->get_address_of_ps_5(); int32_t L_26 = L_25->get_charPos_1(); NullCheck(L_22); int32_t L_27; L_27 = VirtualFuncInvoker3< int32_t, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*, int32_t, int32_t >::Invoke(12 /* System.Int32 System.Text.Encoding::GetByteCount(System.Char[],System.Int32,System.Int32) */, L_22, L_24, 0, L_26); *((int32_t*)L_19) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)L_27)); } IL_00bb: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_28 = __this->get_address_of_ps_5(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_29 = __this->get_address_of_ps_5(); int32_t L_30 = L_29->get_charPos_1(); L_28->set_charsUsed_2(L_30); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_31 = __this->get_address_of_ps_5(); L_31->set_isEof_15((bool)0); return; } } // System.Void System.Xml.XmlTextReaderImpl::SwitchEncodingToUTF8() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_SwitchEncodingToUTF8_m81AB698A023DD58330F885C6771558A6A79B9824 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UTF8Encoding_t6EE88BC62116B5328F6CF4E39C9CC49EED2ED282_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { UTF8Encoding_t6EE88BC62116B5328F6CF4E39C9CC49EED2ED282 * L_0 = (UTF8Encoding_t6EE88BC62116B5328F6CF4E39C9CC49EED2ED282 *)il2cpp_codegen_object_new(UTF8Encoding_t6EE88BC62116B5328F6CF4E39C9CC49EED2ED282_il2cpp_TypeInfo_var); UTF8Encoding__ctor_mD752778085A353529AF03841383E5603FE556449(L_0, (bool)1, (bool)1, /*hidden argument*/NULL); XmlTextReaderImpl_SwitchEncoding_m33169A7FADDA800BA9C6483E11859BE02CD24F18(__this, L_0, /*hidden argument*/NULL); return; } } // System.Int32 System.Xml.XmlTextReaderImpl::ReadData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_ReadData_m30A9B855279BE3BBC531BB50D5DCE4B903AF0512 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* V_1 = NULL; int32_t V_2 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_3 = NULL; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* V_7 = NULL; int32_t V_8 = 0; int32_t V_9 = 0; int32_t V_10 = 0; { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_0 = __this->get_address_of_ps_5(); bool L_1 = L_0->get_isEof_15(); if (!L_1) { goto IL_000f; } } { return 0; } IL_000f: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_2 = __this->get_address_of_ps_5(); bool L_3 = L_2->get_appendMode_4(); if (!L_3) { goto IL_0151; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_4 = __this->get_address_of_ps_5(); int32_t L_5 = L_4->get_charsUsed_2(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_6 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_7 = L_6->get_chars_0(); NullCheck(L_7); if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length))), (int32_t)1)))))) { goto IL_00a3; } } { V_2 = 0; goto IL_0059; } IL_003f: { NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0* L_8 = __this->get_nodes_9(); int32_t L_9 = __this->get_index_11(); int32_t L_10 = V_2; NullCheck(L_8); int32_t L_11 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)L_10)), (int32_t)1)); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_12 = (L_8)->GetAt(static_cast(L_11)); NullCheck(L_12); NodeData_OnBufferInvalidated_mEEEE0281931302FBB671D325CAA784D52F1C1543(L_12, /*hidden argument*/NULL); int32_t L_13 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_0059: { int32_t L_14 = V_2; int32_t L_15 = __this->get_attrCount_13(); if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_003f; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_16 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_17 = L_16->get_chars_0(); NullCheck(L_17); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_18 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_17)->max_length))), (int32_t)2))); V_1 = L_18; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_19 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_20 = L_19->get_chars_0(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_21 = V_1; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_22 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_23 = L_22->get_chars_0(); NullCheck(L_23); XmlTextReaderImpl_BlockCopyChars_m5F29F71FBA0ABB53D33F918774D133148317D74F(L_20, 0, L_21, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_23)->max_length))), /*hidden argument*/NULL); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_24 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_25 = V_1; L_24->set_chars_0(L_25); } IL_00a3: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_26 = __this->get_address_of_ps_5(); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_27 = L_26->get_stream_5(); if (!L_27) { goto IL_0125; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_28 = __this->get_address_of_ps_5(); int32_t L_29 = L_28->get_bytesUsed_9(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_30 = __this->get_address_of_ps_5(); int32_t L_31 = L_30->get_bytePos_8(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_29, (int32_t)L_31))) >= ((int32_t)6))) { goto IL_0125; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_32 = __this->get_address_of_ps_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_33 = L_32->get_bytes_7(); NullCheck(L_33); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_34 = __this->get_address_of_ps_5(); int32_t L_35 = L_34->get_bytesUsed_9(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_33)->max_length))), (int32_t)L_35))) >= ((int32_t)6))) { goto IL_0125; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_36 = __this->get_address_of_ps_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_37 = L_36->get_bytes_7(); NullCheck(L_37); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_38 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_37)->max_length))), (int32_t)2))); V_3 = L_38; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_39 = __this->get_address_of_ps_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_40 = L_39->get_bytes_7(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_41 = V_3; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_42 = __this->get_address_of_ps_5(); int32_t L_43 = L_42->get_bytesUsed_9(); XmlTextReaderImpl_BlockCopy_mE43FD9DFED8DA6CDA5CD4800394FECF9F33C1BC4(L_40, 0, L_41, 0, L_43, /*hidden argument*/NULL); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_44 = __this->get_address_of_ps_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_45 = V_3; L_44->set_bytes_7(L_45); } IL_0125: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_46 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_47 = L_46->get_chars_0(); NullCheck(L_47); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_48 = __this->get_address_of_ps_5(); int32_t L_49 = L_48->get_charsUsed_2(); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_47)->max_length))), (int32_t)L_49)), (int32_t)1)); int32_t L_50 = V_0; if ((((int32_t)L_50) <= ((int32_t)((int32_t)80)))) { goto IL_0312; } } { V_0 = ((int32_t)80); goto IL_0312; } IL_0151: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_51 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_52 = L_51->get_chars_0(); NullCheck(L_52); V_4 = ((int32_t)((int32_t)(((RuntimeArray*)L_52)->max_length))); int32_t L_53 = V_4; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_54 = __this->get_address_of_ps_5(); int32_t L_55 = L_54->get_charsUsed_2(); int32_t L_56 = V_4; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_53, (int32_t)L_55))) > ((int32_t)((int32_t)((int32_t)L_56/(int32_t)2))))) { goto IL_0273; } } { V_6 = 0; goto IL_0199; } IL_017c: { NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0* L_57 = __this->get_nodes_9(); int32_t L_58 = __this->get_index_11(); int32_t L_59 = V_6; NullCheck(L_57); int32_t L_60 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_58, (int32_t)L_59)), (int32_t)1)); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_61 = (L_57)->GetAt(static_cast(L_60)); NullCheck(L_61); NodeData_OnBufferInvalidated_mEEEE0281931302FBB671D325CAA784D52F1C1543(L_61, /*hidden argument*/NULL); int32_t L_62 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_62, (int32_t)1)); } IL_0199: { int32_t L_63 = V_6; int32_t L_64 = __this->get_attrCount_13(); if ((((int32_t)L_63) < ((int32_t)L_64))) { goto IL_017c; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_65 = __this->get_address_of_ps_5(); int32_t L_66 = L_65->get_charsUsed_2(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_67 = __this->get_address_of_ps_5(); int32_t L_68 = L_67->get_charPos_1(); V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_66, (int32_t)L_68)); int32_t L_69 = V_5; int32_t L_70 = V_4; if ((((int32_t)L_69) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_70, (int32_t)1))))) { goto IL_022f; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_71 = __this->get_address_of_ps_5(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_72 = __this->get_address_of_ps_5(); int32_t L_73 = L_72->get_lineStartPos_12(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_74 = __this->get_address_of_ps_5(); int32_t L_75 = L_74->get_charPos_1(); L_71->set_lineStartPos_12(((int32_t)il2cpp_codegen_subtract((int32_t)L_73, (int32_t)L_75))); int32_t L_76 = V_5; if ((((int32_t)L_76) <= ((int32_t)0))) { goto IL_0214; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_77 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_78 = L_77->get_chars_0(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_79 = __this->get_address_of_ps_5(); int32_t L_80 = L_79->get_charPos_1(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_81 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_82 = L_81->get_chars_0(); int32_t L_83 = V_5; XmlTextReaderImpl_BlockCopyChars_m5F29F71FBA0ABB53D33F918774D133148317D74F(L_78, L_80, L_82, 0, L_83, /*hidden argument*/NULL); } IL_0214: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_84 = __this->get_address_of_ps_5(); L_84->set_charPos_1(0); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_85 = __this->get_address_of_ps_5(); int32_t L_86 = V_5; L_85->set_charsUsed_2(L_86); goto IL_0273; } IL_022f: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_87 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_88 = L_87->get_chars_0(); NullCheck(L_88); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_89 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_88)->max_length))), (int32_t)2))); V_7 = L_89; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_90 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_91 = L_90->get_chars_0(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_92 = V_7; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_93 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_94 = L_93->get_chars_0(); NullCheck(L_94); XmlTextReaderImpl_BlockCopyChars_m5F29F71FBA0ABB53D33F918774D133148317D74F(L_91, 0, L_92, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_94)->max_length))), /*hidden argument*/NULL); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_95 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_96 = V_7; L_95->set_chars_0(L_96); } IL_0273: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_97 = __this->get_address_of_ps_5(); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_98 = L_97->get_stream_5(); if (!L_98) { goto IL_02f6; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_99 = __this->get_address_of_ps_5(); int32_t L_100 = L_99->get_bytesUsed_9(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_101 = __this->get_address_of_ps_5(); int32_t L_102 = L_101->get_bytePos_8(); V_8 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_100, (int32_t)L_102)); int32_t L_103 = V_8; if ((((int32_t)L_103) > ((int32_t)((int32_t)128)))) { goto IL_02f6; } } { int32_t L_104 = V_8; if (L_104) { goto IL_02b4; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_105 = __this->get_address_of_ps_5(); L_105->set_bytesUsed_9(0); goto IL_02ea; } IL_02b4: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_106 = __this->get_address_of_ps_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_107 = L_106->get_bytes_7(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_108 = __this->get_address_of_ps_5(); int32_t L_109 = L_108->get_bytePos_8(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_110 = __this->get_address_of_ps_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_111 = L_110->get_bytes_7(); int32_t L_112 = V_8; XmlTextReaderImpl_BlockCopy_mE43FD9DFED8DA6CDA5CD4800394FECF9F33C1BC4(L_107, L_109, L_111, 0, L_112, /*hidden argument*/NULL); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_113 = __this->get_address_of_ps_5(); int32_t L_114 = V_8; L_113->set_bytesUsed_9(L_114); } IL_02ea: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_115 = __this->get_address_of_ps_5(); L_115->set_bytePos_8(0); } IL_02f6: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_116 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_117 = L_116->get_chars_0(); NullCheck(L_117); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_118 = __this->get_address_of_ps_5(); int32_t L_119 = L_118->get_charsUsed_2(); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_117)->max_length))), (int32_t)L_119)), (int32_t)1)); } IL_0312: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_120 = __this->get_address_of_ps_5(); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_121 = L_120->get_stream_5(); if (!L_121) { goto IL_03f6; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_122 = __this->get_address_of_ps_5(); bool L_123 = L_122->get_isStreamEof_16(); if (L_123) { goto IL_03c8; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_124 = __this->get_address_of_ps_5(); int32_t L_125 = L_124->get_bytePos_8(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_126 = __this->get_address_of_ps_5(); int32_t L_127 = L_126->get_bytesUsed_9(); if ((!(((uint32_t)L_125) == ((uint32_t)L_127)))) { goto IL_03c8; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_128 = __this->get_address_of_ps_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_129 = L_128->get_bytes_7(); NullCheck(L_129); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_130 = __this->get_address_of_ps_5(); int32_t L_131 = L_130->get_bytesUsed_9(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_129)->max_length))), (int32_t)L_131))) <= ((int32_t)0))) { goto IL_03c8; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_132 = __this->get_address_of_ps_5(); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_133 = L_132->get_stream_5(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_134 = __this->get_address_of_ps_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_135 = L_134->get_bytes_7(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_136 = __this->get_address_of_ps_5(); int32_t L_137 = L_136->get_bytesUsed_9(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_138 = __this->get_address_of_ps_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_139 = L_138->get_bytes_7(); NullCheck(L_139); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_140 = __this->get_address_of_ps_5(); int32_t L_141 = L_140->get_bytesUsed_9(); NullCheck(L_133); int32_t L_142; L_142 = VirtualFuncInvoker3< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(30 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_133, L_135, L_137, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_139)->max_length))), (int32_t)L_141))); V_10 = L_142; int32_t L_143 = V_10; if (L_143) { goto IL_03b7; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_144 = __this->get_address_of_ps_5(); L_144->set_isStreamEof_16((bool)1); } IL_03b7: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_145 = __this->get_address_of_ps_5(); int32_t* L_146 = L_145->get_address_of_bytesUsed_9(); int32_t* L_147 = L_146; int32_t L_148 = *((int32_t*)L_147); int32_t L_149 = V_10; *((int32_t*)L_147) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_148, (int32_t)L_149)); } IL_03c8: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_150 = __this->get_address_of_ps_5(); int32_t L_151 = L_150->get_bytePos_8(); V_9 = L_151; int32_t L_152 = V_0; int32_t L_153; L_153 = XmlTextReaderImpl_GetChars_m8CA8A8E36E027CB3CC0DECC943E7691F7951142D(__this, L_152, /*hidden argument*/NULL); V_0 = L_153; int32_t L_154 = V_0; if (L_154) { goto IL_0459; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_155 = __this->get_address_of_ps_5(); int32_t L_156 = L_155->get_bytePos_8(); int32_t L_157 = V_9; if ((((int32_t)L_156) == ((int32_t)L_157))) { goto IL_0459; } } { int32_t L_158; L_158 = XmlTextReaderImpl_ReadData_m30A9B855279BE3BBC531BB50D5DCE4B903AF0512(__this, /*hidden argument*/NULL); return L_158; } IL_03f6: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_159 = __this->get_address_of_ps_5(); TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * L_160 = L_159->get_textReader_10(); if (!L_160) { goto IL_0457; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_161 = __this->get_address_of_ps_5(); TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * L_162 = L_161->get_textReader_10(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_163 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_164 = L_163->get_chars_0(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_165 = __this->get_address_of_ps_5(); int32_t L_166 = L_165->get_charsUsed_2(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_167 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_168 = L_167->get_chars_0(); NullCheck(L_168); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_169 = __this->get_address_of_ps_5(); int32_t L_170 = L_169->get_charsUsed_2(); NullCheck(L_162); int32_t L_171; L_171 = VirtualFuncInvoker3< int32_t, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*, int32_t, int32_t >::Invoke(11 /* System.Int32 System.IO.TextReader::Read(System.Char[],System.Int32,System.Int32) */, L_162, L_164, L_166, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_168)->max_length))), (int32_t)L_170)), (int32_t)1))); V_0 = L_171; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_172 = __this->get_address_of_ps_5(); int32_t* L_173 = L_172->get_address_of_charsUsed_2(); int32_t* L_174 = L_173; int32_t L_175 = *((int32_t*)L_174); int32_t L_176 = V_0; *((int32_t*)L_174) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_175, (int32_t)L_176)); goto IL_0459; } IL_0457: { V_0 = 0; } IL_0459: { int32_t L_177 = V_0; bool L_178; L_178 = XmlTextReaderImpl_get_InEntity_m2200E4E247659D27FE2205EB89C0DDA672F13EAF(__this, /*hidden argument*/NULL); XmlTextReaderImpl_RegisterConsumedCharacters_mBBD0B1BDAE3A9AEA923FD4828F1DF0BBAF493BB6(__this, ((int64_t)((int64_t)L_177)), L_178, /*hidden argument*/NULL); int32_t L_179 = V_0; if (L_179) { goto IL_0476; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_180 = __this->get_address_of_ps_5(); L_180->set_isEof_15((bool)1); } IL_0476: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_181 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_182 = L_181->get_chars_0(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_183 = __this->get_address_of_ps_5(); int32_t L_184 = L_183->get_charsUsed_2(); NullCheck(L_182); (L_182)->SetAt(static_cast(L_184), (Il2CppChar)0); int32_t L_185 = V_0; return L_185; } } // System.Int32 System.Xml.XmlTextReaderImpl::GetChars(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_GetChars_m8CA8A8E36E027CB3CC0DECC943E7691F7951142D (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, int32_t ___maxCharsCount0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; bool V_2 = false; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_0 = __this->get_address_of_ps_5(); int32_t L_1 = L_0->get_bytesUsed_9(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_2 = __this->get_address_of_ps_5(); int32_t L_3 = L_2->get_bytePos_8(); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)L_3)); int32_t L_4 = V_0; if (L_4) { goto IL_001d; } } { return 0; } IL_001d: { } IL_001e: try {// begin try (depth: 1) ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_5 = __this->get_address_of_ps_5(); Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370 * L_6 = L_5->get_decoder_6(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_7 = __this->get_address_of_ps_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = L_7->get_bytes_7(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_9 = __this->get_address_of_ps_5(); int32_t L_10 = L_9->get_bytePos_8(); int32_t L_11 = V_0; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_12 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_13 = L_12->get_chars_0(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_14 = __this->get_address_of_ps_5(); int32_t L_15 = L_14->get_charsUsed_2(); int32_t L_16 = ___maxCharsCount0; NullCheck(L_6); VirtualActionInvoker10< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*, int32_t, int32_t, bool, int32_t*, int32_t*, bool* >::Invoke(11 /* System.Void System.Text.Decoder::Convert(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32,System.Int32,System.Boolean,System.Int32&,System.Int32&,System.Boolean&) */, L_6, L_8, L_10, L_11, L_13, L_15, L_16, (bool)0, (int32_t*)(&V_0), (int32_t*)(&V_1), (bool*)(&V_2)); 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*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0065; } throw e; } CATCH_0065: {// begin catch(System.ArgumentException) XmlTextReaderImpl_InvalidCharRecovery_m85CB202309D36B1FFABADB4522FB4790BE4B8502(__this, (int32_t*)(&V_0), (int32_t*)(&V_1), /*hidden argument*/NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0072; }// end catch (depth: 1) IL_0072: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_17 = __this->get_address_of_ps_5(); int32_t* L_18 = L_17->get_address_of_bytePos_8(); int32_t* L_19 = L_18; int32_t L_20 = *((int32_t*)L_19); int32_t L_21 = V_0; *((int32_t*)L_19) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)L_21)); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_22 = __this->get_address_of_ps_5(); int32_t* L_23 = L_22->get_address_of_charsUsed_2(); int32_t* L_24 = L_23; int32_t L_25 = *((int32_t*)L_24); int32_t L_26 = V_1; *((int32_t*)L_24) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)L_26)); int32_t L_27 = V_1; return L_27; } } // System.Void System.Xml.XmlTextReaderImpl::InvalidCharRecovery(System.Int32&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_InvalidCharRecovery_m85CB202309D36B1FFABADB4522FB4790BE4B8502 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, int32_t* ___bytesCount0, int32_t* ___charsCount1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEC8CAA2A3849E3D54918E4EA208FB0D055700292); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; bool V_4 = false; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = 0; V_1 = 0; } IL_0004: try {// begin try (depth: 1) { goto IL_0057; } IL_0006: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_0 = __this->get_address_of_ps_5(); Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370 * L_1 = L_0->get_decoder_6(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_2 = __this->get_address_of_ps_5(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = L_2->get_bytes_7(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_4 = __this->get_address_of_ps_5(); int32_t L_5 = L_4->get_bytePos_8(); int32_t L_6 = V_1; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_7 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_8 = L_7->get_chars_0(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_9 = __this->get_address_of_ps_5(); int32_t L_10 = L_9->get_charsUsed_2(); int32_t L_11 = V_0; NullCheck(L_1); VirtualActionInvoker10< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*, int32_t, int32_t, bool, int32_t*, int32_t*, bool* >::Invoke(11 /* System.Void System.Text.Decoder::Convert(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32,System.Int32,System.Boolean,System.Int32&,System.Int32&,System.Boolean&) */, L_1, L_3, ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), 1, L_8, ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)L_11)), 1, (bool)0, (int32_t*)(&V_3), (int32_t*)(&V_2), (bool*)(&V_4)); int32_t L_12 = V_0; int32_t L_13 = V_2; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)L_13)); int32_t L_14 = V_1; int32_t L_15 = V_3; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)L_15)); } IL_0057: { int32_t L_16 = V_1; int32_t* L_17 = ___bytesCount0; int32_t L_18 = *((int32_t*)L_17); if ((((int32_t)L_16) < ((int32_t)L_18))) { goto IL_0006; } } IL_005c: { 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*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_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.ArgumentException) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0061; }// end catch (depth: 1) IL_0061: { int32_t L_19 = V_0; if (L_19) { goto IL_007a; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_20 = __this->get_address_of_ps_5(); int32_t L_21 = L_20->get_charsUsed_2(); XmlTextReaderImpl_Throw_m64FD15D7750F11BCA718303F4A7544BB79620CC6(__this, L_21, _stringLiteralEC8CAA2A3849E3D54918E4EA208FB0D055700292, /*hidden argument*/NULL); } IL_007a: { int32_t* L_22 = ___charsCount1; int32_t L_23 = V_0; *((int32_t*)L_22) = (int32_t)L_23; int32_t* L_24 = ___bytesCount0; int32_t L_25 = V_1; *((int32_t*)L_24) = (int32_t)L_25; return; } } // System.Void System.Xml.XmlTextReaderImpl::Close(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Close_m0EAF9EEB6384D7D59AFFE2DAB06BA9660656E036 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, bool ___closeInput0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_parsingFunction_6(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)12))))) { goto IL_0011; } } { return; } IL_000b: { XmlTextReaderImpl_PopParsingState_mF0D9B29C116518EAD699574FAF0F397631609C40(__this, /*hidden argument*/NULL); } IL_0011: { bool L_1; L_1 = XmlTextReaderImpl_get_InEntity_m2200E4E247659D27FE2205EB89C0DDA672F13EAF(__this, /*hidden argument*/NULL); if (L_1) { goto IL_000b; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_2 = __this->get_address_of_ps_5(); bool L_3 = ___closeInput0; ParsingState_Close_m689F0D29DA61913B5406B7E42E675DED08CEC10F((ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF *)L_2, L_3, /*hidden argument*/NULL); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_4; L_4 = NodeData_get_None_mA00726B28E3772621A85CE37F190F028F04D30FB(/*hidden argument*/NULL); __this->set_curNode_10(L_4); __this->set_parsingFunction_6(((int32_t)12)); __this->set_reportedEncoding_43((Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 *)NULL); String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_reportedBaseUri_42(L_5); __this->set_readState_65(4); __this->set_fullAttrCleanup_17((bool)0); XmlTextReaderImpl_ResetAttributes_mC7973129FA308C25A95249DAC0FA40FF7A2289CB(__this, /*hidden argument*/NULL); __this->set_laterInitParam_3((LaterInitParam_t6670C77CB75356E7E47BBE3177DB78D355B0EFBF *)NULL); return; } } // System.Void System.Xml.XmlTextReaderImpl::ShiftBuffer(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ShiftBuffer_m0B1C42421488596351B193D366F2E6A8271CA6A4 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, int32_t ___sourcePos0, int32_t ___destPos1, int32_t ___count2, const RuntimeMethod* method) { { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_0 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_1 = L_0->get_chars_0(); int32_t L_2 = ___sourcePos0; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_3 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_4 = L_3->get_chars_0(); int32_t L_5 = ___destPos1; int32_t L_6 = ___count2; XmlTextReaderImpl_BlockCopyChars_m5F29F71FBA0ABB53D33F918774D133148317D74F(L_1, L_2, L_4, L_5, L_6, /*hidden argument*/NULL); return; } } // System.Boolean System.Xml.XmlTextReaderImpl::ParseXmlDeclaration(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ParseXmlDeclaration_m253C6668A0AC21332871D1548F42A0E3CC8EFD8A (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, bool ___isTextDecl0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SafeAsciiDecoder_tCD1ACB5604E6CFBC5F4738EEDCF5EA3A9EA957EF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ucs4Encoding_tA26F4CA75AEBAD525FB94E7C30B3B83A61CB7F07_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral03B045FCD10ECF188A204F5155B713E46FEAC4DE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral11AC5E2BD66016383281878F99D761B6B9AB5F11); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral13FB70ADE9D0DE3E48F4543466E8766DDC3A72B8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1A80D09E42ECF83939C0550908D8E7889359C8D8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1FA13CA565DC9B5105D70A528D26A6FC7A57049E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral29988D0F9BCADFABFF66CBF5AB73096D1CAE3128); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3915A096ACD919832A1C4E84ABDC7D6F6B72630D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5BAA302A400A1B9C6F712ED9DBE1D7010A5034BF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6C80BE31B3A7206EDCC7D55B9B8DC0407E7A87EB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7BFA33A11F0B12AF1B7FA1D9BA996EAE1EF77B49); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8DF28038BAE3947FE2A10B2562359E7D3A2BF989); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA99D512DBB15CEE509B88EBCE4AB195F07681F44); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAC5E32C47A7BDB12A3CFA3FAD891E5A0B2E18DE3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB7FD6B173F8DDB3354F28BB648CED69286F416C9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBF8B5610C2E749CDA971813F2601B7DDAF980B54); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC32EB74E6CF2D3CD9BDC7BEEB45FE8C6413C1E6E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD2D2F8D3F9F04A081FFBE6B2AF7917BAAADFC052); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE1A5710D77750DE15143DC722BD4D7F361D7E8BD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE577106AF74D4E432DDB4785DA3B2BE486F67838); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE6EBEC5243A7F1F4EC60D6ADEFEEC1D5A655AA46); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralED7D39EDF70E08FE57B2522D102BF72B9E5D5331); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEF420ABFDDBDA7B9EE665D85EF62E4A437554003); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; int32_t V_1 = 0; Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; NodeData_tD504C5A621E7DD546954D87282438662327280EA * V_6 = NULL; Il2CppChar V_7 = 0x0; int32_t V_8 = 0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* V_9 = NULL; String_t* V_10 = NULL; Il2CppChar V_11 = 0x0; String_t* V_12 = NULL; String_t* V_13 = NULL; String_t* V_14 = NULL; StringBuilder_t * G_B10_0 = NULL; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * G_B13_0 = NULL; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * G_B12_0 = NULL; StringBuilder_t * G_B14_0 = NULL; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * G_B14_1 = NULL; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * G_B19_0 = NULL; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * G_B18_0 = NULL; String_t* G_B20_0 = NULL; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * G_B20_1 = NULL; String_t* G_B33_0 = NULL; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * G_B33_1 = NULL; String_t* G_B32_0 = NULL; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * G_B32_1 = NULL; String_t* G_B34_0 = NULL; String_t* G_B34_1 = NULL; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * G_B34_2 = NULL; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * G_B67_0 = NULL; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * G_B66_0 = NULL; String_t* G_B68_0 = NULL; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * G_B68_1 = NULL; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * G_B110_0 = NULL; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * G_B109_0 = NULL; String_t* G_B111_0 = NULL; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * G_B111_1 = NULL; String_t* G_B124_0 = NULL; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * G_B124_1 = NULL; String_t* G_B123_0 = NULL; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * G_B123_1 = NULL; String_t* G_B125_0 = NULL; String_t* G_B125_1 = NULL; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * G_B125_2 = NULL; { goto IL_000d; } IL_0002: { int32_t L_0; L_0 = XmlTextReaderImpl_ReadData_m30A9B855279BE3BBC531BB50D5DCE4B903AF0512(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_07e0; } } IL_000d: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_1 = __this->get_address_of_ps_5(); int32_t L_2 = L_1->get_charsUsed_2(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_3 = __this->get_address_of_ps_5(); int32_t L_4 = L_3->get_charPos_1(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)L_4))) < ((int32_t)6))) { goto IL_0002; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_5 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_6 = L_5->get_chars_0(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_7 = __this->get_address_of_ps_5(); int32_t L_8 = L_7->get_charPos_1(); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); bool L_9; L_9 = XmlConvert_StrEqual_m6E5726C0E309A1FB1E7DA36E39A8BEAE351836DB(L_6, L_8, 5, _stringLiteral1A80D09E42ECF83939C0550908D8E7889359C8D8, /*hidden argument*/NULL); if (!L_9) { goto IL_07e0; } } { XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * L_10 = __this->get_address_of_xmlCharType_4(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_11 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_12 = L_11->get_chars_0(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_13 = __this->get_address_of_ps_5(); int32_t L_14 = L_13->get_charPos_1(); NullCheck(L_12); int32_t L_15 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)5)); uint16_t L_16 = (uint16_t)(L_12)->GetAt(static_cast(L_15)); bool L_17; L_17 = XmlCharType_IsNameSingleChar_m087279C64448A616E84B37DCF3871203351EDED4((XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA *)L_10, L_16, /*hidden argument*/NULL); if (L_17) { goto IL_07e0; } } { bool L_18 = ___isTextDecl0; if (L_18) { goto IL_00af; } } { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_19 = __this->get_curNode_10(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_20 = __this->get_address_of_ps_5(); int32_t L_21; L_21 = ParsingState_get_LineNo_m9C32240CFE61AE19697B7C9EFA5DE9B44D3C9610_inline((ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF *)L_20, /*hidden argument*/NULL); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_22 = __this->get_address_of_ps_5(); int32_t L_23; L_23 = ParsingState_get_LinePos_mB937EA68EFFA791C24EDC7C1DFFE45732EBFFD5C((ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF *)L_22, /*hidden argument*/NULL); NullCheck(L_19); NodeData_SetLineInfo_mE0EAA0129B2C2DAB2C92AF78FBB2D5DA90A581E4(L_19, L_21, ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)2)), /*hidden argument*/NULL); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_24 = __this->get_curNode_10(); String_t* L_25 = __this->get_Xml_76(); NullCheck(L_24); NodeData_SetNamedNode_m9FFF683DB8640C8F6F5A053A5C120742C777415A(L_24, ((int32_t)17), L_25, /*hidden argument*/NULL); } IL_00af: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_26 = __this->get_address_of_ps_5(); int32_t* L_27 = L_26->get_address_of_charPos_1(); int32_t* L_28 = L_27; int32_t L_29 = *((int32_t*)L_28); *((int32_t*)L_28) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)5)); bool L_30 = ___isTextDecl0; if (L_30) { goto IL_00ca; } } { StringBuilder_t * L_31 = __this->get_stringBuilder_60(); G_B10_0 = L_31; goto IL_00cf; } IL_00ca: { StringBuilder_t * L_32 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9(L_32, /*hidden argument*/NULL); G_B10_0 = L_32; } IL_00cf: { V_0 = G_B10_0; V_1 = 0; V_2 = (Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 *)NULL; } IL_00d4: { StringBuilder_t * L_33 = V_0; NullCheck(L_33); int32_t L_34; L_34 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_33, /*hidden argument*/NULL); V_3 = L_34; int32_t L_35 = V_1; G_B12_0 = __this; if (!L_35) { G_B13_0 = __this; goto IL_00e2; } } { StringBuilder_t * L_36 = V_0; G_B14_0 = L_36; G_B14_1 = G_B12_0; goto IL_00e3; } IL_00e2: { G_B14_0 = ((StringBuilder_t *)(NULL)); G_B14_1 = G_B13_0; } IL_00e3: { NullCheck(G_B14_1); int32_t L_37; L_37 = XmlTextReaderImpl_EatWhitespaces_mAEEB8942E7FDD3912DDDE7DD642F4E558855316E(G_B14_1, G_B14_0, /*hidden argument*/NULL); V_4 = L_37; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_38 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_39 = L_38->get_chars_0(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_40 = __this->get_address_of_ps_5(); int32_t L_41 = L_40->get_charPos_1(); NullCheck(L_39); int32_t L_42 = L_41; uint16_t L_43 = (uint16_t)(L_39)->GetAt(static_cast(L_42)); if ((!(((uint32_t)L_43) == ((uint32_t)((int32_t)63))))) { goto IL_0276; } } { StringBuilder_t * L_44 = V_0; int32_t L_45 = V_3; NullCheck(L_44); StringBuilder_set_Length_m7C1756193B05DCA5A23C5DC98EE90A9FC685A27A(L_44, L_45, /*hidden argument*/NULL); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_46 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_47 = L_46->get_chars_0(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_48 = __this->get_address_of_ps_5(); int32_t L_49 = L_48->get_charPos_1(); NullCheck(L_47); int32_t L_50 = ((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)1)); uint16_t L_51 = (uint16_t)(L_47)->GetAt(static_cast(L_50)); if ((!(((uint32_t)L_51) == ((uint32_t)((int32_t)62))))) { goto IL_024e; } } { int32_t L_52 = V_1; if (L_52) { goto IL_0147; } } { bool L_53 = ___isTextDecl0; G_B18_0 = __this; if (L_53) { G_B19_0 = __this; goto IL_013d; } } { G_B20_0 = _stringLiteral03B045FCD10ECF188A204F5155B713E46FEAC4DE; G_B20_1 = G_B18_0; goto IL_0142; } IL_013d: { G_B20_0 = _stringLiteralAC5E32C47A7BDB12A3CFA3FAD891E5A0B2E18DE3; G_B20_1 = G_B19_0; } IL_0142: { NullCheck(G_B20_1); XmlTextReaderImpl_Throw_mCD8CB19976D7CF68CE3A26E4D4771C0A44DA51E7(G_B20_1, G_B20_0, /*hidden argument*/NULL); } IL_0147: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_54 = __this->get_address_of_ps_5(); int32_t* L_55 = L_54->get_address_of_charPos_1(); int32_t* L_56 = L_55; int32_t L_57 = *((int32_t*)L_56); *((int32_t*)L_56) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)2)); bool L_58 = ___isTextDecl0; if (L_58) { goto IL_0186; } } { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_59 = __this->get_curNode_10(); StringBuilder_t * L_60 = V_0; NullCheck(L_60); String_t* L_61; L_61 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_60); NullCheck(L_59); NodeData_SetValue_m813BE9ED3C10352169BBA67B7A251A13E6F95FBE(L_59, L_61, /*hidden argument*/NULL); StringBuilder_t * L_62 = V_0; NullCheck(L_62); StringBuilder_set_Length_m7C1756193B05DCA5A23C5DC98EE90A9FC685A27A(L_62, 0, /*hidden argument*/NULL); int32_t L_63 = __this->get_parsingFunction_6(); __this->set_nextParsingFunction_7(L_63); __this->set_parsingFunction_6(((int32_t)9)); } IL_0186: { Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_64 = V_2; if (L_64) { goto IL_0239; } } { bool L_65 = ___isTextDecl0; if (!L_65) { goto IL_019a; } } { XmlTextReaderImpl_Throw_mCD8CB19976D7CF68CE3A26E4D4771C0A44DA51E7(__this, _stringLiteralAC5E32C47A7BDB12A3CFA3FAD891E5A0B2E18DE3, /*hidden argument*/NULL); } IL_019a: { bool L_66 = __this->get_afterResetState_67(); if (!L_66) { goto IL_021f; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_67 = __this->get_address_of_ps_5(); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_68 = L_67->get_encoding_3(); NullCheck(L_68); String_t* L_69; L_69 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Text.Encoding::get_WebName() */, L_68); V_10 = L_69; String_t* L_70 = V_10; bool L_71; L_71 = String_op_Inequality_mDDA2DDED3E7EF042987EB7180EE3E88105F0AAE2(L_70, _stringLiteralB7FD6B173F8DDB3354F28BB648CED69286F416C9, /*hidden argument*/NULL); if (!L_71) { goto IL_021f; } } { String_t* L_72 = V_10; bool L_73; L_73 = String_op_Inequality_mDDA2DDED3E7EF042987EB7180EE3E88105F0AAE2(L_72, _stringLiteral3915A096ACD919832A1C4E84ABDC7D6F6B72630D, /*hidden argument*/NULL); if (!L_73) { goto IL_021f; } } { String_t* L_74 = V_10; bool L_75; L_75 = String_op_Inequality_mDDA2DDED3E7EF042987EB7180EE3E88105F0AAE2(L_74, _stringLiteralC32EB74E6CF2D3CD9BDC7BEEB45FE8C6413C1E6E, /*hidden argument*/NULL); if (!L_75) { goto IL_021f; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_76 = __this->get_address_of_ps_5(); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_77 = L_76->get_encoding_3(); if (((Ucs4Encoding_tA26F4CA75AEBAD525FB94E7C30B3B83A61CB7F07 *)IsInstClass((RuntimeObject*)L_77, Ucs4Encoding_tA26F4CA75AEBAD525FB94E7C30B3B83A61CB7F07_il2cpp_TypeInfo_var))) { goto IL_021f; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_78 = __this->get_address_of_ps_5(); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_79 = L_78->get_encoding_3(); NullCheck(L_79); int32_t L_80; L_80 = VirtualFuncInvoker1< int32_t, String_t* >::Invoke(11 /* System.Int32 System.Text.Encoding::GetByteCount(System.String) */, L_79, _stringLiteralEF420ABFDDBDA7B9EE665D85EF62E4A437554003); G_B32_0 = _stringLiteralE1A5710D77750DE15143DC722BD4D7F361D7E8BD; G_B32_1 = __this; if ((((int32_t)L_80) == ((int32_t)1))) { G_B33_0 = _stringLiteralE1A5710D77750DE15143DC722BD4D7F361D7E8BD; G_B33_1 = __this; goto IL_0215; } } { G_B34_0 = _stringLiteralA99D512DBB15CEE509B88EBCE4AB195F07681F44; G_B34_1 = G_B32_0; G_B34_2 = G_B32_1; goto IL_021a; } IL_0215: { G_B34_0 = _stringLiteralE577106AF74D4E432DDB4785DA3B2BE486F67838; G_B34_1 = G_B33_0; G_B34_2 = G_B33_1; } IL_021a: { NullCheck(G_B34_2); XmlTextReaderImpl_Throw_m525EA9C97AE16F955F321A1915C6DBFD08C60213(G_B34_2, G_B34_1, G_B34_0, /*hidden argument*/NULL); } IL_021f: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_81 = __this->get_address_of_ps_5(); Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370 * L_82 = L_81->get_decoder_6(); if (!((SafeAsciiDecoder_tCD1ACB5604E6CFBC5F4738EEDCF5EA3A9EA957EF *)IsInstClass((RuntimeObject*)L_82, SafeAsciiDecoder_tCD1ACB5604E6CFBC5F4738EEDCF5EA3A9EA957EF_il2cpp_TypeInfo_var))) { goto IL_0240; } } { XmlTextReaderImpl_SwitchEncodingToUTF8_m81AB698A023DD58330F885C6771558A6A79B9824(__this, /*hidden argument*/NULL); goto IL_0240; } IL_0239: { Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_83 = V_2; XmlTextReaderImpl_SwitchEncoding_m33169A7FADDA800BA9C6483E11859BE02CD24F18(__this, L_83, /*hidden argument*/NULL); } IL_0240: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_84 = __this->get_address_of_ps_5(); L_84->set_appendMode_4((bool)0); return (bool)1; } IL_024e: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_85 = __this->get_address_of_ps_5(); int32_t L_86 = L_85->get_charPos_1(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_87 = __this->get_address_of_ps_5(); int32_t L_88 = L_87->get_charsUsed_2(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_86, (int32_t)1))) == ((int32_t)L_88))) { goto IL_07b8; } } { XmlTextReaderImpl_ThrowUnexpectedToken_m3A6522C4C030CD8DE27B2F78EB9AC25430680D76(__this, _stringLiteralBF8B5610C2E749CDA971813F2601B7DDAF980B54, /*hidden argument*/NULL); } IL_0276: { int32_t L_89 = V_4; if (L_89) { goto IL_0288; } } { int32_t L_90 = V_1; if (!L_90) { goto IL_0288; } } { XmlTextReaderImpl_ThrowUnexpectedToken_m3A6522C4C030CD8DE27B2F78EB9AC25430680D76(__this, _stringLiteral6C80BE31B3A7206EDCC7D55B9B8DC0407E7A87EB, /*hidden argument*/NULL); } IL_0288: { int32_t L_91; L_91 = XmlTextReaderImpl_ParseName_mFB393FA2E4425B418D1EDA0527010B33CF6AD067(__this, /*hidden argument*/NULL); V_5 = L_91; V_6 = (NodeData_tD504C5A621E7DD546954D87282438662327280EA *)NULL; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_92 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_93 = L_92->get_chars_0(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_94 = __this->get_address_of_ps_5(); int32_t L_95 = L_94->get_charPos_1(); NullCheck(L_93); int32_t L_96 = L_95; uint16_t L_97 = (uint16_t)(L_93)->GetAt(static_cast(L_96)); V_11 = L_97; Il2CppChar L_98 = V_11; if ((((int32_t)L_98) == ((int32_t)((int32_t)101)))) { goto IL_0316; } } { Il2CppChar L_99 = V_11; if ((((int32_t)L_99) == ((int32_t)((int32_t)115)))) { goto IL_0365; } } { Il2CppChar L_100 = V_11; if ((!(((uint32_t)L_100) == ((uint32_t)((int32_t)118))))) { goto IL_03b5; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_101 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_102 = L_101->get_chars_0(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_103 = __this->get_address_of_ps_5(); int32_t L_104 = L_103->get_charPos_1(); int32_t L_105 = V_5; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_106 = __this->get_address_of_ps_5(); int32_t L_107 = L_106->get_charPos_1(); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); bool L_108; L_108 = XmlConvert_StrEqual_m6E5726C0E309A1FB1E7DA36E39A8BEAE351836DB(L_102, L_104, ((int32_t)il2cpp_codegen_subtract((int32_t)L_105, (int32_t)L_107)), _stringLiteralD2D2F8D3F9F04A081FFBE6B2AF7917BAAADFC052, /*hidden argument*/NULL); if (!L_108) { goto IL_03b5; } } { int32_t L_109 = V_1; if (L_109) { goto IL_03b5; } } { bool L_110 = ___isTextDecl0; if (L_110) { goto IL_03ca; } } { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_111; L_111 = XmlTextReaderImpl_AddAttributeNoChecks_m15120550CDBEF398D83CB3388A50308635552175(__this, _stringLiteralD2D2F8D3F9F04A081FFBE6B2AF7917BAAADFC052, 1, /*hidden argument*/NULL); V_6 = L_111; goto IL_03ca; } IL_0316: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_112 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_113 = L_112->get_chars_0(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_114 = __this->get_address_of_ps_5(); int32_t L_115 = L_114->get_charPos_1(); int32_t L_116 = V_5; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_117 = __this->get_address_of_ps_5(); int32_t L_118 = L_117->get_charPos_1(); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); bool L_119; L_119 = XmlConvert_StrEqual_m6E5726C0E309A1FB1E7DA36E39A8BEAE351836DB(L_113, L_115, ((int32_t)il2cpp_codegen_subtract((int32_t)L_116, (int32_t)L_118)), _stringLiteral29988D0F9BCADFABFF66CBF5AB73096D1CAE3128, /*hidden argument*/NULL); if (!L_119) { goto IL_03b5; } } { int32_t L_120 = V_1; if ((((int32_t)L_120) == ((int32_t)1))) { goto IL_0350; } } { bool L_121 = ___isTextDecl0; if (!L_121) { goto IL_03b5; } } { int32_t L_122 = V_1; if (L_122) { goto IL_03b5; } } IL_0350: { bool L_123 = ___isTextDecl0; if (L_123) { goto IL_0361; } } { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_124; L_124 = XmlTextReaderImpl_AddAttributeNoChecks_m15120550CDBEF398D83CB3388A50308635552175(__this, _stringLiteral29988D0F9BCADFABFF66CBF5AB73096D1CAE3128, 1, /*hidden argument*/NULL); V_6 = L_124; } IL_0361: { V_1 = 1; goto IL_03ca; } IL_0365: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_125 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_126 = L_125->get_chars_0(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_127 = __this->get_address_of_ps_5(); int32_t L_128 = L_127->get_charPos_1(); int32_t L_129 = V_5; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_130 = __this->get_address_of_ps_5(); int32_t L_131 = L_130->get_charPos_1(); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); bool L_132; L_132 = XmlConvert_StrEqual_m6E5726C0E309A1FB1E7DA36E39A8BEAE351836DB(L_126, L_128, ((int32_t)il2cpp_codegen_subtract((int32_t)L_129, (int32_t)L_131)), _stringLiteral5BAA302A400A1B9C6F712ED9DBE1D7010A5034BF, /*hidden argument*/NULL); if (!L_132) { goto IL_03b5; } } { int32_t L_133 = V_1; if ((((int32_t)L_133) == ((int32_t)1))) { goto IL_039d; } } { int32_t L_134 = V_1; if ((!(((uint32_t)L_134) == ((uint32_t)2)))) { goto IL_03b5; } } IL_039d: { bool L_135 = ___isTextDecl0; if (L_135) { goto IL_03b5; } } { bool L_136 = ___isTextDecl0; if (L_136) { goto IL_03b1; } } { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_137; L_137 = XmlTextReaderImpl_AddAttributeNoChecks_m15120550CDBEF398D83CB3388A50308635552175(__this, _stringLiteral5BAA302A400A1B9C6F712ED9DBE1D7010A5034BF, 1, /*hidden argument*/NULL); V_6 = L_137; } IL_03b1: { V_1 = 2; goto IL_03ca; } IL_03b5: { bool L_138 = ___isTextDecl0; G_B66_0 = __this; if (L_138) { G_B67_0 = __this; goto IL_03c0; } } { G_B68_0 = _stringLiteral03B045FCD10ECF188A204F5155B713E46FEAC4DE; G_B68_1 = G_B66_0; goto IL_03c5; } IL_03c0: { G_B68_0 = _stringLiteralAC5E32C47A7BDB12A3CFA3FAD891E5A0B2E18DE3; G_B68_1 = G_B67_0; } IL_03c5: { NullCheck(G_B68_1); XmlTextReaderImpl_Throw_mCD8CB19976D7CF68CE3A26E4D4771C0A44DA51E7(G_B68_1, G_B68_0, /*hidden argument*/NULL); } IL_03ca: { bool L_139 = ___isTextDecl0; if (L_139) { goto IL_03ea; } } { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_140 = V_6; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_141 = __this->get_address_of_ps_5(); int32_t L_142; L_142 = ParsingState_get_LineNo_m9C32240CFE61AE19697B7C9EFA5DE9B44D3C9610_inline((ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF *)L_141, /*hidden argument*/NULL); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_143 = __this->get_address_of_ps_5(); int32_t L_144; L_144 = ParsingState_get_LinePos_mB937EA68EFFA791C24EDC7C1DFFE45732EBFFD5C((ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF *)L_143, /*hidden argument*/NULL); NullCheck(L_140); NodeData_SetLineInfo_mE0EAA0129B2C2DAB2C92AF78FBB2D5DA90A581E4(L_140, L_142, L_144, /*hidden argument*/NULL); } IL_03ea: { StringBuilder_t * L_145 = V_0; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_146 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_147 = L_146->get_chars_0(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_148 = __this->get_address_of_ps_5(); int32_t L_149 = L_148->get_charPos_1(); int32_t L_150 = V_5; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_151 = __this->get_address_of_ps_5(); int32_t L_152 = L_151->get_charPos_1(); NullCheck(L_145); StringBuilder_t * L_153; L_153 = StringBuilder_Append_m4B771D7BFE8A65C9A504EC5847A699EB678B02DB(L_145, L_147, L_149, ((int32_t)il2cpp_codegen_subtract((int32_t)L_150, (int32_t)L_152)), /*hidden argument*/NULL); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_154 = __this->get_address_of_ps_5(); int32_t L_155 = V_5; L_154->set_charPos_1(L_155); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_156 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_157 = L_156->get_chars_0(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_158 = __this->get_address_of_ps_5(); int32_t L_159 = L_158->get_charPos_1(); NullCheck(L_157); int32_t L_160 = L_159; uint16_t L_161 = (uint16_t)(L_157)->GetAt(static_cast(L_160)); if ((((int32_t)L_161) == ((int32_t)((int32_t)61)))) { goto IL_046b; } } { StringBuilder_t * L_162 = V_0; int32_t L_163; L_163 = XmlTextReaderImpl_EatWhitespaces_mAEEB8942E7FDD3912DDDE7DD642F4E558855316E(__this, L_162, /*hidden argument*/NULL); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_164 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_165 = L_164->get_chars_0(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_166 = __this->get_address_of_ps_5(); int32_t L_167 = L_166->get_charPos_1(); NullCheck(L_165); int32_t L_168 = L_167; uint16_t L_169 = (uint16_t)(L_165)->GetAt(static_cast(L_168)); if ((((int32_t)L_169) == ((int32_t)((int32_t)61)))) { goto IL_046b; } } { XmlTextReaderImpl_ThrowUnexpectedToken_m3A6522C4C030CD8DE27B2F78EB9AC25430680D76(__this, _stringLiteral1FA13CA565DC9B5105D70A528D26A6FC7A57049E, /*hidden argument*/NULL); } IL_046b: { StringBuilder_t * L_170 = V_0; NullCheck(L_170); StringBuilder_t * L_171; L_171 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_170, ((int32_t)61), /*hidden argument*/NULL); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_172 = __this->get_address_of_ps_5(); int32_t* L_173 = L_172->get_address_of_charPos_1(); int32_t* L_174 = L_173; int32_t L_175 = *((int32_t*)L_174); *((int32_t*)L_174) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_175, (int32_t)1)); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_176 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_177 = L_176->get_chars_0(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_178 = __this->get_address_of_ps_5(); int32_t L_179 = L_178->get_charPos_1(); NullCheck(L_177); int32_t L_180 = L_179; uint16_t L_181 = (uint16_t)(L_177)->GetAt(static_cast(L_180)); V_7 = L_181; Il2CppChar L_182 = V_7; if ((((int32_t)L_182) == ((int32_t)((int32_t)34)))) { goto IL_04e6; } } { Il2CppChar L_183 = V_7; if ((((int32_t)L_183) == ((int32_t)((int32_t)39)))) { goto IL_04e6; } } { StringBuilder_t * L_184 = V_0; int32_t L_185; L_185 = XmlTextReaderImpl_EatWhitespaces_mAEEB8942E7FDD3912DDDE7DD642F4E558855316E(__this, L_184, /*hidden argument*/NULL); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_186 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_187 = L_186->get_chars_0(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_188 = __this->get_address_of_ps_5(); int32_t L_189 = L_188->get_charPos_1(); NullCheck(L_187); int32_t L_190 = L_189; uint16_t L_191 = (uint16_t)(L_187)->GetAt(static_cast(L_190)); V_7 = L_191; Il2CppChar L_192 = V_7; if ((((int32_t)L_192) == ((int32_t)((int32_t)34)))) { goto IL_04e6; } } { Il2CppChar L_193 = V_7; if ((((int32_t)L_193) == ((int32_t)((int32_t)39)))) { goto IL_04e6; } } { XmlTextReaderImpl_ThrowUnexpectedToken_mAC12858AAE0F14AF796D32BBD8540CA1F15EC261(__this, _stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677, _stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D, /*hidden argument*/NULL); } IL_04e6: { StringBuilder_t * L_194 = V_0; Il2CppChar L_195 = V_7; NullCheck(L_194); StringBuilder_t * L_196; L_196 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_194, L_195, /*hidden argument*/NULL); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_197 = __this->get_address_of_ps_5(); int32_t* L_198 = L_197->get_address_of_charPos_1(); int32_t* L_199 = L_198; int32_t L_200 = *((int32_t*)L_199); *((int32_t*)L_199) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_200, (int32_t)1)); bool L_201 = ___isTextDecl0; if (L_201) { goto IL_0528; } } { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_202 = V_6; Il2CppChar L_203 = V_7; NullCheck(L_202); L_202->set_quoteChar_12(L_203); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_204 = V_6; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_205 = __this->get_address_of_ps_5(); int32_t L_206; L_206 = ParsingState_get_LineNo_m9C32240CFE61AE19697B7C9EFA5DE9B44D3C9610_inline((ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF *)L_205, /*hidden argument*/NULL); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_207 = __this->get_address_of_ps_5(); int32_t L_208; L_208 = ParsingState_get_LinePos_mB937EA68EFFA791C24EDC7C1DFFE45732EBFFD5C((ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF *)L_207, /*hidden argument*/NULL); NullCheck(L_204); NodeData_SetLineInfo2_mDB7B87916CC83F5FB632712C43B1EA0AC2DB66D4(L_204, L_206, L_208, /*hidden argument*/NULL); } IL_0528: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_209 = __this->get_address_of_ps_5(); int32_t L_210 = L_209->get_charPos_1(); V_8 = L_210; } IL_0535: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_211 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_212 = L_211->get_chars_0(); V_9 = L_212; goto IL_054a; } IL_0544: { int32_t L_213 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_213, (int32_t)1)); } IL_054a: { XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * L_214 = __this->get_address_of_xmlCharType_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_215 = L_214->get_charProperties_2(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_216 = V_9; int32_t L_217 = V_8; NullCheck(L_216); int32_t L_218 = L_217; uint16_t L_219 = (uint16_t)(L_216)->GetAt(static_cast(L_218)); NullCheck(L_215); uint16_t L_220 = L_219; uint8_t L_221 = (L_215)->GetAt(static_cast(L_220)); if (((int32_t)((int32_t)L_221&(int32_t)((int32_t)128)))) { goto IL_0544; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_222 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_223 = L_222->get_chars_0(); int32_t L_224 = V_8; NullCheck(L_223); int32_t L_225 = L_224; uint16_t L_226 = (uint16_t)(L_223)->GetAt(static_cast(L_225)); Il2CppChar L_227 = V_7; if ((!(((uint32_t)L_226) == ((uint32_t)L_227)))) { goto IL_077c; } } { int32_t L_228 = V_1; switch (L_228) { case 0: { goto IL_058f; } case 1: { goto IL_0631; } case 2: { goto IL_0678; } } } { goto IL_073d; } IL_058f: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_229 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_230 = L_229->get_chars_0(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_231 = __this->get_address_of_ps_5(); int32_t L_232 = L_231->get_charPos_1(); int32_t L_233 = V_8; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_234 = __this->get_address_of_ps_5(); int32_t L_235 = L_234->get_charPos_1(); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); bool L_236; L_236 = XmlConvert_StrEqual_m6E5726C0E309A1FB1E7DA36E39A8BEAE351836DB(L_230, L_232, ((int32_t)il2cpp_codegen_subtract((int32_t)L_233, (int32_t)L_235)), _stringLiteral11AC5E2BD66016383281878F99D761B6B9AB5F11, /*hidden argument*/NULL); if (!L_236) { goto IL_05f4; } } { bool L_237 = ___isTextDecl0; if (L_237) { goto IL_05ed; } } { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_238 = V_6; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_239 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_240 = L_239->get_chars_0(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_241 = __this->get_address_of_ps_5(); int32_t L_242 = L_241->get_charPos_1(); int32_t L_243 = V_8; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_244 = __this->get_address_of_ps_5(); int32_t L_245 = L_244->get_charPos_1(); NullCheck(L_238); NodeData_SetValue_mB62C0FF3ED5D43D329073953E461E562EA63DDCA(L_238, L_240, L_242, ((int32_t)il2cpp_codegen_subtract((int32_t)L_243, (int32_t)L_245)), /*hidden argument*/NULL); } IL_05ed: { V_1 = 1; goto IL_073d; } IL_05f4: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_246 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_247 = L_246->get_chars_0(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_248 = __this->get_address_of_ps_5(); int32_t L_249 = L_248->get_charPos_1(); int32_t L_250 = V_8; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_251 = __this->get_address_of_ps_5(); int32_t L_252 = L_251->get_charPos_1(); String_t* L_253; L_253 = String_CreateString_m16F181739FD8BA877868803DE2CE0EF0A4668D0E(NULL, L_247, L_249, ((int32_t)il2cpp_codegen_subtract((int32_t)L_250, (int32_t)L_252)), /*hidden argument*/NULL); V_13 = L_253; String_t* L_254 = V_13; XmlTextReaderImpl_Throw_m525EA9C97AE16F955F321A1915C6DBFD08C60213(__this, _stringLiteralE6EBEC5243A7F1F4EC60D6ADEFEEC1D5A655AA46, L_254, /*hidden argument*/NULL); goto IL_073d; } IL_0631: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_255 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_256 = L_255->get_chars_0(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_257 = __this->get_address_of_ps_5(); int32_t L_258 = L_257->get_charPos_1(); int32_t L_259 = V_8; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_260 = __this->get_address_of_ps_5(); int32_t L_261 = L_260->get_charPos_1(); String_t* L_262; L_262 = String_CreateString_m16F181739FD8BA877868803DE2CE0EF0A4668D0E(NULL, L_256, L_258, ((int32_t)il2cpp_codegen_subtract((int32_t)L_259, (int32_t)L_261)), /*hidden argument*/NULL); V_12 = L_262; String_t* L_263 = V_12; Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_264; L_264 = XmlTextReaderImpl_CheckEncoding_mA050EB19EC803C0C07247BBF0CD57DC34A812A33(__this, L_263, /*hidden argument*/NULL); V_2 = L_264; bool L_265 = ___isTextDecl0; if (L_265) { goto IL_0671; } } { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_266 = V_6; String_t* L_267 = V_12; NullCheck(L_266); NodeData_SetValue_m813BE9ED3C10352169BBA67B7A251A13E6F95FBE(L_266, L_267, /*hidden argument*/NULL); } IL_0671: { V_1 = 2; goto IL_073d; } IL_0678: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_268 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_269 = L_268->get_chars_0(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_270 = __this->get_address_of_ps_5(); int32_t L_271 = L_270->get_charPos_1(); int32_t L_272 = V_8; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_273 = __this->get_address_of_ps_5(); int32_t L_274 = L_273->get_charPos_1(); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); bool L_275; L_275 = XmlConvert_StrEqual_m6E5726C0E309A1FB1E7DA36E39A8BEAE351836DB(L_269, L_271, ((int32_t)il2cpp_codegen_subtract((int32_t)L_272, (int32_t)L_274)), _stringLiteralED7D39EDF70E08FE57B2522D102BF72B9E5D5331, /*hidden argument*/NULL); if (!L_275) { goto IL_06b1; } } { __this->set_standalone_62((bool)1); goto IL_070d; } IL_06b1: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_276 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_277 = L_276->get_chars_0(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_278 = __this->get_address_of_ps_5(); int32_t L_279 = L_278->get_charPos_1(); int32_t L_280 = V_8; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_281 = __this->get_address_of_ps_5(); int32_t L_282 = L_281->get_charPos_1(); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); bool L_283; L_283 = XmlConvert_StrEqual_m6E5726C0E309A1FB1E7DA36E39A8BEAE351836DB(L_277, L_279, ((int32_t)il2cpp_codegen_subtract((int32_t)L_280, (int32_t)L_282)), _stringLiteral7BFA33A11F0B12AF1B7FA1D9BA996EAE1EF77B49, /*hidden argument*/NULL); if (!L_283) { goto IL_06ea; } } { __this->set_standalone_62((bool)0); goto IL_070d; } IL_06ea: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_284 = __this->get_address_of_ps_5(); int32_t L_285; L_285 = ParsingState_get_LineNo_m9C32240CFE61AE19697B7C9EFA5DE9B44D3C9610_inline((ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF *)L_284, /*hidden argument*/NULL); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_286 = __this->get_address_of_ps_5(); int32_t L_287; L_287 = ParsingState_get_LinePos_mB937EA68EFFA791C24EDC7C1DFFE45732EBFFD5C((ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF *)L_286, /*hidden argument*/NULL); XmlTextReaderImpl_Throw_m65AA5FCC6819DA0F359B5E46C4BB03D49E814E18(__this, _stringLiteral03B045FCD10ECF188A204F5155B713E46FEAC4DE, L_285, ((int32_t)il2cpp_codegen_subtract((int32_t)L_287, (int32_t)1)), /*hidden argument*/NULL); } IL_070d: { bool L_288 = ___isTextDecl0; if (L_288) { goto IL_073b; } } { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_289 = V_6; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_290 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_291 = L_290->get_chars_0(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_292 = __this->get_address_of_ps_5(); int32_t L_293 = L_292->get_charPos_1(); int32_t L_294 = V_8; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_295 = __this->get_address_of_ps_5(); int32_t L_296 = L_295->get_charPos_1(); NullCheck(L_289); NodeData_SetValue_mB62C0FF3ED5D43D329073953E461E562EA63DDCA(L_289, L_291, L_293, ((int32_t)il2cpp_codegen_subtract((int32_t)L_294, (int32_t)L_296)), /*hidden argument*/NULL); } IL_073b: { V_1 = 3; } IL_073d: { StringBuilder_t * L_297 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_298 = V_9; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_299 = __this->get_address_of_ps_5(); int32_t L_300 = L_299->get_charPos_1(); int32_t L_301 = V_8; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_302 = __this->get_address_of_ps_5(); int32_t L_303 = L_302->get_charPos_1(); NullCheck(L_297); StringBuilder_t * L_304; L_304 = StringBuilder_Append_m4B771D7BFE8A65C9A504EC5847A699EB678B02DB(L_297, L_298, L_300, ((int32_t)il2cpp_codegen_subtract((int32_t)L_301, (int32_t)L_303)), /*hidden argument*/NULL); StringBuilder_t * L_305 = V_0; Il2CppChar L_306 = V_7; NullCheck(L_305); StringBuilder_t * L_307; L_307 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_305, L_306, /*hidden argument*/NULL); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_308 = __this->get_address_of_ps_5(); int32_t L_309 = V_8; L_308->set_charPos_1(((int32_t)il2cpp_codegen_add((int32_t)L_309, (int32_t)1))); goto IL_00d4; } IL_077c: { int32_t L_310 = V_8; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_311 = __this->get_address_of_ps_5(); int32_t L_312 = L_311->get_charsUsed_2(); if ((!(((uint32_t)L_310) == ((uint32_t)L_312)))) { goto IL_07a3; } } { int32_t L_313; L_313 = XmlTextReaderImpl_ReadData_m30A9B855279BE3BBC531BB50D5DCE4B903AF0512(__this, /*hidden argument*/NULL); if (L_313) { goto IL_0535; } } { XmlTextReaderImpl_Throw_mCD8CB19976D7CF68CE3A26E4D4771C0A44DA51E7(__this, _stringLiteral8DF28038BAE3947FE2A10B2562359E7D3A2BF989, /*hidden argument*/NULL); goto IL_07b8; } IL_07a3: { bool L_314 = ___isTextDecl0; G_B109_0 = __this; if (L_314) { G_B110_0 = __this; goto IL_07ae; } } { G_B111_0 = _stringLiteral03B045FCD10ECF188A204F5155B713E46FEAC4DE; G_B111_1 = G_B109_0; goto IL_07b3; } IL_07ae: { G_B111_0 = _stringLiteralAC5E32C47A7BDB12A3CFA3FAD891E5A0B2E18DE3; G_B111_1 = G_B110_0; } IL_07b3: { NullCheck(G_B111_1); XmlTextReaderImpl_Throw_mCD8CB19976D7CF68CE3A26E4D4771C0A44DA51E7(G_B111_1, G_B111_0, /*hidden argument*/NULL); } IL_07b8: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_315 = __this->get_address_of_ps_5(); bool L_316 = L_315->get_isEof_15(); if (L_316) { goto IL_07d0; } } { int32_t L_317; L_317 = XmlTextReaderImpl_ReadData_m30A9B855279BE3BBC531BB50D5DCE4B903AF0512(__this, /*hidden argument*/NULL); if (L_317) { goto IL_00d4; } } IL_07d0: { XmlTextReaderImpl_Throw_mCD8CB19976D7CF68CE3A26E4D4771C0A44DA51E7(__this, _stringLiteral13FB70ADE9D0DE3E48F4543466E8766DDC3A72B8, /*hidden argument*/NULL); goto IL_00d4; } IL_07e0: { bool L_318 = ___isTextDecl0; if (L_318) { goto IL_07ef; } } { int32_t L_319 = __this->get_nextParsingFunction_7(); __this->set_parsingFunction_6(L_319); } IL_07ef: { bool L_320 = __this->get_afterResetState_67(); if (!L_320) { goto IL_0874; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_321 = __this->get_address_of_ps_5(); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_322 = L_321->get_encoding_3(); NullCheck(L_322); String_t* L_323; L_323 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Text.Encoding::get_WebName() */, L_322); V_14 = L_323; String_t* L_324 = V_14; bool L_325; L_325 = String_op_Inequality_mDDA2DDED3E7EF042987EB7180EE3E88105F0AAE2(L_324, _stringLiteralB7FD6B173F8DDB3354F28BB648CED69286F416C9, /*hidden argument*/NULL); if (!L_325) { goto IL_0874; } } { String_t* L_326 = V_14; bool L_327; L_327 = String_op_Inequality_mDDA2DDED3E7EF042987EB7180EE3E88105F0AAE2(L_326, _stringLiteral3915A096ACD919832A1C4E84ABDC7D6F6B72630D, /*hidden argument*/NULL); if (!L_327) { goto IL_0874; } } { String_t* L_328 = V_14; bool L_329; L_329 = String_op_Inequality_mDDA2DDED3E7EF042987EB7180EE3E88105F0AAE2(L_328, _stringLiteralC32EB74E6CF2D3CD9BDC7BEEB45FE8C6413C1E6E, /*hidden argument*/NULL); if (!L_329) { goto IL_0874; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_330 = __this->get_address_of_ps_5(); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_331 = L_330->get_encoding_3(); if (((Ucs4Encoding_tA26F4CA75AEBAD525FB94E7C30B3B83A61CB7F07 *)IsInstClass((RuntimeObject*)L_331, Ucs4Encoding_tA26F4CA75AEBAD525FB94E7C30B3B83A61CB7F07_il2cpp_TypeInfo_var))) { goto IL_0874; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_332 = __this->get_address_of_ps_5(); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_333 = L_332->get_encoding_3(); NullCheck(L_333); int32_t L_334; L_334 = VirtualFuncInvoker1< int32_t, String_t* >::Invoke(11 /* System.Int32 System.Text.Encoding::GetByteCount(System.String) */, L_333, _stringLiteralEF420ABFDDBDA7B9EE665D85EF62E4A437554003); G_B123_0 = _stringLiteralE1A5710D77750DE15143DC722BD4D7F361D7E8BD; G_B123_1 = __this; if ((((int32_t)L_334) == ((int32_t)1))) { G_B124_0 = _stringLiteralE1A5710D77750DE15143DC722BD4D7F361D7E8BD; G_B124_1 = __this; goto IL_086a; } } { G_B125_0 = _stringLiteralA99D512DBB15CEE509B88EBCE4AB195F07681F44; G_B125_1 = G_B123_0; G_B125_2 = G_B123_1; goto IL_086f; } IL_086a: { G_B125_0 = _stringLiteralE577106AF74D4E432DDB4785DA3B2BE486F67838; G_B125_1 = G_B124_0; G_B125_2 = G_B124_1; } IL_086f: { NullCheck(G_B125_2); XmlTextReaderImpl_Throw_m525EA9C97AE16F955F321A1915C6DBFD08C60213(G_B125_2, G_B125_1, G_B125_0, /*hidden argument*/NULL); } IL_0874: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_335 = __this->get_address_of_ps_5(); Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370 * L_336 = L_335->get_decoder_6(); if (!((SafeAsciiDecoder_tCD1ACB5604E6CFBC5F4738EEDCF5EA3A9EA957EF *)IsInstClass((RuntimeObject*)L_336, SafeAsciiDecoder_tCD1ACB5604E6CFBC5F4738EEDCF5EA3A9EA957EF_il2cpp_TypeInfo_var))) { goto IL_088c; } } { XmlTextReaderImpl_SwitchEncodingToUTF8_m81AB698A023DD58330F885C6771558A6A79B9824(__this, /*hidden argument*/NULL); } IL_088c: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_337 = __this->get_address_of_ps_5(); L_337->set_appendMode_4((bool)0); return (bool)0; } } // System.Boolean System.Xml.XmlTextReaderImpl::ParseDocumentContent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ParseDocumentContent_mDB51A548D80EF1EB9D16056E60E823ECFE07F273 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0EE5C75C762D2925310D5C8C6DE4A72136C79CC4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2923AF57406AD3628AA00F2F47378348C0E89B4C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3B2C1C62D4D1C2A0C8A9AC42DB00D33C654F9AD0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral77D2BCBCC0DB06E7D1FE3B24D38EDC45C54A7D7B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral887708FAE81F8854FED4472593567E230376CF20); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8DBC0541C87F546156D168685887CFF3444537CD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9AFA0F72F280AF1D61641FD81B06319BC977BCDA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9DB177E8C0CBE853033933A889510F9E5D48D596); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCA05288B6212EA20126730A5B780745B08DD3D36); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEF773281DF3C0FFE95AB2CE662598454A2DD1214); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; int32_t V_2 = 0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* V_3 = NULL; Il2CppChar V_4 = 0x0; int32_t V_5 = 0; int32_t V_6 = 0; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * G_B74_0 = NULL; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * G_B73_0 = NULL; int32_t G_B75_0 = 0; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * G_B75_1 = NULL; { V_0 = (bool)0; } IL_0002: { V_1 = (bool)0; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_0 = __this->get_address_of_ps_5(); int32_t L_1 = L_0->get_charPos_1(); V_2 = L_1; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_2 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_3 = L_2->get_chars_0(); V_3 = L_3; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_4 = V_3; int32_t L_5 = V_2; NullCheck(L_4); int32_t L_6 = L_5; uint16_t L_7 = (uint16_t)(L_4)->GetAt(static_cast(L_6)); if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)60))))) { goto IL_021b; } } { V_1 = (bool)1; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_8 = __this->get_address_of_ps_5(); int32_t L_9 = L_8->get_charsUsed_2(); int32_t L_10 = V_2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)L_10))) < ((int32_t)4))) { goto IL_030b; } } { int32_t L_11 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_12 = V_3; int32_t L_13 = V_2; NullCheck(L_12); int32_t L_14 = L_13; uint16_t L_15 = (uint16_t)(L_12)->GetAt(static_cast(L_14)); V_4 = L_15; Il2CppChar L_16 = V_4; if ((((int32_t)L_16) == ((int32_t)((int32_t)33)))) { goto IL_0074; } } { Il2CppChar L_17 = V_4; if ((((int32_t)L_17) == ((int32_t)((int32_t)47)))) { goto IL_01c0; } } { Il2CppChar L_18 = V_4; if ((!(((uint32_t)L_18) == ((uint32_t)((int32_t)63))))) { goto IL_01d3; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_19 = __this->get_address_of_ps_5(); int32_t L_20 = V_2; L_19->set_charPos_1(((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1))); bool L_21; L_21 = XmlTextReaderImpl_ParsePI_mB2EF9DFB13D5EEDB988DC912CA9657D073668CF5(__this, /*hidden argument*/NULL); if (!L_21) { goto IL_0002; } } { return (bool)1; } IL_0074: { int32_t L_22 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_23 = __this->get_address_of_ps_5(); int32_t L_24 = L_23->get_charsUsed_2(); int32_t L_25 = V_2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)L_25))) < ((int32_t)2))) { goto IL_030b; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_26 = V_3; int32_t L_27 = V_2; NullCheck(L_26); int32_t L_28 = L_27; uint16_t L_29 = (uint16_t)(L_26)->GetAt(static_cast(L_28)); if ((!(((uint32_t)L_29) == ((uint32_t)((int32_t)45))))) { goto IL_00c9; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_30 = V_3; int32_t L_31 = V_2; NullCheck(L_30); int32_t L_32 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); uint16_t L_33 = (uint16_t)(L_30)->GetAt(static_cast(L_32)); if ((!(((uint32_t)L_33) == ((uint32_t)((int32_t)45))))) { goto IL_00b6; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_34 = __this->get_address_of_ps_5(); int32_t L_35 = V_2; L_34->set_charPos_1(((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)2))); bool L_36; L_36 = XmlTextReaderImpl_ParseComment_m9AF950752F0E38168C23048A9E2946D7D711510D(__this, /*hidden argument*/NULL); if (!L_36) { goto IL_0002; } } { return (bool)1; } IL_00b6: { int32_t L_37 = V_2; XmlTextReaderImpl_ThrowUnexpectedToken_m07E87865F72FE86BBBFA6AEBC641FFB4348D8A7D(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1)), _stringLiteral3B2C1C62D4D1C2A0C8A9AC42DB00D33C654F9AD0, /*hidden argument*/NULL); goto IL_030b; } IL_00c9: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_38 = V_3; int32_t L_39 = V_2; NullCheck(L_38); int32_t L_40 = L_39; uint16_t L_41 = (uint16_t)(L_38)->GetAt(static_cast(L_40)); if ((!(((uint32_t)L_41) == ((uint32_t)((int32_t)91))))) { goto IL_0154; } } { int32_t L_42 = __this->get_fragmentType_45(); if ((((int32_t)L_42) == ((int32_t)((int32_t)9)))) { goto IL_0139; } } { int32_t L_43 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1)); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_44 = __this->get_address_of_ps_5(); int32_t L_45 = L_44->get_charsUsed_2(); int32_t L_46 = V_2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_45, (int32_t)L_46))) < ((int32_t)6))) { goto IL_030b; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_47 = V_3; int32_t L_48 = V_2; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); bool L_49; L_49 = XmlConvert_StrEqual_m6E5726C0E309A1FB1E7DA36E39A8BEAE351836DB(L_47, L_48, 6, _stringLiteral9DB177E8C0CBE853033933A889510F9E5D48D596, /*hidden argument*/NULL); if (!L_49) { goto IL_0128; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_50 = __this->get_address_of_ps_5(); int32_t L_51 = V_2; L_50->set_charPos_1(((int32_t)il2cpp_codegen_add((int32_t)L_51, (int32_t)6))); XmlTextReaderImpl_ParseCData_m1BEA0ED4B10C26F237DB2BF95388A4FC289B0720(__this, /*hidden argument*/NULL); int32_t L_52 = __this->get_fragmentType_45(); if (L_52) { goto IL_0126; } } { __this->set_fragmentType_45(1); } IL_0126: { return (bool)1; } IL_0128: { int32_t L_53 = V_2; XmlTextReaderImpl_ThrowUnexpectedToken_m07E87865F72FE86BBBFA6AEBC641FFB4348D8A7D(__this, L_53, _stringLiteral9DB177E8C0CBE853033933A889510F9E5D48D596, /*hidden argument*/NULL); goto IL_030b; } IL_0139: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_54 = __this->get_address_of_ps_5(); int32_t L_55 = L_54->get_charPos_1(); XmlTextReaderImpl_Throw_m64FD15D7750F11BCA718303F4A7544BB79620CC6(__this, L_55, _stringLiteral887708FAE81F8854FED4472593567E230376CF20, /*hidden argument*/NULL); goto IL_030b; } IL_0154: { int32_t L_56 = __this->get_fragmentType_45(); if ((((int32_t)L_56) == ((int32_t)((int32_t)9)))) { goto IL_0166; } } { int32_t L_57 = __this->get_fragmentType_45(); if (L_57) { goto IL_0187; } } IL_0166: { __this->set_fragmentType_45(((int32_t)9)); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_58 = __this->get_address_of_ps_5(); int32_t L_59 = V_2; L_58->set_charPos_1(L_59); bool L_60; L_60 = XmlTextReaderImpl_ParseDoctypeDecl_m1474DA80DFCC98EDB9F33BC2EC9EB2D51DBDB0CF(__this, /*hidden argument*/NULL); if (!L_60) { goto IL_0002; } } { return (bool)1; } IL_0187: { int32_t L_61 = V_2; String_t* L_62; L_62 = XmlTextReaderImpl_ParseUnexpectedToken_mD0F2D85FF1B41C9371D6669EF08F7B89B21F14D7(__this, L_61, /*hidden argument*/NULL); bool L_63; L_63 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_62, _stringLiteral2923AF57406AD3628AA00F2F47378348C0E89B4C, /*hidden argument*/NULL); if (!L_63) { goto IL_01aa; } } { XmlTextReaderImpl_Throw_mCD8CB19976D7CF68CE3A26E4D4771C0A44DA51E7(__this, _stringLiteral9AFA0F72F280AF1D61641FD81B06319BC977BCDA, /*hidden argument*/NULL); goto IL_030b; } IL_01aa: { int32_t L_64 = V_2; XmlTextReaderImpl_ThrowUnexpectedToken_m448BCB34C95C11DFD67FF2716716D15577FBF44E(__this, L_64, _stringLiteral0EE5C75C762D2925310D5C8C6DE4A72136C79CC4, _stringLiteral8DBC0541C87F546156D168685887CFF3444537CD, /*hidden argument*/NULL); goto IL_030b; } IL_01c0: { int32_t L_65 = V_2; XmlTextReaderImpl_Throw_m64FD15D7750F11BCA718303F4A7544BB79620CC6(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_65, (int32_t)1)), _stringLiteral77D2BCBCC0DB06E7D1FE3B24D38EDC45C54A7D7B, /*hidden argument*/NULL); goto IL_030b; } IL_01d3: { bool L_66 = __this->get_rootElementParsed_61(); if (!L_66) { goto IL_0200; } } { int32_t L_67 = __this->get_fragmentType_45(); if ((!(((uint32_t)L_67) == ((uint32_t)((int32_t)9))))) { goto IL_01f1; } } { int32_t L_68 = V_2; XmlTextReaderImpl_Throw_m64FD15D7750F11BCA718303F4A7544BB79620CC6(__this, L_68, _stringLiteralEF773281DF3C0FFE95AB2CE662598454A2DD1214, /*hidden argument*/NULL); } IL_01f1: { int32_t L_69 = __this->get_fragmentType_45(); if (L_69) { goto IL_0200; } } { __this->set_fragmentType_45(1); } IL_0200: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_70 = __this->get_address_of_ps_5(); int32_t L_71 = V_2; L_70->set_charPos_1(L_71); __this->set_rootElementParsed_61((bool)1); XmlTextReaderImpl_ParseElement_m315A953FDADF6B9DF56DE80AA24920BB43E78D84(__this, /*hidden argument*/NULL); return (bool)1; } IL_021b: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_72 = V_3; int32_t L_73 = V_2; NullCheck(L_72); int32_t L_74 = L_73; uint16_t L_75 = (uint16_t)(L_72)->GetAt(static_cast(L_74)); if ((!(((uint32_t)L_75) == ((uint32_t)((int32_t)38))))) { goto IL_02ad; } } { int32_t L_76 = __this->get_fragmentType_45(); if ((!(((uint32_t)L_76) == ((uint32_t)((int32_t)9))))) { goto IL_0240; } } { int32_t L_77 = V_2; XmlTextReaderImpl_Throw_m64FD15D7750F11BCA718303F4A7544BB79620CC6(__this, L_77, _stringLiteral887708FAE81F8854FED4472593567E230376CF20, /*hidden argument*/NULL); goto IL_030b; } IL_0240: { int32_t L_78 = __this->get_fragmentType_45(); if (L_78) { goto IL_024f; } } { __this->set_fragmentType_45(1); } IL_024f: { int32_t L_79; L_79 = XmlTextReaderImpl_HandleEntityReference_m57BDDC7B181D8F9A9E463C5369997014754B6018(__this, (bool)0, 1, (int32_t*)(&V_5), /*hidden argument*/NULL); V_6 = L_79; int32_t L_80 = V_6; if ((!(((uint32_t)L_80) > ((uint32_t)2)))) { goto IL_0283; } } { int32_t L_81 = V_6; if ((!(((uint32_t)L_81) == ((uint32_t)6)))) { goto IL_0290; } } { int32_t L_82 = __this->get_parsingFunction_6(); if ((!(((uint32_t)L_82) == ((uint32_t)((int32_t)13))))) { goto IL_027b; } } { int32_t L_83 = __this->get_nextParsingFunction_7(); __this->set_parsingFunction_6(L_83); } IL_027b: { XmlTextReaderImpl_ParseEntityReference_m46B6CB058317FB1097EF04FDA06B1188B09293EC(__this, /*hidden argument*/NULL); return (bool)1; } IL_0283: { bool L_84; L_84 = XmlTextReaderImpl_ParseText_mAC8B5C8390C867C5BA5C0712FAECDB7D652E47BF(__this, /*hidden argument*/NULL); if (!L_84) { goto IL_0002; } } { return (bool)1; } IL_0290: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_85 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_86 = L_85->get_chars_0(); V_3 = L_86; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_87 = __this->get_address_of_ps_5(); int32_t L_88 = L_87->get_charPos_1(); V_2 = L_88; goto IL_0002; } IL_02ad: { int32_t L_89 = V_2; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_90 = __this->get_address_of_ps_5(); int32_t L_91 = L_90->get_charsUsed_2(); if ((((int32_t)L_89) == ((int32_t)L_91))) { goto IL_030b; } } { bool L_92 = __this->get_v1Compat_36(); bool L_93 = V_0; if (!((int32_t)((int32_t)L_92|(int32_t)L_93))) { goto IL_02ca; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_94 = V_3; int32_t L_95 = V_2; NullCheck(L_94); int32_t L_96 = L_95; uint16_t L_97 = (uint16_t)(L_94)->GetAt(static_cast(L_96)); if (!L_97) { goto IL_030b; } } IL_02ca: { int32_t L_98 = __this->get_fragmentType_45(); if ((!(((uint32_t)L_98) == ((uint32_t)((int32_t)9))))) { goto IL_02e1; } } { bool L_99; L_99 = XmlTextReaderImpl_ParseRootLevelWhitespace_m0F5CFE9773DED74F37EB538393CDF3D5B44876FB(__this, /*hidden argument*/NULL); if (!L_99) { goto IL_0002; } } { return (bool)1; } IL_02e1: { bool L_100; L_100 = XmlTextReaderImpl_ParseText_mAC8B5C8390C867C5BA5C0712FAECDB7D652E47BF(__this, /*hidden argument*/NULL); if (!L_100) { goto IL_0002; } } { int32_t L_101 = __this->get_fragmentType_45(); if (L_101) { goto IL_0309; } } { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_102 = __this->get_curNode_10(); NullCheck(L_102); int32_t L_103 = L_102->get_type_1(); if ((!(((uint32_t)L_103) == ((uint32_t)3)))) { goto IL_0309; } } { __this->set_fragmentType_45(1); } IL_0309: { return (bool)1; } IL_030b: { int32_t L_104; L_104 = XmlTextReaderImpl_ReadData_m30A9B855279BE3BBC531BB50D5DCE4B903AF0512(__this, /*hidden argument*/NULL); if (!L_104) { goto IL_0321; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_105 = __this->get_address_of_ps_5(); int32_t L_106 = L_105->get_charPos_1(); V_2 = L_106; goto IL_038b; } IL_0321: { bool L_107 = V_1; if (!L_107) { goto IL_032f; } } { XmlTextReaderImpl_Throw_mCD8CB19976D7CF68CE3A26E4D4771C0A44DA51E7(__this, _stringLiteral887708FAE81F8854FED4472593567E230376CF20, /*hidden argument*/NULL); } IL_032f: { bool L_108; L_108 = XmlTextReaderImpl_get_InEntity_m2200E4E247659D27FE2205EB89C0DDA672F13EAF(__this, /*hidden argument*/NULL); if (!L_108) { goto IL_034b; } } { bool L_109; L_109 = XmlTextReaderImpl_HandleEntityEnd_mE0EE13CC4A99B12B40B21FE160BB3B8BBE9735E4(__this, (bool)1, /*hidden argument*/NULL); if (!L_109) { goto IL_0002; } } { XmlTextReaderImpl_SetupEndEntityNodeInContent_m42EFF8EE6338E10A345035E91904EAEC00325570(__this, /*hidden argument*/NULL); return (bool)1; } IL_034b: { bool L_110 = __this->get_rootElementParsed_61(); if (L_110) { goto IL_0368; } } { int32_t L_111 = __this->get_fragmentType_45(); if ((!(((uint32_t)L_111) == ((uint32_t)((int32_t)9))))) { goto IL_0368; } } { XmlTextReaderImpl_ThrowWithoutLineInfo_mC0DB96228D4BE665077C34F7BC8547B4E5DCDC84(__this, _stringLiteralCA05288B6212EA20126730A5B780745B08DD3D36, /*hidden argument*/NULL); } IL_0368: { int32_t L_112 = __this->get_fragmentType_45(); if (L_112) { goto IL_0383; } } { bool L_113 = __this->get_rootElementParsed_61(); G_B73_0 = __this; if (L_113) { G_B74_0 = __this; goto IL_037c; } } { G_B75_0 = 1; G_B75_1 = G_B73_0; goto IL_037e; } IL_037c: { G_B75_0 = ((int32_t)9); G_B75_1 = G_B74_0; } IL_037e: { NullCheck(G_B75_1); G_B75_1->set_fragmentType_45(G_B75_0); } IL_0383: { XmlTextReaderImpl_OnEof_m30AAAEB6B49E4680B6CE28FEDCDCEB9F546D11A2(__this, /*hidden argument*/NULL); return (bool)0; } IL_038b: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_114 = __this->get_address_of_ps_5(); int32_t L_115 = L_114->get_charPos_1(); V_2 = L_115; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_116 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_117 = L_116->get_chars_0(); V_3 = L_117; goto IL_0002; } } // System.Boolean System.Xml.XmlTextReaderImpl::ParseElementContent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ParseElementContent_mA3E6F7A577ACC196548B77472EC697B74CF4915B (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0EE5C75C762D2925310D5C8C6DE4A72136C79CC4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2923AF57406AD3628AA00F2F47378348C0E89B4C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3B2C1C62D4D1C2A0C8A9AC42DB00D33C654F9AD0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8DBC0541C87F546156D168685887CFF3444537CD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9AFA0F72F280AF1D61641FD81B06319BC977BCDA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9DB177E8C0CBE853033933A889510F9E5D48D596); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* V_1 = NULL; Il2CppChar V_2 = 0x0; IL_0000: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_0 = __this->get_address_of_ps_5(); int32_t L_1 = L_0->get_charPos_1(); V_0 = L_1; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_2 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_3 = L_2->get_chars_0(); V_1 = L_3; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_4 = V_1; int32_t L_5 = V_0; NullCheck(L_4); int32_t L_6 = L_5; uint16_t L_7 = (uint16_t)(L_4)->GetAt(static_cast(L_6)); V_2 = L_7; Il2CppChar L_8 = V_2; if ((((int32_t)L_8) == ((int32_t)((int32_t)38)))) { goto IL_0177; } } { Il2CppChar L_9 = V_2; if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)60))))) { goto IL_0184; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_10 = V_1; int32_t L_11 = V_0; NullCheck(L_10); int32_t L_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); uint16_t L_13 = (uint16_t)(L_10)->GetAt(static_cast(L_12)); V_2 = L_13; Il2CppChar L_14 = V_2; if ((((int32_t)L_14) == ((int32_t)((int32_t)33)))) { goto IL_005f; } } { Il2CppChar L_15 = V_2; if ((((int32_t)L_15) == ((int32_t)((int32_t)47)))) { goto IL_013b; } } { Il2CppChar L_16 = V_2; if ((!(((uint32_t)L_16) == ((uint32_t)((int32_t)63))))) { goto IL_0151; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_17 = __this->get_address_of_ps_5(); int32_t L_18 = V_0; L_17->set_charPos_1(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)2))); bool L_19; L_19 = XmlTextReaderImpl_ParsePI_mB2EF9DFB13D5EEDB988DC912CA9657D073668CF5(__this, /*hidden argument*/NULL); if (!L_19) { goto IL_0000; } } { return (bool)1; } IL_005f: { int32_t L_20 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)2)); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_21 = __this->get_address_of_ps_5(); int32_t L_22 = L_21->get_charsUsed_2(); int32_t L_23 = V_0; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)L_23))) < ((int32_t)2))) { goto IL_019f; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_24 = V_1; int32_t L_25 = V_0; NullCheck(L_24); int32_t L_26 = L_25; uint16_t L_27 = (uint16_t)(L_24)->GetAt(static_cast(L_26)); if ((!(((uint32_t)L_27) == ((uint32_t)((int32_t)45))))) { goto IL_00b4; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_28 = V_1; int32_t L_29 = V_0; NullCheck(L_28); int32_t L_30 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)); uint16_t L_31 = (uint16_t)(L_28)->GetAt(static_cast(L_30)); if ((!(((uint32_t)L_31) == ((uint32_t)((int32_t)45))))) { goto IL_00a1; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_32 = __this->get_address_of_ps_5(); int32_t L_33 = V_0; L_32->set_charPos_1(((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)2))); bool L_34; L_34 = XmlTextReaderImpl_ParseComment_m9AF950752F0E38168C23048A9E2946D7D711510D(__this, /*hidden argument*/NULL); if (!L_34) { goto IL_0000; } } { return (bool)1; } IL_00a1: { int32_t L_35 = V_0; XmlTextReaderImpl_ThrowUnexpectedToken_m07E87865F72FE86BBBFA6AEBC641FFB4348D8A7D(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1)), _stringLiteral3B2C1C62D4D1C2A0C8A9AC42DB00D33C654F9AD0, /*hidden argument*/NULL); goto IL_019f; } IL_00b4: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_36 = V_1; int32_t L_37 = V_0; NullCheck(L_36); int32_t L_38 = L_37; uint16_t L_39 = (uint16_t)(L_36)->GetAt(static_cast(L_38)); if ((!(((uint32_t)L_39) == ((uint32_t)((int32_t)91))))) { goto IL_0108; } } { int32_t L_40 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_41 = __this->get_address_of_ps_5(); int32_t L_42 = L_41->get_charsUsed_2(); int32_t L_43 = V_0; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_42, (int32_t)L_43))) < ((int32_t)6))) { goto IL_019f; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_44 = V_1; int32_t L_45 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); bool L_46; L_46 = XmlConvert_StrEqual_m6E5726C0E309A1FB1E7DA36E39A8BEAE351836DB(L_44, L_45, 6, _stringLiteral9DB177E8C0CBE853033933A889510F9E5D48D596, /*hidden argument*/NULL); if (!L_46) { goto IL_00f7; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_47 = __this->get_address_of_ps_5(); int32_t L_48 = V_0; L_47->set_charPos_1(((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)6))); XmlTextReaderImpl_ParseCData_m1BEA0ED4B10C26F237DB2BF95388A4FC289B0720(__this, /*hidden argument*/NULL); return (bool)1; } IL_00f7: { int32_t L_49 = V_0; XmlTextReaderImpl_ThrowUnexpectedToken_m07E87865F72FE86BBBFA6AEBC641FFB4348D8A7D(__this, L_49, _stringLiteral9DB177E8C0CBE853033933A889510F9E5D48D596, /*hidden argument*/NULL); goto IL_019f; } IL_0108: { int32_t L_50 = V_0; String_t* L_51; L_51 = XmlTextReaderImpl_ParseUnexpectedToken_mD0F2D85FF1B41C9371D6669EF08F7B89B21F14D7(__this, L_50, /*hidden argument*/NULL); bool L_52; L_52 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_51, _stringLiteral2923AF57406AD3628AA00F2F47378348C0E89B4C, /*hidden argument*/NULL); if (!L_52) { goto IL_0128; } } { XmlTextReaderImpl_Throw_mCD8CB19976D7CF68CE3A26E4D4771C0A44DA51E7(__this, _stringLiteral9AFA0F72F280AF1D61641FD81B06319BC977BCDA, /*hidden argument*/NULL); goto IL_019f; } IL_0128: { int32_t L_53 = V_0; XmlTextReaderImpl_ThrowUnexpectedToken_m448BCB34C95C11DFD67FF2716716D15577FBF44E(__this, L_53, _stringLiteral0EE5C75C762D2925310D5C8C6DE4A72136C79CC4, _stringLiteral8DBC0541C87F546156D168685887CFF3444537CD, /*hidden argument*/NULL); goto IL_019f; } IL_013b: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_54 = __this->get_address_of_ps_5(); int32_t L_55 = V_0; L_54->set_charPos_1(((int32_t)il2cpp_codegen_add((int32_t)L_55, (int32_t)2))); XmlTextReaderImpl_ParseEndElement_m353613721BA6C832E944239E416EC7FCD4725B6F(__this, /*hidden argument*/NULL); return (bool)1; } IL_0151: { int32_t L_56 = V_0; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_57 = __this->get_address_of_ps_5(); int32_t L_58 = L_57->get_charsUsed_2(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)1))) == ((int32_t)L_58))) { goto IL_019f; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_59 = __this->get_address_of_ps_5(); int32_t L_60 = V_0; L_59->set_charPos_1(((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)1))); XmlTextReaderImpl_ParseElement_m315A953FDADF6B9DF56DE80AA24920BB43E78D84(__this, /*hidden argument*/NULL); return (bool)1; } IL_0177: { bool L_61; L_61 = XmlTextReaderImpl_ParseText_mAC8B5C8390C867C5BA5C0712FAECDB7D652E47BF(__this, /*hidden argument*/NULL); if (!L_61) { goto IL_0000; } } { return (bool)1; } IL_0184: { int32_t L_62 = V_0; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_63 = __this->get_address_of_ps_5(); int32_t L_64 = L_63->get_charsUsed_2(); if ((((int32_t)L_62) == ((int32_t)L_64))) { goto IL_019f; } } { bool L_65; L_65 = XmlTextReaderImpl_ParseText_mAC8B5C8390C867C5BA5C0712FAECDB7D652E47BF(__this, /*hidden argument*/NULL); if (!L_65) { goto IL_0000; } } { return (bool)1; } IL_019f: { int32_t L_66; L_66 = XmlTextReaderImpl_ReadData_m30A9B855279BE3BBC531BB50D5DCE4B903AF0512(__this, /*hidden argument*/NULL); if (L_66) { goto IL_0000; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_67 = __this->get_address_of_ps_5(); int32_t L_68 = L_67->get_charsUsed_2(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_69 = __this->get_address_of_ps_5(); int32_t L_70 = L_69->get_charPos_1(); if (!((int32_t)il2cpp_codegen_subtract((int32_t)L_68, (int32_t)L_70))) { goto IL_01c9; } } { XmlTextReaderImpl_ThrowUnclosedElements_m0CD03A9632178D15C9FD697F2EDE7E3013444ACA(__this, /*hidden argument*/NULL); } IL_01c9: { bool L_71; L_71 = XmlTextReaderImpl_get_InEntity_m2200E4E247659D27FE2205EB89C0DDA672F13EAF(__this, /*hidden argument*/NULL); if (L_71) { goto IL_01f1; } } { int32_t L_72 = __this->get_index_11(); if (L_72) { goto IL_01eb; } } { int32_t L_73 = __this->get_fragmentType_45(); if ((((int32_t)L_73) == ((int32_t)((int32_t)9)))) { goto IL_01eb; } } { XmlTextReaderImpl_OnEof_m30AAAEB6B49E4680B6CE28FEDCDCEB9F546D11A2(__this, /*hidden argument*/NULL); return (bool)0; } IL_01eb: { XmlTextReaderImpl_ThrowUnclosedElements_m0CD03A9632178D15C9FD697F2EDE7E3013444ACA(__this, /*hidden argument*/NULL); } IL_01f1: { bool L_74; L_74 = XmlTextReaderImpl_HandleEntityEnd_mE0EE13CC4A99B12B40B21FE160BB3B8BBE9735E4(__this, (bool)1, /*hidden argument*/NULL); if (!L_74) { goto IL_0000; } } { XmlTextReaderImpl_SetupEndEntityNodeInContent_m42EFF8EE6338E10A345035E91904EAEC00325570(__this, /*hidden argument*/NULL); return (bool)1; } } // System.Void System.Xml.XmlTextReaderImpl::ThrowUnclosedElements() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ThrowUnclosedElements_m0CD03A9632178D15C9FD697F2EDE7E3013444ACA (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral13FB70ADE9D0DE3E48F4543466E8766DDC3A72B8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE5E2DECD6397CBF8168176B1CB6CB4B7A4984E43); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; NodeData_tD504C5A621E7DD546954D87282438662327280EA * V_1 = NULL; int32_t G_B6_0 = 0; { int32_t L_0 = __this->get_index_11(); if (L_0) { goto IL_002d; } } { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_1 = __this->get_curNode_10(); NullCheck(L_1); int32_t L_2 = L_1->get_type_1(); if ((((int32_t)L_2) == ((int32_t)1))) { goto IL_002d; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_3 = __this->get_address_of_ps_5(); int32_t L_4 = L_3->get_charsUsed_2(); XmlTextReaderImpl_Throw_m64FD15D7750F11BCA718303F4A7544BB79620CC6(__this, L_4, _stringLiteral13FB70ADE9D0DE3E48F4543466E8766DDC3A72B8, /*hidden argument*/NULL); return; } IL_002d: { int32_t L_5 = __this->get_parsingFunction_6(); if ((((int32_t)L_5) == ((int32_t)((int32_t)14)))) { goto IL_0041; } } { int32_t L_6 = __this->get_index_11(); G_B6_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)); goto IL_0047; } IL_0041: { int32_t L_7 = __this->get_index_11(); G_B6_0 = L_7; } IL_0047: { V_0 = G_B6_0; StringBuilder_t * L_8 = __this->get_stringBuilder_60(); NullCheck(L_8); StringBuilder_set_Length_m7C1756193B05DCA5A23C5DC98EE90A9FC685A27A(L_8, 0, /*hidden argument*/NULL); goto IL_00ac; } IL_0056: { NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0* L_9 = __this->get_nodes_9(); int32_t L_10 = V_0; NullCheck(L_9); int32_t L_11 = L_10; NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_12 = (L_9)->GetAt(static_cast(L_11)); V_1 = L_12; NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_13 = V_1; NullCheck(L_13); int32_t L_14 = L_13->get_type_1(); if ((!(((uint32_t)L_14) == ((uint32_t)1)))) { goto IL_00a8; } } { StringBuilder_t * L_15 = __this->get_stringBuilder_60(); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_16 = V_1; XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_17 = __this->get_nameTable_19(); NullCheck(L_16); String_t* L_18; L_18 = NodeData_GetNameWPrefix_m8F2FF2029F59DB52995603EA96CD02F53D934643(L_16, L_17, /*hidden argument*/NULL); NullCheck(L_15); StringBuilder_t * L_19; L_19 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_15, L_18, /*hidden argument*/NULL); int32_t L_20 = V_0; if ((((int32_t)L_20) <= ((int32_t)0))) { goto IL_0097; } } { StringBuilder_t * L_21 = __this->get_stringBuilder_60(); NullCheck(L_21); StringBuilder_t * L_22; L_22 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_21, _stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D, /*hidden argument*/NULL); goto IL_00a8; } IL_0097: { StringBuilder_t * L_23 = __this->get_stringBuilder_60(); NullCheck(L_23); StringBuilder_t * L_24; L_24 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_23, _stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D, /*hidden argument*/NULL); } IL_00a8: { int32_t L_25 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_25, (int32_t)1)); } IL_00ac: { int32_t L_26 = V_0; if ((((int32_t)L_26) >= ((int32_t)0))) { goto IL_0056; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_27 = __this->get_address_of_ps_5(); int32_t L_28 = L_27->get_charsUsed_2(); StringBuilder_t * L_29 = __this->get_stringBuilder_60(); NullCheck(L_29); String_t* L_30; L_30 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_29); XmlTextReaderImpl_Throw_m99BA9DF92D5C5A33123969BE9CB234A9348F57D0(__this, L_28, _stringLiteralE5E2DECD6397CBF8168176B1CB6CB4B7A4984E43, L_30, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextReaderImpl::ParseElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ParseElement_m315A953FDADF6B9DF56DE80AA24920BB43E78D84 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB66EDA098CD2E33A3EA4EAA0192B7D288FB4BE05); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC3DB0D079E5BFE18627887A05D78AFD607BC0AAC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEF8AE9E6CBCFDABA932FBEB4C85964F450F724F5); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* V_1 = NULL; int32_t V_2 = 0; Il2CppChar V_3 = 0x0; int32_t V_4 = 0; int32_t V_5 = 0; { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_0 = __this->get_address_of_ps_5(); int32_t L_1 = L_0->get_charPos_1(); V_0 = L_1; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_2 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_3 = L_2->get_chars_0(); V_1 = L_3; V_2 = (-1); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_4 = __this->get_curNode_10(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_5 = __this->get_address_of_ps_5(); int32_t L_6; L_6 = ParsingState_get_LineNo_m9C32240CFE61AE19697B7C9EFA5DE9B44D3C9610_inline((ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF *)L_5, /*hidden argument*/NULL); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_7 = __this->get_address_of_ps_5(); int32_t L_8; L_8 = ParsingState_get_LinePos_mB937EA68EFFA791C24EDC7C1DFFE45732EBFFD5C((ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF *)L_7, /*hidden argument*/NULL); NullCheck(L_4); NodeData_SetLineInfo_mE0EAA0129B2C2DAB2C92AF78FBB2D5DA90A581E4(L_4, L_6, L_8, /*hidden argument*/NULL); } IL_003b: { XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * L_9 = __this->get_address_of_xmlCharType_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = L_9->get_charProperties_2(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_11 = V_1; int32_t L_12 = V_0; NullCheck(L_11); int32_t L_13 = L_12; uint16_t L_14 = (uint16_t)(L_11)->GetAt(static_cast(L_13)); NullCheck(L_10); uint16_t L_15 = L_14; uint8_t L_16 = (L_10)->GetAt(static_cast(L_15)); if (!((int32_t)((int32_t)L_16&(int32_t)4))) { goto IL_00b2; } } { int32_t L_17 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_0052: { XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * L_18 = __this->get_address_of_xmlCharType_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19 = L_18->get_charProperties_2(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_20 = V_1; int32_t L_21 = V_0; NullCheck(L_20); int32_t L_22 = L_21; uint16_t L_23 = (uint16_t)(L_20)->GetAt(static_cast(L_22)); NullCheck(L_19); uint16_t L_24 = L_23; uint8_t L_25 = (L_19)->GetAt(static_cast(L_24)); if (!((int32_t)((int32_t)L_25&(int32_t)8))) { goto IL_006b; } } { int32_t L_26 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)); goto IL_0052; } IL_006b: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_27 = V_1; int32_t L_28 = V_0; NullCheck(L_27); int32_t L_29 = L_28; uint16_t L_30 = (uint16_t)(L_27)->GetAt(static_cast(L_29)); if ((!(((uint32_t)L_30) == ((uint32_t)((int32_t)58))))) { goto IL_00a2; } } { int32_t L_31 = V_2; if ((((int32_t)L_31) == ((int32_t)(-1)))) { goto IL_009a; } } { bool L_32 = __this->get_supportNamespaces_24(); if (!L_32) { goto IL_0094; } } { int32_t L_33 = V_0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_34; L_34 = XmlException_BuildCharExceptionArgs_mD8BDF56806D4328D88F94EC79777FFBC787E6F71(((int32_t)58), 0, /*hidden argument*/NULL); XmlTextReaderImpl_Throw_m91C8F3D0C09D7D9FD52C52986C4D705C5DB5C0A5(__this, L_33, _stringLiteralB66EDA098CD2E33A3EA4EAA0192B7D288FB4BE05, L_34, /*hidden argument*/NULL); goto IL_00b2; } IL_0094: { int32_t L_35 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1)); goto IL_0052; } IL_009a: { int32_t L_36 = V_0; V_2 = L_36; int32_t L_37 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1)); goto IL_003b; } IL_00a2: { int32_t L_38 = V_0; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_39 = __this->get_address_of_ps_5(); int32_t L_40 = L_39->get_charsUsed_2(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1))) < ((int32_t)L_40))) { goto IL_00c7; } } IL_00b2: { int32_t L_41; L_41 = XmlTextReaderImpl_ParseQName_mBE17A84E5A968887CAFC588D794FDDA38C06780D(__this, (int32_t*)(&V_2), /*hidden argument*/NULL); V_0 = L_41; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_42 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_43 = L_42->get_chars_0(); V_1 = L_43; } IL_00c7: { XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_44 = __this->get_namespaceManager_37(); NullCheck(L_44); VirtualActionInvoker0::Invoke(9 /* System.Void System.Xml.XmlNamespaceManager::PushScope() */, L_44); int32_t L_45 = V_2; if ((((int32_t)L_45) == ((int32_t)(-1)))) { goto IL_00de; } } { bool L_46 = __this->get_supportNamespaces_24(); if (L_46) { goto IL_0113; } } IL_00de: { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_47 = __this->get_curNode_10(); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_48 = __this->get_nameTable_19(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_49 = V_1; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_50 = __this->get_address_of_ps_5(); int32_t L_51 = L_50->get_charPos_1(); int32_t L_52 = V_0; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_53 = __this->get_address_of_ps_5(); int32_t L_54 = L_53->get_charPos_1(); NullCheck(L_48); String_t* L_55; L_55 = VirtualFuncInvoker3< String_t*, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*, int32_t, int32_t >::Invoke(5 /* System.String System.Xml.XmlNameTable::Add(System.Char[],System.Int32,System.Int32) */, L_48, L_49, L_51, ((int32_t)il2cpp_codegen_subtract((int32_t)L_52, (int32_t)L_54))); NullCheck(L_47); NodeData_SetNamedNode_m9FFF683DB8640C8F6F5A053A5C120742C777415A(L_47, 1, L_55, /*hidden argument*/NULL); goto IL_01bb; } IL_0113: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_56 = __this->get_address_of_ps_5(); int32_t L_57 = L_56->get_charPos_1(); V_4 = L_57; int32_t L_58 = V_2; int32_t L_59 = V_4; V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_58, (int32_t)L_59)); int32_t L_60 = V_5; String_t* L_61 = __this->get_lastPrefix_38(); NullCheck(L_61); int32_t L_62; L_62 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_61, /*hidden argument*/NULL); if ((!(((uint32_t)L_60) == ((uint32_t)L_62)))) { goto IL_0170; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_63 = V_1; int32_t L_64 = V_4; int32_t L_65 = V_5; String_t* L_66 = __this->get_lastPrefix_38(); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); bool L_67; L_67 = XmlConvert_StrEqual_m6E5726C0E309A1FB1E7DA36E39A8BEAE351836DB(L_63, L_64, L_65, L_66, /*hidden argument*/NULL); if (!L_67) { goto IL_0170; } } { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_68 = __this->get_curNode_10(); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_69 = __this->get_nameTable_19(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_70 = V_1; int32_t L_71 = V_2; int32_t L_72 = V_0; int32_t L_73 = V_2; NullCheck(L_69); String_t* L_74; L_74 = VirtualFuncInvoker3< String_t*, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*, int32_t, int32_t >::Invoke(5 /* System.String System.Xml.XmlNameTable::Add(System.Char[],System.Int32,System.Int32) */, L_69, L_70, ((int32_t)il2cpp_codegen_add((int32_t)L_71, (int32_t)1)), ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_72, (int32_t)L_73)), (int32_t)1))); String_t* L_75 = __this->get_lastPrefix_38(); NullCheck(L_68); NodeData_SetNamedNode_mFE5340CD2CF846E5AADCE3F7D8925BB1780683F9(L_68, 1, L_74, L_75, (String_t*)NULL, /*hidden argument*/NULL); goto IL_01bb; } IL_0170: { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_76 = __this->get_curNode_10(); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_77 = __this->get_nameTable_19(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_78 = V_1; int32_t L_79 = V_2; int32_t L_80 = V_0; int32_t L_81 = V_2; NullCheck(L_77); String_t* L_82; L_82 = VirtualFuncInvoker3< String_t*, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*, int32_t, int32_t >::Invoke(5 /* System.String System.Xml.XmlNameTable::Add(System.Char[],System.Int32,System.Int32) */, L_77, L_78, ((int32_t)il2cpp_codegen_add((int32_t)L_79, (int32_t)1)), ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_80, (int32_t)L_81)), (int32_t)1))); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_83 = __this->get_nameTable_19(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_84 = V_1; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_85 = __this->get_address_of_ps_5(); int32_t L_86 = L_85->get_charPos_1(); int32_t L_87 = V_5; NullCheck(L_83); String_t* L_88; L_88 = VirtualFuncInvoker3< String_t*, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*, int32_t, int32_t >::Invoke(5 /* System.String System.Xml.XmlNameTable::Add(System.Char[],System.Int32,System.Int32) */, L_83, L_84, L_86, L_87); NullCheck(L_76); NodeData_SetNamedNode_mFE5340CD2CF846E5AADCE3F7D8925BB1780683F9(L_76, 1, L_82, L_88, (String_t*)NULL, /*hidden argument*/NULL); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_89 = __this->get_curNode_10(); NullCheck(L_89); String_t* L_90 = L_89->get_prefix_3(); __this->set_lastPrefix_38(L_90); } IL_01bb: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_91 = V_1; int32_t L_92 = V_0; NullCheck(L_91); int32_t L_93 = L_92; uint16_t L_94 = (uint16_t)(L_91)->GetAt(static_cast(L_93)); V_3 = L_94; XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * L_95 = __this->get_address_of_xmlCharType_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_96 = L_95->get_charProperties_2(); Il2CppChar L_97 = V_3; NullCheck(L_96); Il2CppChar L_98 = L_97; uint8_t L_99 = (L_96)->GetAt(static_cast(L_98)); if (!((!(((uint32_t)((int32_t)((int32_t)L_99&(int32_t)1))) <= ((uint32_t)0)))? 1 : 0)) { goto IL_01e6; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_100 = __this->get_address_of_ps_5(); int32_t L_101 = V_0; L_100->set_charPos_1(L_101); XmlTextReaderImpl_ParseAttributes_m40A77759A7D6FB92F2A1BDAF2114CF5CD72B6D82(__this, /*hidden argument*/NULL); return; } IL_01e6: { Il2CppChar L_102 = V_3; if ((!(((uint32_t)L_102) == ((uint32_t)((int32_t)62))))) { goto IL_0205; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_103 = __this->get_address_of_ps_5(); int32_t L_104 = V_0; L_103->set_charPos_1(((int32_t)il2cpp_codegen_add((int32_t)L_104, (int32_t)1))); __this->set_parsingFunction_6(6); goto IL_02be; } IL_0205: { Il2CppChar L_105 = V_3; if ((!(((uint32_t)L_105) == ((uint32_t)((int32_t)47))))) { goto IL_02a0; } } { int32_t L_106 = V_0; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_107 = __this->get_address_of_ps_5(); int32_t L_108 = L_107->get_charsUsed_2(); if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_106, (int32_t)1))) == ((uint32_t)L_108)))) { goto IL_025a; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_109 = __this->get_address_of_ps_5(); int32_t L_110 = V_0; L_109->set_charPos_1(L_110); int32_t L_111; L_111 = XmlTextReaderImpl_ReadData_m30A9B855279BE3BBC531BB50D5DCE4B903AF0512(__this, /*hidden argument*/NULL); if (L_111) { goto IL_0242; } } { int32_t L_112 = V_0; XmlTextReaderImpl_Throw_m99BA9DF92D5C5A33123969BE9CB234A9348F57D0(__this, L_112, _stringLiteralC3DB0D079E5BFE18627887A05D78AFD607BC0AAC, _stringLiteralEF8AE9E6CBCFDABA932FBEB4C85964F450F724F5, /*hidden argument*/NULL); } IL_0242: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_113 = __this->get_address_of_ps_5(); int32_t L_114 = L_113->get_charPos_1(); V_0 = L_114; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_115 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_116 = L_115->get_chars_0(); V_1 = L_116; } IL_025a: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_117 = V_1; int32_t L_118 = V_0; NullCheck(L_117); int32_t L_119 = ((int32_t)il2cpp_codegen_add((int32_t)L_118, (int32_t)1)); uint16_t L_120 = (uint16_t)(L_117)->GetAt(static_cast(L_119)); if ((!(((uint32_t)L_120) == ((uint32_t)((int32_t)62))))) { goto IL_0292; } } { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_121 = __this->get_curNode_10(); NullCheck(L_121); NodeData_set_IsEmptyElement_mD35C4A93F811F5F2C904B0EB1DEF2DE56460D7FD_inline(L_121, (bool)1, /*hidden argument*/NULL); int32_t L_122 = __this->get_parsingFunction_6(); __this->set_nextParsingFunction_7(L_122); __this->set_parsingFunction_6(8); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_123 = __this->get_address_of_ps_5(); int32_t L_124 = V_0; L_123->set_charPos_1(((int32_t)il2cpp_codegen_add((int32_t)L_124, (int32_t)2))); goto IL_02be; } IL_0292: { int32_t L_125 = V_0; XmlTextReaderImpl_ThrowUnexpectedToken_m07E87865F72FE86BBBFA6AEBC641FFB4348D8A7D(__this, L_125, _stringLiteralEF8AE9E6CBCFDABA932FBEB4C85964F450F724F5, /*hidden argument*/NULL); goto IL_02be; } IL_02a0: { int32_t L_126 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_127 = V_1; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_128 = __this->get_address_of_ps_5(); int32_t L_129 = L_128->get_charsUsed_2(); int32_t L_130 = V_0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_131; L_131 = XmlException_BuildCharExceptionArgs_mB9E03B298525C03F447F87E19BE6EA56EBB1A7E8(L_127, L_129, L_130, /*hidden argument*/NULL); XmlTextReaderImpl_Throw_m91C8F3D0C09D7D9FD52C52986C4D705C5DB5C0A5(__this, L_126, _stringLiteralB66EDA098CD2E33A3EA4EAA0192B7D288FB4BE05, L_131, /*hidden argument*/NULL); } IL_02be: { bool L_132 = __this->get_addDefaultAttributesAndNormalize_59(); if (!L_132) { goto IL_02cc; } } { XmlTextReaderImpl_AddDefaultAttributesAndNormalize_m8A2E8B2306148D64990C63FF0490B9CEC74B5309(__this, /*hidden argument*/NULL); } IL_02cc: { XmlTextReaderImpl_ElementNamespaceLookup_m3AD5FC338B9FB6292055C6D43CA38F2D3D372063(__this, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextReaderImpl::AddDefaultAttributesAndNormalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_AddDefaultAttributesAndNormalize_m8A2E8B2306148D64990C63FF0490B9CEC74B5309 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Sort_TisRuntimeObject_mF801EABEBFB2E0E0C8FB37834B6F80743D5223F4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DtdDefaultAttributeInfoToNodeDataComparer_t8D053B72BDEEEBBA9DFF9497C99EE79EA11607FC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDtdAttributeInfo_t5B62F2A60E372238F7530B20A85A60723B7AACE9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDtdAttributeListInfo_t93A1959E82B8D19BABCED9DFCCB541AEFF12ACFA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDtdInfo_tE42B4037BF3433A4F16173CE199CFF87E32A07C6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_t23AEB132F0E755664DC10A3AB1F05B2257F5F3A8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_tCE1884AFD05A021570531A93941B716B2FDCA27F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB040418CA8E9ED382EC72BF18BDDDFBD260DCBDC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF138E7719F7B2C087914A020E21C85F0382BCBE4); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; int32_t V_2 = 0; NodeData_tD504C5A621E7DD546954D87282438662327280EA * V_3 = NULL; RuntimeObject* V_4 = NULL; int32_t V_5 = 0; NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0* V_6 = NULL; RuntimeObject* V_7 = NULL; RuntimeObject* V_8 = NULL; String_t* V_9 = NULL; String_t* V_10 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; String_t* G_B27_0 = NULL; { RuntimeObject* L_0 = __this->get_dtdInfo_44(); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_1 = __this->get_curNode_10(); NullCheck(L_1); String_t* L_2 = L_1->get_localName_2(); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_3 = __this->get_curNode_10(); NullCheck(L_3); String_t* L_4 = L_3->get_prefix_3(); NullCheck(L_0); RuntimeObject* L_5; L_5 = InterfaceFuncInvoker2< RuntimeObject*, String_t*, String_t* >::Invoke(4 /* System.Xml.IDtdAttributeListInfo System.Xml.IDtdInfo::LookupAttributeList(System.String,System.String) */, IDtdInfo_tE42B4037BF3433A4F16173CE199CFF87E32A07C6_il2cpp_TypeInfo_var, L_0, L_2, L_4); V_0 = L_5; RuntimeObject* L_6 = V_0; if (L_6) { goto IL_0026; } } { return; } IL_0026: { bool L_7 = __this->get_normalize_23(); if (!L_7) { goto IL_00eb; } } { RuntimeObject* L_8 = V_0; NullCheck(L_8); bool L_9; L_9 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Xml.IDtdAttributeListInfo::get_HasNonCDataAttributes() */, IDtdAttributeListInfo_t93A1959E82B8D19BABCED9DFCCB541AEFF12ACFA_il2cpp_TypeInfo_var, L_8); if (!L_9) { goto IL_00eb; } } { int32_t L_10 = __this->get_index_11(); V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); goto IL_00d6; } IL_004a: { NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0* L_11 = __this->get_nodes_9(); int32_t L_12 = V_2; NullCheck(L_11); int32_t L_13 = L_12; NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_14 = (L_11)->GetAt(static_cast(L_13)); V_3 = L_14; RuntimeObject* L_15 = V_0; NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_16 = V_3; NullCheck(L_16); String_t* L_17 = L_16->get_prefix_3(); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_18 = V_3; NullCheck(L_18); String_t* L_19 = L_18->get_localName_2(); NullCheck(L_15); RuntimeObject* L_20; L_20 = InterfaceFuncInvoker2< RuntimeObject*, String_t*, String_t* >::Invoke(1 /* System.Xml.IDtdAttributeInfo System.Xml.IDtdAttributeListInfo::LookupAttribute(System.String,System.String) */, IDtdAttributeListInfo_t93A1959E82B8D19BABCED9DFCCB541AEFF12ACFA_il2cpp_TypeInfo_var, L_15, L_17, L_19); V_4 = L_20; RuntimeObject* L_21 = V_4; if (!L_21) { goto IL_00d2; } } { RuntimeObject* L_22 = V_4; NullCheck(L_22); bool L_23; L_23 = InterfaceFuncInvoker0< bool >::Invoke(4 /* System.Boolean System.Xml.IDtdAttributeInfo::get_IsNonCDataType() */, IDtdAttributeInfo_t5B62F2A60E372238F7530B20A85A60723B7AACE9_il2cpp_TypeInfo_var, L_22); if (!L_23) { goto IL_00d2; } } { bool L_24; L_24 = XmlTextReaderImpl_get_DtdValidation_mB887E4A9F836838614B0049881F486385E7C22D3(__this, /*hidden argument*/NULL); if (!L_24) { goto IL_00cc; } } { bool L_25 = __this->get_standalone_62(); if (!L_25) { goto IL_00cc; } } { RuntimeObject* L_26 = V_4; NullCheck(L_26); bool L_27; L_27 = InterfaceFuncInvoker0< bool >::Invoke(5 /* System.Boolean System.Xml.IDtdAttributeInfo::get_IsDeclaredInExternal() */, IDtdAttributeInfo_t5B62F2A60E372238F7530B20A85A60723B7AACE9_il2cpp_TypeInfo_var, L_26); if (!L_27) { goto IL_00cc; } } { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_28 = V_3; NullCheck(L_28); String_t* L_29; L_29 = NodeData_get_StringValue_m32820CD659C0A0D408D80BA40338AEDC3196BD58(L_28, /*hidden argument*/NULL); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_30 = V_3; NullCheck(L_30); NodeData_TrimSpacesInValue_mD2A50648D93AE619CA038A75B4F7B7C487DFDF83(L_30, /*hidden argument*/NULL); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_31 = V_3; NullCheck(L_31); String_t* L_32; L_32 = NodeData_get_StringValue_m32820CD659C0A0D408D80BA40338AEDC3196BD58(L_31, /*hidden argument*/NULL); bool L_33; L_33 = String_op_Inequality_mDDA2DDED3E7EF042987EB7180EE3E88105F0AAE2(L_29, L_32, /*hidden argument*/NULL); if (!L_33) { goto IL_00d2; } } { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_34 = V_3; XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_35 = __this->get_nameTable_19(); NullCheck(L_34); String_t* L_36; L_36 = NodeData_GetNameWPrefix_m8F2FF2029F59DB52995603EA96CD02F53D934643(L_34, L_35, /*hidden argument*/NULL); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_37 = V_3; NullCheck(L_37); int32_t L_38; L_38 = NodeData_get_LineNo_mAD78D708B5D663CD4024335C0783C96B494726BF(L_37, /*hidden argument*/NULL); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_39 = V_3; NullCheck(L_39); int32_t L_40; L_40 = NodeData_get_LinePos_m461F0A5A81925A63A436973A01EF33C70DFD265A(L_39, /*hidden argument*/NULL); XmlTextReaderImpl_SendValidationEvent_m66B532075E235B0AA3270D9A9BED3079A469EFE1(__this, 0, _stringLiteralF138E7719F7B2C087914A020E21C85F0382BCBE4, L_36, L_38, L_40, /*hidden argument*/NULL); goto IL_00d2; } IL_00cc: { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_41 = V_3; NullCheck(L_41); NodeData_TrimSpacesInValue_mD2A50648D93AE619CA038A75B4F7B7C487DFDF83(L_41, /*hidden argument*/NULL); } IL_00d2: { int32_t L_42 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)1)); } IL_00d6: { int32_t L_43 = V_2; int32_t L_44 = __this->get_index_11(); int32_t L_45 = __this->get_attrCount_13(); if ((((int32_t)L_43) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1)), (int32_t)L_45))))) { goto IL_004a; } } IL_00eb: { RuntimeObject* L_46 = V_0; NullCheck(L_46); RuntimeObject* L_47; L_47 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(2 /* System.Collections.Generic.IEnumerable`1 System.Xml.IDtdAttributeListInfo::LookupDefaultAttributes() */, IDtdAttributeListInfo_t93A1959E82B8D19BABCED9DFCCB541AEFF12ACFA_il2cpp_TypeInfo_var, L_46); V_1 = L_47; RuntimeObject* L_48 = V_1; if (!L_48) { goto IL_0208; } } { int32_t L_49 = __this->get_attrCount_13(); V_5 = L_49; V_6 = (NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0*)NULL; int32_t L_50 = __this->get_attrCount_13(); if ((((int32_t)L_50) < ((int32_t)((int32_t)250)))) { goto IL_0145; } } { int32_t L_51 = __this->get_attrCount_13(); NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0* L_52 = (NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0*)(NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0*)SZArrayNew(NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0_il2cpp_TypeInfo_var, (uint32_t)L_51); V_6 = L_52; NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0* L_53 = __this->get_nodes_9(); int32_t L_54 = __this->get_index_11(); NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0* L_55 = V_6; int32_t L_56 = __this->get_attrCount_13(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_53, ((int32_t)il2cpp_codegen_add((int32_t)L_54, (int32_t)1)), (RuntimeArray *)(RuntimeArray *)L_55, 0, L_56, /*hidden argument*/NULL); NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0* L_57 = V_6; IL2CPP_RUNTIME_CLASS_INIT(DtdDefaultAttributeInfoToNodeDataComparer_t8D053B72BDEEEBBA9DFF9497C99EE79EA11607FC_il2cpp_TypeInfo_var); RuntimeObject* L_58; L_58 = DtdDefaultAttributeInfoToNodeDataComparer_get_Instance_m6E411939B185FAEFCEC68568E2BEFA7AEBCA3CFE_inline(/*hidden argument*/NULL); Array_Sort_TisRuntimeObject_mF801EABEBFB2E0E0C8FB37834B6F80743D5223F4((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_57, L_58, /*hidden argument*/Array_Sort_TisRuntimeObject_mF801EABEBFB2E0E0C8FB37834B6F80743D5223F4_RuntimeMethod_var); } IL_0145: { RuntimeObject* L_59 = V_1; NullCheck(L_59); RuntimeObject* L_60; L_60 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_t23AEB132F0E755664DC10A3AB1F05B2257F5F3A8_il2cpp_TypeInfo_var, L_59); V_7 = L_60; } IL_014d: try {// begin try (depth: 1) { goto IL_01d5; } IL_0152: { RuntimeObject* L_61 = V_7; NullCheck(L_61); RuntimeObject* L_62; L_62 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_tCE1884AFD05A021570531A93941B716B2FDCA27F_il2cpp_TypeInfo_var, L_61); V_8 = L_62; RuntimeObject* L_63 = V_8; NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0* L_64 = V_6; bool L_65; L_65 = XmlTextReaderImpl_AddDefaultAttributeDtd_mAB6F9CCCE4A2759D45FDE055C069614676C764A0(__this, L_63, (bool)1, L_64, /*hidden argument*/NULL); if (!L_65) { goto IL_01d5; } } IL_0168: { bool L_66; L_66 = XmlTextReaderImpl_get_DtdValidation_mB887E4A9F836838614B0049881F486385E7C22D3(__this, /*hidden argument*/NULL); if (!L_66) { goto IL_01d5; } } IL_0170: { bool L_67 = __this->get_standalone_62(); if (!L_67) { goto IL_01d5; } } IL_0178: { RuntimeObject* L_68 = V_8; NullCheck(L_68); bool L_69; L_69 = InterfaceFuncInvoker0< bool >::Invoke(5 /* System.Boolean System.Xml.IDtdAttributeInfo::get_IsDeclaredInExternal() */, IDtdAttributeInfo_t5B62F2A60E372238F7530B20A85A60723B7AACE9_il2cpp_TypeInfo_var, L_68); if (!L_69) { goto IL_01d5; } } IL_0181: { RuntimeObject* L_70 = V_8; NullCheck(L_70); String_t* L_71; L_71 = InterfaceFuncInvoker0< String_t* >::Invoke(0 /* System.String System.Xml.IDtdAttributeInfo::get_Prefix() */, IDtdAttributeInfo_t5B62F2A60E372238F7530B20A85A60723B7AACE9_il2cpp_TypeInfo_var, L_70); V_9 = L_71; String_t* L_72 = V_9; NullCheck(L_72); int32_t L_73; L_73 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_72, /*hidden argument*/NULL); if (!L_73) { goto IL_01a8; } } IL_0193: { String_t* L_74 = V_9; RuntimeObject* L_75 = V_8; NullCheck(L_75); String_t* L_76; L_76 = InterfaceFuncInvoker0< String_t* >::Invoke(1 /* System.String System.Xml.IDtdAttributeInfo::get_LocalName() */, IDtdAttributeInfo_t5B62F2A60E372238F7530B20A85A60723B7AACE9_il2cpp_TypeInfo_var, L_75); String_t* L_77; L_77 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(L_74, _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D, L_76, /*hidden argument*/NULL); G_B27_0 = L_77; goto IL_01af; } IL_01a8: { RuntimeObject* L_78 = V_8; NullCheck(L_78); String_t* L_79; L_79 = InterfaceFuncInvoker0< String_t* >::Invoke(1 /* System.String System.Xml.IDtdAttributeInfo::get_LocalName() */, IDtdAttributeInfo_t5B62F2A60E372238F7530B20A85A60723B7AACE9_il2cpp_TypeInfo_var, L_78); G_B27_0 = L_79; } IL_01af: { V_10 = G_B27_0; String_t* L_80 = V_10; NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_81 = __this->get_curNode_10(); NullCheck(L_81); int32_t L_82; L_82 = NodeData_get_LineNo_mAD78D708B5D663CD4024335C0783C96B494726BF(L_81, /*hidden argument*/NULL); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_83 = __this->get_curNode_10(); NullCheck(L_83); int32_t L_84; L_84 = NodeData_get_LinePos_m461F0A5A81925A63A436973A01EF33C70DFD265A(L_83, /*hidden argument*/NULL); XmlTextReaderImpl_SendValidationEvent_m66B532075E235B0AA3270D9A9BED3079A469EFE1(__this, 0, _stringLiteralB040418CA8E9ED382EC72BF18BDDDFBD260DCBDC, L_80, L_82, L_84, /*hidden argument*/NULL); } IL_01d5: { RuntimeObject* L_85 = V_7; NullCheck(L_85); bool L_86; L_86 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_85); if (L_86) { goto IL_0152; } } IL_01e1: { IL2CPP_LEAVE(0x1EF, FINALLY_01e3); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_01e3; } FINALLY_01e3: {// begin finally (depth: 1) { RuntimeObject* L_87 = V_7; if (!L_87) { goto IL_01ee; } } IL_01e7: { RuntimeObject* L_88 = V_7; NullCheck(L_88); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_88); } IL_01ee: { IL2CPP_END_FINALLY(483) } }// end finally (depth: 1) IL2CPP_CLEANUP(483) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x1EF, IL_01ef) } IL_01ef: { int32_t L_89 = V_5; if (L_89) { goto IL_0208; } } { bool L_90 = __this->get_attrNeedNamespaceLookup_16(); if (!L_90) { goto IL_0208; } } { XmlTextReaderImpl_AttributeNamespaceLookup_m61745FEC6B96C5B2992B219D0DDA8E86C706E497(__this, /*hidden argument*/NULL); __this->set_attrNeedNamespaceLookup_16((bool)0); } IL_0208: { return; } } // System.Void System.Xml.XmlTextReaderImpl::ParseEndElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ParseEndElement_m353613721BA6C832E944239E416EC7FCD4725B6F (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEF8AE9E6CBCFDABA932FBEB4C85964F450F724F5); s_Il2CppMethodInitialized = true; } NodeData_tD504C5A621E7DD546954D87282438662327280EA * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* V_4 = NULL; LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE V_5; memset((&V_5), 0, sizeof(V_5)); int32_t V_6 = 0; int32_t V_7 = 0; Il2CppChar V_8 = 0x0; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * G_B36_0 = NULL; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * G_B35_0 = NULL; int32_t G_B37_0 = 0; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * G_B37_1 = NULL; { NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0* L_0 = __this->get_nodes_9(); int32_t L_1 = __this->get_index_11(); NullCheck(L_0); int32_t L_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1)); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_3 = (L_0)->GetAt(static_cast(L_2)); V_0 = L_3; NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_4 = V_0; NullCheck(L_4); String_t* L_5 = L_4->get_prefix_3(); NullCheck(L_5); int32_t L_6; L_6 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_5, /*hidden argument*/NULL); V_1 = L_6; NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_7 = V_0; NullCheck(L_7); String_t* L_8 = L_7->get_localName_2(); NullCheck(L_8); int32_t L_9; L_9 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_8, /*hidden argument*/NULL); V_2 = L_9; goto IL_0032; } IL_002a: { int32_t L_10; L_10 = XmlTextReaderImpl_ReadData_m30A9B855279BE3BBC531BB50D5DCE4B903AF0512(__this, /*hidden argument*/NULL); if (!L_10) { goto IL_0050; } } IL_0032: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_11 = __this->get_address_of_ps_5(); int32_t L_12 = L_11->get_charsUsed_2(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_13 = __this->get_address_of_ps_5(); int32_t L_14 = L_13->get_charPos_1(); int32_t L_15 = V_1; int32_t L_16 = V_2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)L_14))) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)L_16)), (int32_t)1))))) { goto IL_002a; } } IL_0050: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_17 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_18 = L_17->get_chars_0(); V_4 = L_18; NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_19 = V_0; NullCheck(L_19); String_t* L_20 = L_19->get_prefix_3(); NullCheck(L_20); int32_t L_21; L_21 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_20, /*hidden argument*/NULL); if (L_21) { goto IL_0090; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_22 = V_4; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_23 = __this->get_address_of_ps_5(); int32_t L_24 = L_23->get_charPos_1(); int32_t L_25 = V_2; NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_26 = V_0; NullCheck(L_26); String_t* L_27 = L_26->get_localName_2(); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); bool L_28; L_28 = XmlConvert_StrEqual_m6E5726C0E309A1FB1E7DA36E39A8BEAE351836DB(L_22, L_24, L_25, L_27, /*hidden argument*/NULL); if (L_28) { goto IL_008c; } } { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_29 = V_0; XmlTextReaderImpl_ThrowTagMismatch_m73DD5BCCDAB4EE1A40695F472CEE3BEC7EBC01AB(__this, L_29, /*hidden argument*/NULL); } IL_008c: { int32_t L_30 = V_2; V_3 = L_30; goto IL_00e4; } IL_0090: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_31 = __this->get_address_of_ps_5(); int32_t L_32 = L_31->get_charPos_1(); int32_t L_33 = V_1; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)L_33)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_34 = V_4; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_35 = __this->get_address_of_ps_5(); int32_t L_36 = L_35->get_charPos_1(); int32_t L_37 = V_1; NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_38 = V_0; NullCheck(L_38); String_t* L_39 = L_38->get_prefix_3(); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); bool L_40; L_40 = XmlConvert_StrEqual_m6E5726C0E309A1FB1E7DA36E39A8BEAE351836DB(L_34, L_36, L_37, L_39, /*hidden argument*/NULL); if (!L_40) { goto IL_00d7; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_41 = V_4; int32_t L_42 = V_7; NullCheck(L_41); int32_t L_43 = L_42; uint16_t L_44 = (uint16_t)(L_41)->GetAt(static_cast(L_43)); if ((!(((uint32_t)L_44) == ((uint32_t)((int32_t)58))))) { goto IL_00d7; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_45 = V_4; int32_t L_46 = V_7; int32_t L_47 = V_2; NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_48 = V_0; NullCheck(L_48); String_t* L_49 = L_48->get_localName_2(); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); bool L_50; L_50 = XmlConvert_StrEqual_m6E5726C0E309A1FB1E7DA36E39A8BEAE351836DB(L_45, ((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)1)), L_47, L_49, /*hidden argument*/NULL); if (L_50) { goto IL_00de; } } IL_00d7: { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_51 = V_0; XmlTextReaderImpl_ThrowTagMismatch_m73DD5BCCDAB4EE1A40695F472CEE3BEC7EBC01AB(__this, L_51, /*hidden argument*/NULL); } IL_00de: { int32_t L_52 = V_2; int32_t L_53 = V_1; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)L_53)), (int32_t)1)); } IL_00e4: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_54 = __this->get_address_of_ps_5(); int32_t L_55 = L_54->get_lineNo_11(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_56 = __this->get_address_of_ps_5(); int32_t L_57; L_57 = ParsingState_get_LinePos_mB937EA68EFFA791C24EDC7C1DFFE45732EBFFD5C((ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF *)L_56, /*hidden argument*/NULL); LineInfo__ctor_mF771D95D602072F0371C3C2B9024EE0B4605ED91((LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE *)(&V_5), L_55, L_57, /*hidden argument*/NULL); } IL_0101: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_58 = __this->get_address_of_ps_5(); int32_t L_59 = L_58->get_charPos_1(); int32_t L_60 = V_3; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_59, (int32_t)L_60)); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_61 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_62 = L_61->get_chars_0(); V_4 = L_62; int32_t L_63 = V_6; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_64 = __this->get_address_of_ps_5(); int32_t L_65 = L_64->get_charsUsed_2(); if ((((int32_t)L_63) == ((int32_t)L_65))) { goto IL_01ec; } } { XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * L_66 = __this->get_address_of_xmlCharType_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_67 = L_66->get_charProperties_2(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_68 = V_4; int32_t L_69 = V_6; NullCheck(L_68); int32_t L_70 = L_69; uint16_t L_71 = (uint16_t)(L_68)->GetAt(static_cast(L_70)); NullCheck(L_67); uint16_t L_72 = L_71; uint8_t L_73 = (L_67)->GetAt(static_cast(L_72)); if (((int32_t)((int32_t)L_73&(int32_t)8))) { goto IL_014d; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_74 = V_4; int32_t L_75 = V_6; NullCheck(L_74); int32_t L_76 = L_75; uint16_t L_77 = (uint16_t)(L_74)->GetAt(static_cast(L_76)); if ((!(((uint32_t)L_77) == ((uint32_t)((int32_t)58))))) { goto IL_0154; } } IL_014d: { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_78 = V_0; XmlTextReaderImpl_ThrowTagMismatch_m73DD5BCCDAB4EE1A40695F472CEE3BEC7EBC01AB(__this, L_78, /*hidden argument*/NULL); } IL_0154: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_79 = V_4; int32_t L_80 = V_6; NullCheck(L_79); int32_t L_81 = L_80; uint16_t L_82 = (uint16_t)(L_79)->GetAt(static_cast(L_81)); if ((((int32_t)L_82) == ((int32_t)((int32_t)62)))) { goto IL_01c7; } } { goto IL_01b2; } IL_015f: { int32_t L_83 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_83, (int32_t)1)); Il2CppChar L_84 = V_8; if ((((int32_t)L_84) == ((int32_t)((int32_t)10)))) { goto IL_0173; } } { Il2CppChar L_85 = V_8; if ((((int32_t)L_85) == ((int32_t)((int32_t)13)))) { goto IL_017d; } } { goto IL_01b2; } IL_0173: { int32_t L_86 = V_6; XmlTextReaderImpl_OnNewLine_mADCA9134B0A3E9B84DEDDBD677993F99B3CB6419(__this, L_86, /*hidden argument*/NULL); goto IL_01b2; } IL_017d: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_87 = V_4; int32_t L_88 = V_6; NullCheck(L_87); int32_t L_89 = L_88; uint16_t L_90 = (uint16_t)(L_87)->GetAt(static_cast(L_89)); if ((!(((uint32_t)L_90) == ((uint32_t)((int32_t)10))))) { goto IL_018e; } } { int32_t L_91 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_91, (int32_t)1)); goto IL_01aa; } IL_018e: { int32_t L_92 = V_6; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_93 = __this->get_address_of_ps_5(); int32_t L_94 = L_93->get_charsUsed_2(); if ((!(((uint32_t)L_92) == ((uint32_t)L_94)))) { goto IL_01aa; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_95 = __this->get_address_of_ps_5(); bool L_96 = L_95->get_isEof_15(); if (!L_96) { goto IL_01b2; } } IL_01aa: { int32_t L_97 = V_6; XmlTextReaderImpl_OnNewLine_mADCA9134B0A3E9B84DEDDBD677993F99B3CB6419(__this, L_97, /*hidden argument*/NULL); } IL_01b2: { XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * L_98 = __this->get_address_of_xmlCharType_4(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_99 = V_4; int32_t L_100 = V_6; NullCheck(L_99); int32_t L_101 = L_100; uint16_t L_102 = (uint16_t)(L_99)->GetAt(static_cast(L_101)); uint16_t L_103 = L_102; V_8 = L_103; bool L_104; L_104 = XmlCharType_IsWhiteSpace_m4EE0C544C3C666A6BBAAE63BDD5CFB221655DDA0((XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA *)L_98, L_103, /*hidden argument*/NULL); if (L_104) { goto IL_015f; } } IL_01c7: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_105 = V_4; int32_t L_106 = V_6; NullCheck(L_105); int32_t L_107 = L_106; uint16_t L_108 = (uint16_t)(L_105)->GetAt(static_cast(L_107)); if ((((int32_t)L_108) == ((int32_t)((int32_t)62)))) { goto IL_0202; } } { int32_t L_109 = V_6; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_110 = __this->get_address_of_ps_5(); int32_t L_111 = L_110->get_charsUsed_2(); if ((((int32_t)L_109) == ((int32_t)L_111))) { goto IL_01ec; } } { int32_t L_112 = V_6; XmlTextReaderImpl_ThrowUnexpectedToken_m07E87865F72FE86BBBFA6AEBC641FFB4348D8A7D(__this, L_112, _stringLiteralEF8AE9E6CBCFDABA932FBEB4C85964F450F724F5, /*hidden argument*/NULL); } IL_01ec: { int32_t L_113; L_113 = XmlTextReaderImpl_ReadData_m30A9B855279BE3BBC531BB50D5DCE4B903AF0512(__this, /*hidden argument*/NULL); if (L_113) { goto IL_0101; } } { XmlTextReaderImpl_ThrowUnclosedElements_m0CD03A9632178D15C9FD697F2EDE7E3013444ACA(__this, /*hidden argument*/NULL); goto IL_0101; } IL_0202: { int32_t L_114 = __this->get_index_11(); __this->set_index_11(((int32_t)il2cpp_codegen_subtract((int32_t)L_114, (int32_t)1))); NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0* L_115 = __this->get_nodes_9(); int32_t L_116 = __this->get_index_11(); NullCheck(L_115); int32_t L_117 = L_116; NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_118 = (L_115)->GetAt(static_cast(L_117)); __this->set_curNode_10(L_118); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_119 = V_0; LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE L_120 = V_5; NullCheck(L_119); L_119->set_lineInfo_10(L_120); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_121 = V_0; NullCheck(L_121); L_121->set_type_1(((int32_t)15)); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_122 = __this->get_address_of_ps_5(); int32_t L_123 = V_6; L_122->set_charPos_1(((int32_t)il2cpp_codegen_add((int32_t)L_123, (int32_t)1))); int32_t L_124 = __this->get_index_11(); G_B35_0 = __this; if ((((int32_t)L_124) > ((int32_t)0))) { G_B36_0 = __this; goto IL_024f; } } { G_B37_0 = 5; G_B37_1 = G_B35_0; goto IL_0255; } IL_024f: { int32_t L_125 = __this->get_parsingFunction_6(); G_B37_0 = ((int32_t)(L_125)); G_B37_1 = G_B36_0; } IL_0255: { NullCheck(G_B37_1); G_B37_1->set_nextParsingFunction_7(G_B37_0); __this->set_parsingFunction_6(7); return; } } // System.Void System.Xml.XmlTextReaderImpl::ThrowTagMismatch(System.Xml.XmlTextReaderImpl/NodeData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ThrowTagMismatch_m73DD5BCCDAB4EE1A40695F472CEE3BEC7EBC01AB (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, NodeData_tD504C5A621E7DD546954D87282438662327280EA * ___startTag0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral77D2BCBCC0DB06E7D1FE3B24D38EDC45C54A7D7B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3CC44E677A8425D56C2E976CEE5C70648FC3B9F); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* V_2 = NULL; { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_0 = ___startTag0; NullCheck(L_0); int32_t L_1 = L_0->get_type_1(); if ((!(((uint32_t)L_1) == ((uint32_t)1)))) { goto IL_0093; } } { int32_t L_2; L_2 = XmlTextReaderImpl_ParseQName_mBE17A84E5A968887CAFC588D794FDDA38C06780D(__this, (int32_t*)(&V_0), /*hidden argument*/NULL); V_1 = L_2; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_3 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)4); V_2 = L_3; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_4 = V_2; NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_5 = ___startTag0; XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_6 = __this->get_nameTable_19(); NullCheck(L_5); String_t* L_7; L_7 = NodeData_GetNameWPrefix_m8F2FF2029F59DB52995603EA96CD02F53D934643(L_5, L_6, /*hidden argument*/NULL); NullCheck(L_4); ArrayElementTypeCheck (L_4, L_7); (L_4)->SetAt(static_cast(0), (String_t*)L_7); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_8 = V_2; NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_9 = ___startTag0; NullCheck(L_9); LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE * L_10 = L_9->get_address_of_lineInfo_10(); int32_t* L_11 = L_10->get_address_of_lineNo_0(); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_12; L_12 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); String_t* L_13; L_13 = Int32_ToString_m027A8C9419D2FE56ED5D2EE42A6F3B3CE0130471((int32_t*)L_11, L_12, /*hidden argument*/NULL); NullCheck(L_8); ArrayElementTypeCheck (L_8, L_13); (L_8)->SetAt(static_cast(1), (String_t*)L_13); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_14 = V_2; NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_15 = ___startTag0; NullCheck(L_15); LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE * L_16 = L_15->get_address_of_lineInfo_10(); int32_t* L_17 = L_16->get_address_of_linePos_1(); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_18; L_18 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); String_t* L_19; L_19 = Int32_ToString_m027A8C9419D2FE56ED5D2EE42A6F3B3CE0130471((int32_t*)L_17, L_18, /*hidden argument*/NULL); NullCheck(L_14); ArrayElementTypeCheck (L_14, L_19); (L_14)->SetAt(static_cast(2), (String_t*)L_19); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_20 = V_2; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_21 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_22 = L_21->get_chars_0(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_23 = __this->get_address_of_ps_5(); int32_t L_24 = L_23->get_charPos_1(); int32_t L_25 = V_1; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_26 = __this->get_address_of_ps_5(); int32_t L_27 = L_26->get_charPos_1(); String_t* L_28; L_28 = String_CreateString_m16F181739FD8BA877868803DE2CE0EF0A4668D0E(NULL, L_22, L_24, ((int32_t)il2cpp_codegen_subtract((int32_t)L_25, (int32_t)L_27)), /*hidden argument*/NULL); NullCheck(L_20); ArrayElementTypeCheck (L_20, L_28); (L_20)->SetAt(static_cast(3), (String_t*)L_28); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_29 = V_2; XmlTextReaderImpl_Throw_mB398B5E249CB4960F1C77E142379CD75C06AD144(__this, _stringLiteralF3CC44E677A8425D56C2E976CEE5C70648FC3B9F, L_29, /*hidden argument*/NULL); return; } IL_0093: { XmlTextReaderImpl_Throw_mCD8CB19976D7CF68CE3A26E4D4771C0A44DA51E7(__this, _stringLiteral77D2BCBCC0DB06E7D1FE3B24D38EDC45C54A7D7B, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextReaderImpl::ParseAttributes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ParseAttributes_m40A77759A7D6FB92F2A1BDAF2114CF5CD72B6D82 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1FA13CA565DC9B5105D70A528D26A6FC7A57049E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB66EDA098CD2E33A3EA4EAA0192B7D288FB4BE05); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralECBDA2D88A8582D98728DD584F3E41B98CC4893D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEF8AE9E6CBCFDABA932FBEB4C85964F450F724F5); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* V_1 = NULL; NodeData_tD504C5A621E7DD546954D87282438662327280EA * V_2 = NULL; int32_t V_3 = 0; Il2CppChar V_4 = 0x0; Il2CppChar V_5 = 0x0; int32_t V_6 = 0; int32_t V_7 = 0; int32_t V_8 = 0; Il2CppChar V_9 = 0x0; Il2CppChar V_10 = 0x0; Il2CppChar V_11 = 0x0; { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_0 = __this->get_address_of_ps_5(); int32_t L_1 = L_0->get_charPos_1(); V_0 = L_1; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_2 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_3 = L_2->get_chars_0(); V_1 = L_3; V_2 = (NodeData_tD504C5A621E7DD546954D87282438662327280EA *)NULL; } IL_001a: { V_3 = 0; goto IL_0089; } IL_001e: { Il2CppChar L_4 = V_4; if ((!(((uint32_t)L_4) == ((uint32_t)((int32_t)10))))) { goto IL_0033; } } { int32_t L_5 = V_0; XmlTextReaderImpl_OnNewLine_mADCA9134B0A3E9B84DEDDBD677993F99B3CB6419(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)), /*hidden argument*/NULL); int32_t L_6 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); goto IL_0085; } IL_0033: { Il2CppChar L_7 = V_4; if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)13))))) { goto IL_0085; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_8 = V_1; int32_t L_9 = V_0; NullCheck(L_8); int32_t L_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); uint16_t L_11 = (uint16_t)(L_8)->GetAt(static_cast(L_10)); if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)10))))) { goto IL_0055; } } { int32_t L_12 = V_0; XmlTextReaderImpl_OnNewLine_mADCA9134B0A3E9B84DEDDBD677993F99B3CB6419(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)2)), /*hidden argument*/NULL); int32_t L_13 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); int32_t L_14 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); goto IL_0085; } IL_0055: { int32_t L_15 = V_0; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_16 = __this->get_address_of_ps_5(); int32_t L_17 = L_16->get_charsUsed_2(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1))) == ((int32_t)L_17))) { goto IL_0074; } } { int32_t L_18 = V_0; XmlTextReaderImpl_OnNewLine_mADCA9134B0A3E9B84DEDDBD677993F99B3CB6419(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)), /*hidden argument*/NULL); int32_t L_19 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); goto IL_0085; } IL_0074: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_20 = __this->get_address_of_ps_5(); int32_t L_21 = V_0; L_20->set_charPos_1(L_21); goto IL_042c; } IL_0085: { int32_t L_22 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_0089: { XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * L_23 = __this->get_address_of_xmlCharType_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_24 = L_23->get_charProperties_2(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_25 = V_1; int32_t L_26 = V_0; NullCheck(L_25); int32_t L_27 = L_26; uint16_t L_28 = (uint16_t)(L_25)->GetAt(static_cast(L_27)); uint16_t L_29 = L_28; V_4 = L_29; NullCheck(L_24); uint16_t L_30 = L_29; uint8_t L_31 = (L_24)->GetAt(static_cast(L_30)); if (((int32_t)((int32_t)L_31&(int32_t)1))) { goto IL_001e; } } { V_6 = 0; XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * L_32 = __this->get_address_of_xmlCharType_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_33 = L_32->get_charProperties_2(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_34 = V_1; int32_t L_35 = V_0; NullCheck(L_34); int32_t L_36 = L_35; uint16_t L_37 = (uint16_t)(L_34)->GetAt(static_cast(L_36)); uint16_t L_38 = L_37; V_5 = L_38; NullCheck(L_33); uint16_t L_39 = L_38; uint8_t L_40 = (L_33)->GetAt(static_cast(L_39)); if (!((int32_t)((int32_t)L_40&(int32_t)4))) { goto IL_00be; } } { V_6 = 1; } IL_00be: { int32_t L_41 = V_6; if (L_41) { goto IL_0186; } } { Il2CppChar L_42 = V_5; if ((!(((uint32_t)L_42) == ((uint32_t)((int32_t)62))))) { goto IL_00e5; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_43 = __this->get_address_of_ps_5(); int32_t L_44 = V_0; L_43->set_charPos_1(((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1))); __this->set_parsingFunction_6(6); goto IL_046c; } IL_00e5: { Il2CppChar L_45 = V_5; if ((!(((uint32_t)L_45) == ((uint32_t)((int32_t)47))))) { goto IL_0149; } } { int32_t L_46 = V_0; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_47 = __this->get_address_of_ps_5(); int32_t L_48 = L_47->get_charsUsed_2(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)1))) == ((int32_t)L_48))) { goto IL_042c; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_49 = V_1; int32_t L_50 = V_0; NullCheck(L_49); int32_t L_51 = ((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)1)); uint16_t L_52 = (uint16_t)(L_49)->GetAt(static_cast(L_51)); if ((!(((uint32_t)L_52) == ((uint32_t)((int32_t)62))))) { goto IL_0139; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_53 = __this->get_address_of_ps_5(); int32_t L_54 = V_0; L_53->set_charPos_1(((int32_t)il2cpp_codegen_add((int32_t)L_54, (int32_t)2))); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_55 = __this->get_curNode_10(); NullCheck(L_55); NodeData_set_IsEmptyElement_mD35C4A93F811F5F2C904B0EB1DEF2DE56460D7FD_inline(L_55, (bool)1, /*hidden argument*/NULL); int32_t L_56 = __this->get_parsingFunction_6(); __this->set_nextParsingFunction_7(L_56); __this->set_parsingFunction_6(8); goto IL_046c; } IL_0139: { int32_t L_57 = V_0; XmlTextReaderImpl_ThrowUnexpectedToken_m07E87865F72FE86BBBFA6AEBC641FFB4348D8A7D(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)1)), _stringLiteralEF8AE9E6CBCFDABA932FBEB4C85964F450F724F5, /*hidden argument*/NULL); goto IL_0186; } IL_0149: { int32_t L_58 = V_0; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_59 = __this->get_address_of_ps_5(); int32_t L_60 = L_59->get_charsUsed_2(); if ((((int32_t)L_58) == ((int32_t)L_60))) { goto IL_042c; } } { Il2CppChar L_61 = V_5; if ((!(((uint32_t)L_61) == ((uint32_t)((int32_t)58))))) { goto IL_0168; } } { bool L_62 = __this->get_supportNamespaces_24(); if (!L_62) { goto IL_0186; } } IL_0168: { int32_t L_63 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_64 = V_1; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_65 = __this->get_address_of_ps_5(); int32_t L_66 = L_65->get_charsUsed_2(); int32_t L_67 = V_0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_68; L_68 = XmlException_BuildCharExceptionArgs_mB9E03B298525C03F447F87E19BE6EA56EBB1A7E8(L_64, L_66, L_67, /*hidden argument*/NULL); XmlTextReaderImpl_Throw_m91C8F3D0C09D7D9FD52C52986C4D705C5DB5C0A5(__this, L_63, _stringLiteralECBDA2D88A8582D98728DD584F3E41B98CC4893D, L_68, /*hidden argument*/NULL); } IL_0186: { int32_t L_69 = V_0; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_70 = __this->get_address_of_ps_5(); int32_t L_71 = L_70->get_charPos_1(); if ((!(((uint32_t)L_69) == ((uint32_t)L_71)))) { goto IL_019b; } } { int32_t L_72 = V_0; XmlTextReaderImpl_ThrowExpectingWhitespace_mEF26AC6FE6AF55339E8E8031498DFE7717D213CB(__this, L_72, /*hidden argument*/NULL); } IL_019b: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_73 = __this->get_address_of_ps_5(); int32_t L_74 = V_0; L_73->set_charPos_1(L_74); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_75 = __this->get_address_of_ps_5(); int32_t L_76; L_76 = ParsingState_get_LinePos_mB937EA68EFFA791C24EDC7C1DFFE45732EBFFD5C((ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF *)L_75, /*hidden argument*/NULL); V_7 = L_76; V_8 = (-1); int32_t L_77 = V_0; int32_t L_78 = V_6; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_77, (int32_t)L_78)); } IL_01bc: { XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * L_79 = __this->get_address_of_xmlCharType_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_80 = L_79->get_charProperties_2(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_81 = V_1; int32_t L_82 = V_0; NullCheck(L_81); int32_t L_83 = L_82; uint16_t L_84 = (uint16_t)(L_81)->GetAt(static_cast(L_83)); uint16_t L_85 = L_84; V_9 = L_85; NullCheck(L_80); uint16_t L_86 = L_85; uint8_t L_87 = (L_80)->GetAt(static_cast(L_86)); if (!((int32_t)((int32_t)L_87&(int32_t)8))) { goto IL_01d8; } } { int32_t L_88 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_88, (int32_t)1)); goto IL_01bc; } IL_01d8: { Il2CppChar L_89 = V_9; if ((!(((uint32_t)L_89) == ((uint32_t)((int32_t)58))))) { goto IL_023e; } } { int32_t L_90 = V_8; if ((((int32_t)L_90) == ((int32_t)(-1)))) { goto IL_0207; } } { bool L_91 = __this->get_supportNamespaces_24(); if (!L_91) { goto IL_0201; } } { int32_t L_92 = V_0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_93; L_93 = XmlException_BuildCharExceptionArgs_mD8BDF56806D4328D88F94EC79777FFBC787E6F71(((int32_t)58), 0, /*hidden argument*/NULL); XmlTextReaderImpl_Throw_m91C8F3D0C09D7D9FD52C52986C4D705C5DB5C0A5(__this, L_92, _stringLiteralB66EDA098CD2E33A3EA4EAA0192B7D288FB4BE05, L_93, /*hidden argument*/NULL); goto IL_0263; } IL_0201: { int32_t L_94 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_94, (int32_t)1)); goto IL_01bc; } IL_0207: { int32_t L_95 = V_0; V_8 = L_95; int32_t L_96 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_96, (int32_t)1)); XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * L_97 = __this->get_address_of_xmlCharType_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_98 = L_97->get_charProperties_2(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_99 = V_1; int32_t L_100 = V_0; NullCheck(L_99); int32_t L_101 = L_100; uint16_t L_102 = (uint16_t)(L_99)->GetAt(static_cast(L_101)); NullCheck(L_98); uint16_t L_103 = L_102; uint8_t L_104 = (L_98)->GetAt(static_cast(L_103)); if (!((int32_t)((int32_t)L_104&(int32_t)4))) { goto IL_0227; } } { int32_t L_105 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_105, (int32_t)1)); goto IL_01bc; } IL_0227: { int32_t L_106; L_106 = XmlTextReaderImpl_ParseQName_mBE17A84E5A968887CAFC588D794FDDA38C06780D(__this, (int32_t*)(&V_8), /*hidden argument*/NULL); V_0 = L_106; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_107 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_108 = L_107->get_chars_0(); V_1 = L_108; goto IL_0263; } IL_023e: { int32_t L_109 = V_0; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_110 = __this->get_address_of_ps_5(); int32_t L_111 = L_110->get_charsUsed_2(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_109, (int32_t)1))) < ((int32_t)L_111))) { goto IL_0263; } } { int32_t L_112; L_112 = XmlTextReaderImpl_ParseQName_mBE17A84E5A968887CAFC588D794FDDA38C06780D(__this, (int32_t*)(&V_8), /*hidden argument*/NULL); V_0 = L_112; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_113 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_114 = L_113->get_chars_0(); V_1 = L_114; } IL_0263: { int32_t L_115 = V_0; int32_t L_116 = V_8; NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_117; L_117 = XmlTextReaderImpl_AddAttribute_m351CA2C08D164C1D539C54B10F07795EA9A283A1(__this, L_115, L_116, /*hidden argument*/NULL); V_2 = L_117; NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_118 = V_2; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_119 = __this->get_address_of_ps_5(); int32_t L_120; L_120 = ParsingState_get_LineNo_m9C32240CFE61AE19697B7C9EFA5DE9B44D3C9610_inline((ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF *)L_119, /*hidden argument*/NULL); int32_t L_121 = V_7; NullCheck(L_118); NodeData_SetLineInfo_mE0EAA0129B2C2DAB2C92AF78FBB2D5DA90A581E4(L_118, L_120, L_121, /*hidden argument*/NULL); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_122 = V_1; int32_t L_123 = V_0; NullCheck(L_122); int32_t L_124 = L_123; uint16_t L_125 = (uint16_t)(L_122)->GetAt(static_cast(L_124)); if ((((int32_t)L_125) == ((int32_t)((int32_t)61)))) { goto IL_02b9; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_126 = __this->get_address_of_ps_5(); int32_t L_127 = V_0; L_126->set_charPos_1(L_127); int32_t L_128; L_128 = XmlTextReaderImpl_EatWhitespaces_mAEEB8942E7FDD3912DDDE7DD642F4E558855316E(__this, (StringBuilder_t *)NULL, /*hidden argument*/NULL); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_129 = __this->get_address_of_ps_5(); int32_t L_130 = L_129->get_charPos_1(); V_0 = L_130; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_131 = V_1; int32_t L_132 = V_0; NullCheck(L_131); int32_t L_133 = L_132; uint16_t L_134 = (uint16_t)(L_131)->GetAt(static_cast(L_133)); if ((((int32_t)L_134) == ((int32_t)((int32_t)61)))) { goto IL_02b9; } } { XmlTextReaderImpl_ThrowUnexpectedToken_m3A6522C4C030CD8DE27B2F78EB9AC25430680D76(__this, _stringLiteral1FA13CA565DC9B5105D70A528D26A6FC7A57049E, /*hidden argument*/NULL); } IL_02b9: { int32_t L_135 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_135, (int32_t)1)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_136 = V_1; int32_t L_137 = V_0; NullCheck(L_136); int32_t L_138 = L_137; uint16_t L_139 = (uint16_t)(L_136)->GetAt(static_cast(L_138)); V_10 = L_139; Il2CppChar L_140 = V_10; if ((((int32_t)L_140) == ((int32_t)((int32_t)34)))) { goto IL_030f; } } { Il2CppChar L_141 = V_10; if ((((int32_t)L_141) == ((int32_t)((int32_t)39)))) { goto IL_030f; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_142 = __this->get_address_of_ps_5(); int32_t L_143 = V_0; L_142->set_charPos_1(L_143); int32_t L_144; L_144 = XmlTextReaderImpl_EatWhitespaces_mAEEB8942E7FDD3912DDDE7DD642F4E558855316E(__this, (StringBuilder_t *)NULL, /*hidden argument*/NULL); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_145 = __this->get_address_of_ps_5(); int32_t L_146 = L_145->get_charPos_1(); V_0 = L_146; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_147 = V_1; int32_t L_148 = V_0; NullCheck(L_147); int32_t L_149 = L_148; uint16_t L_150 = (uint16_t)(L_147)->GetAt(static_cast(L_149)); V_10 = L_150; Il2CppChar L_151 = V_10; if ((((int32_t)L_151) == ((int32_t)((int32_t)34)))) { goto IL_030f; } } { Il2CppChar L_152 = V_10; if ((((int32_t)L_152) == ((int32_t)((int32_t)39)))) { goto IL_030f; } } { XmlTextReaderImpl_ThrowUnexpectedToken_mAC12858AAE0F14AF796D32BBD8540CA1F15EC261(__this, _stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677, _stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D, /*hidden argument*/NULL); } IL_030f: { int32_t L_153 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_153, (int32_t)1)); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_154 = __this->get_address_of_ps_5(); int32_t L_155 = V_0; L_154->set_charPos_1(L_155); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_156 = V_2; Il2CppChar L_157 = V_10; NullCheck(L_156); L_156->set_quoteChar_12(L_157); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_158 = V_2; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_159 = __this->get_address_of_ps_5(); int32_t L_160; L_160 = ParsingState_get_LineNo_m9C32240CFE61AE19697B7C9EFA5DE9B44D3C9610_inline((ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF *)L_159, /*hidden argument*/NULL); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_161 = __this->get_address_of_ps_5(); int32_t L_162; L_162 = ParsingState_get_LinePos_mB937EA68EFFA791C24EDC7C1DFFE45732EBFFD5C((ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF *)L_161, /*hidden argument*/NULL); NullCheck(L_158); NodeData_SetLineInfo2_mDB7B87916CC83F5FB632712C43B1EA0AC2DB66D4(L_158, L_160, L_162, /*hidden argument*/NULL); goto IL_0349; } IL_0345: { int32_t L_163 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_163, (int32_t)1)); } IL_0349: { XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * L_164 = __this->get_address_of_xmlCharType_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_165 = L_164->get_charProperties_2(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_166 = V_1; int32_t L_167 = V_0; NullCheck(L_166); int32_t L_168 = L_167; uint16_t L_169 = (uint16_t)(L_166)->GetAt(static_cast(L_168)); uint16_t L_170 = L_169; V_11 = L_170; NullCheck(L_165); uint16_t L_171 = L_170; uint8_t L_172 = (L_165)->GetAt(static_cast(L_171)); if (((int32_t)((int32_t)L_172&(int32_t)((int32_t)128)))) { goto IL_0345; } } { Il2CppChar L_173 = V_11; Il2CppChar L_174 = V_10; if ((!(((uint32_t)L_173) == ((uint32_t)L_174)))) { goto IL_039a; } } { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_175 = V_2; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_176 = V_1; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_177 = __this->get_address_of_ps_5(); int32_t L_178 = L_177->get_charPos_1(); int32_t L_179 = V_0; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_180 = __this->get_address_of_ps_5(); int32_t L_181 = L_180->get_charPos_1(); NullCheck(L_175); NodeData_SetValue_mB62C0FF3ED5D43D329073953E461E562EA63DDCA(L_175, L_176, L_178, ((int32_t)il2cpp_codegen_subtract((int32_t)L_179, (int32_t)L_181)), /*hidden argument*/NULL); int32_t L_182 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_182, (int32_t)1)); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_183 = __this->get_address_of_ps_5(); int32_t L_184 = V_0; L_183->set_charPos_1(L_184); goto IL_03bc; } IL_039a: { int32_t L_185 = V_0; Il2CppChar L_186 = V_10; NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_187 = V_2; XmlTextReaderImpl_ParseAttributeValueSlow_m8851517F32776BED70ACB493BFAA95FBBA4EC3C5(__this, L_185, L_186, L_187, /*hidden argument*/NULL); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_188 = __this->get_address_of_ps_5(); int32_t L_189 = L_188->get_charPos_1(); V_0 = L_189; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_190 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_191 = L_190->get_chars_0(); V_1 = L_191; } IL_03bc: { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_192 = V_2; NullCheck(L_192); String_t* L_193 = L_192->get_prefix_3(); NullCheck(L_193); int32_t L_194; L_194 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_193, /*hidden argument*/NULL); if (L_194) { goto IL_03eb; } } { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_195 = V_2; NullCheck(L_195); String_t* L_196 = L_195->get_localName_2(); String_t* L_197 = __this->get_XmlNs_77(); bool L_198; L_198 = Ref_Equal_mA7CCFB984697A4E40EE7BE8919C2A31BF952ED6F(L_196, L_197, /*hidden argument*/NULL); if (!L_198) { goto IL_001a; } } { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_199 = V_2; XmlTextReaderImpl_OnDefaultNamespaceDecl_mA04FD67F0706031D89DCF25C6CD968DBF9E05015(__this, L_199, /*hidden argument*/NULL); goto IL_001a; } IL_03eb: { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_200 = V_2; NullCheck(L_200); String_t* L_201 = L_200->get_prefix_3(); String_t* L_202 = __this->get_XmlNs_77(); bool L_203; L_203 = Ref_Equal_mA7CCFB984697A4E40EE7BE8919C2A31BF952ED6F(L_201, L_202, /*hidden argument*/NULL); if (!L_203) { goto IL_040a; } } { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_204 = V_2; XmlTextReaderImpl_OnNamespaceDecl_mAFA79981724F3C691A77FCC2BC08F6A32A770572(__this, L_204, /*hidden argument*/NULL); goto IL_001a; } IL_040a: { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_205 = V_2; NullCheck(L_205); String_t* L_206 = L_205->get_prefix_3(); String_t* L_207 = __this->get_Xml_76(); bool L_208; L_208 = Ref_Equal_mA7CCFB984697A4E40EE7BE8919C2A31BF952ED6F(L_206, L_207, /*hidden argument*/NULL); if (!L_208) { goto IL_001a; } } { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_209 = V_2; XmlTextReaderImpl_OnXmlReservedAttribute_m7D185D810D8D2AED69660687E444CF41A010CBEC(__this, L_209, /*hidden argument*/NULL); goto IL_001a; } IL_042c: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_210 = __this->get_address_of_ps_5(); int32_t* L_211 = L_210->get_address_of_lineNo_11(); int32_t* L_212 = L_211; int32_t L_213 = *((int32_t*)L_212); int32_t L_214 = V_3; *((int32_t*)L_212) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_213, (int32_t)L_214)); int32_t L_215; L_215 = XmlTextReaderImpl_ReadData_m30A9B855279BE3BBC531BB50D5DCE4B903AF0512(__this, /*hidden argument*/NULL); if (!L_215) { goto IL_0461; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_216 = __this->get_address_of_ps_5(); int32_t L_217 = L_216->get_charPos_1(); V_0 = L_217; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_218 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_219 = L_218->get_chars_0(); V_1 = L_219; goto IL_001a; } IL_0461: { XmlTextReaderImpl_ThrowUnclosedElements_m0CD03A9632178D15C9FD697F2EDE7E3013444ACA(__this, /*hidden argument*/NULL); goto IL_001a; } IL_046c: { bool L_220 = __this->get_addDefaultAttributesAndNormalize_59(); if (!L_220) { goto IL_047a; } } { XmlTextReaderImpl_AddDefaultAttributesAndNormalize_m8A2E8B2306148D64990C63FF0490B9CEC74B5309(__this, /*hidden argument*/NULL); } IL_047a: { XmlTextReaderImpl_ElementNamespaceLookup_m3AD5FC338B9FB6292055C6D43CA38F2D3D372063(__this, /*hidden argument*/NULL); bool L_221 = __this->get_attrNeedNamespaceLookup_16(); if (!L_221) { goto IL_0495; } } { XmlTextReaderImpl_AttributeNamespaceLookup_m61745FEC6B96C5B2992B219D0DDA8E86C706E497(__this, /*hidden argument*/NULL); __this->set_attrNeedNamespaceLookup_16((bool)0); } IL_0495: { int32_t L_222 = __this->get_attrDuplWalkCount_15(); if ((((int32_t)L_222) < ((int32_t)((int32_t)250)))) { goto IL_04a8; } } { XmlTextReaderImpl_AttributeDuplCheck_m45EEACCE99560AD4666A7B0851040766D3CC5032(__this, /*hidden argument*/NULL); } IL_04a8: { return; } } // System.Void System.Xml.XmlTextReaderImpl::ElementNamespaceLookup() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ElementNamespaceLookup_m3AD5FC338B9FB6292055C6D43CA38F2D3D372063 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_0 = __this->get_curNode_10(); NullCheck(L_0); String_t* L_1 = L_0->get_prefix_3(); NullCheck(L_1); int32_t L_2; L_2 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0029; } } { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_3 = __this->get_curNode_10(); XmlContext_tAC94E49A4625E1E5BDD6390576509760DD2A162D * L_4 = __this->get_xmlContext_39(); NullCheck(L_4); String_t* L_5 = L_4->get_defaultNamespace_2(); NullCheck(L_3); L_3->set_ns_4(L_5); return; } IL_0029: { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_6 = __this->get_curNode_10(); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_7 = __this->get_curNode_10(); String_t* L_8; L_8 = XmlTextReaderImpl_LookupNamespace_m86F4A0C53C7749FD854A51ECCB817333F70805B4(__this, L_7, /*hidden argument*/NULL); NullCheck(L_6); L_6->set_ns_4(L_8); return; } } // System.Void System.Xml.XmlTextReaderImpl::AttributeNamespaceLookup() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_AttributeNamespaceLookup_m61745FEC6B96C5B2992B219D0DDA8E86C706E497 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; NodeData_tD504C5A621E7DD546954D87282438662327280EA * V_1 = NULL; { int32_t L_0 = __this->get_index_11(); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1)); goto IL_003c; } IL_000b: { NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0* L_1 = __this->get_nodes_9(); int32_t L_2 = V_0; NullCheck(L_1); int32_t L_3 = L_2; NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_4 = (L_1)->GetAt(static_cast(L_3)); V_1 = L_4; NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_5 = V_1; NullCheck(L_5); int32_t L_6 = L_5->get_type_1(); if ((!(((uint32_t)L_6) == ((uint32_t)2)))) { goto IL_0038; } } { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_7 = V_1; NullCheck(L_7); String_t* L_8 = L_7->get_prefix_3(); NullCheck(L_8); int32_t L_9; L_9 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_8, /*hidden argument*/NULL); if ((((int32_t)L_9) <= ((int32_t)0))) { goto IL_0038; } } { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_10 = V_1; NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_11 = V_1; String_t* L_12; L_12 = XmlTextReaderImpl_LookupNamespace_m86F4A0C53C7749FD854A51ECCB817333F70805B4(__this, L_11, /*hidden argument*/NULL); NullCheck(L_10); L_10->set_ns_4(L_12); } IL_0038: { int32_t L_13 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_003c: { int32_t L_14 = V_0; int32_t L_15 = __this->get_index_11(); int32_t L_16 = __this->get_attrCount_13(); if ((((int32_t)L_14) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)L_16)), (int32_t)1))))) { goto IL_000b; } } { return; } } // System.Void System.Xml.XmlTextReaderImpl::AttributeDuplCheck() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_AttributeDuplCheck_m45EEACCE99560AD4666A7B0851040766D3CC5032 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Sort_TisNodeData_tD504C5A621E7DD546954D87282438662327280EA_mDFE318309209232D4EE3FE97C2984A3FE248787A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE62BE30D60110348D9F0D3836744E95BD82775EF); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; NodeData_tD504C5A621E7DD546954D87282438662327280EA * V_1 = NULL; int32_t V_2 = 0; NodeData_tD504C5A621E7DD546954D87282438662327280EA * V_3 = NULL; int32_t V_4 = 0; NodeData_tD504C5A621E7DD546954D87282438662327280EA * V_5 = NULL; { int32_t L_0 = __this->get_attrCount_13(); if ((((int32_t)L_0) >= ((int32_t)((int32_t)250)))) { goto IL_00cc; } } { int32_t L_1 = __this->get_index_11(); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)); goto IL_00b6; } IL_001e: { NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0* L_2 = __this->get_nodes_9(); int32_t L_3 = V_0; NullCheck(L_2); int32_t L_4 = L_3; NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_5 = (L_2)->GetAt(static_cast(L_4)); V_1 = L_5; int32_t L_6 = V_0; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); goto IL_009d; } IL_002d: { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_7 = V_1; NullCheck(L_7); String_t* L_8 = L_7->get_localName_2(); NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0* L_9 = __this->get_nodes_9(); int32_t L_10 = V_2; NullCheck(L_9); int32_t L_11 = L_10; NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_12 = (L_9)->GetAt(static_cast(L_11)); NullCheck(L_12); String_t* L_13 = L_12->get_localName_2(); bool L_14; L_14 = Ref_Equal_mA7CCFB984697A4E40EE7BE8919C2A31BF952ED6F(L_8, L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_0099; } } { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_15 = V_1; NullCheck(L_15); String_t* L_16 = L_15->get_ns_4(); NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0* L_17 = __this->get_nodes_9(); int32_t L_18 = V_2; NullCheck(L_17); int32_t L_19 = L_18; NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_20 = (L_17)->GetAt(static_cast(L_19)); NullCheck(L_20); String_t* L_21 = L_20->get_ns_4(); bool L_22; L_22 = Ref_Equal_mA7CCFB984697A4E40EE7BE8919C2A31BF952ED6F(L_16, L_21, /*hidden argument*/NULL); if (!L_22) { goto IL_0099; } } { NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0* L_23 = __this->get_nodes_9(); int32_t L_24 = V_2; NullCheck(L_23); int32_t L_25 = L_24; NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_26 = (L_23)->GetAt(static_cast(L_25)); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_27 = __this->get_nameTable_19(); NullCheck(L_26); String_t* L_28; L_28 = NodeData_GetNameWPrefix_m8F2FF2029F59DB52995603EA96CD02F53D934643(L_26, L_27, /*hidden argument*/NULL); NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0* L_29 = __this->get_nodes_9(); int32_t L_30 = V_2; NullCheck(L_29); int32_t L_31 = L_30; NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_32 = (L_29)->GetAt(static_cast(L_31)); NullCheck(L_32); int32_t L_33; L_33 = NodeData_get_LineNo_mAD78D708B5D663CD4024335C0783C96B494726BF(L_32, /*hidden argument*/NULL); NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0* L_34 = __this->get_nodes_9(); int32_t L_35 = V_2; NullCheck(L_34); int32_t L_36 = L_35; NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_37 = (L_34)->GetAt(static_cast(L_36)); NullCheck(L_37); int32_t L_38; L_38 = NodeData_get_LinePos_m461F0A5A81925A63A436973A01EF33C70DFD265A(L_37, /*hidden argument*/NULL); XmlTextReaderImpl_Throw_mCDCD058C95527345FED79ACB6F4D45D39696E14B(__this, _stringLiteralE62BE30D60110348D9F0D3836744E95BD82775EF, L_28, L_33, L_38, /*hidden argument*/NULL); } IL_0099: { int32_t L_39 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1)); } IL_009d: { int32_t L_40 = V_2; int32_t L_41 = __this->get_index_11(); int32_t L_42 = __this->get_attrCount_13(); if ((((int32_t)L_40) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)), (int32_t)L_42))))) { goto IL_002d; } } { int32_t L_43 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1)); } IL_00b6: { int32_t L_44 = V_0; int32_t L_45 = __this->get_index_11(); int32_t L_46 = __this->get_attrCount_13(); if ((((int32_t)L_44) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)1)), (int32_t)L_46))))) { goto IL_001e; } } { return; } IL_00cc: { NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0* L_47 = __this->get_attrDuplSortingArray_18(); if (!L_47) { goto IL_00e4; } } { NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0* L_48 = __this->get_attrDuplSortingArray_18(); NullCheck(L_48); int32_t L_49 = __this->get_attrCount_13(); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_48)->max_length)))) >= ((int32_t)L_49))) { goto IL_00f5; } } IL_00e4: { int32_t L_50 = __this->get_attrCount_13(); NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0* L_51 = (NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0*)(NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0*)SZArrayNew(NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0_il2cpp_TypeInfo_var, (uint32_t)L_50); __this->set_attrDuplSortingArray_18(L_51); } IL_00f5: { NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0* L_52 = __this->get_nodes_9(); int32_t L_53 = __this->get_index_11(); NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0* L_54 = __this->get_attrDuplSortingArray_18(); int32_t L_55 = __this->get_attrCount_13(); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_52, ((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)1)), (RuntimeArray *)(RuntimeArray *)L_54, 0, L_55, /*hidden argument*/NULL); NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0* L_56 = __this->get_attrDuplSortingArray_18(); int32_t L_57 = __this->get_attrCount_13(); Array_Sort_TisNodeData_tD504C5A621E7DD546954D87282438662327280EA_mDFE318309209232D4EE3FE97C2984A3FE248787A(L_56, 0, L_57, /*hidden argument*/Array_Sort_TisNodeData_tD504C5A621E7DD546954D87282438662327280EA_mDFE318309209232D4EE3FE97C2984A3FE248787A_RuntimeMethod_var); NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0* L_58 = __this->get_attrDuplSortingArray_18(); NullCheck(L_58); int32_t L_59 = 0; NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_60 = (L_58)->GetAt(static_cast(L_59)); V_3 = L_60; V_4 = 1; goto IL_0197; } IL_0135: { NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0* L_61 = __this->get_attrDuplSortingArray_18(); int32_t L_62 = V_4; NullCheck(L_61); int32_t L_63 = L_62; NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_64 = (L_61)->GetAt(static_cast(L_63)); V_5 = L_64; NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_65 = V_3; NullCheck(L_65); String_t* L_66 = L_65->get_localName_2(); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_67 = V_5; NullCheck(L_67); String_t* L_68 = L_67->get_localName_2(); bool L_69; L_69 = Ref_Equal_mA7CCFB984697A4E40EE7BE8919C2A31BF952ED6F(L_66, L_68, /*hidden argument*/NULL); if (!L_69) { goto IL_018e; } } { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_70 = V_3; NullCheck(L_70); String_t* L_71 = L_70->get_ns_4(); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_72 = V_5; NullCheck(L_72); String_t* L_73 = L_72->get_ns_4(); bool L_74; L_74 = Ref_Equal_mA7CCFB984697A4E40EE7BE8919C2A31BF952ED6F(L_71, L_73, /*hidden argument*/NULL); if (!L_74) { goto IL_018e; } } { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_75 = V_5; XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_76 = __this->get_nameTable_19(); NullCheck(L_75); String_t* L_77; L_77 = NodeData_GetNameWPrefix_m8F2FF2029F59DB52995603EA96CD02F53D934643(L_75, L_76, /*hidden argument*/NULL); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_78 = V_5; NullCheck(L_78); int32_t L_79; L_79 = NodeData_get_LineNo_mAD78D708B5D663CD4024335C0783C96B494726BF(L_78, /*hidden argument*/NULL); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_80 = V_5; NullCheck(L_80); int32_t L_81; L_81 = NodeData_get_LinePos_m461F0A5A81925A63A436973A01EF33C70DFD265A(L_80, /*hidden argument*/NULL); XmlTextReaderImpl_Throw_mCDCD058C95527345FED79ACB6F4D45D39696E14B(__this, _stringLiteralE62BE30D60110348D9F0D3836744E95BD82775EF, L_77, L_79, L_81, /*hidden argument*/NULL); } IL_018e: { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_82 = V_5; V_3 = L_82; int32_t L_83 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_83, (int32_t)1)); } IL_0197: { int32_t L_84 = V_4; int32_t L_85 = __this->get_attrCount_13(); if ((((int32_t)L_84) < ((int32_t)L_85))) { goto IL_0135; } } { return; } } // System.Void System.Xml.XmlTextReaderImpl::OnDefaultNamespaceDecl(System.Xml.XmlTextReaderImpl/NodeData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_OnDefaultNamespaceDecl_mA04FD67F0706031D89DCF25C6CD968DBF9E05015 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, NodeData_tD504C5A621E7DD546954D87282438662327280EA * ___attr0, 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*)&_stringLiteral420B74A52534550B0DD14DCF7D8988C2BD4936CE); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { bool L_0 = __this->get_supportNamespaces_24(); if (L_0) { goto IL_0009; } } { return; } IL_0009: { XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_1 = __this->get_nameTable_19(); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_2 = ___attr0; NullCheck(L_2); String_t* L_3; L_3 = NodeData_get_StringValue_m32820CD659C0A0D408D80BA40338AEDC3196BD58(L_2, /*hidden argument*/NULL); NullCheck(L_1); String_t* L_4; L_4 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_1, L_3); V_0 = L_4; NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_5 = ___attr0; XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_6 = __this->get_nameTable_19(); NullCheck(L_6); String_t* L_7; L_7 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_6, _stringLiteral420B74A52534550B0DD14DCF7D8988C2BD4936CE); NullCheck(L_5); L_5->set_ns_4(L_7); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_8 = __this->get_curNode_10(); NullCheck(L_8); bool L_9 = L_8->get_xmlContextPushed_16(); if (L_9) { goto IL_0044; } } { XmlTextReaderImpl_PushXmlContext_mD4C521101A1E8B4ED56B72A9EDC7C6F0BD0DA082(__this, /*hidden argument*/NULL); } IL_0044: { XmlContext_tAC94E49A4625E1E5BDD6390576509760DD2A162D * L_10 = __this->get_xmlContext_39(); String_t* L_11 = V_0; NullCheck(L_10); L_10->set_defaultNamespace_2(L_11); String_t* L_12 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); String_t* L_13 = V_0; NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_14 = ___attr0; XmlTextReaderImpl_AddNamespace_m879C8ED66F660566D9B3A6A2B6FBC4FC52B01BA9(__this, L_12, L_13, L_14, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextReaderImpl::OnNamespaceDecl(System.Xml.XmlTextReaderImpl/NodeData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_OnNamespaceDecl_mAFA79981724F3C691A77FCC2BC08F6A32A770572 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, NodeData_tD504C5A621E7DD546954D87282438662327280EA * ___attr0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral11FD22D825C5C7EEDE7CA43876F02B7D8B4C213F); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { bool L_0 = __this->get_supportNamespaces_24(); if (L_0) { goto IL_0009; } } { return; } IL_0009: { XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_1 = __this->get_nameTable_19(); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_2 = ___attr0; NullCheck(L_2); String_t* L_3; L_3 = NodeData_get_StringValue_m32820CD659C0A0D408D80BA40338AEDC3196BD58(L_2, /*hidden argument*/NULL); NullCheck(L_1); String_t* L_4; L_4 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_1, L_3); V_0 = L_4; String_t* L_5 = V_0; NullCheck(L_5); int32_t L_6; L_6 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_5, /*hidden argument*/NULL); if (L_6) { goto IL_0046; } } { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_7 = ___attr0; NullCheck(L_7); LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE * L_8 = L_7->get_address_of_lineInfo2_11(); int32_t L_9 = L_8->get_lineNo_0(); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_10 = ___attr0; NullCheck(L_10); LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE * L_11 = L_10->get_address_of_lineInfo2_11(); int32_t L_12 = L_11->get_linePos_1(); XmlTextReaderImpl_Throw_m65AA5FCC6819DA0F359B5E46C4BB03D49E814E18(__this, _stringLiteral11FD22D825C5C7EEDE7CA43876F02B7D8B4C213F, L_9, ((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1)), /*hidden argument*/NULL); } IL_0046: { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_13 = ___attr0; NullCheck(L_13); String_t* L_14 = L_13->get_localName_2(); String_t* L_15 = V_0; NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_16 = ___attr0; XmlTextReaderImpl_AddNamespace_m879C8ED66F660566D9B3A6A2B6FBC4FC52B01BA9(__this, L_14, L_15, L_16, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextReaderImpl::OnXmlReservedAttribute(System.Xml.XmlTextReaderImpl/NodeData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_OnXmlReservedAttribute_m7D185D810D8D2AED69660687E444CF41A010CBEC (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, NodeData_tD504C5A621E7DD546954D87282438662327280EA * ___attr0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1CBC514CBF721C4C5F12F67F33B3E7694BCD1B29); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6F5EC7239B41C242FCB23B64D91DA0070FC1C044); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral916F4E7879C25AF1EA844F7068842D5508777C48); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB76F93064E827FE764713C55F705D2E388DF17D7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE1291C4D47635E327ECFE39842BD1A93F58C61A2); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_0 = ___attr0; NullCheck(L_0); String_t* L_1 = L_0->get_localName_2(); V_0 = L_1; String_t* L_2 = V_0; bool L_3; L_3 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_2, _stringLiteralE1291C4D47635E327ECFE39842BD1A93F58C61A2, /*hidden argument*/NULL); if (L_3) { goto IL_0022; } } { String_t* L_4 = V_0; bool L_5; L_5 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_4, _stringLiteral1CBC514CBF721C4C5F12F67F33B3E7694BCD1B29, /*hidden argument*/NULL); if (L_5) { goto IL_009f; } } { return; } IL_0022: { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_6 = __this->get_curNode_10(); NullCheck(L_6); bool L_7 = L_6->get_xmlContextPushed_16(); if (L_7) { goto IL_0035; } } { XmlTextReaderImpl_PushXmlContext_mD4C521101A1E8B4ED56B72A9EDC7C6F0BD0DA082(__this, /*hidden argument*/NULL); } IL_0035: { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_8 = ___attr0; NullCheck(L_8); String_t* L_9; L_9 = NodeData_get_StringValue_m32820CD659C0A0D408D80BA40338AEDC3196BD58(L_8, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_10; L_10 = XmlConvert_TrimString_mF0E4AC16BD05053538B20B21DBD64447195A2D1B(L_9, /*hidden argument*/NULL); V_0 = L_10; String_t* L_11 = V_0; bool L_12; L_12 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_11, _stringLiteral916F4E7879C25AF1EA844F7068842D5508777C48, /*hidden argument*/NULL); if (L_12) { goto IL_005d; } } { String_t* L_13 = V_0; bool L_14; L_14 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_13, _stringLiteral6F5EC7239B41C242FCB23B64D91DA0070FC1C044, /*hidden argument*/NULL); if (L_14) { goto IL_006a; } } { goto IL_0077; } IL_005d: { XmlContext_tAC94E49A4625E1E5BDD6390576509760DD2A162D * L_15 = __this->get_xmlContext_39(); NullCheck(L_15); L_15->set_xmlSpace_0(2); return; } IL_006a: { XmlContext_tAC94E49A4625E1E5BDD6390576509760DD2A162D * L_16 = __this->get_xmlContext_39(); NullCheck(L_16); L_16->set_xmlSpace_0(1); return; } IL_0077: { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_17 = ___attr0; NullCheck(L_17); String_t* L_18; L_18 = NodeData_get_StringValue_m32820CD659C0A0D408D80BA40338AEDC3196BD58(L_17, /*hidden argument*/NULL); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_19 = ___attr0; NullCheck(L_19); LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE * L_20 = L_19->get_address_of_lineInfo_10(); int32_t L_21 = L_20->get_lineNo_0(); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_22 = ___attr0; NullCheck(L_22); LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE * L_23 = L_22->get_address_of_lineInfo_10(); int32_t L_24 = L_23->get_linePos_1(); XmlTextReaderImpl_Throw_mCDCD058C95527345FED79ACB6F4D45D39696E14B(__this, _stringLiteralB76F93064E827FE764713C55F705D2E388DF17D7, L_18, L_21, L_24, /*hidden argument*/NULL); return; } IL_009f: { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_25 = __this->get_curNode_10(); NullCheck(L_25); bool L_26 = L_25->get_xmlContextPushed_16(); if (L_26) { goto IL_00b2; } } { XmlTextReaderImpl_PushXmlContext_mD4C521101A1E8B4ED56B72A9EDC7C6F0BD0DA082(__this, /*hidden argument*/NULL); } IL_00b2: { XmlContext_tAC94E49A4625E1E5BDD6390576509760DD2A162D * L_27 = __this->get_xmlContext_39(); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_28 = ___attr0; NullCheck(L_28); String_t* L_29; L_29 = NodeData_get_StringValue_m32820CD659C0A0D408D80BA40338AEDC3196BD58(L_28, /*hidden argument*/NULL); NullCheck(L_27); L_27->set_xmlLang_1(L_29); return; } } // System.Void System.Xml.XmlTextReaderImpl::ParseAttributeValueSlow(System.Int32,System.Char,System.Xml.XmlTextReaderImpl/NodeData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ParseAttributeValueSlow_m8851517F32776BED70ACB493BFAA95FBBA4EC3C5 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, int32_t ___curPos0, Il2CppChar ___quoteChar1, NodeData_tD504C5A621E7DD546954D87282438662327280EA * ___attr2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDtdEntityInfo_t6CD9881A9EC86BF67CCFD10F64F69D18316D6AFC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NodeData_tD504C5A621E7DD546954D87282438662327280EA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral13FB70ADE9D0DE3E48F4543466E8766DDC3A72B8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral27EFD03821B8E8379AA7D14DB641482FB950DF7B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral292FFF1AFC6A39FAE710753C820C4EC3DD0D4613); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8A8EFDA91C6C257127F8C8D526FAD7E7552766AA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8DF28038BAE3947FE2A10B2562359E7D3A2BF989); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB080109AD5D6C864D18C1BFD1A3B9116504CCC72); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE V_4; memset((&V_4), 0, sizeof(V_4)); NodeData_tD504C5A621E7DD546954D87282438662327280EA * V_5 = NULL; Il2CppChar V_6 = 0x0; int32_t V_7 = 0; LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE V_8; memset((&V_8), 0, sizeof(V_8)); int32_t V_9 = 0; int32_t V_10 = 0; String_t* V_11 = NULL; NodeData_tD504C5A621E7DD546954D87282438662327280EA * V_12 = NULL; NodeData_tD504C5A621E7DD546954D87282438662327280EA * V_13 = NULL; int32_t V_14 = 0; NodeData_tD504C5A621E7DD546954D87282438662327280EA * V_15 = NULL; NodeData_tD504C5A621E7DD546954D87282438662327280EA * V_16 = NULL; int32_t V_17 = 0; NodeData_tD504C5A621E7DD546954D87282438662327280EA * V_18 = NULL; StringBuilder_t * G_B22_0 = NULL; StringBuilder_t * G_B21_0 = NULL; String_t* G_B23_0 = NULL; StringBuilder_t * G_B23_1 = NULL; { int32_t L_0 = ___curPos0; V_0 = L_0; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_1 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_2 = L_1->get_chars_0(); V_1 = L_2; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_3 = __this->get_address_of_ps_5(); int32_t L_4 = L_3->get_entityId_18(); V_2 = L_4; V_3 = 0; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_5 = __this->get_address_of_ps_5(); int32_t L_6 = L_5->get_lineNo_11(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_7 = __this->get_address_of_ps_5(); int32_t L_8; L_8 = ParsingState_get_LinePos_mB937EA68EFFA791C24EDC7C1DFFE45732EBFFD5C((ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF *)L_7, /*hidden argument*/NULL); LineInfo__ctor_mF771D95D602072F0371C3C2B9024EE0B4605ED91((LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE *)(&V_4), L_6, L_8, /*hidden argument*/NULL); V_5 = (NodeData_tD504C5A621E7DD546954D87282438662327280EA *)NULL; goto IL_0042; } IL_003e: { int32_t L_9 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_0042: { XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * L_10 = __this->get_address_of_xmlCharType_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = L_10->get_charProperties_2(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_12 = V_1; int32_t L_13 = V_0; NullCheck(L_12); int32_t L_14 = L_13; uint16_t L_15 = (uint16_t)(L_12)->GetAt(static_cast(L_14)); NullCheck(L_11); uint16_t L_16 = L_15; uint8_t L_17 = (L_11)->GetAt(static_cast(L_16)); if (((int32_t)((int32_t)L_17&(int32_t)((int32_t)128)))) { goto IL_003e; } } { int32_t L_18 = V_0; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_19 = __this->get_address_of_ps_5(); int32_t L_20 = L_19->get_charPos_1(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)L_20))) <= ((int32_t)0))) { goto IL_009a; } } { StringBuilder_t * L_21 = __this->get_stringBuilder_60(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_22 = V_1; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_23 = __this->get_address_of_ps_5(); int32_t L_24 = L_23->get_charPos_1(); int32_t L_25 = V_0; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_26 = __this->get_address_of_ps_5(); int32_t L_27 = L_26->get_charPos_1(); NullCheck(L_21); StringBuilder_t * L_28; L_28 = StringBuilder_Append_m4B771D7BFE8A65C9A504EC5847A699EB678B02DB(L_21, L_22, L_24, ((int32_t)il2cpp_codegen_subtract((int32_t)L_25, (int32_t)L_27)), /*hidden argument*/NULL); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_29 = __this->get_address_of_ps_5(); int32_t L_30 = V_0; L_29->set_charPos_1(L_30); } IL_009a: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_31 = V_1; int32_t L_32 = V_0; NullCheck(L_31); int32_t L_33 = L_32; uint16_t L_34 = (uint16_t)(L_31)->GetAt(static_cast(L_33)); Il2CppChar L_35 = ___quoteChar1; if ((!(((uint32_t)L_34) == ((uint32_t)L_35)))) { goto IL_00b1; } } { int32_t L_36 = V_2; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_37 = __this->get_address_of_ps_5(); int32_t L_38 = L_37->get_entityId_18(); if ((((int32_t)L_36) == ((int32_t)L_38))) { goto IL_063f; } } IL_00b1: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_39 = V_1; int32_t L_40 = V_0; NullCheck(L_39); int32_t L_41 = L_40; uint16_t L_42 = (uint16_t)(L_39)->GetAt(static_cast(L_41)); V_6 = L_42; Il2CppChar L_43 = V_6; if ((!(((uint32_t)L_43) <= ((uint32_t)((int32_t)38))))) { goto IL_00f1; } } { Il2CppChar L_44 = V_6; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_44, (int32_t)((int32_t)9)))) { case 0: { goto IL_01e4; } case 1: { goto IL_0111; } case 2: { goto IL_04f8; } case 3: { goto IL_04f8; } case 4: { goto IL_014a; } } } { Il2CppChar L_45 = V_6; if ((((int32_t)L_45) == ((int32_t)((int32_t)34)))) { goto IL_0216; } } { Il2CppChar L_46 = V_6; if ((((int32_t)L_46) == ((int32_t)((int32_t)38)))) { goto IL_0238; } } { goto IL_04f8; } IL_00f1: { Il2CppChar L_47 = V_6; if ((((int32_t)L_47) == ((int32_t)((int32_t)39)))) { goto IL_0216; } } { Il2CppChar L_48 = V_6; if ((((int32_t)L_48) == ((int32_t)((int32_t)60)))) { goto IL_021f; } } { Il2CppChar L_49 = V_6; if ((((int32_t)L_49) == ((int32_t)((int32_t)62)))) { goto IL_0216; } } { goto IL_04f8; } IL_0111: { int32_t L_50 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)1)); int32_t L_51 = V_0; XmlTextReaderImpl_OnNewLine_mADCA9134B0A3E9B84DEDDBD677993F99B3CB6419(__this, L_51, /*hidden argument*/NULL); bool L_52 = __this->get_normalize_23(); if (!L_52) { goto IL_0042; } } { StringBuilder_t * L_53 = __this->get_stringBuilder_60(); NullCheck(L_53); StringBuilder_t * L_54; L_54 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_53, ((int32_t)32), /*hidden argument*/NULL); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_55 = __this->get_address_of_ps_5(); int32_t* L_56 = L_55->get_address_of_charPos_1(); int32_t* L_57 = L_56; int32_t L_58 = *((int32_t*)L_57); *((int32_t*)L_57) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_58, (int32_t)1)); goto IL_0042; } IL_014a: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_59 = V_1; int32_t L_60 = V_0; NullCheck(L_59); int32_t L_61 = ((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)1)); uint16_t L_62 = (uint16_t)(L_59)->GetAt(static_cast(L_61)); if ((!(((uint32_t)L_62) == ((uint32_t)((int32_t)10))))) { goto IL_0192; } } { int32_t L_63 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_63, (int32_t)2)); bool L_64 = __this->get_normalize_23(); if (!L_64) { goto IL_01d8; } } { StringBuilder_t * L_65 = __this->get_stringBuilder_60(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_66 = __this->get_address_of_ps_5(); bool L_67 = L_66->get_eolNormalized_19(); G_B21_0 = L_65; if (L_67) { G_B22_0 = L_65; goto IL_0179; } } { G_B23_0 = _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745; G_B23_1 = G_B21_0; goto IL_017e; } IL_0179: { G_B23_0 = _stringLiteral8A8EFDA91C6C257127F8C8D526FAD7E7552766AA; G_B23_1 = G_B22_0; } IL_017e: { NullCheck(G_B23_1); StringBuilder_t * L_68; L_68 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(G_B23_1, G_B23_0, /*hidden argument*/NULL); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_69 = __this->get_address_of_ps_5(); int32_t L_70 = V_0; L_69->set_charPos_1(L_70); goto IL_01d8; } IL_0192: { int32_t L_71 = V_0; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_72 = __this->get_address_of_ps_5(); int32_t L_73 = L_72->get_charsUsed_2(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_71, (int32_t)1))) < ((int32_t)L_73))) { goto IL_01b2; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_74 = __this->get_address_of_ps_5(); bool L_75 = L_74->get_isEof_15(); if (!L_75) { goto IL_054a; } } IL_01b2: { int32_t L_76 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_76, (int32_t)1)); bool L_77 = __this->get_normalize_23(); if (!L_77) { goto IL_01d8; } } { StringBuilder_t * L_78 = __this->get_stringBuilder_60(); NullCheck(L_78); StringBuilder_t * L_79; L_79 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_78, ((int32_t)32), /*hidden argument*/NULL); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_80 = __this->get_address_of_ps_5(); int32_t L_81 = V_0; L_80->set_charPos_1(L_81); } IL_01d8: { int32_t L_82 = V_0; XmlTextReaderImpl_OnNewLine_mADCA9134B0A3E9B84DEDDBD677993F99B3CB6419(__this, L_82, /*hidden argument*/NULL); goto IL_0042; } IL_01e4: { int32_t L_83 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_83, (int32_t)1)); bool L_84 = __this->get_normalize_23(); if (!L_84) { goto IL_0042; } } { StringBuilder_t * L_85 = __this->get_stringBuilder_60(); NullCheck(L_85); StringBuilder_t * L_86; L_86 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_85, ((int32_t)32), /*hidden argument*/NULL); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_87 = __this->get_address_of_ps_5(); int32_t* L_88 = L_87->get_address_of_charPos_1(); int32_t* L_89 = L_88; int32_t L_90 = *((int32_t*)L_89); *((int32_t*)L_89) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_90, (int32_t)1)); goto IL_0042; } IL_0216: { int32_t L_91 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_91, (int32_t)1)); goto IL_0042; } IL_021f: { int32_t L_92 = V_0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_93; L_93 = XmlException_BuildCharExceptionArgs_mD8BDF56806D4328D88F94EC79777FFBC787E6F71(((int32_t)60), 0, /*hidden argument*/NULL); XmlTextReaderImpl_Throw_m91C8F3D0C09D7D9FD52C52986C4D705C5DB5C0A5(__this, L_92, _stringLiteral292FFF1AFC6A39FAE710753C820C4EC3DD0D4613, L_93, /*hidden argument*/NULL); goto IL_054a; } IL_0238: { int32_t L_94 = V_0; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_95 = __this->get_address_of_ps_5(); int32_t L_96 = L_95->get_charPos_1(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_94, (int32_t)L_96))) <= ((int32_t)0))) { goto IL_026d; } } { StringBuilder_t * L_97 = __this->get_stringBuilder_60(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_98 = V_1; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_99 = __this->get_address_of_ps_5(); int32_t L_100 = L_99->get_charPos_1(); int32_t L_101 = V_0; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_102 = __this->get_address_of_ps_5(); int32_t L_103 = L_102->get_charPos_1(); NullCheck(L_97); StringBuilder_t * L_104; L_104 = StringBuilder_Append_m4B771D7BFE8A65C9A504EC5847A699EB678B02DB(L_97, L_98, L_100, ((int32_t)il2cpp_codegen_subtract((int32_t)L_101, (int32_t)L_103)), /*hidden argument*/NULL); } IL_026d: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_105 = __this->get_address_of_ps_5(); int32_t L_106 = V_0; L_105->set_charPos_1(L_106); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_107 = __this->get_address_of_ps_5(); int32_t L_108 = L_107->get_entityId_18(); V_7 = L_108; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_109 = __this->get_address_of_ps_5(); int32_t L_110 = L_109->get_lineNo_11(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_111 = __this->get_address_of_ps_5(); int32_t L_112; L_112 = ParsingState_get_LinePos_mB937EA68EFFA791C24EDC7C1DFFE45732EBFFD5C((ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF *)L_111, /*hidden argument*/NULL); LineInfo__ctor_mF771D95D602072F0371C3C2B9024EE0B4605ED91((LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE *)(&V_8), L_110, ((int32_t)il2cpp_codegen_add((int32_t)L_112, (int32_t)1)), /*hidden argument*/NULL); int32_t L_113; L_113 = XmlTextReaderImpl_HandleEntityReference_m57BDDC7B181D8F9A9E463C5369997014754B6018(__this, (bool)1, 0, (int32_t*)(&V_0), /*hidden argument*/NULL); V_9 = L_113; int32_t L_114 = V_9; switch (L_114) { case 0: { goto IL_04e7; } case 1: { goto IL_04e7; } case 2: { goto IL_04e7; } case 3: { goto IL_04db; } case 4: { goto IL_04db; } case 5: { goto IL_04db; } case 6: { goto IL_02dd; } case 7: { goto IL_041d; } } } { goto IL_04db; } IL_02dd: { int32_t L_115 = __this->get_parsingMode_64(); if (L_115) { goto IL_03f5; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_116 = __this->get_address_of_ps_5(); int32_t L_117 = L_116->get_entityId_18(); int32_t L_118 = V_2; if ((!(((uint32_t)L_117) == ((uint32_t)L_118)))) { goto IL_03f5; } } { StringBuilder_t * L_119 = __this->get_stringBuilder_60(); NullCheck(L_119); int32_t L_120; L_120 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_119, /*hidden argument*/NULL); int32_t L_121 = V_3; V_10 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_120, (int32_t)L_121)); int32_t L_122 = V_10; if ((((int32_t)L_122) <= ((int32_t)0))) { goto IL_034d; } } { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_123 = (NodeData_tD504C5A621E7DD546954D87282438662327280EA *)il2cpp_codegen_object_new(NodeData_tD504C5A621E7DD546954D87282438662327280EA_il2cpp_TypeInfo_var); NodeData__ctor_m98A61DC61B90E41B17BC4B4ECC19E93DEE2C49D1(L_123, /*hidden argument*/NULL); V_13 = L_123; NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_124 = V_13; LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE L_125 = V_4; NullCheck(L_124); L_124->set_lineInfo_10(L_125); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_126 = V_13; NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_127 = ___attr2; NullCheck(L_127); int32_t L_128 = L_127->get_depth_13(); NullCheck(L_126); L_126->set_depth_13(((int32_t)il2cpp_codegen_add((int32_t)L_128, (int32_t)1))); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_129 = V_13; StringBuilder_t * L_130 = __this->get_stringBuilder_60(); int32_t L_131 = V_3; int32_t L_132 = V_10; NullCheck(L_130); String_t* L_133; L_133 = StringBuilder_ToString_mF3154CCF8250170547C4EC74C4A8DBCA00F34453(L_130, L_131, L_132, /*hidden argument*/NULL); NullCheck(L_129); NodeData_SetValueNode_m5D0E6BD089647F4DC22608DB2B63F0CE58522F3E(L_129, 3, L_133, /*hidden argument*/NULL); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_134 = ___attr2; NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_135 = V_13; XmlTextReaderImpl_AddAttributeChunkToList_m0406473883E073B2C15EE93AE8E43DD9E49771DD(__this, L_134, L_135, (NodeData_tD504C5A621E7DD546954D87282438662327280EA **)(&V_5), /*hidden argument*/NULL); } IL_034d: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_136 = __this->get_address_of_ps_5(); int32_t* L_137 = L_136->get_address_of_charPos_1(); int32_t* L_138 = L_137; int32_t L_139 = *((int32_t*)L_138); *((int32_t*)L_138) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_139, (int32_t)1)); String_t* L_140; L_140 = XmlTextReaderImpl_ParseEntityName_mD1E202DA683C5250CD34C7D34C698752E1F00BDD(__this, /*hidden argument*/NULL); V_11 = L_140; NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_141 = (NodeData_tD504C5A621E7DD546954D87282438662327280EA *)il2cpp_codegen_object_new(NodeData_tD504C5A621E7DD546954D87282438662327280EA_il2cpp_TypeInfo_var); NodeData__ctor_m98A61DC61B90E41B17BC4B4ECC19E93DEE2C49D1(L_141, /*hidden argument*/NULL); V_12 = L_141; NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_142 = V_12; LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE L_143 = V_8; NullCheck(L_142); L_142->set_lineInfo_10(L_143); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_144 = V_12; NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_145 = ___attr2; NullCheck(L_145); int32_t L_146 = L_145->get_depth_13(); NullCheck(L_144); L_144->set_depth_13(((int32_t)il2cpp_codegen_add((int32_t)L_146, (int32_t)1))); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_147 = V_12; String_t* L_148 = V_11; NullCheck(L_147); NodeData_SetNamedNode_m9FFF683DB8640C8F6F5A053A5C120742C777415A(L_147, 5, L_148, /*hidden argument*/NULL); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_149 = ___attr2; NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_150 = V_12; XmlTextReaderImpl_AddAttributeChunkToList_m0406473883E073B2C15EE93AE8E43DD9E49771DD(__this, L_149, L_150, (NodeData_tD504C5A621E7DD546954D87282438662327280EA **)(&V_5), /*hidden argument*/NULL); StringBuilder_t * L_151 = __this->get_stringBuilder_60(); NullCheck(L_151); StringBuilder_t * L_152; L_152 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_151, ((int32_t)38), /*hidden argument*/NULL); StringBuilder_t * L_153 = __this->get_stringBuilder_60(); String_t* L_154 = V_11; NullCheck(L_153); StringBuilder_t * L_155; L_155 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_153, L_154, /*hidden argument*/NULL); StringBuilder_t * L_156 = __this->get_stringBuilder_60(); NullCheck(L_156); StringBuilder_t * L_157; L_157 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_156, ((int32_t)59), /*hidden argument*/NULL); StringBuilder_t * L_158 = __this->get_stringBuilder_60(); NullCheck(L_158); int32_t L_159; L_159 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_158, /*hidden argument*/NULL); V_3 = L_159; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_160 = __this->get_address_of_ps_5(); int32_t L_161; L_161 = ParsingState_get_LineNo_m9C32240CFE61AE19697B7C9EFA5DE9B44D3C9610_inline((ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF *)L_160, /*hidden argument*/NULL); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_162 = __this->get_address_of_ps_5(); int32_t L_163; L_163 = ParsingState_get_LinePos_mB937EA68EFFA791C24EDC7C1DFFE45732EBFFD5C((ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF *)L_162, /*hidden argument*/NULL); LineInfo_Set_mAA6F06BA4463E64A24070063EE26BF665EC28B99((LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE *)(&V_4), L_161, L_163, /*hidden argument*/NULL); __this->set_fullAttrCleanup_17((bool)1); goto IL_040c; } IL_03f5: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_164 = __this->get_address_of_ps_5(); int32_t* L_165 = L_164->get_address_of_charPos_1(); int32_t* L_166 = L_165; int32_t L_167 = *((int32_t*)L_166); *((int32_t*)L_166) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_167, (int32_t)1)); String_t* L_168; L_168 = XmlTextReaderImpl_ParseEntityName_mD1E202DA683C5250CD34C7D34C698752E1F00BDD(__this, /*hidden argument*/NULL); } IL_040c: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_169 = __this->get_address_of_ps_5(); int32_t L_170 = L_169->get_charPos_1(); V_0 = L_170; goto IL_04e7; } IL_041d: { int32_t L_171 = __this->get_parsingMode_64(); if (L_171) { goto IL_04cd; } } { int32_t L_172 = V_7; int32_t L_173 = V_2; if ((!(((uint32_t)L_172) == ((uint32_t)L_173)))) { goto IL_04cd; } } { StringBuilder_t * L_174 = __this->get_stringBuilder_60(); NullCheck(L_174); int32_t L_175; L_175 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_174, /*hidden argument*/NULL); int32_t L_176 = V_3; V_14 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_175, (int32_t)L_176)); int32_t L_177 = V_14; if ((((int32_t)L_177) <= ((int32_t)0))) { goto IL_0484; } } { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_178 = (NodeData_tD504C5A621E7DD546954D87282438662327280EA *)il2cpp_codegen_object_new(NodeData_tD504C5A621E7DD546954D87282438662327280EA_il2cpp_TypeInfo_var); NodeData__ctor_m98A61DC61B90E41B17BC4B4ECC19E93DEE2C49D1(L_178, /*hidden argument*/NULL); V_16 = L_178; NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_179 = V_16; LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE L_180 = V_4; NullCheck(L_179); L_179->set_lineInfo_10(L_180); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_181 = V_16; NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_182 = ___attr2; NullCheck(L_182); int32_t L_183 = L_182->get_depth_13(); NullCheck(L_181); L_181->set_depth_13(((int32_t)il2cpp_codegen_add((int32_t)L_183, (int32_t)1))); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_184 = V_16; StringBuilder_t * L_185 = __this->get_stringBuilder_60(); int32_t L_186 = V_3; int32_t L_187 = V_14; NullCheck(L_185); String_t* L_188; L_188 = StringBuilder_ToString_mF3154CCF8250170547C4EC74C4A8DBCA00F34453(L_185, L_186, L_187, /*hidden argument*/NULL); NullCheck(L_184); NodeData_SetValueNode_m5D0E6BD089647F4DC22608DB2B63F0CE58522F3E(L_184, 3, L_188, /*hidden argument*/NULL); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_189 = ___attr2; NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_190 = V_16; XmlTextReaderImpl_AddAttributeChunkToList_m0406473883E073B2C15EE93AE8E43DD9E49771DD(__this, L_189, L_190, (NodeData_tD504C5A621E7DD546954D87282438662327280EA **)(&V_5), /*hidden argument*/NULL); } IL_0484: { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_191 = (NodeData_tD504C5A621E7DD546954D87282438662327280EA *)il2cpp_codegen_object_new(NodeData_tD504C5A621E7DD546954D87282438662327280EA_il2cpp_TypeInfo_var); NodeData__ctor_m98A61DC61B90E41B17BC4B4ECC19E93DEE2C49D1(L_191, /*hidden argument*/NULL); V_15 = L_191; NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_192 = V_15; LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE L_193 = V_8; NullCheck(L_192); L_192->set_lineInfo_10(L_193); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_194 = V_15; NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_195 = ___attr2; NullCheck(L_195); int32_t L_196 = L_195->get_depth_13(); NullCheck(L_194); L_194->set_depth_13(((int32_t)il2cpp_codegen_add((int32_t)L_196, (int32_t)1))); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_197 = V_15; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_198 = __this->get_address_of_ps_5(); RuntimeObject* L_199 = L_198->get_entity_17(); NullCheck(L_199); String_t* L_200; L_200 = InterfaceFuncInvoker0< String_t* >::Invoke(0 /* System.String System.Xml.IDtdEntityInfo::get_Name() */, IDtdEntityInfo_t6CD9881A9EC86BF67CCFD10F64F69D18316D6AFC_il2cpp_TypeInfo_var, L_199); NullCheck(L_197); NodeData_SetNamedNode_m9FFF683DB8640C8F6F5A053A5C120742C777415A(L_197, 5, L_200, /*hidden argument*/NULL); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_201 = ___attr2; NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_202 = V_15; XmlTextReaderImpl_AddAttributeChunkToList_m0406473883E073B2C15EE93AE8E43DD9E49771DD(__this, L_201, L_202, (NodeData_tD504C5A621E7DD546954D87282438662327280EA **)(&V_5), /*hidden argument*/NULL); __this->set_fullAttrCleanup_17((bool)1); } IL_04cd: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_203 = __this->get_address_of_ps_5(); int32_t L_204 = L_203->get_charPos_1(); V_0 = L_204; goto IL_04e7; } IL_04db: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_205 = __this->get_address_of_ps_5(); int32_t L_206 = L_205->get_charPos_1(); V_0 = L_206; } IL_04e7: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_207 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_208 = L_207->get_chars_0(); V_1 = L_208; goto IL_0042; } IL_04f8: { int32_t L_209 = V_0; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_210 = __this->get_address_of_ps_5(); int32_t L_211 = L_210->get_charsUsed_2(); if ((((int32_t)L_209) == ((int32_t)L_211))) { goto IL_054a; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_212 = V_1; int32_t L_213 = V_0; NullCheck(L_212); int32_t L_214 = L_213; uint16_t L_215 = (uint16_t)(L_212)->GetAt(static_cast(L_214)); bool L_216; L_216 = XmlCharType_IsHighSurrogate_m05FA9C7BBB540AD6890CCDCC286E6699F7351301(L_215, /*hidden argument*/NULL); if (!L_216) { goto IL_0537; } } { int32_t L_217 = V_0; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_218 = __this->get_address_of_ps_5(); int32_t L_219 = L_218->get_charsUsed_2(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_217, (int32_t)1))) == ((int32_t)L_219))) { goto IL_054a; } } { int32_t L_220 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_220, (int32_t)1)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_221 = V_1; int32_t L_222 = V_0; NullCheck(L_221); int32_t L_223 = L_222; uint16_t L_224 = (uint16_t)(L_221)->GetAt(static_cast(L_223)); bool L_225; L_225 = XmlCharType_IsLowSurrogate_m7939EE6AE78DBE960B04D2A8E957E913C2EFC6DC(L_224, /*hidden argument*/NULL); if (!L_225) { goto IL_0537; } } { int32_t L_226 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_226, (int32_t)1)); goto IL_0042; } IL_0537: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_227 = V_1; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_228 = __this->get_address_of_ps_5(); int32_t L_229 = L_228->get_charsUsed_2(); int32_t L_230 = V_0; XmlTextReaderImpl_ThrowInvalidChar_mDAFCD0B1E2B9F8AB3D99FF8A334B5D5C98EF3DFC(__this, L_227, L_229, L_230, /*hidden argument*/NULL); } IL_054a: { int32_t L_231; L_231 = XmlTextReaderImpl_ReadData_m30A9B855279BE3BBC531BB50D5DCE4B903AF0512(__this, /*hidden argument*/NULL); if (L_231) { goto IL_0622; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_232 = __this->get_address_of_ps_5(); int32_t L_233 = L_232->get_charsUsed_2(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_234 = __this->get_address_of_ps_5(); int32_t L_235 = L_234->get_charPos_1(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_233, (int32_t)L_235))) <= ((int32_t)0))) { goto IL_059d; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_236 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_237 = L_236->get_chars_0(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_238 = __this->get_address_of_ps_5(); int32_t L_239 = L_238->get_charPos_1(); NullCheck(L_237); int32_t L_240 = L_239; uint16_t L_241 = (uint16_t)(L_237)->GetAt(static_cast(L_240)); if ((((int32_t)L_241) == ((int32_t)((int32_t)13)))) { goto IL_0622; } } { XmlTextReaderImpl_Throw_mCD8CB19976D7CF68CE3A26E4D4771C0A44DA51E7(__this, _stringLiteral13FB70ADE9D0DE3E48F4543466E8766DDC3A72B8, /*hidden argument*/NULL); goto IL_0622; } IL_059d: { bool L_242; L_242 = XmlTextReaderImpl_get_InEntity_m2200E4E247659D27FE2205EB89C0DDA672F13EAF(__this, /*hidden argument*/NULL); if (L_242) { goto IL_05d7; } } { int32_t L_243 = __this->get_fragmentType_45(); if ((!(((uint32_t)L_243) == ((uint32_t)2)))) { goto IL_05cc; } } { int32_t L_244 = V_2; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_245 = __this->get_address_of_ps_5(); int32_t L_246 = L_245->get_entityId_18(); if ((((int32_t)L_244) == ((int32_t)L_246))) { goto IL_063f; } } { XmlTextReaderImpl_Throw_mCD8CB19976D7CF68CE3A26E4D4771C0A44DA51E7(__this, _stringLiteral27EFD03821B8E8379AA7D14DB641482FB950DF7B, /*hidden argument*/NULL); goto IL_063f; } IL_05cc: { XmlTextReaderImpl_Throw_mCD8CB19976D7CF68CE3A26E4D4771C0A44DA51E7(__this, _stringLiteral8DF28038BAE3947FE2A10B2562359E7D3A2BF989, /*hidden argument*/NULL); } IL_05d7: { bool L_247; L_247 = XmlTextReaderImpl_HandleEntityEnd_mE0EE13CC4A99B12B40B21FE160BB3B8BBE9735E4(__this, (bool)1, /*hidden argument*/NULL); if (!L_247) { goto IL_05eb; } } { XmlTextReaderImpl_Throw_mCD8CB19976D7CF68CE3A26E4D4771C0A44DA51E7(__this, _stringLiteralB080109AD5D6C864D18C1BFD1A3B9116504CCC72, /*hidden argument*/NULL); } IL_05eb: { int32_t L_248 = V_2; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_249 = __this->get_address_of_ps_5(); int32_t L_250 = L_249->get_entityId_18(); if ((!(((uint32_t)L_248) == ((uint32_t)L_250)))) { goto IL_0622; } } { StringBuilder_t * L_251 = __this->get_stringBuilder_60(); NullCheck(L_251); int32_t L_252; L_252 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_251, /*hidden argument*/NULL); V_3 = L_252; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_253 = __this->get_address_of_ps_5(); int32_t L_254; L_254 = ParsingState_get_LineNo_m9C32240CFE61AE19697B7C9EFA5DE9B44D3C9610_inline((ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF *)L_253, /*hidden argument*/NULL); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_255 = __this->get_address_of_ps_5(); int32_t L_256; L_256 = ParsingState_get_LinePos_mB937EA68EFFA791C24EDC7C1DFFE45732EBFFD5C((ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF *)L_255, /*hidden argument*/NULL); LineInfo_Set_mAA6F06BA4463E64A24070063EE26BF665EC28B99((LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE *)(&V_4), L_254, L_256, /*hidden argument*/NULL); } IL_0622: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_257 = __this->get_address_of_ps_5(); int32_t L_258 = L_257->get_charPos_1(); V_0 = L_258; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_259 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_260 = L_259->get_chars_0(); V_1 = L_260; goto IL_0042; } IL_063f: { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_261 = ___attr2; NullCheck(L_261); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_262 = L_261->get_nextAttrValueChunk_17(); if (!L_262) { goto IL_069b; } } { StringBuilder_t * L_263 = __this->get_stringBuilder_60(); NullCheck(L_263); int32_t L_264; L_264 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_263, /*hidden argument*/NULL); int32_t L_265 = V_3; V_17 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_264, (int32_t)L_265)); int32_t L_266 = V_17; if ((((int32_t)L_266) <= ((int32_t)0))) { goto IL_069b; } } { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_267 = (NodeData_tD504C5A621E7DD546954D87282438662327280EA *)il2cpp_codegen_object_new(NodeData_tD504C5A621E7DD546954D87282438662327280EA_il2cpp_TypeInfo_var); NodeData__ctor_m98A61DC61B90E41B17BC4B4ECC19E93DEE2C49D1(L_267, /*hidden argument*/NULL); V_18 = L_267; NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_268 = V_18; LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE L_269 = V_4; NullCheck(L_268); L_268->set_lineInfo_10(L_269); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_270 = V_18; NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_271 = ___attr2; NullCheck(L_271); int32_t L_272 = L_271->get_depth_13(); NullCheck(L_270); L_270->set_depth_13(((int32_t)il2cpp_codegen_add((int32_t)L_272, (int32_t)1))); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_273 = V_18; StringBuilder_t * L_274 = __this->get_stringBuilder_60(); int32_t L_275 = V_3; int32_t L_276 = V_17; NullCheck(L_274); String_t* L_277; L_277 = StringBuilder_ToString_mF3154CCF8250170547C4EC74C4A8DBCA00F34453(L_274, L_275, L_276, /*hidden argument*/NULL); NullCheck(L_273); NodeData_SetValueNode_m5D0E6BD089647F4DC22608DB2B63F0CE58522F3E(L_273, 3, L_277, /*hidden argument*/NULL); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_278 = ___attr2; NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_279 = V_18; XmlTextReaderImpl_AddAttributeChunkToList_m0406473883E073B2C15EE93AE8E43DD9E49771DD(__this, L_278, L_279, (NodeData_tD504C5A621E7DD546954D87282438662327280EA **)(&V_5), /*hidden argument*/NULL); } IL_069b: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_280 = __this->get_address_of_ps_5(); int32_t L_281 = V_0; L_280->set_charPos_1(((int32_t)il2cpp_codegen_add((int32_t)L_281, (int32_t)1))); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_282 = ___attr2; StringBuilder_t * L_283 = __this->get_stringBuilder_60(); NullCheck(L_283); String_t* L_284; L_284 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_283); NullCheck(L_282); NodeData_SetValue_m813BE9ED3C10352169BBA67B7A251A13E6F95FBE(L_282, L_284, /*hidden argument*/NULL); StringBuilder_t * L_285 = __this->get_stringBuilder_60(); NullCheck(L_285); StringBuilder_set_Length_m7C1756193B05DCA5A23C5DC98EE90A9FC685A27A(L_285, 0, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextReaderImpl::AddAttributeChunkToList(System.Xml.XmlTextReaderImpl/NodeData,System.Xml.XmlTextReaderImpl/NodeData,System.Xml.XmlTextReaderImpl/NodeData&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_AddAttributeChunkToList_m0406473883E073B2C15EE93AE8E43DD9E49771DD (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, NodeData_tD504C5A621E7DD546954D87282438662327280EA * ___attr0, NodeData_tD504C5A621E7DD546954D87282438662327280EA * ___chunk1, NodeData_tD504C5A621E7DD546954D87282438662327280EA ** ___lastChunk2, const RuntimeMethod* method) { { NodeData_tD504C5A621E7DD546954D87282438662327280EA ** L_0 = ___lastChunk2; NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_1 = *((NodeData_tD504C5A621E7DD546954D87282438662327280EA **)L_0); if (L_1) { goto IL_000f; } } { NodeData_tD504C5A621E7DD546954D87282438662327280EA ** L_2 = ___lastChunk2; NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_3 = ___chunk1; *((RuntimeObject **)L_2) = (RuntimeObject *)L_3; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_2, (void*)(RuntimeObject *)L_3); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_4 = ___attr0; NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_5 = ___chunk1; NullCheck(L_4); L_4->set_nextAttrValueChunk_17(L_5); return; } IL_000f: { NodeData_tD504C5A621E7DD546954D87282438662327280EA ** L_6 = ___lastChunk2; NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_7 = *((NodeData_tD504C5A621E7DD546954D87282438662327280EA **)L_6); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_8 = ___chunk1; NullCheck(L_7); L_7->set_nextAttrValueChunk_17(L_8); NodeData_tD504C5A621E7DD546954D87282438662327280EA ** L_9 = ___lastChunk2; NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_10 = ___chunk1; *((RuntimeObject **)L_9) = (RuntimeObject *)L_10; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_9, (void*)(RuntimeObject *)L_10); return; } } // System.Boolean System.Xml.XmlTextReaderImpl::ParseText() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ParseText_mAC8B5C8390C867C5BA5C0712FAECDB7D652E47BF (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; bool V_5 = false; int32_t V_6 = 0; int32_t G_B28_0 = 0; { V_2 = 0; int32_t L_0 = __this->get_parsingMode_64(); if (!L_0) { goto IL_001d; } } IL_000a: { bool L_1; L_1 = XmlTextReaderImpl_ParseText_m4E5BFDF4CAC2E25AB51AB727E14D28395C2C5C91(__this, (int32_t*)(&V_0), (int32_t*)(&V_1), (int32_t*)(&V_2), /*hidden argument*/NULL); if (!L_1) { goto IL_000a; } } { goto IL_0242; } IL_001d: { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_2 = __this->get_curNode_10(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_3 = __this->get_address_of_ps_5(); int32_t L_4; L_4 = ParsingState_get_LineNo_m9C32240CFE61AE19697B7C9EFA5DE9B44D3C9610_inline((ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF *)L_3, /*hidden argument*/NULL); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_5 = __this->get_address_of_ps_5(); int32_t L_6; L_6 = ParsingState_get_LinePos_mB937EA68EFFA791C24EDC7C1DFFE45732EBFFD5C((ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF *)L_5, /*hidden argument*/NULL); NullCheck(L_2); NodeData_SetLineInfo_mE0EAA0129B2C2DAB2C92AF78FBB2D5DA90A581E4(L_2, L_4, L_6, /*hidden argument*/NULL); bool L_7; L_7 = XmlTextReaderImpl_ParseText_m4E5BFDF4CAC2E25AB51AB727E14D28395C2C5C91(__this, (int32_t*)(&V_0), (int32_t*)(&V_1), (int32_t*)(&V_2), /*hidden argument*/NULL); if (!L_7) { goto IL_007f; } } { int32_t L_8 = V_1; int32_t L_9 = V_0; if (!((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9))) { goto IL_0242; } } { int32_t L_10 = V_2; int32_t L_11; L_11 = XmlTextReaderImpl_GetTextNodeType_mD70BD062FBDAC38489C604BB5EFBC535F82611BB(__this, L_10, /*hidden argument*/NULL); V_3 = L_11; int32_t L_12 = V_3; if (!L_12) { goto IL_0242; } } { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_13 = __this->get_curNode_10(); int32_t L_14 = V_3; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_15 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_16 = L_15->get_chars_0(); int32_t L_17 = V_0; int32_t L_18 = V_1; int32_t L_19 = V_0; NullCheck(L_13); NodeData_SetValueNode_mFEF92AABBC3BC1D99196E955C969E344CA8E233B(L_13, L_14, L_16, L_17, ((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)L_19)), /*hidden argument*/NULL); return (bool)1; } IL_007f: { bool L_20 = __this->get_v1Compat_36(); if (!L_20) { goto IL_011e; } } IL_008a: { int32_t L_21 = V_1; int32_t L_22 = V_0; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)L_22))) <= ((int32_t)0))) { goto IL_00ab; } } { StringBuilder_t * L_23 = __this->get_stringBuilder_60(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_24 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_25 = L_24->get_chars_0(); int32_t L_26 = V_0; int32_t L_27 = V_1; int32_t L_28 = V_0; NullCheck(L_23); StringBuilder_t * L_29; L_29 = StringBuilder_Append_m4B771D7BFE8A65C9A504EC5847A699EB678B02DB(L_23, L_25, L_26, ((int32_t)il2cpp_codegen_subtract((int32_t)L_27, (int32_t)L_28)), /*hidden argument*/NULL); } IL_00ab: { bool L_30; L_30 = XmlTextReaderImpl_ParseText_m4E5BFDF4CAC2E25AB51AB727E14D28395C2C5C91(__this, (int32_t*)(&V_0), (int32_t*)(&V_1), (int32_t*)(&V_2), /*hidden argument*/NULL); if (!L_30) { goto IL_008a; } } { int32_t L_31 = V_1; int32_t L_32 = V_0; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_31, (int32_t)L_32))) <= ((int32_t)0))) { goto IL_00da; } } { StringBuilder_t * L_33 = __this->get_stringBuilder_60(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_34 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_35 = L_34->get_chars_0(); int32_t L_36 = V_0; int32_t L_37 = V_1; int32_t L_38 = V_0; NullCheck(L_33); StringBuilder_t * L_39; L_39 = StringBuilder_Append_m4B771D7BFE8A65C9A504EC5847A699EB678B02DB(L_33, L_35, L_36, ((int32_t)il2cpp_codegen_subtract((int32_t)L_37, (int32_t)L_38)), /*hidden argument*/NULL); } IL_00da: { int32_t L_40 = V_2; int32_t L_41; L_41 = XmlTextReaderImpl_GetTextNodeType_mD70BD062FBDAC38489C604BB5EFBC535F82611BB(__this, L_40, /*hidden argument*/NULL); V_4 = L_41; int32_t L_42 = V_4; if (L_42) { goto IL_00f8; } } { StringBuilder_t * L_43 = __this->get_stringBuilder_60(); NullCheck(L_43); StringBuilder_set_Length_m7C1756193B05DCA5A23C5DC98EE90A9FC685A27A(L_43, 0, /*hidden argument*/NULL); goto IL_0242; } IL_00f8: { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_44 = __this->get_curNode_10(); int32_t L_45 = V_4; StringBuilder_t * L_46 = __this->get_stringBuilder_60(); NullCheck(L_46); String_t* L_47; L_47 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_46); NullCheck(L_44); NodeData_SetValueNode_m5D0E6BD089647F4DC22608DB2B63F0CE58522F3E(L_44, L_45, L_47, /*hidden argument*/NULL); StringBuilder_t * L_48 = __this->get_stringBuilder_60(); NullCheck(L_48); StringBuilder_set_Length_m7C1756193B05DCA5A23C5DC98EE90A9FC685A27A(L_48, 0, /*hidden argument*/NULL); return (bool)1; } IL_011e: { V_5 = (bool)0; int32_t L_49 = V_2; if ((((int32_t)L_49) <= ((int32_t)((int32_t)32)))) { goto IL_0157; } } { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_50 = __this->get_curNode_10(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_51 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_52 = L_51->get_chars_0(); int32_t L_53 = V_0; int32_t L_54 = V_1; int32_t L_55 = V_0; NullCheck(L_50); NodeData_SetValueNode_mFEF92AABBC3BC1D99196E955C969E344CA8E233B(L_50, 3, L_52, L_53, ((int32_t)il2cpp_codegen_subtract((int32_t)L_54, (int32_t)L_55)), /*hidden argument*/NULL); int32_t L_56 = __this->get_parsingFunction_6(); __this->set_nextParsingFunction_7(L_56); __this->set_parsingFunction_6(((int32_t)21)); return (bool)1; } IL_0157: { int32_t L_57 = V_1; int32_t L_58 = V_0; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_57, (int32_t)L_58))) <= ((int32_t)0))) { goto IL_0178; } } { StringBuilder_t * L_59 = __this->get_stringBuilder_60(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_60 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_61 = L_60->get_chars_0(); int32_t L_62 = V_0; int32_t L_63 = V_1; int32_t L_64 = V_0; NullCheck(L_59); StringBuilder_t * L_65; L_65 = StringBuilder_Append_m4B771D7BFE8A65C9A504EC5847A699EB678B02DB(L_59, L_61, L_62, ((int32_t)il2cpp_codegen_subtract((int32_t)L_63, (int32_t)L_64)), /*hidden argument*/NULL); } IL_0178: { bool L_66; L_66 = XmlTextReaderImpl_ParseText_m4E5BFDF4CAC2E25AB51AB727E14D28395C2C5C91(__this, (int32_t*)(&V_0), (int32_t*)(&V_1), (int32_t*)(&V_2), /*hidden argument*/NULL); V_5 = L_66; int32_t L_67 = V_1; int32_t L_68 = V_0; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_67, (int32_t)L_68))) <= ((int32_t)0))) { goto IL_01a7; } } { StringBuilder_t * L_69 = __this->get_stringBuilder_60(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_70 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_71 = L_70->get_chars_0(); int32_t L_72 = V_0; int32_t L_73 = V_1; int32_t L_74 = V_0; NullCheck(L_69); StringBuilder_t * L_75; L_75 = StringBuilder_Append_m4B771D7BFE8A65C9A504EC5847A699EB678B02DB(L_69, L_71, L_72, ((int32_t)il2cpp_codegen_subtract((int32_t)L_73, (int32_t)L_74)), /*hidden argument*/NULL); } IL_01a7: { bool L_76 = V_5; if (L_76) { goto IL_01c2; } } { int32_t L_77 = V_2; if ((((int32_t)L_77) > ((int32_t)((int32_t)32)))) { goto IL_01c2; } } { StringBuilder_t * L_78 = __this->get_stringBuilder_60(); NullCheck(L_78); int32_t L_79; L_79 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_78, /*hidden argument*/NULL); if ((((int32_t)L_79) < ((int32_t)((int32_t)4096)))) { goto IL_0178; } } IL_01c2: { StringBuilder_t * L_80 = __this->get_stringBuilder_60(); NullCheck(L_80); int32_t L_81; L_81 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_80, /*hidden argument*/NULL); if ((((int32_t)L_81) < ((int32_t)((int32_t)4096)))) { goto IL_01d7; } } { G_B28_0 = 3; goto IL_01de; } IL_01d7: { int32_t L_82 = V_2; int32_t L_83; L_83 = XmlTextReaderImpl_GetTextNodeType_mD70BD062FBDAC38489C604BB5EFBC535F82611BB(__this, L_82, /*hidden argument*/NULL); G_B28_0 = ((int32_t)(L_83)); } IL_01de: { V_6 = G_B28_0; int32_t L_84 = V_6; if (L_84) { goto IL_0204; } } { StringBuilder_t * L_85 = __this->get_stringBuilder_60(); NullCheck(L_85); StringBuilder_set_Length_m7C1756193B05DCA5A23C5DC98EE90A9FC685A27A(L_85, 0, /*hidden argument*/NULL); bool L_86 = V_5; if (L_86) { goto IL_0242; } } IL_01f4: { bool L_87; L_87 = XmlTextReaderImpl_ParseText_m4E5BFDF4CAC2E25AB51AB727E14D28395C2C5C91(__this, (int32_t*)(&V_0), (int32_t*)(&V_1), (int32_t*)(&V_2), /*hidden argument*/NULL); if (!L_87) { goto IL_01f4; } } { goto IL_0242; } IL_0204: { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_88 = __this->get_curNode_10(); int32_t L_89 = V_6; StringBuilder_t * L_90 = __this->get_stringBuilder_60(); NullCheck(L_90); String_t* L_91; L_91 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_90); NullCheck(L_88); NodeData_SetValueNode_m5D0E6BD089647F4DC22608DB2B63F0CE58522F3E(L_88, L_89, L_91, /*hidden argument*/NULL); StringBuilder_t * L_92 = __this->get_stringBuilder_60(); NullCheck(L_92); StringBuilder_set_Length_m7C1756193B05DCA5A23C5DC98EE90A9FC685A27A(L_92, 0, /*hidden argument*/NULL); bool L_93 = V_5; if (L_93) { goto IL_0240; } } { int32_t L_94 = __this->get_parsingFunction_6(); __this->set_nextParsingFunction_7(L_94); __this->set_parsingFunction_6(((int32_t)21)); } IL_0240: { return (bool)1; } IL_0242: { int32_t L_95 = __this->get_parsingFunction_6(); if ((!(((uint32_t)L_95) == ((uint32_t)((int32_t)16))))) { goto IL_0260; } } { XmlTextReaderImpl_SetupEndEntityNodeInContent_m42EFF8EE6338E10A345035E91904EAEC00325570(__this, /*hidden argument*/NULL); int32_t L_96 = __this->get_nextParsingFunction_7(); __this->set_parsingFunction_6(L_96); return (bool)1; } IL_0260: { int32_t L_97 = __this->get_parsingFunction_6(); if ((!(((uint32_t)L_97) == ((uint32_t)((int32_t)13))))) { goto IL_027e; } } { int32_t L_98 = __this->get_nextNextParsingFunction_8(); __this->set_parsingFunction_6(L_98); XmlTextReaderImpl_ParseEntityReference_m46B6CB058317FB1097EF04FDA06B1188B09293EC(__this, /*hidden argument*/NULL); return (bool)1; } IL_027e: { return (bool)0; } } // System.Boolean System.Xml.XmlTextReaderImpl::ParseText(System.Int32&,System.Int32&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ParseText_m4E5BFDF4CAC2E25AB51AB727E14D28395C2C5C91 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, int32_t* ___startPos0, int32_t* ___endPos1, int32_t* ___outOrChars2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral13FB70ADE9D0DE3E48F4543466E8766DDC3A72B8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC592433F40777E06F184EC2C93B0E9661B2FC834); s_Il2CppMethodInitialized = true; } CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; Il2CppChar V_5 = 0x0; int32_t V_6 = 0; int32_t V_7 = 0; int32_t V_8 = 0; int32_t V_9 = 0; Il2CppChar V_10 = 0x0; int32_t V_11 = 0; int32_t V_12 = 0; { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_0 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_1 = L_0->get_chars_0(); V_0 = L_1; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_2 = __this->get_address_of_ps_5(); int32_t L_3 = L_2->get_charPos_1(); V_1 = L_3; V_2 = 0; V_3 = (-1); int32_t* L_4 = ___outOrChars2; int32_t L_5 = *((int32_t*)L_4); V_4 = L_5; goto IL_002d; } IL_0022: { int32_t L_6 = V_4; Il2CppChar L_7 = V_5; V_4 = ((int32_t)((int32_t)L_6|(int32_t)L_7)); int32_t L_8 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_002d: { XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * L_9 = __this->get_address_of_xmlCharType_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = L_9->get_charProperties_2(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_11 = V_0; int32_t L_12 = V_1; NullCheck(L_11); int32_t L_13 = L_12; uint16_t L_14 = (uint16_t)(L_11)->GetAt(static_cast(L_13)); uint16_t L_15 = L_14; V_5 = L_15; NullCheck(L_10); uint16_t L_16 = L_15; uint8_t L_17 = (L_10)->GetAt(static_cast(L_16)); if (((int32_t)((int32_t)L_17&(int32_t)((int32_t)64)))) { goto IL_0022; } } { Il2CppChar L_18 = V_5; if ((!(((uint32_t)L_18) <= ((uint32_t)((int32_t)38))))) { goto IL_0076; } } { Il2CppChar L_19 = V_5; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)((int32_t)9)))) { case 0: { goto IL_008d; } case 1: { goto IL_0093; } case 2: { goto IL_02b4; } case 3: { goto IL_02b4; } case 4: { goto IL_00a0; } } } { Il2CppChar L_20 = V_5; if ((((int32_t)L_20) == ((int32_t)((int32_t)38)))) { goto IL_0148; } } { goto IL_02b4; } IL_0076: { Il2CppChar L_21 = V_5; if ((((int32_t)L_21) == ((int32_t)((int32_t)60)))) { goto IL_042f; } } { Il2CppChar L_22 = V_5; if ((((int32_t)L_22) == ((int32_t)((int32_t)93)))) { goto IL_0266; } } { goto IL_02b4; } IL_008d: { int32_t L_23 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); goto IL_002d; } IL_0093: { int32_t L_24 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)); int32_t L_25 = V_1; XmlTextReaderImpl_OnNewLine_mADCA9134B0A3E9B84DEDDBD677993F99B3CB6419(__this, L_25, /*hidden argument*/NULL); goto IL_002d; } IL_00a0: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_26 = V_0; int32_t L_27 = V_1; NullCheck(L_26); int32_t L_28 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); uint16_t L_29 = (uint16_t)(L_26)->GetAt(static_cast(L_28)); if ((!(((uint32_t)L_29) == ((uint32_t)((int32_t)10))))) { goto IL_0106; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_30 = __this->get_address_of_ps_5(); bool L_31 = L_30->get_eolNormalized_19(); if (L_31) { goto IL_0100; } } { int32_t L_32 = __this->get_parsingMode_64(); if (L_32) { goto IL_0100; } } { int32_t L_33 = V_1; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_34 = __this->get_address_of_ps_5(); int32_t L_35 = L_34->get_charPos_1(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_33, (int32_t)L_35))) <= ((int32_t)0))) { goto IL_00f0; } } { int32_t L_36 = V_2; if (L_36) { goto IL_00d7; } } { V_2 = 1; int32_t L_37 = V_1; V_3 = L_37; goto IL_0100; } IL_00d7: { int32_t L_38 = V_3; int32_t L_39 = V_2; int32_t L_40 = V_3; int32_t L_41 = V_1; int32_t L_42 = V_3; int32_t L_43 = V_2; XmlTextReaderImpl_ShiftBuffer_m0B1C42421488596351B193D366F2E6A8271CA6A4(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)L_39)), L_40, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_41, (int32_t)L_42)), (int32_t)L_43)), /*hidden argument*/NULL); int32_t L_44 = V_1; int32_t L_45 = V_2; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_44, (int32_t)L_45)); int32_t L_46 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)1)); goto IL_0100; } IL_00f0: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_47 = __this->get_address_of_ps_5(); int32_t* L_48 = L_47->get_address_of_charPos_1(); int32_t* L_49 = L_48; int32_t L_50 = *((int32_t*)L_49); *((int32_t*)L_49) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)1)); } IL_0100: { int32_t L_51 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_51, (int32_t)2)); goto IL_013c; } IL_0106: { int32_t L_52 = V_1; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_53 = __this->get_address_of_ps_5(); int32_t L_54 = L_53->get_charsUsed_2(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)1))) < ((int32_t)L_54))) { goto IL_0126; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_55 = __this->get_address_of_ps_5(); bool L_56 = L_55->get_isEof_15(); if (!L_56) { goto IL_0366; } } IL_0126: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_57 = __this->get_address_of_ps_5(); bool L_58 = L_57->get_eolNormalized_19(); if (L_58) { goto IL_0138; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_59 = V_0; int32_t L_60 = V_1; NullCheck(L_59); (L_59)->SetAt(static_cast(L_60), (Il2CppChar)((int32_t)10)); } IL_0138: { int32_t L_61 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_61, (int32_t)1)); } IL_013c: { int32_t L_62 = V_1; XmlTextReaderImpl_OnNewLine_mADCA9134B0A3E9B84DEDDBD677993F99B3CB6419(__this, L_62, /*hidden argument*/NULL); goto IL_002d; } IL_0148: { int32_t L_63 = V_1; int32_t L_64; L_64 = XmlTextReaderImpl_ParseCharRefInline_m91737955DB23F848F8D2A33A82B0A5F14623989A(__this, L_63, (int32_t*)(&V_7), (int32_t*)(&V_8), /*hidden argument*/NULL); int32_t L_65 = L_64; V_6 = L_65; if ((((int32_t)L_65) <= ((int32_t)0))) { goto IL_01b2; } } { int32_t L_66 = V_2; if ((((int32_t)L_66) <= ((int32_t)0))) { goto IL_016c; } } { int32_t L_67 = V_3; int32_t L_68 = V_2; int32_t L_69 = V_3; int32_t L_70 = V_1; int32_t L_71 = V_3; int32_t L_72 = V_2; XmlTextReaderImpl_ShiftBuffer_m0B1C42421488596351B193D366F2E6A8271CA6A4(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_67, (int32_t)L_68)), L_69, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_70, (int32_t)L_71)), (int32_t)L_72)), /*hidden argument*/NULL); } IL_016c: { int32_t L_73 = V_1; int32_t L_74 = V_2; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_73, (int32_t)L_74)); int32_t L_75 = V_2; int32_t L_76 = V_6; int32_t L_77 = V_1; int32_t L_78 = V_7; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_75, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_76, (int32_t)L_77)), (int32_t)L_78)))); int32_t L_79 = V_6; V_1 = L_79; XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * L_80 = __this->get_address_of_xmlCharType_4(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_81 = V_0; int32_t L_82 = V_6; int32_t L_83 = V_7; NullCheck(L_81); int32_t L_84 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_82, (int32_t)L_83)); uint16_t L_85 = (uint16_t)(L_81)->GetAt(static_cast(L_84)); bool L_86; L_86 = XmlCharType_IsWhiteSpace_m4EE0C544C3C666A6BBAAE63BDD5CFB221655DDA0((XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA *)L_80, L_85, /*hidden argument*/NULL); if (!L_86) { goto IL_01a3; } } { bool L_87 = __this->get_v1Compat_36(); if (!L_87) { goto IL_002d; } } { int32_t L_88 = V_8; if (L_88) { goto IL_002d; } } IL_01a3: { int32_t L_89 = V_4; V_4 = ((int32_t)((int32_t)L_89|(int32_t)((int32_t)255))); goto IL_002d; } IL_01b2: { int32_t L_90 = V_1; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_91 = __this->get_address_of_ps_5(); int32_t L_92 = L_91->get_charPos_1(); if ((((int32_t)L_90) > ((int32_t)L_92))) { goto IL_042f; } } { int32_t L_93; L_93 = XmlTextReaderImpl_HandleEntityReference_m57BDDC7B181D8F9A9E463C5369997014754B6018(__this, (bool)0, 0, (int32_t*)(&V_1), /*hidden argument*/NULL); V_9 = L_93; int32_t L_94 = V_9; switch (L_94) { case 0: { goto IL_020d; } case 1: { goto IL_0221; } case 2: { goto IL_0221; } case 3: { goto IL_0249; } case 4: { goto IL_0249; } case 5: { goto IL_0249; } case 6: { goto IL_01f4; } } } { goto IL_0249; } IL_01f4: { int32_t L_95 = __this->get_parsingFunction_6(); __this->set_nextParsingFunction_7(L_95); __this->set_parsingFunction_6(((int32_t)13)); goto IL_0423; } IL_020d: { bool L_96 = __this->get_v1Compat_36(); if (!L_96) { goto IL_0221; } } { int32_t L_97 = V_4; V_4 = ((int32_t)((int32_t)L_97|(int32_t)((int32_t)255))); goto IL_0255; } IL_0221: { XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * L_98 = __this->get_address_of_xmlCharType_4(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_99 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_100 = L_99->get_chars_0(); int32_t L_101 = V_1; NullCheck(L_100); int32_t L_102 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_101, (int32_t)1)); uint16_t L_103 = (uint16_t)(L_100)->GetAt(static_cast(L_102)); bool L_104; L_104 = XmlCharType_IsWhiteSpace_m4EE0C544C3C666A6BBAAE63BDD5CFB221655DDA0((XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA *)L_98, L_103, /*hidden argument*/NULL); if (L_104) { goto IL_0255; } } { int32_t L_105 = V_4; V_4 = ((int32_t)((int32_t)L_105|(int32_t)((int32_t)255))); goto IL_0255; } IL_0249: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_106 = __this->get_address_of_ps_5(); int32_t L_107 = L_106->get_charPos_1(); V_1 = L_107; } IL_0255: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_108 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_109 = L_108->get_chars_0(); V_0 = L_109; goto IL_002d; } IL_0266: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_110 = __this->get_address_of_ps_5(); int32_t L_111 = L_110->get_charsUsed_2(); int32_t L_112 = V_1; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_111, (int32_t)L_112))) >= ((int32_t)3))) { goto IL_0286; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_113 = __this->get_address_of_ps_5(); bool L_114 = L_113->get_isEof_15(); if (!L_114) { goto IL_0366; } } IL_0286: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_115 = V_0; int32_t L_116 = V_1; NullCheck(L_115); int32_t L_117 = ((int32_t)il2cpp_codegen_add((int32_t)L_116, (int32_t)1)); uint16_t L_118 = (uint16_t)(L_115)->GetAt(static_cast(L_117)); if ((!(((uint32_t)L_118) == ((uint32_t)((int32_t)93))))) { goto IL_02a4; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_119 = V_0; int32_t L_120 = V_1; NullCheck(L_119); int32_t L_121 = ((int32_t)il2cpp_codegen_add((int32_t)L_120, (int32_t)2)); uint16_t L_122 = (uint16_t)(L_119)->GetAt(static_cast(L_121)); if ((!(((uint32_t)L_122) == ((uint32_t)((int32_t)62))))) { goto IL_02a4; } } { int32_t L_123 = V_1; XmlTextReaderImpl_Throw_m64FD15D7750F11BCA718303F4A7544BB79620CC6(__this, L_123, _stringLiteralC592433F40777E06F184EC2C93B0E9661B2FC834, /*hidden argument*/NULL); } IL_02a4: { int32_t L_124 = V_4; V_4 = ((int32_t)((int32_t)L_124|(int32_t)((int32_t)93))); int32_t L_125 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_125, (int32_t)1)); goto IL_002d; } IL_02b4: { int32_t L_126 = V_1; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_127 = __this->get_address_of_ps_5(); int32_t L_128 = L_127->get_charsUsed_2(); if ((((int32_t)L_126) == ((int32_t)L_128))) { goto IL_0366; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_129 = V_0; int32_t L_130 = V_1; NullCheck(L_129); int32_t L_131 = L_130; uint16_t L_132 = (uint16_t)(L_129)->GetAt(static_cast(L_131)); V_10 = L_132; Il2CppChar L_133 = V_10; bool L_134; L_134 = XmlCharType_IsHighSurrogate_m05FA9C7BBB540AD6890CCDCC286E6699F7351301(L_133, /*hidden argument*/NULL); if (!L_134) { goto IL_0304; } } { int32_t L_135 = V_1; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_136 = __this->get_address_of_ps_5(); int32_t L_137 = L_136->get_charsUsed_2(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_135, (int32_t)1))) == ((int32_t)L_137))) { goto IL_0366; } } { int32_t L_138 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_138, (int32_t)1)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_139 = V_0; int32_t L_140 = V_1; NullCheck(L_139); int32_t L_141 = L_140; uint16_t L_142 = (uint16_t)(L_139)->GetAt(static_cast(L_141)); bool L_143; L_143 = XmlCharType_IsLowSurrogate_m7939EE6AE78DBE960B04D2A8E957E913C2EFC6DC(L_142, /*hidden argument*/NULL); if (!L_143) { goto IL_0304; } } { int32_t L_144 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_144, (int32_t)1)); int32_t L_145 = V_4; Il2CppChar L_146 = V_10; V_4 = ((int32_t)((int32_t)L_145|(int32_t)L_146)); goto IL_002d; } IL_0304: { int32_t L_147 = V_1; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_148 = __this->get_address_of_ps_5(); int32_t L_149 = L_148->get_charPos_1(); V_11 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_147, (int32_t)L_149)); int32_t L_150 = V_1; bool L_151; L_151 = XmlTextReaderImpl_ZeroEndingStream_m890706ECC16A661126353744B499C8D778F850B0(__this, L_150, /*hidden argument*/NULL); if (!L_151) { goto IL_033c; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_152 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_153 = L_152->get_chars_0(); V_0 = L_153; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_154 = __this->get_address_of_ps_5(); int32_t L_155 = L_154->get_charPos_1(); int32_t L_156 = V_11; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_155, (int32_t)L_156)); goto IL_042f; } IL_033c: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_157 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_158 = L_157->get_chars_0(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_159 = __this->get_address_of_ps_5(); int32_t L_160 = L_159->get_charsUsed_2(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_161 = __this->get_address_of_ps_5(); int32_t L_162 = L_161->get_charPos_1(); int32_t L_163 = V_11; XmlTextReaderImpl_ThrowInvalidChar_mDAFCD0B1E2B9F8AB3D99FF8A334B5D5C98EF3DFC(__this, L_158, L_160, ((int32_t)il2cpp_codegen_add((int32_t)L_162, (int32_t)L_163)), /*hidden argument*/NULL); } IL_0366: { int32_t L_164 = V_1; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_165 = __this->get_address_of_ps_5(); int32_t L_166 = L_165->get_charPos_1(); if ((((int32_t)L_164) > ((int32_t)L_166))) { goto IL_042f; } } { int32_t L_167; L_167 = XmlTextReaderImpl_ReadData_m30A9B855279BE3BBC531BB50D5DCE4B903AF0512(__this, /*hidden argument*/NULL); if (L_167) { goto IL_0406; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_168 = __this->get_address_of_ps_5(); int32_t L_169 = L_168->get_charsUsed_2(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_170 = __this->get_address_of_ps_5(); int32_t L_171 = L_170->get_charPos_1(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_169, (int32_t)L_171))) <= ((int32_t)0))) { goto IL_03df; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_172 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_173 = L_172->get_chars_0(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_174 = __this->get_address_of_ps_5(); int32_t L_175 = L_174->get_charPos_1(); NullCheck(L_173); int32_t L_176 = L_175; uint16_t L_177 = (uint16_t)(L_173)->GetAt(static_cast(L_176)); if ((((int32_t)L_177) == ((int32_t)((int32_t)13)))) { goto IL_0406; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_178 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_179 = L_178->get_chars_0(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_180 = __this->get_address_of_ps_5(); int32_t L_181 = L_180->get_charPos_1(); NullCheck(L_179); int32_t L_182 = L_181; uint16_t L_183 = (uint16_t)(L_179)->GetAt(static_cast(L_182)); if ((((int32_t)L_183) == ((int32_t)((int32_t)93)))) { goto IL_0406; } } { XmlTextReaderImpl_Throw_mCD8CB19976D7CF68CE3A26E4D4771C0A44DA51E7(__this, _stringLiteral13FB70ADE9D0DE3E48F4543466E8766DDC3A72B8, /*hidden argument*/NULL); goto IL_0406; } IL_03df: { bool L_184; L_184 = XmlTextReaderImpl_get_InEntity_m2200E4E247659D27FE2205EB89C0DDA672F13EAF(__this, /*hidden argument*/NULL); if (!L_184) { goto IL_0423; } } { bool L_185; L_185 = XmlTextReaderImpl_HandleEntityEnd_mE0EE13CC4A99B12B40B21FE160BB3B8BBE9735E4(__this, (bool)1, /*hidden argument*/NULL); if (!L_185) { goto IL_0406; } } { int32_t L_186 = __this->get_parsingFunction_6(); __this->set_nextParsingFunction_7(L_186); __this->set_parsingFunction_6(((int32_t)16)); goto IL_0423; } IL_0406: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_187 = __this->get_address_of_ps_5(); int32_t L_188 = L_187->get_charPos_1(); V_1 = L_188; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_189 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_190 = L_189->get_chars_0(); V_0 = L_190; goto IL_002d; } IL_0423: { int32_t* L_191 = ___startPos0; int32_t* L_192 = ___endPos1; int32_t L_193 = V_1; int32_t L_194 = L_193; V_12 = L_194; *((int32_t*)L_192) = (int32_t)L_194; int32_t L_195 = V_12; *((int32_t*)L_191) = (int32_t)L_195; return (bool)1; } IL_042f: { int32_t L_196 = __this->get_parsingMode_64(); if (L_196) { goto IL_044a; } } { int32_t L_197 = V_2; if ((((int32_t)L_197) <= ((int32_t)0))) { goto IL_044a; } } { int32_t L_198 = V_3; int32_t L_199 = V_2; int32_t L_200 = V_3; int32_t L_201 = V_1; int32_t L_202 = V_3; int32_t L_203 = V_2; XmlTextReaderImpl_ShiftBuffer_m0B1C42421488596351B193D366F2E6A8271CA6A4(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_198, (int32_t)L_199)), L_200, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_201, (int32_t)L_202)), (int32_t)L_203)), /*hidden argument*/NULL); } IL_044a: { int32_t* L_204 = ___startPos0; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_205 = __this->get_address_of_ps_5(); int32_t L_206 = L_205->get_charPos_1(); *((int32_t*)L_204) = (int32_t)L_206; int32_t* L_207 = ___endPos1; int32_t L_208 = V_1; int32_t L_209 = V_2; *((int32_t*)L_207) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_208, (int32_t)L_209)); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_210 = __this->get_address_of_ps_5(); int32_t L_211 = V_1; L_210->set_charPos_1(L_211); int32_t* L_212 = ___outOrChars2; int32_t L_213 = V_4; *((int32_t*)L_212) = (int32_t)L_213; Il2CppChar L_214 = V_5; return (bool)((((int32_t)L_214) == ((int32_t)((int32_t)60)))? 1 : 0); } } // System.Void System.Xml.XmlTextReaderImpl::FinishPartialValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_FinishPartialValue_mFE1B627085AA211F70A07F3A6D1B97E4A68B5EDB (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_0 = __this->get_curNode_10(); int32_t L_1 = __this->get_readValueOffset_69(); StringBuilder_t * L_2 = __this->get_stringBuilder_60(); NullCheck(L_0); NodeData_CopyTo_mB825A2E0DFF0CD37A592DE70E3E4A040AE896EA9(L_0, L_1, L_2, /*hidden argument*/NULL); V_2 = 0; goto IL_0036; } IL_001b: { StringBuilder_t * L_3 = __this->get_stringBuilder_60(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_4 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_5 = L_4->get_chars_0(); int32_t L_6 = V_0; int32_t L_7 = V_1; int32_t L_8 = V_0; NullCheck(L_3); StringBuilder_t * L_9; L_9 = StringBuilder_Append_m4B771D7BFE8A65C9A504EC5847A699EB678B02DB(L_3, L_5, L_6, ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)L_8)), /*hidden argument*/NULL); } IL_0036: { bool L_10; L_10 = XmlTextReaderImpl_ParseText_m4E5BFDF4CAC2E25AB51AB727E14D28395C2C5C91(__this, (int32_t*)(&V_0), (int32_t*)(&V_1), (int32_t*)(&V_2), /*hidden argument*/NULL); if (!L_10) { goto IL_001b; } } { StringBuilder_t * L_11 = __this->get_stringBuilder_60(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_12 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_13 = L_12->get_chars_0(); int32_t L_14 = V_0; int32_t L_15 = V_1; int32_t L_16 = V_0; NullCheck(L_11); StringBuilder_t * L_17; L_17 = StringBuilder_Append_m4B771D7BFE8A65C9A504EC5847A699EB678B02DB(L_11, L_13, L_14, ((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)L_16)), /*hidden argument*/NULL); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_18 = __this->get_curNode_10(); StringBuilder_t * L_19 = __this->get_stringBuilder_60(); NullCheck(L_19); String_t* L_20; L_20 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_19); NullCheck(L_18); NodeData_SetValue_m813BE9ED3C10352169BBA67B7A251A13E6F95FBE(L_18, L_20, /*hidden argument*/NULL); StringBuilder_t * L_21 = __this->get_stringBuilder_60(); NullCheck(L_21); StringBuilder_set_Length_m7C1756193B05DCA5A23C5DC98EE90A9FC685A27A(L_21, 0, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextReaderImpl::FinishOtherValueIterator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_FinishOtherValueIterator_mB1FA37B11B29DC48E3E36270A035D160B47FDA1E (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = __this->get_parsingFunction_6(); V_0 = L_0; int32_t L_1 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)((int32_t)22)))) { case 0: { goto IL_00dd; } case 1: { goto IL_0021; } case 2: { goto IL_006f; } case 3: { goto IL_006f; } } } { return; } IL_0021: { int32_t L_2 = __this->get_incReadState_49(); if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)11))))) { goto IL_003a; } } { XmlTextReaderImpl_FinishPartialValue_mFE1B627085AA211F70A07F3A6D1B97E4A68B5EDB(__this, /*hidden argument*/NULL); __this->set_incReadState_49(((int32_t)10)); return; } IL_003a: { int32_t L_3 = __this->get_readValueOffset_69(); if ((((int32_t)L_3) <= ((int32_t)0))) { goto IL_00dd; } } { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_4 = __this->get_curNode_10(); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_5 = __this->get_curNode_10(); NullCheck(L_5); String_t* L_6; L_6 = NodeData_get_StringValue_m32820CD659C0A0D408D80BA40338AEDC3196BD58(L_5, /*hidden argument*/NULL); int32_t L_7 = __this->get_readValueOffset_69(); NullCheck(L_6); String_t* L_8; L_8 = String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190(L_6, L_7, /*hidden argument*/NULL); NullCheck(L_4); NodeData_SetValue_m813BE9ED3C10352169BBA67B7A251A13E6F95FBE(L_4, L_8, /*hidden argument*/NULL); __this->set_readValueOffset_69(0); return; } IL_006f: { int32_t L_9 = __this->get_incReadState_49(); V_1 = L_9; int32_t L_10 = V_1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)((int32_t)12)))) { case 0: { goto IL_009b; } case 1: { goto IL_008c; } case 2: { goto IL_00cd; } } } { return; } IL_008c: { XmlTextReaderImpl_FinishPartialValue_mFE1B627085AA211F70A07F3A6D1B97E4A68B5EDB(__this, /*hidden argument*/NULL); __this->set_incReadState_49(((int32_t)12)); return; } IL_009b: { int32_t L_11 = __this->get_readValueOffset_69(); if ((((int32_t)L_11) <= ((int32_t)0))) { goto IL_00dd; } } { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_12 = __this->get_curNode_10(); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_13 = __this->get_curNode_10(); NullCheck(L_13); String_t* L_14; L_14 = NodeData_get_StringValue_m32820CD659C0A0D408D80BA40338AEDC3196BD58(L_13, /*hidden argument*/NULL); int32_t L_15 = __this->get_readValueOffset_69(); NullCheck(L_14); String_t* L_16; L_16 = String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190(L_14, L_15, /*hidden argument*/NULL); NullCheck(L_12); NodeData_SetValue_m813BE9ED3C10352169BBA67B7A251A13E6F95FBE(L_12, L_16, /*hidden argument*/NULL); __this->set_readValueOffset_69(0); return; } IL_00cd: { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_17 = __this->get_curNode_10(); String_t* L_18 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); NullCheck(L_17); NodeData_SetValue_m813BE9ED3C10352169BBA67B7A251A13E6F95FBE(L_17, L_18, /*hidden argument*/NULL); } IL_00dd: { return; } } // System.Void System.Xml.XmlTextReaderImpl::SkipPartialTextValue() IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void XmlTextReaderImpl_SkipPartialTextValue_m52F82439DE419967EF44E7F8CC0E349F2F448960 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { V_2 = 0; int32_t L_0 = __this->get_nextParsingFunction_7(); __this->set_parsingFunction_6(L_0); } IL_000e: { bool L_1; L_1 = XmlTextReaderImpl_ParseText_m4E5BFDF4CAC2E25AB51AB727E14D28395C2C5C91(__this, (int32_t*)(&V_0), (int32_t*)(&V_1), (int32_t*)(&V_2), /*hidden argument*/NULL); if (!L_1) { goto IL_000e; } } { return; } } // System.Void System.Xml.XmlTextReaderImpl::FinishReadValueChunk() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_FinishReadValueChunk_mEC90E666B5068440B2BDA6454FB1259E6A67D3A5 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { { __this->set_readValueOffset_69(0); int32_t L_0 = __this->get_incReadState_49(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)11))))) { goto IL_0018; } } { XmlTextReaderImpl_SkipPartialTextValue_m52F82439DE419967EF44E7F8CC0E349F2F448960(__this, /*hidden argument*/NULL); return; } IL_0018: { int32_t L_1 = __this->get_nextParsingFunction_7(); __this->set_parsingFunction_6(L_1); int32_t L_2 = __this->get_nextNextParsingFunction_8(); __this->set_nextParsingFunction_7(L_2); return; } } // System.Void System.Xml.XmlTextReaderImpl::FinishReadContentAsBinary() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_FinishReadContentAsBinary_m62508DB8451C809D3F0EA63B98483F20CC572634 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { { __this->set_readValueOffset_69(0); int32_t L_0 = __this->get_incReadState_49(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)13))))) { goto IL_0019; } } { XmlTextReaderImpl_SkipPartialTextValue_m52F82439DE419967EF44E7F8CC0E349F2F448960(__this, /*hidden argument*/NULL); goto IL_0031; } IL_0019: { int32_t L_1 = __this->get_nextParsingFunction_7(); __this->set_parsingFunction_6(L_1); int32_t L_2 = __this->get_nextNextParsingFunction_8(); __this->set_nextParsingFunction_7(L_2); } IL_0031: { int32_t L_3 = __this->get_incReadState_49(); if ((((int32_t)L_3) == ((int32_t)((int32_t)14)))) { goto IL_0044; } } IL_003b: { bool L_4; L_4 = XmlTextReaderImpl_MoveToNextContentNode_mAC94AFAA565B14969BCC9F6AC17008C0A871E765(__this, (bool)1, /*hidden argument*/NULL); if (L_4) { goto IL_003b; } } IL_0044: { return; } } // System.Void System.Xml.XmlTextReaderImpl::FinishReadElementContentAsBinary() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_FinishReadElementContentAsBinary_mB7227841C3248024F7E23E1C33DB532B5D4FF00D (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlNodeType_t6202952ADDE08339EF2AAC42CE97C84E99AC5D81_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral50709161A683107F88DF833963D6907320EB2D94); s_Il2CppMethodInitialized = true; } { XmlTextReaderImpl_FinishReadContentAsBinary_m62508DB8451C809D3F0EA63B98483F20CC572634(__this, /*hidden argument*/NULL); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_0 = __this->get_curNode_10(); NullCheck(L_0); int32_t L_1 = L_0->get_type_1(); if ((((int32_t)L_1) == ((int32_t)((int32_t)15)))) { goto IL_0036; } } { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_2 = __this->get_curNode_10(); NullCheck(L_2); int32_t* L_3 = L_2->get_address_of_type_1(); RuntimeObject * L_4 = Box(XmlNodeType_t6202952ADDE08339EF2AAC42CE97C84E99AC5D81_il2cpp_TypeInfo_var, L_3); NullCheck(L_4); String_t* L_5; L_5 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_4); *L_3 = *(int32_t*)UnBox(L_4); XmlTextReaderImpl_Throw_m525EA9C97AE16F955F321A1915C6DBFD08C60213(__this, _stringLiteral50709161A683107F88DF833963D6907320EB2D94, L_5, /*hidden argument*/NULL); } IL_0036: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_6 = __this->get_outerReader_74(); NullCheck(L_6); bool L_7; L_7 = VirtualFuncInvoker0< bool >::Invoke(21 /* System.Boolean System.Xml.XmlReader::Read() */, L_6); return; } } // System.Boolean System.Xml.XmlTextReaderImpl::ParseRootLevelWhitespace() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ParseRootLevelWhitespace_m0F5CFE9773DED74F37EB538393CDF3D5B44876FB (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral887708FAE81F8854FED4472593567E230376CF20); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0; L_0 = XmlTextReaderImpl_GetWhitespaceType_m81A0CE2A552B8B240B237E8CAC0E36137F8FC1B5(__this, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; if (L_1) { goto IL_005e; } } { int32_t L_2; L_2 = XmlTextReaderImpl_EatWhitespaces_mAEEB8942E7FDD3912DDDE7DD642F4E558855316E(__this, (StringBuilder_t *)NULL, /*hidden argument*/NULL); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_3 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_4 = L_3->get_chars_0(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_5 = __this->get_address_of_ps_5(); int32_t L_6 = L_5->get_charPos_1(); NullCheck(L_4); int32_t L_7 = L_6; uint16_t L_8 = (uint16_t)(L_4)->GetAt(static_cast(L_7)); if ((((int32_t)L_8) == ((int32_t)((int32_t)60)))) { goto IL_005c; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_9 = __this->get_address_of_ps_5(); int32_t L_10 = L_9->get_charsUsed_2(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_11 = __this->get_address_of_ps_5(); int32_t L_12 = L_11->get_charPos_1(); if (!((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)L_12))) { goto IL_005c; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_13 = __this->get_address_of_ps_5(); int32_t L_14 = L_13->get_charPos_1(); bool L_15; L_15 = XmlTextReaderImpl_ZeroEndingStream_m890706ECC16A661126353744B499C8D778F850B0(__this, L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_0108; } } IL_005c: { return (bool)0; } IL_005e: { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_16 = __this->get_curNode_10(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_17 = __this->get_address_of_ps_5(); int32_t L_18; L_18 = ParsingState_get_LineNo_m9C32240CFE61AE19697B7C9EFA5DE9B44D3C9610_inline((ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF *)L_17, /*hidden argument*/NULL); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_19 = __this->get_address_of_ps_5(); int32_t L_20; L_20 = ParsingState_get_LinePos_mB937EA68EFFA791C24EDC7C1DFFE45732EBFFD5C((ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF *)L_19, /*hidden argument*/NULL); NullCheck(L_16); NodeData_SetLineInfo_mE0EAA0129B2C2DAB2C92AF78FBB2D5DA90A581E4(L_16, L_18, L_20, /*hidden argument*/NULL); StringBuilder_t * L_21 = __this->get_stringBuilder_60(); int32_t L_22; L_22 = XmlTextReaderImpl_EatWhitespaces_mAEEB8942E7FDD3912DDDE7DD642F4E558855316E(__this, L_21, /*hidden argument*/NULL); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_23 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_24 = L_23->get_chars_0(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_25 = __this->get_address_of_ps_5(); int32_t L_26 = L_25->get_charPos_1(); NullCheck(L_24); int32_t L_27 = L_26; uint16_t L_28 = (uint16_t)(L_24)->GetAt(static_cast(L_27)); if ((((int32_t)L_28) == ((int32_t)((int32_t)60)))) { goto IL_00d3; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_29 = __this->get_address_of_ps_5(); int32_t L_30 = L_29->get_charsUsed_2(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_31 = __this->get_address_of_ps_5(); int32_t L_32 = L_31->get_charPos_1(); if (!((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)L_32))) { goto IL_00d3; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_33 = __this->get_address_of_ps_5(); int32_t L_34 = L_33->get_charPos_1(); bool L_35; L_35 = XmlTextReaderImpl_ZeroEndingStream_m890706ECC16A661126353744B499C8D778F850B0(__this, L_34, /*hidden argument*/NULL); if (!L_35) { goto IL_0108; } } IL_00d3: { StringBuilder_t * L_36 = __this->get_stringBuilder_60(); NullCheck(L_36); int32_t L_37; L_37 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_36, /*hidden argument*/NULL); if ((((int32_t)L_37) <= ((int32_t)0))) { goto IL_0106; } } { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_38 = __this->get_curNode_10(); int32_t L_39 = V_0; StringBuilder_t * L_40 = __this->get_stringBuilder_60(); NullCheck(L_40); String_t* L_41; L_41 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_40); NullCheck(L_38); NodeData_SetValueNode_m5D0E6BD089647F4DC22608DB2B63F0CE58522F3E(L_38, L_39, L_41, /*hidden argument*/NULL); StringBuilder_t * L_42 = __this->get_stringBuilder_60(); NullCheck(L_42); StringBuilder_set_Length_m7C1756193B05DCA5A23C5DC98EE90A9FC685A27A(L_42, 0, /*hidden argument*/NULL); return (bool)1; } IL_0106: { return (bool)0; } IL_0108: { XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * L_43 = __this->get_address_of_xmlCharType_4(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_44 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_45 = L_44->get_chars_0(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_46 = __this->get_address_of_ps_5(); int32_t L_47 = L_46->get_charPos_1(); NullCheck(L_45); int32_t L_48 = L_47; uint16_t L_49 = (uint16_t)(L_45)->GetAt(static_cast(L_48)); bool L_50; L_50 = XmlCharType_IsCharData_m8FA0C15217389BFB0EC8DCD7CBED0A1DE4EF7444((XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA *)L_43, L_49, /*hidden argument*/NULL); if (!L_50) { goto IL_0139; } } { XmlTextReaderImpl_Throw_mCD8CB19976D7CF68CE3A26E4D4771C0A44DA51E7(__this, _stringLiteral887708FAE81F8854FED4472593567E230376CF20, /*hidden argument*/NULL); goto IL_0160; } IL_0139: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_51 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_52 = L_51->get_chars_0(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_53 = __this->get_address_of_ps_5(); int32_t L_54 = L_53->get_charsUsed_2(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_55 = __this->get_address_of_ps_5(); int32_t L_56 = L_55->get_charPos_1(); XmlTextReaderImpl_ThrowInvalidChar_mDAFCD0B1E2B9F8AB3D99FF8A334B5D5C98EF3DFC(__this, L_52, L_54, L_56, /*hidden argument*/NULL); } IL_0160: { return (bool)0; } } // System.Void System.Xml.XmlTextReaderImpl::ParseEntityReference() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ParseEntityReference_m46B6CB058317FB1097EF04FDA06B1188B09293EC (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_0 = __this->get_address_of_ps_5(); int32_t* L_1 = L_0->get_address_of_charPos_1(); int32_t* L_2 = L_1; int32_t L_3 = *((int32_t*)L_2); *((int32_t*)L_2) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_4 = __this->get_curNode_10(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_5 = __this->get_address_of_ps_5(); int32_t L_6; L_6 = ParsingState_get_LineNo_m9C32240CFE61AE19697B7C9EFA5DE9B44D3C9610_inline((ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF *)L_5, /*hidden argument*/NULL); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_7 = __this->get_address_of_ps_5(); int32_t L_8; L_8 = ParsingState_get_LinePos_mB937EA68EFFA791C24EDC7C1DFFE45732EBFFD5C((ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF *)L_7, /*hidden argument*/NULL); NullCheck(L_4); NodeData_SetLineInfo_mE0EAA0129B2C2DAB2C92AF78FBB2D5DA90A581E4(L_4, L_6, L_8, /*hidden argument*/NULL); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_9 = __this->get_curNode_10(); String_t* L_10; L_10 = XmlTextReaderImpl_ParseEntityName_mD1E202DA683C5250CD34C7D34C698752E1F00BDD(__this, /*hidden argument*/NULL); NullCheck(L_9); NodeData_SetNamedNode_m9FFF683DB8640C8F6F5A053A5C120742C777415A(L_9, 5, L_10, /*hidden argument*/NULL); return; } } // System.Xml.XmlTextReaderImpl/EntityType System.Xml.XmlTextReaderImpl::HandleEntityReference(System.Boolean,System.Xml.XmlTextReaderImpl/EntityExpandType,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_HandleEntityReference_m57BDDC7B181D8F9A9E463C5369997014754B6018 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, bool ___isInAttributeValue0, int32_t ___expandType1, int32_t* ___charRefEndPos2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral13FB70ADE9D0DE3E48F4543466E8766DDC3A72B8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral951CCB49640C8F9E81FB4E0D82730321F4E15BB3); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; String_t* V_4 = NULL; int32_t V_5 = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_0 = __this->get_address_of_ps_5(); int32_t L_1 = L_0->get_charPos_1(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_2 = __this->get_address_of_ps_5(); int32_t L_3 = L_2->get_charsUsed_2(); if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1))) == ((uint32_t)L_3)))) { goto IL_002d; } } { int32_t L_4; L_4 = XmlTextReaderImpl_ReadData_m30A9B855279BE3BBC531BB50D5DCE4B903AF0512(__this, /*hidden argument*/NULL); if (L_4) { goto IL_002d; } } { XmlTextReaderImpl_Throw_mCD8CB19976D7CF68CE3A26E4D4771C0A44DA51E7(__this, _stringLiteral13FB70ADE9D0DE3E48F4543466E8766DDC3A72B8, /*hidden argument*/NULL); } IL_002d: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_5 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_6 = L_5->get_chars_0(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_7 = __this->get_address_of_ps_5(); int32_t L_8 = L_7->get_charPos_1(); NullCheck(L_6); int32_t L_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); uint16_t L_10 = (uint16_t)(L_6)->GetAt(static_cast(L_9)); if ((!(((uint32_t)L_10) == ((uint32_t)((int32_t)35))))) { goto IL_005e; } } { int32_t* L_11 = ___charRefEndPos2; int32_t L_12 = ___expandType1; int32_t L_13; L_13 = XmlTextReaderImpl_ParseNumericCharRef_mDB631D7F987D40A2A323E8E3DCCC4E1C0F02F7EB(__this, (bool)((((int32_t)((((int32_t)L_12) == ((int32_t)1))? 1 : 0)) == ((int32_t)0))? 1 : 0), (StringBuilder_t *)NULL, (int32_t*)(&V_0), /*hidden argument*/NULL); *((int32_t*)L_11) = (int32_t)L_13; int32_t L_14 = V_0; return L_14; } IL_005e: { int32_t* L_15 = ___charRefEndPos2; int32_t L_16 = ___expandType1; int32_t L_17; L_17 = XmlTextReaderImpl_ParseNamedCharRef_mFF5E0E49C37CE701DBAA454CCFEBEF5AED093049(__this, (bool)((((int32_t)((((int32_t)L_16) == ((int32_t)1))? 1 : 0)) == ((int32_t)0))? 1 : 0), (StringBuilder_t *)NULL, /*hidden argument*/NULL); *((int32_t*)L_15) = (int32_t)L_17; int32_t* L_18 = ___charRefEndPos2; int32_t L_19 = *((int32_t*)L_18); if ((((int32_t)L_19) < ((int32_t)0))) { goto IL_0075; } } { return (int32_t)(2); } IL_0075: { int32_t L_20 = ___expandType1; if ((((int32_t)L_20) == ((int32_t)2))) { goto IL_008d; } } { int32_t L_21 = __this->get_entityHandling_27(); if ((((int32_t)L_21) == ((int32_t)1))) { goto IL_008f; } } { bool L_22 = ___isInAttributeValue0; if (!L_22) { goto IL_008d; } } { bool L_23 = __this->get_validatingReaderCompatFlag_58(); if (L_23) { goto IL_008f; } } IL_008d: { return (int32_t)(6); } IL_008f: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_24 = __this->get_address_of_ps_5(); int32_t* L_25 = L_24->get_address_of_charPos_1(); int32_t* L_26 = L_25; int32_t L_27 = *((int32_t*)L_26); *((int32_t*)L_26) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_28 = __this->get_address_of_ps_5(); int32_t L_29; L_29 = ParsingState_get_LinePos_mB937EA68EFFA791C24EDC7C1DFFE45732EBFFD5C((ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF *)L_28, /*hidden argument*/NULL); V_2 = L_29; } IL_00ab: try {// begin try (depth: 1) int32_t L_30; L_30 = XmlTextReaderImpl_ParseName_mFB393FA2E4425B418D1EDA0527010B33CF6AD067(__this, /*hidden argument*/NULL); V_1 = L_30; goto IL_00d4; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_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.Xml.XmlException) ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_31 = __this->get_address_of_ps_5(); int32_t L_32; L_32 = ParsingState_get_LineNo_m9C32240CFE61AE19697B7C9EFA5DE9B44D3C9610_inline((ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF *)L_31, /*hidden argument*/NULL); int32_t L_33 = V_2; XmlTextReaderImpl_Throw_m65AA5FCC6819DA0F359B5E46C4BB03D49E814E18(__this, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF270172D9DCB1A35388598EC124CE3AE08AC3E54)), L_32, L_33, /*hidden argument*/NULL); V_5 = 4; IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_016c; }// end catch (depth: 1) IL_00d4: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_34 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_35 = L_34->get_chars_0(); int32_t L_36 = V_1; NullCheck(L_35); int32_t L_37 = L_36; uint16_t L_38 = (uint16_t)(L_35)->GetAt(static_cast(L_37)); if ((((int32_t)L_38) == ((int32_t)((int32_t)59)))) { goto IL_00f1; } } { int32_t L_39 = V_1; XmlTextReaderImpl_ThrowUnexpectedToken_m07E87865F72FE86BBBFA6AEBC641FFB4348D8A7D(__this, L_39, _stringLiteral951CCB49640C8F9E81FB4E0D82730321F4E15BB3, /*hidden argument*/NULL); } IL_00f1: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_40 = __this->get_address_of_ps_5(); int32_t L_41; L_41 = ParsingState_get_LinePos_mB937EA68EFFA791C24EDC7C1DFFE45732EBFFD5C((ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF *)L_40, /*hidden argument*/NULL); V_3 = L_41; XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_42 = __this->get_nameTable_19(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_43 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_44 = L_43->get_chars_0(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_45 = __this->get_address_of_ps_5(); int32_t L_46 = L_45->get_charPos_1(); int32_t L_47 = V_1; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_48 = __this->get_address_of_ps_5(); int32_t L_49 = L_48->get_charPos_1(); NullCheck(L_42); String_t* L_50; L_50 = VirtualFuncInvoker3< String_t*, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*, int32_t, int32_t >::Invoke(5 /* System.String System.Xml.XmlNameTable::Add(System.Char[],System.Int32,System.Int32) */, L_42, L_44, L_46, ((int32_t)il2cpp_codegen_subtract((int32_t)L_47, (int32_t)L_49))); V_4 = L_50; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_51 = __this->get_address_of_ps_5(); int32_t L_52 = V_1; L_51->set_charPos_1(((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)1))); int32_t* L_53 = ___charRefEndPos2; *((int32_t*)L_53) = (int32_t)(-1); String_t* L_54 = V_4; bool L_55 = ___isInAttributeValue0; int32_t L_56 = V_3; int32_t L_57; L_57 = XmlTextReaderImpl_HandleGeneralEntityReference_m1914A0A9D70570606E0B4FC99D310C3EDA0A1066(__this, L_54, L_55, (bool)0, L_56, /*hidden argument*/NULL); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_58 = __this->get_address_of_ps_5(); String_t* L_59 = L_58->get_baseUriStr_13(); __this->set_reportedBaseUri_42(L_59); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_60 = __this->get_address_of_ps_5(); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_61 = L_60->get_encoding_3(); __this->set_reportedEncoding_43(L_61); return L_57; } IL_016c: { int32_t L_62 = V_5; return L_62; } } // System.Xml.XmlTextReaderImpl/EntityType System.Xml.XmlTextReaderImpl::HandleGeneralEntityReference(System.String,System.Boolean,System.Boolean,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_HandleGeneralEntityReference_m1914A0A9D70570606E0B4FC99D310C3EDA0A1066 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, String_t* ___name0, bool ___isInAttributeValue1, bool ___pushFakeEntityIfNullResolver2, int32_t ___entityStartLinePos3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDtdEntityInfo_t6CD9881A9EC86BF67CCFD10F64F69D18316D6AFC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDtdInfo_tE42B4037BF3433A4F16173CE199CFF87E32A07C6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral17372CA6EE06884491DF8D3AEFE02DC203DF0717); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7CA3591A74B899B2FB7AAADBB9C6AA9722CD2C06); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB04A560846A93D4D813C44EFBD0968D2875C5049); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC872A8527B3262EA83113D74202CF9CBCE3B0772); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { V_0 = (RuntimeObject*)NULL; RuntimeObject* L_0 = __this->get_dtdInfo_44(); if (L_0) { goto IL_002e; } } { XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * L_1 = __this->get_fragmentParserContext_46(); if (!L_1) { goto IL_002e; } } { XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * L_2 = __this->get_fragmentParserContext_46(); NullCheck(L_2); bool L_3; L_3 = XmlParserContext_get_HasDtdInfo_m0447D07746CD1353508C4F41CF342CAC07D32748(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_002e; } } { int32_t L_4 = __this->get_dtdProcessing_26(); if ((!(((uint32_t)L_4) == ((uint32_t)2)))) { goto IL_002e; } } { XmlTextReaderImpl_ParseDtdFromParserContext_mE7911E74921E5C976A2B8D64B61AAE9A751D41BC(__this, /*hidden argument*/NULL); } IL_002e: { RuntimeObject* L_5 = __this->get_dtdInfo_44(); if (!L_5) { goto IL_0046; } } { RuntimeObject* L_6 = __this->get_dtdInfo_44(); String_t* L_7 = ___name0; NullCheck(L_6); RuntimeObject* L_8; L_8 = InterfaceFuncInvoker1< RuntimeObject*, String_t* >::Invoke(5 /* System.Xml.IDtdEntityInfo System.Xml.IDtdInfo::LookupEntity(System.String) */, IDtdInfo_tE42B4037BF3433A4F16173CE199CFF87E32A07C6_il2cpp_TypeInfo_var, L_6, L_7); RuntimeObject* L_9 = L_8; V_0 = L_9; if (L_9) { goto IL_0081; } } IL_0046: { bool L_10 = __this->get_disableUndeclaredEntityCheck_73(); if (!L_10) { goto IL_0068; } } { String_t* L_11 = ___name0; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_12 = (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)il2cpp_codegen_object_new(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); XmlQualifiedName__ctor_m73A954A83BC208D5CA3B1F1D328DDF6C29453E79(L_12, L_11, /*hidden argument*/NULL); SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * L_13 = (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E *)il2cpp_codegen_object_new(SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E_il2cpp_TypeInfo_var); SchemaEntity__ctor_m3B9599DA8C72FC6A07423C38B498732E9CC83750(L_13, L_12, (bool)0, /*hidden argument*/NULL); SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * L_14 = L_13; String_t* L_15 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); NullCheck(L_14); SchemaEntity_set_Text_mB2CF52174840CDA901F5F20B909BD8C3A040EF08(L_14, L_15, /*hidden argument*/NULL); V_0 = L_14; goto IL_0081; } IL_0068: { String_t* L_16 = ___name0; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_17 = __this->get_address_of_ps_5(); int32_t L_18; L_18 = ParsingState_get_LineNo_m9C32240CFE61AE19697B7C9EFA5DE9B44D3C9610_inline((ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF *)L_17, /*hidden argument*/NULL); int32_t L_19 = ___entityStartLinePos3; XmlTextReaderImpl_Throw_mCDCD058C95527345FED79ACB6F4D45D39696E14B(__this, _stringLiteral7CA3591A74B899B2FB7AAADBB9C6AA9722CD2C06, L_16, L_18, L_19, /*hidden argument*/NULL); } IL_0081: { RuntimeObject* L_20 = V_0; NullCheck(L_20); bool L_21; L_21 = InterfaceFuncInvoker0< bool >::Invoke(3 /* System.Boolean System.Xml.IDtdEntityInfo::get_IsUnparsedEntity() */, IDtdEntityInfo_t6CD9881A9EC86BF67CCFD10F64F69D18316D6AFC_il2cpp_TypeInfo_var, L_20); if (!L_21) { goto IL_00c4; } } { bool L_22 = __this->get_disableUndeclaredEntityCheck_73(); if (!L_22) { goto IL_00ab; } } { String_t* L_23 = ___name0; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_24 = (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)il2cpp_codegen_object_new(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); XmlQualifiedName__ctor_m73A954A83BC208D5CA3B1F1D328DDF6C29453E79(L_24, L_23, /*hidden argument*/NULL); SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * L_25 = (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E *)il2cpp_codegen_object_new(SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E_il2cpp_TypeInfo_var); SchemaEntity__ctor_m3B9599DA8C72FC6A07423C38B498732E9CC83750(L_25, L_24, (bool)0, /*hidden argument*/NULL); SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * L_26 = L_25; String_t* L_27 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); NullCheck(L_26); SchemaEntity_set_Text_mB2CF52174840CDA901F5F20B909BD8C3A040EF08(L_26, L_27, /*hidden argument*/NULL); V_0 = L_26; goto IL_00c4; } IL_00ab: { String_t* L_28 = ___name0; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_29 = __this->get_address_of_ps_5(); int32_t L_30; L_30 = ParsingState_get_LineNo_m9C32240CFE61AE19697B7C9EFA5DE9B44D3C9610_inline((ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF *)L_29, /*hidden argument*/NULL); int32_t L_31 = ___entityStartLinePos3; XmlTextReaderImpl_Throw_mCDCD058C95527345FED79ACB6F4D45D39696E14B(__this, _stringLiteral17372CA6EE06884491DF8D3AEFE02DC203DF0717, L_28, L_30, L_31, /*hidden argument*/NULL); } IL_00c4: { bool L_32 = __this->get_standalone_62(); if (!L_32) { goto IL_00f2; } } { RuntimeObject* L_33 = V_0; NullCheck(L_33); bool L_34; L_34 = InterfaceFuncInvoker0< bool >::Invoke(2 /* System.Boolean System.Xml.IDtdEntityInfo::get_IsDeclaredInExternal() */, IDtdEntityInfo_t6CD9881A9EC86BF67CCFD10F64F69D18316D6AFC_il2cpp_TypeInfo_var, L_33); if (!L_34) { goto IL_00f2; } } { RuntimeObject* L_35 = V_0; NullCheck(L_35); String_t* L_36; L_36 = InterfaceFuncInvoker0< String_t* >::Invoke(0 /* System.String System.Xml.IDtdEntityInfo::get_Name() */, IDtdEntityInfo_t6CD9881A9EC86BF67CCFD10F64F69D18316D6AFC_il2cpp_TypeInfo_var, L_35); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_37 = __this->get_address_of_ps_5(); int32_t L_38; L_38 = ParsingState_get_LineNo_m9C32240CFE61AE19697B7C9EFA5DE9B44D3C9610_inline((ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF *)L_37, /*hidden argument*/NULL); int32_t L_39 = ___entityStartLinePos3; XmlTextReaderImpl_Throw_mCDCD058C95527345FED79ACB6F4D45D39696E14B(__this, _stringLiteralC872A8527B3262EA83113D74202CF9CBCE3B0772, L_36, L_38, L_39, /*hidden argument*/NULL); } IL_00f2: { RuntimeObject* L_40 = V_0; NullCheck(L_40); bool L_41; L_41 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Xml.IDtdEntityInfo::get_IsExternal() */, IDtdEntityInfo_t6CD9881A9EC86BF67CCFD10F64F69D18316D6AFC_il2cpp_TypeInfo_var, L_40); if (!L_41) { goto IL_0180; } } { bool L_42 = ___isInAttributeValue1; if (!L_42) { goto IL_011b; } } { String_t* L_43 = ___name0; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_44 = __this->get_address_of_ps_5(); int32_t L_45; L_45 = ParsingState_get_LineNo_m9C32240CFE61AE19697B7C9EFA5DE9B44D3C9610_inline((ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF *)L_44, /*hidden argument*/NULL); int32_t L_46 = ___entityStartLinePos3; XmlTextReaderImpl_Throw_mCDCD058C95527345FED79ACB6F4D45D39696E14B(__this, _stringLiteralB04A560846A93D4D813C44EFBD0968D2875C5049, L_43, L_45, L_46, /*hidden argument*/NULL); return (int32_t)(4); } IL_011b: { int32_t L_47 = __this->get_parsingMode_64(); if ((!(((uint32_t)L_47) == ((uint32_t)2)))) { goto IL_0126; } } { return (int32_t)(4); } IL_0126: { bool L_48; L_48 = XmlTextReaderImpl_get_IsResolverNull_mF73FE6D29FEF81ECA2B8FD7C41965857636F00A3(__this, /*hidden argument*/NULL); if (!L_48) { goto IL_0153; } } { bool L_49 = ___pushFakeEntityIfNullResolver2; if (!L_49) { goto IL_0151; } } { RuntimeObject* L_50 = V_0; bool L_51; L_51 = XmlTextReaderImpl_PushExternalEntity_m64299750CA6429E13235CE6E8FD73A0A5C4F7443(__this, L_50, /*hidden argument*/NULL); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_52 = __this->get_curNode_10(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_53 = __this->get_address_of_ps_5(); int32_t L_54 = L_53->get_entityId_18(); NullCheck(L_52); L_52->set_entityId_15(L_54); return (int32_t)(5); } IL_0151: { return (int32_t)(4); } IL_0153: { RuntimeObject* L_55 = V_0; bool L_56; L_56 = XmlTextReaderImpl_PushExternalEntity_m64299750CA6429E13235CE6E8FD73A0A5C4F7443(__this, L_55, /*hidden argument*/NULL); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_57 = __this->get_curNode_10(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_58 = __this->get_address_of_ps_5(); int32_t L_59 = L_58->get_entityId_18(); NullCheck(L_57); L_57->set_entityId_15(L_59); bool L_60 = ___isInAttributeValue1; if (!L_60) { goto IL_017c; } } { bool L_61 = __this->get_validatingReaderCompatFlag_58(); if (L_61) { goto IL_017e; } } IL_017c: { return (int32_t)(3); } IL_017e: { return (int32_t)(7); } IL_0180: { int32_t L_62 = __this->get_parsingMode_64(); if ((!(((uint32_t)L_62) == ((uint32_t)2)))) { goto IL_018b; } } { return (int32_t)(4); } IL_018b: { RuntimeObject* L_63 = V_0; XmlTextReaderImpl_PushInternalEntity_mD509F37A8F345CE01844E679436095BA2B89D443(__this, L_63, /*hidden argument*/NULL); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_64 = __this->get_curNode_10(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_65 = __this->get_address_of_ps_5(); int32_t L_66 = L_65->get_entityId_18(); NullCheck(L_64); L_64->set_entityId_15(L_66); bool L_67 = ___isInAttributeValue1; if (!L_67) { goto IL_01b3; } } { bool L_68 = __this->get_validatingReaderCompatFlag_58(); if (L_68) { goto IL_01b5; } } IL_01b3: { return (int32_t)(3); } IL_01b5: { return (int32_t)(7); } } // System.Boolean System.Xml.XmlTextReaderImpl::get_InEntity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_get_InEntity_m2200E4E247659D27FE2205EB89C0DDA672F13EAF (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_parsingStatesStackTop_41(); return (bool)((((int32_t)((((int32_t)L_0) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Boolean System.Xml.XmlTextReaderImpl::HandleEntityEnd(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_HandleEntityEnd_mE0EE13CC4A99B12B40B21FE160BB3B8BBE9735E4 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, bool ___checkEntityNesting0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB080109AD5D6C864D18C1BFD1A3B9116504CCC72); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE17D434C0318F5D8C5525CEDDC1852394290CA23); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_parsingStatesStackTop_41(); if ((!(((uint32_t)L_0) == ((uint32_t)(-1))))) { goto IL_0014; } } { XmlTextReaderImpl_Throw_mCD8CB19976D7CF68CE3A26E4D4771C0A44DA51E7(__this, _stringLiteralB080109AD5D6C864D18C1BFD1A3B9116504CCC72, /*hidden argument*/NULL); } IL_0014: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_1 = __this->get_address_of_ps_5(); bool L_2 = L_1->get_entityResolvedManually_20(); if (!L_2) { goto IL_0075; } } { int32_t L_3 = __this->get_index_11(); __this->set_index_11(((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1))); bool L_4 = ___checkEntityNesting0; if (!L_4) { goto IL_005c; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_5 = __this->get_address_of_ps_5(); int32_t L_6 = L_5->get_entityId_18(); NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0* L_7 = __this->get_nodes_9(); int32_t L_8 = __this->get_index_11(); NullCheck(L_7); int32_t L_9 = L_8; NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_10 = (L_7)->GetAt(static_cast(L_9)); NullCheck(L_10); int32_t L_11 = L_10->get_entityId_15(); if ((((int32_t)L_6) == ((int32_t)L_11))) { goto IL_005c; } } { XmlTextReaderImpl_Throw_mCD8CB19976D7CF68CE3A26E4D4771C0A44DA51E7(__this, _stringLiteralE17D434C0318F5D8C5525CEDDC1852394290CA23, /*hidden argument*/NULL); } IL_005c: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_12 = __this->get_address_of_ps_5(); RuntimeObject* L_13 = L_12->get_entity_17(); __this->set_lastEntity_66(L_13); XmlTextReaderImpl_PopEntity_mE56C4E8029155041F70CBA60D134978EA2A802D6(__this, /*hidden argument*/NULL); return (bool)1; } IL_0075: { bool L_14 = ___checkEntityNesting0; if (!L_14) { goto IL_00a2; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_15 = __this->get_address_of_ps_5(); int32_t L_16 = L_15->get_entityId_18(); NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0* L_17 = __this->get_nodes_9(); int32_t L_18 = __this->get_index_11(); NullCheck(L_17); int32_t L_19 = L_18; NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_20 = (L_17)->GetAt(static_cast(L_19)); NullCheck(L_20); int32_t L_21 = L_20->get_entityId_15(); if ((((int32_t)L_16) == ((int32_t)L_21))) { goto IL_00a2; } } { XmlTextReaderImpl_Throw_mCD8CB19976D7CF68CE3A26E4D4771C0A44DA51E7(__this, _stringLiteralE17D434C0318F5D8C5525CEDDC1852394290CA23, /*hidden argument*/NULL); } IL_00a2: { XmlTextReaderImpl_PopEntity_mE56C4E8029155041F70CBA60D134978EA2A802D6(__this, /*hidden argument*/NULL); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_22 = __this->get_address_of_ps_5(); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_23 = L_22->get_encoding_3(); __this->set_reportedEncoding_43(L_23); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_24 = __this->get_address_of_ps_5(); String_t* L_25 = L_24->get_baseUriStr_13(); __this->set_reportedBaseUri_42(L_25); return (bool)0; } } // System.Void System.Xml.XmlTextReaderImpl::SetupEndEntityNodeInContent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_SetupEndEntityNodeInContent_m42EFF8EE6338E10A345035E91904EAEC00325570 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDtdEntityInfo_t6CD9881A9EC86BF67CCFD10F64F69D18316D6AFC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_0 = __this->get_address_of_ps_5(); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_1 = L_0->get_encoding_3(); __this->set_reportedEncoding_43(L_1); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_2 = __this->get_address_of_ps_5(); String_t* L_3 = L_2->get_baseUriStr_13(); __this->set_reportedBaseUri_42(L_3); NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0* L_4 = __this->get_nodes_9(); int32_t L_5 = __this->get_index_11(); NullCheck(L_4); int32_t L_6 = L_5; NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_7 = (L_4)->GetAt(static_cast(L_6)); __this->set_curNode_10(L_7); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_8 = __this->get_curNode_10(); RuntimeObject* L_9 = __this->get_lastEntity_66(); NullCheck(L_9); String_t* L_10; L_10 = InterfaceFuncInvoker0< String_t* >::Invoke(0 /* System.String System.Xml.IDtdEntityInfo::get_Name() */, IDtdEntityInfo_t6CD9881A9EC86BF67CCFD10F64F69D18316D6AFC_il2cpp_TypeInfo_var, L_9); NullCheck(L_8); NodeData_SetNamedNode_m9FFF683DB8640C8F6F5A053A5C120742C777415A(L_8, ((int32_t)16), L_10, /*hidden argument*/NULL); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_11 = __this->get_curNode_10(); NullCheck(L_11); LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE * L_12 = L_11->get_address_of_lineInfo_10(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_13 = __this->get_address_of_ps_5(); int32_t L_14 = L_13->get_lineNo_11(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_15 = __this->get_address_of_ps_5(); int32_t L_16; L_16 = ParsingState_get_LinePos_mB937EA68EFFA791C24EDC7C1DFFE45732EBFFD5C((ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF *)L_15, /*hidden argument*/NULL); LineInfo_Set_mAA6F06BA4463E64A24070063EE26BF665EC28B99((LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE *)L_12, L_14, ((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)1)), /*hidden argument*/NULL); int32_t L_17 = __this->get_index_11(); if (L_17) { goto IL_008c; } } { int32_t L_18 = __this->get_parsingFunction_6(); if (L_18) { goto IL_008c; } } { __this->set_parsingFunction_6(5); } IL_008c: { return; } } // System.Void System.Xml.XmlTextReaderImpl::SetupEndEntityNodeInAttribute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_SetupEndEntityNodeInAttribute_m29D9AEA9951EB4C1ECC2E52D9B70D17475BA7F46 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { { NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0* L_0 = __this->get_nodes_9(); int32_t L_1 = __this->get_index_11(); int32_t L_2 = __this->get_attrCount_13(); NullCheck(L_0); int32_t L_3 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_2)), (int32_t)1)); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_4 = (L_0)->GetAt(static_cast(L_3)); __this->set_curNode_10(L_4); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_5 = __this->get_curNode_10(); NullCheck(L_5); LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE * L_6 = L_5->get_address_of_lineInfo_10(); int32_t* L_7 = L_6->get_address_of_linePos_1(); int32_t* L_8 = L_7; int32_t L_9 = *((int32_t*)L_8); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_10 = __this->get_curNode_10(); NullCheck(L_10); String_t* L_11 = L_10->get_localName_2(); NullCheck(L_11); int32_t L_12; L_12 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_11, /*hidden argument*/NULL); *((int32_t*)L_8) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)L_12)); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_13 = __this->get_curNode_10(); NullCheck(L_13); L_13->set_type_1(((int32_t)16)); return; } } // System.Boolean System.Xml.XmlTextReaderImpl::ParsePI() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ParsePI_mB2EF9DFB13D5EEDB988DC912CA9657D073668CF5 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { { bool L_0; L_0 = XmlTextReaderImpl_ParsePI_mA9861C29D187A4A05E1E751C9F5EB3D7D116673E(__this, (StringBuilder_t *)NULL, /*hidden argument*/NULL); return L_0; } } // System.Boolean System.Xml.XmlTextReaderImpl::ParsePI(System.Text.StringBuilder) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ParsePI_mA9861C29D187A4A05E1E751C9F5EB3D7D116673E (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, StringBuilder_t * ___piInDtdStringBuilder0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral180A67848B5A57936F7A288C7C73E3F33BFFCDF4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1E4C0425B0E62AF487F3C7EDEFADC20B938C9A03); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB66EDA098CD2E33A3EA4EAA0192B7D288FB4BE05); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBECFA9FA31EDDEEE54C61C3D0DD81CBF07EA7158); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* V_1 = NULL; Il2CppChar V_2 = 0x0; int32_t V_3 = 0; int32_t V_4 = 0; StringBuilder_t * V_5 = NULL; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * G_B5_0 = NULL; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * G_B4_0 = NULL; String_t* G_B6_0 = NULL; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * G_B6_1 = NULL; { int32_t L_0 = __this->get_parsingMode_64(); if (L_0) { goto IL_0029; } } { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_1 = __this->get_curNode_10(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_2 = __this->get_address_of_ps_5(); int32_t L_3; L_3 = ParsingState_get_LineNo_m9C32240CFE61AE19697B7C9EFA5DE9B44D3C9610_inline((ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF *)L_2, /*hidden argument*/NULL); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_4 = __this->get_address_of_ps_5(); int32_t L_5; L_5 = ParsingState_get_LinePos_mB937EA68EFFA791C24EDC7C1DFFE45732EBFFD5C((ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF *)L_4, /*hidden argument*/NULL); NullCheck(L_1); NodeData_SetLineInfo_mE0EAA0129B2C2DAB2C92AF78FBB2D5DA90A581E4(L_1, L_3, L_5, /*hidden argument*/NULL); } IL_0029: { int32_t L_6; L_6 = XmlTextReaderImpl_ParseName_mFB393FA2E4425B418D1EDA0527010B33CF6AD067(__this, /*hidden argument*/NULL); V_0 = L_6; XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_7 = __this->get_nameTable_19(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_8 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_9 = L_8->get_chars_0(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_10 = __this->get_address_of_ps_5(); int32_t L_11 = L_10->get_charPos_1(); int32_t L_12 = V_0; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_13 = __this->get_address_of_ps_5(); int32_t L_14 = L_13->get_charPos_1(); NullCheck(L_7); String_t* L_15; L_15 = VirtualFuncInvoker3< String_t*, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*, int32_t, int32_t >::Invoke(5 /* System.String System.Xml.XmlNameTable::Add(System.Char[],System.Int32,System.Int32) */, L_7, L_9, L_11, ((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)L_14))); V_1 = L_15; String_t* L_16 = V_1; int32_t L_17; L_17 = String_Compare_mDAE9D10BC450FF38960C691874EBFC3EAF6A39DD(L_16, _stringLiteralBECFA9FA31EDDEEE54C61C3D0DD81CBF07EA7158, 5, /*hidden argument*/NULL); if (L_17) { goto IL_008d; } } { String_t* L_18 = V_1; NullCheck(L_18); bool L_19; L_19 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_18, _stringLiteralBECFA9FA31EDDEEE54C61C3D0DD81CBF07EA7158, /*hidden argument*/NULL); G_B4_0 = __this; if (L_19) { G_B5_0 = __this; goto IL_0082; } } { G_B6_0 = _stringLiteral180A67848B5A57936F7A288C7C73E3F33BFFCDF4; G_B6_1 = G_B4_0; goto IL_0087; } IL_0082: { G_B6_0 = _stringLiteral1E4C0425B0E62AF487F3C7EDEFADC20B938C9A03; G_B6_1 = G_B5_0; } IL_0087: { String_t* L_20 = V_1; NullCheck(G_B6_1); XmlTextReaderImpl_Throw_m525EA9C97AE16F955F321A1915C6DBFD08C60213(G_B6_1, G_B6_0, L_20, /*hidden argument*/NULL); } IL_008d: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_21 = __this->get_address_of_ps_5(); int32_t L_22 = V_0; L_21->set_charPos_1(L_22); StringBuilder_t * L_23 = ___piInDtdStringBuilder0; if (L_23) { goto IL_00bb; } } { bool L_24 = __this->get_ignorePIs_28(); if (L_24) { goto IL_00c3; } } { int32_t L_25 = __this->get_parsingMode_64(); if (L_25) { goto IL_00c3; } } { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_26 = __this->get_curNode_10(); String_t* L_27 = V_1; NullCheck(L_26); NodeData_SetNamedNode_m9FFF683DB8640C8F6F5A053A5C120742C777415A(L_26, 7, L_27, /*hidden argument*/NULL); goto IL_00c3; } IL_00bb: { StringBuilder_t * L_28 = ___piInDtdStringBuilder0; String_t* L_29 = V_1; NullCheck(L_28); StringBuilder_t * L_30; L_30 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_28, L_29, /*hidden argument*/NULL); } IL_00c3: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_31 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_32 = L_31->get_chars_0(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_33 = __this->get_address_of_ps_5(); int32_t L_34 = L_33->get_charPos_1(); NullCheck(L_32); int32_t L_35 = L_34; uint16_t L_36 = (uint16_t)(L_32)->GetAt(static_cast(L_35)); V_2 = L_36; StringBuilder_t * L_37 = ___piInDtdStringBuilder0; int32_t L_38; L_38 = XmlTextReaderImpl_EatWhitespaces_mAEEB8942E7FDD3912DDDE7DD642F4E558855316E(__this, L_37, /*hidden argument*/NULL); if (L_38) { goto IL_0158; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_39 = __this->get_address_of_ps_5(); int32_t L_40 = L_39->get_charsUsed_2(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_41 = __this->get_address_of_ps_5(); int32_t L_42 = L_41->get_charPos_1(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_40, (int32_t)L_42))) >= ((int32_t)2))) { goto IL_0105; } } { int32_t L_43; L_43 = XmlTextReaderImpl_ReadData_m30A9B855279BE3BBC531BB50D5DCE4B903AF0512(__this, /*hidden argument*/NULL); } IL_0105: { Il2CppChar L_44 = V_2; if ((!(((uint32_t)L_44) == ((uint32_t)((int32_t)63))))) { goto IL_0127; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_45 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_46 = L_45->get_chars_0(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_47 = __this->get_address_of_ps_5(); int32_t L_48 = L_47->get_charPos_1(); NullCheck(L_46); int32_t L_49 = ((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)1)); uint16_t L_50 = (uint16_t)(L_46)->GetAt(static_cast(L_49)); if ((((int32_t)L_50) == ((int32_t)((int32_t)62)))) { goto IL_0158; } } IL_0127: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_51 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_52 = L_51->get_chars_0(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_53 = __this->get_address_of_ps_5(); int32_t L_54 = L_53->get_charsUsed_2(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_55 = __this->get_address_of_ps_5(); int32_t L_56 = L_55->get_charPos_1(); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_57; L_57 = XmlException_BuildCharExceptionArgs_mB9E03B298525C03F447F87E19BE6EA56EBB1A7E8(L_52, L_54, L_56, /*hidden argument*/NULL); XmlTextReaderImpl_Throw_mB398B5E249CB4960F1C77E142379CD75C06AD144(__this, _stringLiteralB66EDA098CD2E33A3EA4EAA0192B7D288FB4BE05, L_57, /*hidden argument*/NULL); } IL_0158: { bool L_58; L_58 = XmlTextReaderImpl_ParsePIValue_m15F6E657F08CBFC5B03507D777FC82BD4BB17630(__this, (int32_t*)(&V_3), (int32_t*)(&V_4), /*hidden argument*/NULL); if (!L_58) { goto IL_01b8; } } { StringBuilder_t * L_59 = ___piInDtdStringBuilder0; if (L_59) { goto IL_019c; } } { bool L_60 = __this->get_ignorePIs_28(); if (!L_60) { goto IL_0171; } } { return (bool)0; } IL_0171: { int32_t L_61 = __this->get_parsingMode_64(); if (L_61) { goto IL_0247; } } { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_62 = __this->get_curNode_10(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_63 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_64 = L_63->get_chars_0(); int32_t L_65 = V_3; int32_t L_66 = V_4; int32_t L_67 = V_3; NullCheck(L_62); NodeData_SetValue_mB62C0FF3ED5D43D329073953E461E562EA63DDCA(L_62, L_64, L_65, ((int32_t)il2cpp_codegen_subtract((int32_t)L_66, (int32_t)L_67)), /*hidden argument*/NULL); goto IL_0247; } IL_019c: { StringBuilder_t * L_68 = ___piInDtdStringBuilder0; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_69 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_70 = L_69->get_chars_0(); int32_t L_71 = V_3; int32_t L_72 = V_4; int32_t L_73 = V_3; NullCheck(L_68); StringBuilder_t * L_74; L_74 = StringBuilder_Append_m4B771D7BFE8A65C9A504EC5847A699EB678B02DB(L_68, L_70, L_71, ((int32_t)il2cpp_codegen_subtract((int32_t)L_72, (int32_t)L_73)), /*hidden argument*/NULL); goto IL_0247; } IL_01b8: { StringBuilder_t * L_75 = ___piInDtdStringBuilder0; if (L_75) { goto IL_01e3; } } { bool L_76 = __this->get_ignorePIs_28(); if (L_76) { goto IL_01cb; } } { int32_t L_77 = __this->get_parsingMode_64(); if (!L_77) { goto IL_01d9; } } IL_01cb: { bool L_78; L_78 = XmlTextReaderImpl_ParsePIValue_m15F6E657F08CBFC5B03507D777FC82BD4BB17630(__this, (int32_t*)(&V_3), (int32_t*)(&V_4), /*hidden argument*/NULL); if (!L_78) { goto IL_01cb; } } { return (bool)0; } IL_01d9: { StringBuilder_t * L_79 = __this->get_stringBuilder_60(); V_5 = L_79; goto IL_01e6; } IL_01e3: { StringBuilder_t * L_80 = ___piInDtdStringBuilder0; V_5 = L_80; } IL_01e6: { StringBuilder_t * L_81 = V_5; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_82 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_83 = L_82->get_chars_0(); int32_t L_84 = V_3; int32_t L_85 = V_4; int32_t L_86 = V_3; NullCheck(L_81); StringBuilder_t * L_87; L_87 = StringBuilder_Append_m4B771D7BFE8A65C9A504EC5847A699EB678B02DB(L_81, L_83, L_84, ((int32_t)il2cpp_codegen_subtract((int32_t)L_85, (int32_t)L_86)), /*hidden argument*/NULL); bool L_88; L_88 = XmlTextReaderImpl_ParsePIValue_m15F6E657F08CBFC5B03507D777FC82BD4BB17630(__this, (int32_t*)(&V_3), (int32_t*)(&V_4), /*hidden argument*/NULL); if (!L_88) { goto IL_01e6; } } { StringBuilder_t * L_89 = V_5; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_90 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_91 = L_90->get_chars_0(); int32_t L_92 = V_3; int32_t L_93 = V_4; int32_t L_94 = V_3; NullCheck(L_89); StringBuilder_t * L_95; L_95 = StringBuilder_Append_m4B771D7BFE8A65C9A504EC5847A699EB678B02DB(L_89, L_91, L_92, ((int32_t)il2cpp_codegen_subtract((int32_t)L_93, (int32_t)L_94)), /*hidden argument*/NULL); StringBuilder_t * L_96 = ___piInDtdStringBuilder0; if (L_96) { goto IL_0247; } } { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_97 = __this->get_curNode_10(); StringBuilder_t * L_98 = __this->get_stringBuilder_60(); NullCheck(L_98); String_t* L_99; L_99 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_98); NullCheck(L_97); NodeData_SetValue_m813BE9ED3C10352169BBA67B7A251A13E6F95FBE(L_97, L_99, /*hidden argument*/NULL); StringBuilder_t * L_100 = __this->get_stringBuilder_60(); NullCheck(L_100); StringBuilder_set_Length_m7C1756193B05DCA5A23C5DC98EE90A9FC685A27A(L_100, 0, /*hidden argument*/NULL); } IL_0247: { return (bool)1; } } // System.Boolean System.Xml.XmlTextReaderImpl::ParsePIValue(System.Int32&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ParsePIValue_m15F6E657F08CBFC5B03507D777FC82BD4BB17630 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, int32_t* ___outStartPos0, int32_t* ___outEndPos1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5296173AB8D4E282E989F7B0B7B7C9A3ACF26E18); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC3DB0D079E5BFE18627887A05D78AFD607BC0AAC); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; Il2CppChar V_4 = 0x0; Il2CppChar V_5 = 0x0; { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_0 = __this->get_address_of_ps_5(); int32_t L_1 = L_0->get_charsUsed_2(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_2 = __this->get_address_of_ps_5(); int32_t L_3 = L_2->get_charPos_1(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)L_3))) >= ((int32_t)2))) { goto IL_003d; } } { int32_t L_4; L_4 = XmlTextReaderImpl_ReadData_m30A9B855279BE3BBC531BB50D5DCE4B903AF0512(__this, /*hidden argument*/NULL); if (L_4) { goto IL_003d; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_5 = __this->get_address_of_ps_5(); int32_t L_6 = L_5->get_charsUsed_2(); XmlTextReaderImpl_Throw_m99BA9DF92D5C5A33123969BE9CB234A9348F57D0(__this, L_6, _stringLiteralC3DB0D079E5BFE18627887A05D78AFD607BC0AAC, _stringLiteral5296173AB8D4E282E989F7B0B7B7C9A3ACF26E18, /*hidden argument*/NULL); } IL_003d: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_7 = __this->get_address_of_ps_5(); int32_t L_8 = L_7->get_charPos_1(); V_0 = L_8; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_9 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_10 = L_9->get_chars_0(); V_1 = L_10; V_2 = 0; V_3 = (-1); goto IL_005f; } IL_005b: { int32_t L_11 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_005f: { XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * L_12 = __this->get_address_of_xmlCharType_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = L_12->get_charProperties_2(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_14 = V_1; int32_t L_15 = V_0; NullCheck(L_14); int32_t L_16 = L_15; uint16_t L_17 = (uint16_t)(L_14)->GetAt(static_cast(L_16)); uint16_t L_18 = L_17; V_4 = L_18; NullCheck(L_13); uint16_t L_19 = L_18; uint8_t L_20 = (L_13)->GetAt(static_cast(L_19)); if (!((int32_t)((int32_t)L_20&(int32_t)((int32_t)64)))) { goto IL_007c; } } { Il2CppChar L_21 = V_4; if ((!(((uint32_t)L_21) == ((uint32_t)((int32_t)63))))) { goto IL_005b; } } IL_007c: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_22 = V_1; int32_t L_23 = V_0; NullCheck(L_22); int32_t L_24 = L_23; uint16_t L_25 = (uint16_t)(L_22)->GetAt(static_cast(L_24)); V_5 = L_25; Il2CppChar L_26 = V_5; if ((!(((uint32_t)L_26) <= ((uint32_t)((int32_t)38))))) { goto IL_00b3; } } { Il2CppChar L_27 = V_5; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_27, (int32_t)((int32_t)9)))) { case 0: { goto IL_01e7; } case 1: { goto IL_012f; } case 2: { goto IL_01f0; } case 3: { goto IL_01f0; } case 4: { goto IL_013f; } } } { Il2CppChar L_28 = V_5; if ((((int32_t)L_28) == ((int32_t)((int32_t)38)))) { goto IL_01e7; } } { goto IL_01f0; } IL_00b3: { Il2CppChar L_29 = V_5; if ((((int32_t)L_29) == ((int32_t)((int32_t)60)))) { goto IL_01e7; } } { Il2CppChar L_30 = V_5; if ((((int32_t)L_30) == ((int32_t)((int32_t)63)))) { goto IL_00d0; } } { Il2CppChar L_31 = V_5; if ((((int32_t)L_31) == ((int32_t)((int32_t)93)))) { goto IL_01e7; } } { goto IL_01f0; } IL_00d0: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_32 = V_1; int32_t L_33 = V_0; NullCheck(L_32); int32_t L_34 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)); uint16_t L_35 = (uint16_t)(L_32)->GetAt(static_cast(L_34)); if ((!(((uint32_t)L_35) == ((uint32_t)((int32_t)62))))) { goto IL_0113; } } { int32_t L_36 = V_2; if ((((int32_t)L_36) <= ((int32_t)0))) { goto IL_00f3; } } { int32_t L_37 = V_3; int32_t L_38 = V_2; int32_t L_39 = V_3; int32_t L_40 = V_0; int32_t L_41 = V_3; int32_t L_42 = V_2; XmlTextReaderImpl_ShiftBuffer_m0B1C42421488596351B193D366F2E6A8271CA6A4(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)L_38)), L_39, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_40, (int32_t)L_41)), (int32_t)L_42)), /*hidden argument*/NULL); int32_t* L_43 = ___outEndPos1; int32_t L_44 = V_0; int32_t L_45 = V_2; *((int32_t*)L_43) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_44, (int32_t)L_45)); goto IL_00f6; } IL_00f3: { int32_t* L_46 = ___outEndPos1; int32_t L_47 = V_0; *((int32_t*)L_46) = (int32_t)L_47; } IL_00f6: { int32_t* L_48 = ___outStartPos0; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_49 = __this->get_address_of_ps_5(); int32_t L_50 = L_49->get_charPos_1(); *((int32_t*)L_48) = (int32_t)L_50; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_51 = __this->get_address_of_ps_5(); int32_t L_52 = V_0; L_51->set_charPos_1(((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)2))); return (bool)1; } IL_0113: { int32_t L_53 = V_0; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_54 = __this->get_address_of_ps_5(); int32_t L_55 = L_54->get_charsUsed_2(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)1))) == ((int32_t)L_55))) { goto IL_0247; } } { int32_t L_56 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)1)); goto IL_005f; } IL_012f: { int32_t L_57 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)1)); int32_t L_58 = V_0; XmlTextReaderImpl_OnNewLine_mADCA9134B0A3E9B84DEDDBD677993F99B3CB6419(__this, L_58, /*hidden argument*/NULL); goto IL_005f; } IL_013f: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_59 = V_1; int32_t L_60 = V_0; NullCheck(L_59); int32_t L_61 = ((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)1)); uint16_t L_62 = (uint16_t)(L_59)->GetAt(static_cast(L_61)); if ((!(((uint32_t)L_62) == ((uint32_t)((int32_t)10))))) { goto IL_01a5; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_63 = __this->get_address_of_ps_5(); bool L_64 = L_63->get_eolNormalized_19(); if (L_64) { goto IL_019f; } } { int32_t L_65 = __this->get_parsingMode_64(); if (L_65) { goto IL_019f; } } { int32_t L_66 = V_0; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_67 = __this->get_address_of_ps_5(); int32_t L_68 = L_67->get_charPos_1(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_66, (int32_t)L_68))) <= ((int32_t)0))) { goto IL_018f; } } { int32_t L_69 = V_2; if (L_69) { goto IL_0176; } } { V_2 = 1; int32_t L_70 = V_0; V_3 = L_70; goto IL_019f; } IL_0176: { int32_t L_71 = V_3; int32_t L_72 = V_2; int32_t L_73 = V_3; int32_t L_74 = V_0; int32_t L_75 = V_3; int32_t L_76 = V_2; XmlTextReaderImpl_ShiftBuffer_m0B1C42421488596351B193D366F2E6A8271CA6A4(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_71, (int32_t)L_72)), L_73, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_74, (int32_t)L_75)), (int32_t)L_76)), /*hidden argument*/NULL); int32_t L_77 = V_0; int32_t L_78 = V_2; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_77, (int32_t)L_78)); int32_t L_79 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_79, (int32_t)1)); goto IL_019f; } IL_018f: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_80 = __this->get_address_of_ps_5(); int32_t* L_81 = L_80->get_address_of_charPos_1(); int32_t* L_82 = L_81; int32_t L_83 = *((int32_t*)L_82); *((int32_t*)L_82) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_83, (int32_t)1)); } IL_019f: { int32_t L_84 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_84, (int32_t)2)); goto IL_01db; } IL_01a5: { int32_t L_85 = V_0; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_86 = __this->get_address_of_ps_5(); int32_t L_87 = L_86->get_charsUsed_2(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_85, (int32_t)1))) < ((int32_t)L_87))) { goto IL_01c5; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_88 = __this->get_address_of_ps_5(); bool L_89 = L_88->get_isEof_15(); if (!L_89) { goto IL_0247; } } IL_01c5: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_90 = __this->get_address_of_ps_5(); bool L_91 = L_90->get_eolNormalized_19(); if (L_91) { goto IL_01d7; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_92 = V_1; int32_t L_93 = V_0; NullCheck(L_92); (L_92)->SetAt(static_cast(L_93), (Il2CppChar)((int32_t)10)); } IL_01d7: { int32_t L_94 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_94, (int32_t)1)); } IL_01db: { int32_t L_95 = V_0; XmlTextReaderImpl_OnNewLine_mADCA9134B0A3E9B84DEDDBD677993F99B3CB6419(__this, L_95, /*hidden argument*/NULL); goto IL_005f; } IL_01e7: { int32_t L_96 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_96, (int32_t)1)); goto IL_005f; } IL_01f0: { int32_t L_97 = V_0; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_98 = __this->get_address_of_ps_5(); int32_t L_99 = L_98->get_charsUsed_2(); if ((((int32_t)L_97) == ((int32_t)L_99))) { goto IL_0247; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_100 = V_1; int32_t L_101 = V_0; NullCheck(L_100); int32_t L_102 = L_101; uint16_t L_103 = (uint16_t)(L_100)->GetAt(static_cast(L_102)); bool L_104; L_104 = XmlCharType_IsHighSurrogate_m05FA9C7BBB540AD6890CCDCC286E6699F7351301(L_103, /*hidden argument*/NULL); if (!L_104) { goto IL_022f; } } { int32_t L_105 = V_0; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_106 = __this->get_address_of_ps_5(); int32_t L_107 = L_106->get_charsUsed_2(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_105, (int32_t)1))) == ((int32_t)L_107))) { goto IL_0247; } } { int32_t L_108 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_108, (int32_t)1)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_109 = V_1; int32_t L_110 = V_0; NullCheck(L_109); int32_t L_111 = L_110; uint16_t L_112 = (uint16_t)(L_109)->GetAt(static_cast(L_111)); bool L_113; L_113 = XmlCharType_IsLowSurrogate_m7939EE6AE78DBE960B04D2A8E957E913C2EFC6DC(L_112, /*hidden argument*/NULL); if (!L_113) { goto IL_022f; } } { int32_t L_114 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_114, (int32_t)1)); goto IL_005f; } IL_022f: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_115 = V_1; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_116 = __this->get_address_of_ps_5(); int32_t L_117 = L_116->get_charsUsed_2(); int32_t L_118 = V_0; XmlTextReaderImpl_ThrowInvalidChar_mDAFCD0B1E2B9F8AB3D99FF8A334B5D5C98EF3DFC(__this, L_115, L_117, L_118, /*hidden argument*/NULL); goto IL_005f; } IL_0247: { int32_t L_119 = V_2; if ((((int32_t)L_119) <= ((int32_t)0))) { goto IL_0261; } } { int32_t L_120 = V_3; int32_t L_121 = V_2; int32_t L_122 = V_3; int32_t L_123 = V_0; int32_t L_124 = V_3; int32_t L_125 = V_2; XmlTextReaderImpl_ShiftBuffer_m0B1C42421488596351B193D366F2E6A8271CA6A4(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_120, (int32_t)L_121)), L_122, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_123, (int32_t)L_124)), (int32_t)L_125)), /*hidden argument*/NULL); int32_t* L_126 = ___outEndPos1; int32_t L_127 = V_0; int32_t L_128 = V_2; *((int32_t*)L_126) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_127, (int32_t)L_128)); goto IL_0264; } IL_0261: { int32_t* L_129 = ___outEndPos1; int32_t L_130 = V_0; *((int32_t*)L_129) = (int32_t)L_130; } IL_0264: { int32_t* L_131 = ___outStartPos0; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_132 = __this->get_address_of_ps_5(); int32_t L_133 = L_132->get_charPos_1(); *((int32_t*)L_131) = (int32_t)L_133; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_134 = __this->get_address_of_ps_5(); int32_t L_135 = V_0; L_134->set_charPos_1(L_135); return (bool)0; } } // System.Boolean System.Xml.XmlTextReaderImpl::ParseComment() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ParseComment_m9AF950752F0E38168C23048A9E2946D7D711510D (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { bool L_0 = __this->get_ignoreComments_29(); if (!L_0) { goto IL_0026; } } { int32_t L_1 = __this->get_parsingMode_64(); V_0 = L_1; __this->set_parsingMode_64(1); XmlTextReaderImpl_ParseCDataOrComment_mBCFED54AC8C5C72B6BE7A89C3380C0F0BF353B85(__this, 8, /*hidden argument*/NULL); int32_t L_2 = V_0; __this->set_parsingMode_64(L_2); return (bool)0; } IL_0026: { XmlTextReaderImpl_ParseCDataOrComment_mBCFED54AC8C5C72B6BE7A89C3380C0F0BF353B85(__this, 8, /*hidden argument*/NULL); return (bool)1; } } // System.Void System.Xml.XmlTextReaderImpl::ParseCData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ParseCData_m1BEA0ED4B10C26F237DB2BF95388A4FC289B0720 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { { XmlTextReaderImpl_ParseCDataOrComment_mBCFED54AC8C5C72B6BE7A89C3380C0F0BF353B85(__this, 4, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextReaderImpl::ParseCDataOrComment(System.Xml.XmlNodeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ParseCDataOrComment_mBCFED54AC8C5C72B6BE7A89C3380C0F0BF353B85 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, int32_t ___type0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = __this->get_parsingMode_64(); if (L_0) { goto IL_00bc; } } { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_1 = __this->get_curNode_10(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_2 = __this->get_address_of_ps_5(); int32_t L_3; L_3 = ParsingState_get_LineNo_m9C32240CFE61AE19697B7C9EFA5DE9B44D3C9610_inline((ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF *)L_2, /*hidden argument*/NULL); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_4 = __this->get_address_of_ps_5(); int32_t L_5; L_5 = ParsingState_get_LinePos_mB937EA68EFFA791C24EDC7C1DFFE45732EBFFD5C((ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF *)L_4, /*hidden argument*/NULL); NullCheck(L_1); NodeData_SetLineInfo_mE0EAA0129B2C2DAB2C92AF78FBB2D5DA90A581E4(L_1, L_3, L_5, /*hidden argument*/NULL); int32_t L_6 = ___type0; bool L_7; L_7 = XmlTextReaderImpl_ParseCDataOrComment_mD5730880295B3A2BC37F3C128663F7B94D78C4D7(__this, L_6, (int32_t*)(&V_0), (int32_t*)(&V_1), /*hidden argument*/NULL); if (!L_7) { goto IL_0055; } } { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_8 = __this->get_curNode_10(); int32_t L_9 = ___type0; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_10 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_11 = L_10->get_chars_0(); int32_t L_12 = V_0; int32_t L_13 = V_1; int32_t L_14 = V_0; NullCheck(L_8); NodeData_SetValueNode_mFEF92AABBC3BC1D99196E955C969E344CA8E233B(L_8, L_9, L_11, L_12, ((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)L_14)), /*hidden argument*/NULL); return; } IL_0055: { StringBuilder_t * L_15 = __this->get_stringBuilder_60(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_16 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_17 = L_16->get_chars_0(); int32_t L_18 = V_0; int32_t L_19 = V_1; int32_t L_20 = V_0; NullCheck(L_15); StringBuilder_t * L_21; L_21 = StringBuilder_Append_m4B771D7BFE8A65C9A504EC5847A699EB678B02DB(L_15, L_17, L_18, ((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)L_20)), /*hidden argument*/NULL); int32_t L_22 = ___type0; bool L_23; L_23 = XmlTextReaderImpl_ParseCDataOrComment_mD5730880295B3A2BC37F3C128663F7B94D78C4D7(__this, L_22, (int32_t*)(&V_0), (int32_t*)(&V_1), /*hidden argument*/NULL); if (!L_23) { goto IL_0055; } } { StringBuilder_t * L_24 = __this->get_stringBuilder_60(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_25 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_26 = L_25->get_chars_0(); int32_t L_27 = V_0; int32_t L_28 = V_1; int32_t L_29 = V_0; NullCheck(L_24); StringBuilder_t * L_30; L_30 = StringBuilder_Append_m4B771D7BFE8A65C9A504EC5847A699EB678B02DB(L_24, L_26, L_27, ((int32_t)il2cpp_codegen_subtract((int32_t)L_28, (int32_t)L_29)), /*hidden argument*/NULL); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_31 = __this->get_curNode_10(); int32_t L_32 = ___type0; StringBuilder_t * L_33 = __this->get_stringBuilder_60(); NullCheck(L_33); String_t* L_34; L_34 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_33); NullCheck(L_31); NodeData_SetValueNode_m5D0E6BD089647F4DC22608DB2B63F0CE58522F3E(L_31, L_32, L_34, /*hidden argument*/NULL); StringBuilder_t * L_35 = __this->get_stringBuilder_60(); NullCheck(L_35); StringBuilder_set_Length_m7C1756193B05DCA5A23C5DC98EE90A9FC685A27A(L_35, 0, /*hidden argument*/NULL); return; } IL_00bc: { int32_t L_36 = ___type0; bool L_37; L_37 = XmlTextReaderImpl_ParseCDataOrComment_mD5730880295B3A2BC37F3C128663F7B94D78C4D7(__this, L_36, (int32_t*)(&V_0), (int32_t*)(&V_1), /*hidden argument*/NULL); if (!L_37) { goto IL_00bc; } } { return; } } // System.Boolean System.Xml.XmlTextReaderImpl::ParseCDataOrComment(System.Xml.XmlNodeType,System.Int32&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ParseCDataOrComment_mD5730880295B3A2BC37F3C128663F7B94D78C4D7 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, int32_t ___type0, int32_t* ___outStartPos1, int32_t* ___outEndPos2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3EBF7CFEC7929F196835D5D12FBBE2F845BF2A5F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA10AFD0FBAD152979B3F2273DA98BA5C9686E69C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB55DD8F11DBEB2311310B75BD326FABA8DD6E4B9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC3DB0D079E5BFE18627887A05D78AFD607BC0AAC); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; Il2CppChar V_4 = 0x0; Il2CppChar V_5 = 0x0; Il2CppChar V_6 = 0x0; String_t* G_B4_0 = NULL; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * G_B4_1 = NULL; String_t* G_B3_0 = NULL; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * G_B3_1 = NULL; String_t* G_B5_0 = NULL; String_t* G_B5_1 = NULL; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * G_B5_2 = NULL; int32_t G_B9_0 = 0; { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_0 = __this->get_address_of_ps_5(); int32_t L_1 = L_0->get_charsUsed_2(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_2 = __this->get_address_of_ps_5(); int32_t L_3 = L_2->get_charPos_1(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)L_3))) >= ((int32_t)3))) { goto IL_003d; } } { int32_t L_4; L_4 = XmlTextReaderImpl_ReadData_m30A9B855279BE3BBC531BB50D5DCE4B903AF0512(__this, /*hidden argument*/NULL); if (L_4) { goto IL_003d; } } { int32_t L_5 = ___type0; G_B3_0 = _stringLiteralC3DB0D079E5BFE18627887A05D78AFD607BC0AAC; G_B3_1 = __this; if ((((int32_t)L_5) == ((int32_t)8))) { G_B4_0 = _stringLiteralC3DB0D079E5BFE18627887A05D78AFD607BC0AAC; G_B4_1 = __this; goto IL_0033; } } { G_B5_0 = _stringLiteralA10AFD0FBAD152979B3F2273DA98BA5C9686E69C; G_B5_1 = G_B3_0; G_B5_2 = G_B3_1; goto IL_0038; } IL_0033: { G_B5_0 = _stringLiteral3EBF7CFEC7929F196835D5D12FBBE2F845BF2A5F; G_B5_1 = G_B4_0; G_B5_2 = G_B4_1; } IL_0038: { NullCheck(G_B5_2); XmlTextReaderImpl_Throw_m525EA9C97AE16F955F321A1915C6DBFD08C60213(G_B5_2, G_B5_1, G_B5_0, /*hidden argument*/NULL); } IL_003d: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_6 = __this->get_address_of_ps_5(); int32_t L_7 = L_6->get_charPos_1(); V_0 = L_7; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_8 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_9 = L_8->get_chars_0(); V_1 = L_9; V_2 = 0; V_3 = (-1); int32_t L_10 = ___type0; if ((((int32_t)L_10) == ((int32_t)8))) { goto IL_0061; } } { G_B9_0 = ((int32_t)93); goto IL_0063; } IL_0061: { G_B9_0 = ((int32_t)45); } IL_0063: { V_4 = G_B9_0; goto IL_006b; } IL_0067: { int32_t L_11 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_006b: { XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * L_12 = __this->get_address_of_xmlCharType_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = L_12->get_charProperties_2(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_14 = V_1; int32_t L_15 = V_0; NullCheck(L_14); int32_t L_16 = L_15; uint16_t L_17 = (uint16_t)(L_14)->GetAt(static_cast(L_16)); uint16_t L_18 = L_17; V_5 = L_18; NullCheck(L_13); uint16_t L_19 = L_18; uint8_t L_20 = (L_13)->GetAt(static_cast(L_19)); if (!((int32_t)((int32_t)L_20&(int32_t)((int32_t)64)))) { goto IL_0088; } } { Il2CppChar L_21 = V_5; Il2CppChar L_22 = V_4; if ((!(((uint32_t)L_21) == ((uint32_t)L_22)))) { goto IL_0067; } } IL_0088: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_23 = V_1; int32_t L_24 = V_0; NullCheck(L_23); int32_t L_25 = L_24; uint16_t L_26 = (uint16_t)(L_23)->GetAt(static_cast(L_25)); Il2CppChar L_27 = V_4; if ((!(((uint32_t)L_26) == ((uint32_t)L_27)))) { goto IL_011f; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_28 = V_1; int32_t L_29 = V_0; NullCheck(L_28); int32_t L_30 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)); uint16_t L_31 = (uint16_t)(L_28)->GetAt(static_cast(L_30)); Il2CppChar L_32 = V_4; if ((!(((uint32_t)L_31) == ((uint32_t)L_32)))) { goto IL_0103; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_33 = V_1; int32_t L_34 = V_0; NullCheck(L_33); int32_t L_35 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)2)); uint16_t L_36 = (uint16_t)(L_33)->GetAt(static_cast(L_35)); if ((!(((uint32_t)L_36) == ((uint32_t)((int32_t)62))))) { goto IL_00de; } } { int32_t L_37 = V_2; if ((((int32_t)L_37) <= ((int32_t)0))) { goto IL_00be; } } { int32_t L_38 = V_3; int32_t L_39 = V_2; int32_t L_40 = V_3; int32_t L_41 = V_0; int32_t L_42 = V_3; int32_t L_43 = V_2; XmlTextReaderImpl_ShiftBuffer_m0B1C42421488596351B193D366F2E6A8271CA6A4(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)L_39)), L_40, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_41, (int32_t)L_42)), (int32_t)L_43)), /*hidden argument*/NULL); int32_t* L_44 = ___outEndPos2; int32_t L_45 = V_0; int32_t L_46 = V_2; *((int32_t*)L_44) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_45, (int32_t)L_46)); goto IL_00c1; } IL_00be: { int32_t* L_47 = ___outEndPos2; int32_t L_48 = V_0; *((int32_t*)L_47) = (int32_t)L_48; } IL_00c1: { int32_t* L_49 = ___outStartPos1; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_50 = __this->get_address_of_ps_5(); int32_t L_51 = L_50->get_charPos_1(); *((int32_t*)L_49) = (int32_t)L_51; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_52 = __this->get_address_of_ps_5(); int32_t L_53 = V_0; L_52->set_charPos_1(((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)3))); return (bool)1; } IL_00de: { int32_t L_54 = V_0; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_55 = __this->get_address_of_ps_5(); int32_t L_56 = L_55->get_charsUsed_2(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_54, (int32_t)2))) == ((int32_t)L_56))) { goto IL_027d; } } { int32_t L_57 = ___type0; if ((!(((uint32_t)L_57) == ((uint32_t)8)))) { goto IL_0116; } } { int32_t L_58 = V_0; XmlTextReaderImpl_Throw_m64FD15D7750F11BCA718303F4A7544BB79620CC6(__this, L_58, _stringLiteralB55DD8F11DBEB2311310B75BD326FABA8DD6E4B9, /*hidden argument*/NULL); goto IL_0116; } IL_0103: { int32_t L_59 = V_0; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_60 = __this->get_address_of_ps_5(); int32_t L_61 = L_60->get_charsUsed_2(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_59, (int32_t)1))) == ((int32_t)L_61))) { goto IL_027d; } } IL_0116: { int32_t L_62 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_62, (int32_t)1)); goto IL_006b; } IL_011f: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_63 = V_1; int32_t L_64 = V_0; NullCheck(L_63); int32_t L_65 = L_64; uint16_t L_66 = (uint16_t)(L_63)->GetAt(static_cast(L_65)); V_6 = L_66; Il2CppChar L_67 = V_6; if ((!(((uint32_t)L_67) <= ((uint32_t)((int32_t)38))))) { goto IL_0156; } } { Il2CppChar L_68 = V_6; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_68, (int32_t)((int32_t)9)))) { case 0: { goto IL_0222; } case 1: { goto IL_016d; } case 2: { goto IL_022b; } case 3: { goto IL_022b; } case 4: { goto IL_017d; } } } { Il2CppChar L_69 = V_6; if ((((int32_t)L_69) == ((int32_t)((int32_t)38)))) { goto IL_0222; } } { goto IL_022b; } IL_0156: { Il2CppChar L_70 = V_6; if ((((int32_t)L_70) == ((int32_t)((int32_t)60)))) { goto IL_0222; } } { Il2CppChar L_71 = V_6; if ((((int32_t)L_71) == ((int32_t)((int32_t)93)))) { goto IL_0222; } } { goto IL_022b; } IL_016d: { int32_t L_72 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_72, (int32_t)1)); int32_t L_73 = V_0; XmlTextReaderImpl_OnNewLine_mADCA9134B0A3E9B84DEDDBD677993F99B3CB6419(__this, L_73, /*hidden argument*/NULL); goto IL_006b; } IL_017d: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_74 = V_1; int32_t L_75 = V_0; NullCheck(L_74); int32_t L_76 = ((int32_t)il2cpp_codegen_add((int32_t)L_75, (int32_t)1)); uint16_t L_77 = (uint16_t)(L_74)->GetAt(static_cast(L_76)); if ((!(((uint32_t)L_77) == ((uint32_t)((int32_t)10))))) { goto IL_01e3; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_78 = __this->get_address_of_ps_5(); bool L_79 = L_78->get_eolNormalized_19(); if (L_79) { goto IL_01dd; } } { int32_t L_80 = __this->get_parsingMode_64(); if (L_80) { goto IL_01dd; } } { int32_t L_81 = V_0; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_82 = __this->get_address_of_ps_5(); int32_t L_83 = L_82->get_charPos_1(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_81, (int32_t)L_83))) <= ((int32_t)0))) { goto IL_01cd; } } { int32_t L_84 = V_2; if (L_84) { goto IL_01b4; } } { V_2 = 1; int32_t L_85 = V_0; V_3 = L_85; goto IL_01dd; } IL_01b4: { int32_t L_86 = V_3; int32_t L_87 = V_2; int32_t L_88 = V_3; int32_t L_89 = V_0; int32_t L_90 = V_3; int32_t L_91 = V_2; XmlTextReaderImpl_ShiftBuffer_m0B1C42421488596351B193D366F2E6A8271CA6A4(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_86, (int32_t)L_87)), L_88, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_89, (int32_t)L_90)), (int32_t)L_91)), /*hidden argument*/NULL); int32_t L_92 = V_0; int32_t L_93 = V_2; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_92, (int32_t)L_93)); int32_t L_94 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_94, (int32_t)1)); goto IL_01dd; } IL_01cd: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_95 = __this->get_address_of_ps_5(); int32_t* L_96 = L_95->get_address_of_charPos_1(); int32_t* L_97 = L_96; int32_t L_98 = *((int32_t*)L_97); *((int32_t*)L_97) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_98, (int32_t)1)); } IL_01dd: { int32_t L_99 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_99, (int32_t)2)); goto IL_0216; } IL_01e3: { int32_t L_100 = V_0; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_101 = __this->get_address_of_ps_5(); int32_t L_102 = L_101->get_charsUsed_2(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_100, (int32_t)1))) < ((int32_t)L_102))) { goto IL_0200; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_103 = __this->get_address_of_ps_5(); bool L_104 = L_103->get_isEof_15(); if (!L_104) { goto IL_027d; } } IL_0200: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_105 = __this->get_address_of_ps_5(); bool L_106 = L_105->get_eolNormalized_19(); if (L_106) { goto IL_0212; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_107 = V_1; int32_t L_108 = V_0; NullCheck(L_107); (L_107)->SetAt(static_cast(L_108), (Il2CppChar)((int32_t)10)); } IL_0212: { int32_t L_109 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_109, (int32_t)1)); } IL_0216: { int32_t L_110 = V_0; XmlTextReaderImpl_OnNewLine_mADCA9134B0A3E9B84DEDDBD677993F99B3CB6419(__this, L_110, /*hidden argument*/NULL); goto IL_006b; } IL_0222: { int32_t L_111 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_111, (int32_t)1)); goto IL_006b; } IL_022b: { int32_t L_112 = V_0; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_113 = __this->get_address_of_ps_5(); int32_t L_114 = L_113->get_charsUsed_2(); if ((((int32_t)L_112) == ((int32_t)L_114))) { goto IL_027d; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_115 = V_1; int32_t L_116 = V_0; NullCheck(L_115); int32_t L_117 = L_116; uint16_t L_118 = (uint16_t)(L_115)->GetAt(static_cast(L_117)); bool L_119; L_119 = XmlCharType_IsHighSurrogate_m05FA9C7BBB540AD6890CCDCC286E6699F7351301(L_118, /*hidden argument*/NULL); if (!L_119) { goto IL_026a; } } { int32_t L_120 = V_0; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_121 = __this->get_address_of_ps_5(); int32_t L_122 = L_121->get_charsUsed_2(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_120, (int32_t)1))) == ((int32_t)L_122))) { goto IL_027d; } } { int32_t L_123 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_123, (int32_t)1)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_124 = V_1; int32_t L_125 = V_0; NullCheck(L_124); int32_t L_126 = L_125; uint16_t L_127 = (uint16_t)(L_124)->GetAt(static_cast(L_126)); bool L_128; L_128 = XmlCharType_IsLowSurrogate_m7939EE6AE78DBE960B04D2A8E957E913C2EFC6DC(L_127, /*hidden argument*/NULL); if (!L_128) { goto IL_026a; } } { int32_t L_129 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_129, (int32_t)1)); goto IL_006b; } IL_026a: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_130 = V_1; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_131 = __this->get_address_of_ps_5(); int32_t L_132 = L_131->get_charsUsed_2(); int32_t L_133 = V_0; XmlTextReaderImpl_ThrowInvalidChar_mDAFCD0B1E2B9F8AB3D99FF8A334B5D5C98EF3DFC(__this, L_130, L_132, L_133, /*hidden argument*/NULL); } IL_027d: { int32_t L_134 = V_2; if ((((int32_t)L_134) <= ((int32_t)0))) { goto IL_0297; } } { int32_t L_135 = V_3; int32_t L_136 = V_2; int32_t L_137 = V_3; int32_t L_138 = V_0; int32_t L_139 = V_3; int32_t L_140 = V_2; XmlTextReaderImpl_ShiftBuffer_m0B1C42421488596351B193D366F2E6A8271CA6A4(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_135, (int32_t)L_136)), L_137, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_138, (int32_t)L_139)), (int32_t)L_140)), /*hidden argument*/NULL); int32_t* L_141 = ___outEndPos2; int32_t L_142 = V_0; int32_t L_143 = V_2; *((int32_t*)L_141) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_142, (int32_t)L_143)); goto IL_029a; } IL_0297: { int32_t* L_144 = ___outEndPos2; int32_t L_145 = V_0; *((int32_t*)L_144) = (int32_t)L_145; } IL_029a: { int32_t* L_146 = ___outStartPos1; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_147 = __this->get_address_of_ps_5(); int32_t L_148 = L_147->get_charPos_1(); *((int32_t*)L_146) = (int32_t)L_148; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_149 = __this->get_address_of_ps_5(); int32_t L_150 = V_0; L_149->set_charPos_1(L_150); return (bool)0; } } // System.Boolean System.Xml.XmlTextReaderImpl::ParseDoctypeDecl() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ParseDoctypeDecl_m1474DA80DFCC98EDB9F33BC2EC9EB2D51DBDB0CF (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0EE5C75C762D2925310D5C8C6DE4A72136C79CC4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral192210AFEA7A44FE2FFAB4A93D05261DB2757891); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2923AF57406AD3628AA00F2F47378348C0E89B4C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral982749A67A420D262D8B02D1D5E75C097587CD3A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA3C584A3FE105AEB412E76816EDB194C2C149E6E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC3DB0D079E5BFE18627887A05D78AFD607BC0AAC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF12E59379196681BB583947C4CA20072F667A2DD); s_Il2CppMethodInitialized = true; } XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * G_B3_0 = NULL; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * G_B2_0 = NULL; String_t* G_B4_0 = NULL; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * G_B4_1 = NULL; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * G_B11_0 = NULL; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * G_B10_0 = NULL; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * G_B12_0 = NULL; String_t* G_B13_0 = NULL; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * G_B13_1 = NULL; { int32_t L_0 = __this->get_dtdProcessing_26(); if (L_0) { goto IL_003c; } } { bool L_1 = __this->get_v1Compat_36(); G_B2_0 = __this; if (L_1) { G_B3_0 = __this; goto IL_0018; } } { G_B4_0 = _stringLiteral982749A67A420D262D8B02D1D5E75C097587CD3A; G_B4_1 = G_B2_0; goto IL_001d; } IL_0018: { G_B4_0 = _stringLiteralF12E59379196681BB583947C4CA20072F667A2DD; G_B4_1 = G_B3_0; } IL_001d: { NullCheck(G_B4_1); XmlTextReaderImpl_ThrowWithoutLineInfo_mC0DB96228D4BE665077C34F7BC8547B4E5DCDC84(G_B4_1, G_B4_0, /*hidden argument*/NULL); goto IL_003c; } IL_0024: { int32_t L_2; L_2 = XmlTextReaderImpl_ReadData_m30A9B855279BE3BBC531BB50D5DCE4B903AF0512(__this, /*hidden argument*/NULL); if (L_2) { goto IL_003c; } } { XmlTextReaderImpl_Throw_m525EA9C97AE16F955F321A1915C6DBFD08C60213(__this, _stringLiteralC3DB0D079E5BFE18627887A05D78AFD607BC0AAC, _stringLiteral2923AF57406AD3628AA00F2F47378348C0E89B4C, /*hidden argument*/NULL); } IL_003c: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_3 = __this->get_address_of_ps_5(); int32_t L_4 = L_3->get_charsUsed_2(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_5 = __this->get_address_of_ps_5(); int32_t L_6 = L_5->get_charPos_1(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)L_6))) < ((int32_t)8))) { goto IL_0024; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_7 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_8 = L_7->get_chars_0(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_9 = __this->get_address_of_ps_5(); int32_t L_10 = L_9->get_charPos_1(); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); bool L_11; L_11 = XmlConvert_StrEqual_m6E5726C0E309A1FB1E7DA36E39A8BEAE351836DB(L_8, L_10, 7, _stringLiteral2923AF57406AD3628AA00F2F47378348C0E89B4C, /*hidden argument*/NULL); if (L_11) { goto IL_009b; } } { bool L_12 = __this->get_rootElementParsed_61(); G_B10_0 = __this; if (L_12) { G_B11_0 = __this; goto IL_008a; } } { RuntimeObject* L_13 = __this->get_dtdInfo_44(); G_B11_0 = G_B10_0; if (!L_13) { G_B12_0 = G_B10_0; goto IL_0091; } } IL_008a: { G_B13_0 = _stringLiteral0EE5C75C762D2925310D5C8C6DE4A72136C79CC4; G_B13_1 = G_B11_0; goto IL_0096; } IL_0091: { G_B13_0 = _stringLiteral2923AF57406AD3628AA00F2F47378348C0E89B4C; G_B13_1 = G_B12_0; } IL_0096: { NullCheck(G_B13_1); XmlTextReaderImpl_ThrowUnexpectedToken_m3A6522C4C030CD8DE27B2F78EB9AC25430680D76(G_B13_1, G_B13_0, /*hidden argument*/NULL); } IL_009b: { XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * L_14 = __this->get_address_of_xmlCharType_4(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_15 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_16 = L_15->get_chars_0(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_17 = __this->get_address_of_ps_5(); int32_t L_18 = L_17->get_charPos_1(); NullCheck(L_16); int32_t L_19 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)7)); uint16_t L_20 = (uint16_t)(L_16)->GetAt(static_cast(L_19)); bool L_21; L_21 = XmlCharType_IsWhiteSpace_m4EE0C544C3C666A6BBAAE63BDD5CFB221655DDA0((XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA *)L_14, L_20, /*hidden argument*/NULL); if (L_21) { goto IL_00d4; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_22 = __this->get_address_of_ps_5(); int32_t L_23 = L_22->get_charPos_1(); XmlTextReaderImpl_ThrowExpectingWhitespace_mEF26AC6FE6AF55339E8E8031498DFE7717D213CB(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)7)), /*hidden argument*/NULL); } IL_00d4: { RuntimeObject* L_24 = __this->get_dtdInfo_44(); if (!L_24) { goto IL_00f4; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_25 = __this->get_address_of_ps_5(); int32_t L_26 = L_25->get_charPos_1(); XmlTextReaderImpl_Throw_m64FD15D7750F11BCA718303F4A7544BB79620CC6(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)2)), _stringLiteralA3C584A3FE105AEB412E76816EDB194C2C149E6E, /*hidden argument*/NULL); } IL_00f4: { bool L_27 = __this->get_rootElementParsed_61(); if (!L_27) { goto IL_0114; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_28 = __this->get_address_of_ps_5(); int32_t L_29 = L_28->get_charPos_1(); XmlTextReaderImpl_Throw_m64FD15D7750F11BCA718303F4A7544BB79620CC6(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_29, (int32_t)2)), _stringLiteral192210AFEA7A44FE2FFAB4A93D05261DB2757891, /*hidden argument*/NULL); } IL_0114: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_30 = __this->get_address_of_ps_5(); int32_t* L_31 = L_30->get_address_of_charPos_1(); int32_t* L_32 = L_31; int32_t L_33 = *((int32_t*)L_32); *((int32_t*)L_32) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)8)); int32_t L_34; L_34 = XmlTextReaderImpl_EatWhitespaces_mAEEB8942E7FDD3912DDDE7DD642F4E558855316E(__this, (StringBuilder_t *)NULL, /*hidden argument*/NULL); int32_t L_35 = __this->get_dtdProcessing_26(); if ((!(((uint32_t)L_35) == ((uint32_t)2)))) { goto IL_0172; } } { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_36 = __this->get_curNode_10(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_37 = __this->get_address_of_ps_5(); int32_t L_38; L_38 = ParsingState_get_LineNo_m9C32240CFE61AE19697B7C9EFA5DE9B44D3C9610_inline((ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF *)L_37, /*hidden argument*/NULL); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_39 = __this->get_address_of_ps_5(); int32_t L_40; L_40 = ParsingState_get_LinePos_mB937EA68EFFA791C24EDC7C1DFFE45732EBFFD5C((ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF *)L_39, /*hidden argument*/NULL); NullCheck(L_36); NodeData_SetLineInfo_mE0EAA0129B2C2DAB2C92AF78FBB2D5DA90A581E4(L_36, L_38, L_40, /*hidden argument*/NULL); XmlTextReaderImpl_ParseDtd_m673204A9FA4FF0E57ABAABB98385ACC3B39531BF(__this, /*hidden argument*/NULL); int32_t L_41 = __this->get_parsingFunction_6(); __this->set_nextParsingFunction_7(L_41); __this->set_parsingFunction_6(((int32_t)9)); return (bool)1; } IL_0172: { XmlTextReaderImpl_SkipDtd_m52A7592787C9DEB3B6045B6916239C9C688AA285(__this, /*hidden argument*/NULL); return (bool)0; } } // System.Void System.Xml.XmlTextReaderImpl::ParseDtd() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ParseDtd_m673204A9FA4FF0E57ABAABB98385ACC3B39531BF (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DtdParserProxy_t2577A62EB66A77D9533689C64F0F41F47C19F557_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDtdInfo_tE42B4037BF3433A4F16173CE199CFF87E32A07C6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDtdParser_tD5A6D02A5CA749436148A452C1A6DBD8EFA76833_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { RuntimeObject* L_0; L_0 = DtdParser_Create_m15A259110FA9E37C9FF15E2EEB9EA88C6D0C21BD(/*hidden argument*/NULL); V_0 = L_0; RuntimeObject* L_1 = V_0; DtdParserProxy_t2577A62EB66A77D9533689C64F0F41F47C19F557 * L_2 = (DtdParserProxy_t2577A62EB66A77D9533689C64F0F41F47C19F557 *)il2cpp_codegen_object_new(DtdParserProxy_t2577A62EB66A77D9533689C64F0F41F47C19F557_il2cpp_TypeInfo_var); DtdParserProxy__ctor_m080E199E77CE80BF8AB44E5AE23D9AB3D1C5755C(L_2, __this, /*hidden argument*/NULL); NullCheck(L_1); RuntimeObject* L_3; L_3 = InterfaceFuncInvoker2< RuntimeObject*, RuntimeObject*, bool >::Invoke(0 /* System.Xml.IDtdInfo System.Xml.IDtdParser::ParseInternalDtd(System.Xml.IDtdParserAdapter,System.Boolean) */, IDtdParser_tD5A6D02A5CA749436148A452C1A6DBD8EFA76833_il2cpp_TypeInfo_var, L_1, L_2, (bool)1); __this->set_dtdInfo_44(L_3); bool L_4 = __this->get_validatingReaderCompatFlag_58(); if (L_4) { goto IL_0029; } } { bool L_5 = __this->get_v1Compat_36(); if (L_5) { goto IL_004a; } } IL_0029: { RuntimeObject* L_6 = __this->get_dtdInfo_44(); NullCheck(L_6); bool L_7; L_7 = InterfaceFuncInvoker0< bool >::Invoke(2 /* System.Boolean System.Xml.IDtdInfo::get_HasDefaultAttributes() */, IDtdInfo_tE42B4037BF3433A4F16173CE199CFF87E32A07C6_il2cpp_TypeInfo_var, L_6); if (L_7) { goto IL_0043; } } { RuntimeObject* L_8 = __this->get_dtdInfo_44(); NullCheck(L_8); bool L_9; L_9 = InterfaceFuncInvoker0< bool >::Invoke(3 /* System.Boolean System.Xml.IDtdInfo::get_HasNonCDataAttributes() */, IDtdInfo_tE42B4037BF3433A4F16173CE199CFF87E32A07C6_il2cpp_TypeInfo_var, L_8); if (!L_9) { goto IL_004a; } } IL_0043: { __this->set_addDefaultAttributesAndNormalize_59((bool)1); } IL_004a: { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_10 = __this->get_curNode_10(); RuntimeObject* L_11 = __this->get_dtdInfo_44(); NullCheck(L_11); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_12; L_12 = InterfaceFuncInvoker0< XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * >::Invoke(0 /* System.Xml.XmlQualifiedName System.Xml.IDtdInfo::get_Name() */, IDtdInfo_tE42B4037BF3433A4F16173CE199CFF87E32A07C6_il2cpp_TypeInfo_var, L_11); NullCheck(L_12); String_t* L_13; L_13 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_12); String_t* L_14 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); NullCheck(L_10); NodeData_SetNamedNode_mFE5340CD2CF846E5AADCE3F7D8925BB1780683F9(L_10, ((int32_t)10), L_13, L_14, (String_t*)NULL, /*hidden argument*/NULL); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_15 = __this->get_curNode_10(); RuntimeObject* L_16 = __this->get_dtdInfo_44(); NullCheck(L_16); String_t* L_17; L_17 = InterfaceFuncInvoker0< String_t* >::Invoke(1 /* System.String System.Xml.IDtdInfo::get_InternalDtdSubset() */, IDtdInfo_tE42B4037BF3433A4F16173CE199CFF87E32A07C6_il2cpp_TypeInfo_var, L_16); NullCheck(L_15); NodeData_SetValue_m813BE9ED3C10352169BBA67B7A251A13E6F95FBE(L_15, L_17, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextReaderImpl::SkipDtd() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_SkipDtd_m52A7592787C9DEB3B6045B6916239C9C688AA285 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __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*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral13FB70ADE9D0DE3E48F4543466E8766DDC3A72B8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1F1BC4D23D8E5661364EBEC728BE303959F6CF91); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral41EF1659C5E772235CFEA4B5A94D5DF6799C5608); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9581D9240473127371BCEE2DE4DB4A276F510956); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD4DAA1A26807E1A567D68B161E6A95701A3FD560); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEF8AE9E6CBCFDABA932FBEB4C85964F450F724F5); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0; L_0 = XmlTextReaderImpl_ParseQName_mBE17A84E5A968887CAFC588D794FDDA38C06780D(__this, (int32_t*)(&V_0), /*hidden argument*/NULL); V_1 = L_0; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_1 = __this->get_address_of_ps_5(); int32_t L_2 = V_1; L_1->set_charPos_1(L_2); int32_t L_3; L_3 = XmlTextReaderImpl_EatWhitespaces_mAEEB8942E7FDD3912DDDE7DD642F4E558855316E(__this, (StringBuilder_t *)NULL, /*hidden argument*/NULL); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_4 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_5 = L_4->get_chars_0(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_6 = __this->get_address_of_ps_5(); int32_t L_7 = L_6->get_charPos_1(); NullCheck(L_5); int32_t L_8 = L_7; uint16_t L_9 = (uint16_t)(L_5)->GetAt(static_cast(L_8)); if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)80))))) { goto IL_00f5; } } { goto IL_0050; } IL_003d: { int32_t L_10; L_10 = XmlTextReaderImpl_ReadData_m30A9B855279BE3BBC531BB50D5DCE4B903AF0512(__this, /*hidden argument*/NULL); if (L_10) { goto IL_0050; } } { XmlTextReaderImpl_Throw_mCD8CB19976D7CF68CE3A26E4D4771C0A44DA51E7(__this, _stringLiteral13FB70ADE9D0DE3E48F4543466E8766DDC3A72B8, /*hidden argument*/NULL); } IL_0050: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_11 = __this->get_address_of_ps_5(); int32_t L_12 = L_11->get_charsUsed_2(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_13 = __this->get_address_of_ps_5(); int32_t L_14 = L_13->get_charPos_1(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)L_14))) < ((int32_t)6))) { goto IL_003d; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_15 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_16 = L_15->get_chars_0(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_17 = __this->get_address_of_ps_5(); int32_t L_18 = L_17->get_charPos_1(); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); bool L_19; L_19 = XmlConvert_StrEqual_m6E5726C0E309A1FB1E7DA36E39A8BEAE351836DB(L_16, L_18, 6, _stringLiteral1F1BC4D23D8E5661364EBEC728BE303959F6CF91, /*hidden argument*/NULL); if (L_19) { goto IL_0098; } } { XmlTextReaderImpl_ThrowUnexpectedToken_m3A6522C4C030CD8DE27B2F78EB9AC25430680D76(__this, _stringLiteral1F1BC4D23D8E5661364EBEC728BE303959F6CF91, /*hidden argument*/NULL); } IL_0098: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_20 = __this->get_address_of_ps_5(); int32_t* L_21 = L_20->get_address_of_charPos_1(); int32_t* L_22 = L_21; int32_t L_23 = *((int32_t*)L_22); *((int32_t*)L_22) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)6)); int32_t L_24; L_24 = XmlTextReaderImpl_EatWhitespaces_mAEEB8942E7FDD3912DDDE7DD642F4E558855316E(__this, (StringBuilder_t *)NULL, /*hidden argument*/NULL); if (L_24) { goto IL_00c2; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_25 = __this->get_address_of_ps_5(); int32_t L_26 = L_25->get_charPos_1(); XmlTextReaderImpl_ThrowExpectingWhitespace_mEF26AC6FE6AF55339E8E8031498DFE7717D213CB(__this, L_26, /*hidden argument*/NULL); } IL_00c2: { XmlTextReaderImpl_SkipPublicOrSystemIdLiteral_mBD2053FFF2479738D04C23B366E3E99CE93761AD(__this, /*hidden argument*/NULL); int32_t L_27; L_27 = XmlTextReaderImpl_EatWhitespaces_mAEEB8942E7FDD3912DDDE7DD642F4E558855316E(__this, (StringBuilder_t *)NULL, /*hidden argument*/NULL); if (L_27) { goto IL_00e2; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_28 = __this->get_address_of_ps_5(); int32_t L_29 = L_28->get_charPos_1(); XmlTextReaderImpl_ThrowExpectingWhitespace_mEF26AC6FE6AF55339E8E8031498DFE7717D213CB(__this, L_29, /*hidden argument*/NULL); } IL_00e2: { XmlTextReaderImpl_SkipPublicOrSystemIdLiteral_mBD2053FFF2479738D04C23B366E3E99CE93761AD(__this, /*hidden argument*/NULL); int32_t L_30; L_30 = XmlTextReaderImpl_EatWhitespaces_mAEEB8942E7FDD3912DDDE7DD642F4E558855316E(__this, (StringBuilder_t *)NULL, /*hidden argument*/NULL); goto IL_01eb; } IL_00f5: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_31 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_32 = L_31->get_chars_0(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_33 = __this->get_address_of_ps_5(); int32_t L_34 = L_33->get_charPos_1(); NullCheck(L_32); int32_t L_35 = L_34; uint16_t L_36 = (uint16_t)(L_32)->GetAt(static_cast(L_35)); if ((!(((uint32_t)L_36) == ((uint32_t)((int32_t)83))))) { goto IL_01aa; } } { goto IL_0128; } IL_0115: { int32_t L_37; L_37 = XmlTextReaderImpl_ReadData_m30A9B855279BE3BBC531BB50D5DCE4B903AF0512(__this, /*hidden argument*/NULL); if (L_37) { goto IL_0128; } } { XmlTextReaderImpl_Throw_mCD8CB19976D7CF68CE3A26E4D4771C0A44DA51E7(__this, _stringLiteral13FB70ADE9D0DE3E48F4543466E8766DDC3A72B8, /*hidden argument*/NULL); } IL_0128: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_38 = __this->get_address_of_ps_5(); int32_t L_39 = L_38->get_charsUsed_2(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_40 = __this->get_address_of_ps_5(); int32_t L_41 = L_40->get_charPos_1(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_39, (int32_t)L_41))) < ((int32_t)6))) { goto IL_0115; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_42 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_43 = L_42->get_chars_0(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_44 = __this->get_address_of_ps_5(); int32_t L_45 = L_44->get_charPos_1(); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); bool L_46; L_46 = XmlConvert_StrEqual_m6E5726C0E309A1FB1E7DA36E39A8BEAE351836DB(L_43, L_45, 6, _stringLiteralD4DAA1A26807E1A567D68B161E6A95701A3FD560, /*hidden argument*/NULL); if (L_46) { goto IL_0170; } } { XmlTextReaderImpl_ThrowUnexpectedToken_m3A6522C4C030CD8DE27B2F78EB9AC25430680D76(__this, _stringLiteralD4DAA1A26807E1A567D68B161E6A95701A3FD560, /*hidden argument*/NULL); } IL_0170: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_47 = __this->get_address_of_ps_5(); int32_t* L_48 = L_47->get_address_of_charPos_1(); int32_t* L_49 = L_48; int32_t L_50 = *((int32_t*)L_49); *((int32_t*)L_49) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)6)); int32_t L_51; L_51 = XmlTextReaderImpl_EatWhitespaces_mAEEB8942E7FDD3912DDDE7DD642F4E558855316E(__this, (StringBuilder_t *)NULL, /*hidden argument*/NULL); if (L_51) { goto IL_019a; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_52 = __this->get_address_of_ps_5(); int32_t L_53 = L_52->get_charPos_1(); XmlTextReaderImpl_ThrowExpectingWhitespace_mEF26AC6FE6AF55339E8E8031498DFE7717D213CB(__this, L_53, /*hidden argument*/NULL); } IL_019a: { XmlTextReaderImpl_SkipPublicOrSystemIdLiteral_mBD2053FFF2479738D04C23B366E3E99CE93761AD(__this, /*hidden argument*/NULL); int32_t L_54; L_54 = XmlTextReaderImpl_EatWhitespaces_mAEEB8942E7FDD3912DDDE7DD642F4E558855316E(__this, (StringBuilder_t *)NULL, /*hidden argument*/NULL); goto IL_01eb; } IL_01aa: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_55 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_56 = L_55->get_chars_0(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_57 = __this->get_address_of_ps_5(); int32_t L_58 = L_57->get_charPos_1(); NullCheck(L_56); int32_t L_59 = L_58; uint16_t L_60 = (uint16_t)(L_56)->GetAt(static_cast(L_59)); if ((((int32_t)L_60) == ((int32_t)((int32_t)91)))) { goto IL_01eb; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_61 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_62 = L_61->get_chars_0(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_63 = __this->get_address_of_ps_5(); int32_t L_64 = L_63->get_charPos_1(); NullCheck(L_62); int32_t L_65 = L_64; uint16_t L_66 = (uint16_t)(L_62)->GetAt(static_cast(L_65)); if ((((int32_t)L_66) == ((int32_t)((int32_t)62)))) { goto IL_01eb; } } { XmlTextReaderImpl_Throw_mCD8CB19976D7CF68CE3A26E4D4771C0A44DA51E7(__this, _stringLiteral9581D9240473127371BCEE2DE4DB4A276F510956, /*hidden argument*/NULL); } IL_01eb: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_67 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_68 = L_67->get_chars_0(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_69 = __this->get_address_of_ps_5(); int32_t L_70 = L_69->get_charPos_1(); NullCheck(L_68); int32_t L_71 = L_70; uint16_t L_72 = (uint16_t)(L_68)->GetAt(static_cast(L_71)); if ((!(((uint32_t)L_72) == ((uint32_t)((int32_t)91))))) { goto IL_024f; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_73 = __this->get_address_of_ps_5(); int32_t* L_74 = L_73->get_address_of_charPos_1(); int32_t* L_75 = L_74; int32_t L_76 = *((int32_t*)L_75); *((int32_t*)L_75) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_76, (int32_t)1)); XmlTextReaderImpl_SkipUntil_mFAB4C2A229E55D6AC3ACC4BA13128915943BC6E3(__this, ((int32_t)93), (bool)1, /*hidden argument*/NULL); int32_t L_77; L_77 = XmlTextReaderImpl_EatWhitespaces_mAEEB8942E7FDD3912DDDE7DD642F4E558855316E(__this, (StringBuilder_t *)NULL, /*hidden argument*/NULL); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_78 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_79 = L_78->get_chars_0(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_80 = __this->get_address_of_ps_5(); int32_t L_81 = L_80->get_charPos_1(); NullCheck(L_79); int32_t L_82 = L_81; uint16_t L_83 = (uint16_t)(L_79)->GetAt(static_cast(L_82)); if ((((int32_t)L_83) == ((int32_t)((int32_t)62)))) { goto IL_0287; } } { XmlTextReaderImpl_ThrowUnexpectedToken_m3A6522C4C030CD8DE27B2F78EB9AC25430680D76(__this, _stringLiteralEF8AE9E6CBCFDABA932FBEB4C85964F450F724F5, /*hidden argument*/NULL); goto IL_0287; } IL_024f: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_84 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_85 = L_84->get_chars_0(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_86 = __this->get_address_of_ps_5(); int32_t L_87 = L_86->get_charPos_1(); NullCheck(L_85); int32_t L_88 = L_87; uint16_t L_89 = (uint16_t)(L_85)->GetAt(static_cast(L_88)); if ((!(((uint32_t)L_89) == ((uint32_t)((int32_t)62))))) { goto IL_027c; } } { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_90 = __this->get_curNode_10(); String_t* L_91 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); NullCheck(L_90); NodeData_SetValue_m813BE9ED3C10352169BBA67B7A251A13E6F95FBE(L_90, L_91, /*hidden argument*/NULL); goto IL_0287; } IL_027c: { XmlTextReaderImpl_Throw_mCD8CB19976D7CF68CE3A26E4D4771C0A44DA51E7(__this, _stringLiteral41EF1659C5E772235CFEA4B5A94D5DF6799C5608, /*hidden argument*/NULL); } IL_0287: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_92 = __this->get_address_of_ps_5(); int32_t* L_93 = L_92->get_address_of_charPos_1(); int32_t* L_94 = L_93; int32_t L_95 = *((int32_t*)L_94); *((int32_t*)L_94) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_95, (int32_t)1)); return; } } // System.Void System.Xml.XmlTextReaderImpl::SkipPublicOrSystemIdLiteral() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_SkipPublicOrSystemIdLiteral_mBD2053FFF2479738D04C23B366E3E99CE93761AD (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677); s_Il2CppMethodInitialized = true; } Il2CppChar V_0 = 0x0; { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_0 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_1 = L_0->get_chars_0(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_2 = __this->get_address_of_ps_5(); int32_t L_3 = L_2->get_charPos_1(); NullCheck(L_1); int32_t L_4 = L_3; uint16_t L_5 = (uint16_t)(L_1)->GetAt(static_cast(L_4)); V_0 = L_5; Il2CppChar L_6 = V_0; if ((((int32_t)L_6) == ((int32_t)((int32_t)34)))) { goto IL_0032; } } { Il2CppChar L_7 = V_0; if ((((int32_t)L_7) == ((int32_t)((int32_t)39)))) { goto IL_0032; } } { XmlTextReaderImpl_ThrowUnexpectedToken_mAC12858AAE0F14AF796D32BBD8540CA1F15EC261(__this, _stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677, _stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D, /*hidden argument*/NULL); } IL_0032: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_8 = __this->get_address_of_ps_5(); int32_t* L_9 = L_8->get_address_of_charPos_1(); int32_t* L_10 = L_9; int32_t L_11 = *((int32_t*)L_10); *((int32_t*)L_10) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); Il2CppChar L_12 = V_0; XmlTextReaderImpl_SkipUntil_mFAB4C2A229E55D6AC3ACC4BA13128915943BC6E3(__this, L_12, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextReaderImpl::SkipUntil(System.Char,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_SkipUntil_mFAB4C2A229E55D6AC3ACC4BA13128915943BC6E3 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, Il2CppChar ___stopChar0, bool ___recognizeLiterals1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral13FB70ADE9D0DE3E48F4543466E8766DDC3A72B8); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; bool V_2 = false; Il2CppChar V_3 = 0x0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* V_4 = NULL; int32_t V_5 = 0; Il2CppChar V_6 = 0x0; { V_0 = (bool)0; V_1 = (bool)0; V_2 = (bool)0; V_3 = ((int32_t)34); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_0 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_1 = L_0->get_chars_0(); V_4 = L_1; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_2 = __this->get_address_of_ps_5(); int32_t L_3 = L_2->get_charPos_1(); V_5 = L_3; goto IL_002b; } IL_0025: { int32_t L_4 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); } IL_002b: { XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * L_5 = __this->get_address_of_xmlCharType_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = L_5->get_charProperties_2(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_7 = V_4; int32_t L_8 = V_5; NullCheck(L_7); int32_t L_9 = L_8; uint16_t L_10 = (uint16_t)(L_7)->GetAt(static_cast(L_9)); uint16_t L_11 = L_10; V_6 = L_11; NullCheck(L_6); uint16_t L_12 = L_11; uint8_t L_13 = (L_6)->GetAt(static_cast(L_12)); if (!((int32_t)((int32_t)L_13&(int32_t)((int32_t)128)))) { goto IL_005b; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_14 = V_4; int32_t L_15 = V_5; NullCheck(L_14); int32_t L_16 = L_15; uint16_t L_17 = (uint16_t)(L_14)->GetAt(static_cast(L_16)); Il2CppChar L_18 = ___stopChar0; if ((((int32_t)L_17) == ((int32_t)L_18))) { goto IL_005b; } } { Il2CppChar L_19 = V_6; if ((((int32_t)L_19) == ((int32_t)((int32_t)45)))) { goto IL_005b; } } { Il2CppChar L_20 = V_6; if ((!(((uint32_t)L_20) == ((uint32_t)((int32_t)63))))) { goto IL_0025; } } IL_005b: { Il2CppChar L_21 = V_6; Il2CppChar L_22 = ___stopChar0; if ((!(((uint32_t)L_21) == ((uint32_t)L_22)))) { goto IL_0073; } } { bool L_23 = V_0; if (L_23) { goto IL_0073; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_24 = __this->get_address_of_ps_5(); int32_t L_25 = V_5; L_24->set_charPos_1(((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1))); return; } IL_0073: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_26 = __this->get_address_of_ps_5(); int32_t L_27 = V_5; L_26->set_charPos_1(L_27); Il2CppChar L_28 = V_6; if ((!(((uint32_t)L_28) <= ((uint32_t)((int32_t)38))))) { goto IL_00bb; } } { Il2CppChar L_29 = V_6; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_29, (int32_t)((int32_t)9)))) { case 0: { goto IL_02a1; } case 1: { goto IL_0100; } case 2: { goto IL_02d1; } case 3: { goto IL_02d1; } case 4: { goto IL_0113; } } } { Il2CppChar L_30 = V_6; if ((((int32_t)L_30) == ((int32_t)((int32_t)34)))) { goto IL_02ac; } } { Il2CppChar L_31 = V_6; if ((((int32_t)L_31) == ((int32_t)((int32_t)38)))) { goto IL_02a1; } } { goto IL_02d1; } IL_00bb: { Il2CppChar L_32 = V_6; if ((!(((uint32_t)L_32) <= ((uint32_t)((int32_t)45))))) { goto IL_00d8; } } { Il2CppChar L_33 = V_6; if ((((int32_t)L_33) == ((int32_t)((int32_t)39)))) { goto IL_02ac; } } { Il2CppChar L_34 = V_6; if ((((int32_t)L_34) == ((int32_t)((int32_t)45)))) { goto IL_0208; } } { goto IL_02d1; } IL_00d8: { Il2CppChar L_35 = V_6; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_35, (int32_t)((int32_t)60)))) { case 0: { goto IL_015a; } case 1: { goto IL_02d1; } case 2: { goto IL_02a1; } case 3: { goto IL_025a; } } } { Il2CppChar L_36 = V_6; if ((((int32_t)L_36) == ((int32_t)((int32_t)93)))) { goto IL_02a1; } } { goto IL_02d1; } IL_0100: { int32_t L_37 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1)); int32_t L_38 = V_5; XmlTextReaderImpl_OnNewLine_mADCA9134B0A3E9B84DEDDBD677993F99B3CB6419(__this, L_38, /*hidden argument*/NULL); goto IL_002b; } IL_0113: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_39 = V_4; int32_t L_40 = V_5; NullCheck(L_39); int32_t L_41 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)); uint16_t L_42 = (uint16_t)(L_39)->GetAt(static_cast(L_41)); if ((!(((uint32_t)L_42) == ((uint32_t)((int32_t)10))))) { goto IL_0126; } } { int32_t L_43 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)2)); goto IL_014d; } IL_0126: { int32_t L_44 = V_5; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_45 = __this->get_address_of_ps_5(); int32_t L_46 = L_45->get_charsUsed_2(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1))) < ((int32_t)L_46))) { goto IL_0147; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_47 = __this->get_address_of_ps_5(); bool L_48 = L_47->get_isEof_15(); if (!L_48) { goto IL_032f; } } IL_0147: { int32_t L_49 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)1)); } IL_014d: { int32_t L_50 = V_5; XmlTextReaderImpl_OnNewLine_mADCA9134B0A3E9B84DEDDBD677993F99B3CB6419(__this, L_50, /*hidden argument*/NULL); goto IL_002b; } IL_015a: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_51 = V_4; int32_t L_52 = V_5; NullCheck(L_51); int32_t L_53 = ((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)1)); uint16_t L_54 = (uint16_t)(L_51)->GetAt(static_cast(L_53)); if ((!(((uint32_t)L_54) == ((uint32_t)((int32_t)63))))) { goto IL_0184; } } { bool L_55 = ___recognizeLiterals1; if (!L_55) { goto IL_01fd; } } { bool L_56 = V_0; if (L_56) { goto IL_01fd; } } { bool L_57 = V_1; if (L_57) { goto IL_01fd; } } { V_2 = (bool)1; int32_t L_58 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_58, (int32_t)2)); goto IL_002b; } IL_0184: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_59 = V_4; int32_t L_60 = V_5; NullCheck(L_59); int32_t L_61 = ((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)1)); uint16_t L_62 = (uint16_t)(L_59)->GetAt(static_cast(L_61)); if ((!(((uint32_t)L_62) == ((uint32_t)((int32_t)33))))) { goto IL_01dc; } } { int32_t L_63 = V_5; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_64 = __this->get_address_of_ps_5(); int32_t L_65 = L_64->get_charsUsed_2(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_63, (int32_t)3))) < ((int32_t)L_65))) { goto IL_01b0; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_66 = __this->get_address_of_ps_5(); bool L_67 = L_66->get_isEof_15(); if (!L_67) { goto IL_032f; } } IL_01b0: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_68 = V_4; int32_t L_69 = V_5; NullCheck(L_68); int32_t L_70 = ((int32_t)il2cpp_codegen_add((int32_t)L_69, (int32_t)2)); uint16_t L_71 = (uint16_t)(L_68)->GetAt(static_cast(L_70)); if ((!(((uint32_t)L_71) == ((uint32_t)((int32_t)45))))) { goto IL_01fd; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_72 = V_4; int32_t L_73 = V_5; NullCheck(L_72); int32_t L_74 = ((int32_t)il2cpp_codegen_add((int32_t)L_73, (int32_t)3)); uint16_t L_75 = (uint16_t)(L_72)->GetAt(static_cast(L_74)); if ((!(((uint32_t)L_75) == ((uint32_t)((int32_t)45))))) { goto IL_01fd; } } { bool L_76 = ___recognizeLiterals1; if (!L_76) { goto IL_01fd; } } { bool L_77 = V_0; if (L_77) { goto IL_01fd; } } { bool L_78 = V_2; if (L_78) { goto IL_01fd; } } { V_1 = (bool)1; int32_t L_79 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_79, (int32_t)4)); goto IL_002b; } IL_01dc: { int32_t L_80 = V_5; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_81 = __this->get_address_of_ps_5(); int32_t L_82 = L_81->get_charsUsed_2(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_80, (int32_t)1))) < ((int32_t)L_82))) { goto IL_01fd; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_83 = __this->get_address_of_ps_5(); bool L_84 = L_83->get_isEof_15(); if (!L_84) { goto IL_032f; } } IL_01fd: { int32_t L_85 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_85, (int32_t)1)); goto IL_002b; } IL_0208: { bool L_86 = V_1; if (!L_86) { goto IL_024f; } } { int32_t L_87 = V_5; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_88 = __this->get_address_of_ps_5(); int32_t L_89 = L_88->get_charsUsed_2(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_87, (int32_t)2))) < ((int32_t)L_89))) { goto IL_022c; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_90 = __this->get_address_of_ps_5(); bool L_91 = L_90->get_isEof_15(); if (!L_91) { goto IL_032f; } } IL_022c: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_92 = V_4; int32_t L_93 = V_5; NullCheck(L_92); int32_t L_94 = ((int32_t)il2cpp_codegen_add((int32_t)L_93, (int32_t)1)); uint16_t L_95 = (uint16_t)(L_92)->GetAt(static_cast(L_94)); if ((!(((uint32_t)L_95) == ((uint32_t)((int32_t)45))))) { goto IL_024f; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_96 = V_4; int32_t L_97 = V_5; NullCheck(L_96); int32_t L_98 = ((int32_t)il2cpp_codegen_add((int32_t)L_97, (int32_t)2)); uint16_t L_99 = (uint16_t)(L_96)->GetAt(static_cast(L_98)); if ((!(((uint32_t)L_99) == ((uint32_t)((int32_t)62))))) { goto IL_024f; } } { V_1 = (bool)0; int32_t L_100 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_100, (int32_t)2)); goto IL_002b; } IL_024f: { int32_t L_101 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_101, (int32_t)1)); goto IL_002b; } IL_025a: { bool L_102 = V_2; if (!L_102) { goto IL_0296; } } { int32_t L_103 = V_5; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_104 = __this->get_address_of_ps_5(); int32_t L_105 = L_104->get_charsUsed_2(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_103, (int32_t)1))) < ((int32_t)L_105))) { goto IL_027e; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_106 = __this->get_address_of_ps_5(); bool L_107 = L_106->get_isEof_15(); if (!L_107) { goto IL_032f; } } IL_027e: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_108 = V_4; int32_t L_109 = V_5; NullCheck(L_108); int32_t L_110 = ((int32_t)il2cpp_codegen_add((int32_t)L_109, (int32_t)1)); uint16_t L_111 = (uint16_t)(L_108)->GetAt(static_cast(L_110)); if ((!(((uint32_t)L_111) == ((uint32_t)((int32_t)62))))) { goto IL_0296; } } { V_2 = (bool)0; int32_t L_112 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_112, (int32_t)1)); goto IL_002b; } IL_0296: { int32_t L_113 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_113, (int32_t)1)); goto IL_002b; } IL_02a1: { int32_t L_114 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_114, (int32_t)1)); goto IL_002b; } IL_02ac: { bool L_115 = V_0; if (!L_115) { goto IL_02b8; } } { Il2CppChar L_116 = V_3; Il2CppChar L_117 = V_6; if ((!(((uint32_t)L_116) == ((uint32_t)L_117)))) { goto IL_02c6; } } { V_0 = (bool)0; goto IL_02c6; } IL_02b8: { bool L_118 = ___recognizeLiterals1; if (!L_118) { goto IL_02c6; } } { bool L_119 = V_1; if (L_119) { goto IL_02c6; } } { bool L_120 = V_2; if (L_120) { goto IL_02c6; } } { V_0 = (bool)1; Il2CppChar L_121 = V_6; V_3 = L_121; } IL_02c6: { int32_t L_122 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_122, (int32_t)1)); goto IL_002b; } IL_02d1: { int32_t L_123 = V_5; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_124 = __this->get_address_of_ps_5(); int32_t L_125 = L_124->get_charsUsed_2(); if ((((int32_t)L_123) == ((int32_t)L_125))) { goto IL_032f; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_126 = V_4; int32_t L_127 = V_5; NullCheck(L_126); int32_t L_128 = L_127; uint16_t L_129 = (uint16_t)(L_126)->GetAt(static_cast(L_128)); bool L_130; L_130 = XmlCharType_IsHighSurrogate_m05FA9C7BBB540AD6890CCDCC286E6699F7351301(L_129, /*hidden argument*/NULL); if (!L_130) { goto IL_031a; } } { int32_t L_131 = V_5; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_132 = __this->get_address_of_ps_5(); int32_t L_133 = L_132->get_charsUsed_2(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_131, (int32_t)1))) == ((int32_t)L_133))) { goto IL_032f; } } { int32_t L_134 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_134, (int32_t)1)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_135 = V_4; int32_t L_136 = V_5; NullCheck(L_135); int32_t L_137 = L_136; uint16_t L_138 = (uint16_t)(L_135)->GetAt(static_cast(L_137)); bool L_139; L_139 = XmlCharType_IsLowSurrogate_m7939EE6AE78DBE960B04D2A8E957E913C2EFC6DC(L_138, /*hidden argument*/NULL); if (!L_139) { goto IL_031a; } } { int32_t L_140 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_140, (int32_t)1)); goto IL_002b; } IL_031a: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_141 = V_4; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_142 = __this->get_address_of_ps_5(); int32_t L_143 = L_142->get_charsUsed_2(); int32_t L_144 = V_5; XmlTextReaderImpl_ThrowInvalidChar_mDAFCD0B1E2B9F8AB3D99FF8A334B5D5C98EF3DFC(__this, L_141, L_143, L_144, /*hidden argument*/NULL); } IL_032f: { int32_t L_145; L_145 = XmlTextReaderImpl_ReadData_m30A9B855279BE3BBC531BB50D5DCE4B903AF0512(__this, /*hidden argument*/NULL); if (L_145) { goto IL_0384; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_146 = __this->get_address_of_ps_5(); int32_t L_147 = L_146->get_charsUsed_2(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_148 = __this->get_address_of_ps_5(); int32_t L_149 = L_148->get_charPos_1(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_147, (int32_t)L_149))) <= ((int32_t)0))) { goto IL_0379; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_150 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_151 = L_150->get_chars_0(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_152 = __this->get_address_of_ps_5(); int32_t L_153 = L_152->get_charPos_1(); NullCheck(L_151); int32_t L_154 = L_153; uint16_t L_155 = (uint16_t)(L_151)->GetAt(static_cast(L_154)); if ((((int32_t)L_155) == ((int32_t)((int32_t)13)))) { goto IL_0384; } } { XmlTextReaderImpl_Throw_mCD8CB19976D7CF68CE3A26E4D4771C0A44DA51E7(__this, _stringLiteral13FB70ADE9D0DE3E48F4543466E8766DDC3A72B8, /*hidden argument*/NULL); goto IL_0384; } IL_0379: { XmlTextReaderImpl_Throw_mCD8CB19976D7CF68CE3A26E4D4771C0A44DA51E7(__this, _stringLiteral13FB70ADE9D0DE3E48F4543466E8766DDC3A72B8, /*hidden argument*/NULL); } IL_0384: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_156 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_157 = L_156->get_chars_0(); V_4 = L_157; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_158 = __this->get_address_of_ps_5(); int32_t L_159 = L_158->get_charPos_1(); V_5 = L_159; goto IL_002b; } } // System.Int32 System.Xml.XmlTextReaderImpl::EatWhitespaces(System.Text.StringBuilder) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_EatWhitespaces_mAEEB8942E7FDD3912DDDE7DD642F4E558855316E (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, StringBuilder_t * ___sb0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral13FB70ADE9D0DE3E48F4543466E8766DDC3A72B8); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* V_2 = NULL; int32_t V_3 = 0; Il2CppChar V_4 = 0x0; int32_t V_5 = 0; int32_t V_6 = 0; { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_0 = __this->get_address_of_ps_5(); int32_t L_1 = L_0->get_charPos_1(); V_0 = L_1; V_1 = 0; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_2 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_3 = L_2->get_chars_0(); V_2 = L_3; } IL_001a: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_4 = V_2; int32_t L_5 = V_0; NullCheck(L_4); int32_t L_6 = L_5; uint16_t L_7 = (uint16_t)(L_4)->GetAt(static_cast(L_6)); V_4 = L_7; Il2CppChar L_8 = V_4; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)((int32_t)9)))) { case 0: { goto IL_00f5; } case 1: { goto IL_004b; } case 2: { goto IL_00fe; } case 3: { goto IL_00fe; } case 4: { goto IL_0058; } } } { Il2CppChar L_9 = V_4; if ((((int32_t)L_9) == ((int32_t)((int32_t)32)))) { goto IL_00f5; } } { goto IL_00fe; } IL_004b: { int32_t L_10 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); int32_t L_11 = V_0; XmlTextReaderImpl_OnNewLine_mADCA9134B0A3E9B84DEDDBD677993F99B3CB6419(__this, L_11, /*hidden argument*/NULL); goto IL_001a; } IL_0058: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_12 = V_2; int32_t L_13 = V_0; NullCheck(L_12); int32_t L_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); uint16_t L_15 = (uint16_t)(L_12)->GetAt(static_cast(L_14)); if ((!(((uint32_t)L_15) == ((uint32_t)((int32_t)10))))) { goto IL_00b3; } } { int32_t L_16 = V_0; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_17 = __this->get_address_of_ps_5(); int32_t L_18 = L_17->get_charPos_1(); V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)L_18)); StringBuilder_t * L_19 = ___sb0; if (!L_19) { goto IL_00ad; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_20 = __this->get_address_of_ps_5(); bool L_21 = L_20->get_eolNormalized_19(); if (L_21) { goto IL_00ad; } } { int32_t L_22 = V_5; if ((((int32_t)L_22) <= ((int32_t)0))) { goto IL_009f; } } { StringBuilder_t * L_23 = ___sb0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_24 = V_2; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_25 = __this->get_address_of_ps_5(); int32_t L_26 = L_25->get_charPos_1(); int32_t L_27 = V_5; NullCheck(L_23); StringBuilder_t * L_28; L_28 = StringBuilder_Append_m4B771D7BFE8A65C9A504EC5847A699EB678B02DB(L_23, L_24, L_26, L_27, /*hidden argument*/NULL); int32_t L_29 = V_1; int32_t L_30 = V_5; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)L_30)); } IL_009f: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_31 = __this->get_address_of_ps_5(); int32_t L_32 = V_0; L_31->set_charPos_1(((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1))); } IL_00ad: { int32_t L_33 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)2)); goto IL_00e9; } IL_00b3: { int32_t L_34 = V_0; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_35 = __this->get_address_of_ps_5(); int32_t L_36 = L_35->get_charsUsed_2(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1))) < ((int32_t)L_36))) { goto IL_00d3; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_37 = __this->get_address_of_ps_5(); bool L_38 = L_37->get_isEof_15(); if (!L_38) { goto IL_0155; } } IL_00d3: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_39 = __this->get_address_of_ps_5(); bool L_40 = L_39->get_eolNormalized_19(); if (L_40) { goto IL_00e5; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_41 = V_2; int32_t L_42 = V_0; NullCheck(L_41); (L_41)->SetAt(static_cast(L_42), (Il2CppChar)((int32_t)10)); } IL_00e5: { int32_t L_43 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1)); } IL_00e9: { int32_t L_44 = V_0; XmlTextReaderImpl_OnNewLine_mADCA9134B0A3E9B84DEDDBD677993F99B3CB6419(__this, L_44, /*hidden argument*/NULL); goto IL_001a; } IL_00f5: { int32_t L_45 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)1)); goto IL_001a; } IL_00fe: { int32_t L_46 = V_0; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_47 = __this->get_address_of_ps_5(); int32_t L_48 = L_47->get_charsUsed_2(); if ((((int32_t)L_46) == ((int32_t)L_48))) { goto IL_0155; } } { int32_t L_49 = V_0; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_50 = __this->get_address_of_ps_5(); int32_t L_51 = L_50->get_charPos_1(); V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_49, (int32_t)L_51)); int32_t L_52 = V_6; if ((((int32_t)L_52) <= ((int32_t)0))) { goto IL_0153; } } { StringBuilder_t * L_53 = ___sb0; if (!L_53) { goto IL_0142; } } { StringBuilder_t * L_54 = ___sb0; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_55 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_56 = L_55->get_chars_0(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_57 = __this->get_address_of_ps_5(); int32_t L_58 = L_57->get_charPos_1(); int32_t L_59 = V_6; NullCheck(L_54); StringBuilder_t * L_60; L_60 = StringBuilder_Append_m4B771D7BFE8A65C9A504EC5847A699EB678B02DB(L_54, L_56, L_58, L_59, /*hidden argument*/NULL); } IL_0142: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_61 = __this->get_address_of_ps_5(); int32_t L_62 = V_0; L_61->set_charPos_1(L_62); int32_t L_63 = V_1; int32_t L_64 = V_6; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_63, (int32_t)L_64)); } IL_0153: { int32_t L_65 = V_1; return L_65; } IL_0155: { int32_t L_66 = V_0; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_67 = __this->get_address_of_ps_5(); int32_t L_68 = L_67->get_charPos_1(); V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_66, (int32_t)L_68)); int32_t L_69 = V_3; if ((((int32_t)L_69) <= ((int32_t)0))) { goto IL_0198; } } { StringBuilder_t * L_70 = ___sb0; if (!L_70) { goto IL_0188; } } { StringBuilder_t * L_71 = ___sb0; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_72 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_73 = L_72->get_chars_0(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_74 = __this->get_address_of_ps_5(); int32_t L_75 = L_74->get_charPos_1(); int32_t L_76 = V_3; NullCheck(L_71); StringBuilder_t * L_77; L_77 = StringBuilder_Append_m4B771D7BFE8A65C9A504EC5847A699EB678B02DB(L_71, L_73, L_75, L_76, /*hidden argument*/NULL); } IL_0188: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_78 = __this->get_address_of_ps_5(); int32_t L_79 = V_0; L_78->set_charPos_1(L_79); int32_t L_80 = V_1; int32_t L_81 = V_3; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_80, (int32_t)L_81)); } IL_0198: { int32_t L_82; L_82 = XmlTextReaderImpl_ReadData_m30A9B855279BE3BBC531BB50D5DCE4B903AF0512(__this, /*hidden argument*/NULL); if (L_82) { goto IL_01e1; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_83 = __this->get_address_of_ps_5(); int32_t L_84 = L_83->get_charsUsed_2(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_85 = __this->get_address_of_ps_5(); int32_t L_86 = L_85->get_charPos_1(); if (((int32_t)il2cpp_codegen_subtract((int32_t)L_84, (int32_t)L_86))) { goto IL_01bb; } } { int32_t L_87 = V_1; return L_87; } IL_01bb: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_88 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_89 = L_88->get_chars_0(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_90 = __this->get_address_of_ps_5(); int32_t L_91 = L_90->get_charPos_1(); NullCheck(L_89); int32_t L_92 = L_91; uint16_t L_93 = (uint16_t)(L_89)->GetAt(static_cast(L_92)); if ((((int32_t)L_93) == ((int32_t)((int32_t)13)))) { goto IL_01e1; } } { XmlTextReaderImpl_Throw_mCD8CB19976D7CF68CE3A26E4D4771C0A44DA51E7(__this, _stringLiteral13FB70ADE9D0DE3E48F4543466E8766DDC3A72B8, /*hidden argument*/NULL); } IL_01e1: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_94 = __this->get_address_of_ps_5(); int32_t L_95 = L_94->get_charPos_1(); V_0 = L_95; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_96 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_97 = L_96->get_chars_0(); V_2 = L_97; goto IL_001a; } } // System.Int32 System.Xml.XmlTextReaderImpl::ParseCharRefInline(System.Int32,System.Int32&,System.Xml.XmlTextReaderImpl/EntityType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_ParseCharRefInline_m91737955DB23F848F8D2A33A82B0A5F14623989A (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, int32_t ___startPos0, int32_t* ___charCount1, int32_t* ___entityType2, const RuntimeMethod* method) { { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_0 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_1 = L_0->get_chars_0(); int32_t L_2 = ___startPos0; NullCheck(L_1); int32_t L_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)); uint16_t L_4 = (uint16_t)(L_1)->GetAt(static_cast(L_3)); if ((!(((uint32_t)L_4) == ((uint32_t)((int32_t)35))))) { goto IL_001f; } } { int32_t L_5 = ___startPos0; int32_t* L_6 = ___charCount1; int32_t* L_7 = ___entityType2; int32_t L_8; L_8 = XmlTextReaderImpl_ParseNumericCharRefInline_m0B459F2A106C317EB2CBB44F89826A945F1E4B5B(__this, L_5, (bool)1, (StringBuilder_t *)NULL, (int32_t*)L_6, (int32_t*)L_7, /*hidden argument*/NULL); return L_8; } IL_001f: { int32_t* L_9 = ___charCount1; *((int32_t*)L_9) = (int32_t)1; int32_t* L_10 = ___entityType2; *((int32_t*)L_10) = (int32_t)2; int32_t L_11 = ___startPos0; int32_t L_12; L_12 = XmlTextReaderImpl_ParseNamedCharRefInline_mD2DA07EAFF14C72BFBB5799D6EE31A193F371E04(__this, L_11, (bool)1, (StringBuilder_t *)NULL, /*hidden argument*/NULL); return L_12; } } // System.Int32 System.Xml.XmlTextReaderImpl::ParseNumericCharRef(System.Boolean,System.Text.StringBuilder,System.Xml.XmlTextReaderImpl/EntityType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_ParseNumericCharRef_mDB631D7F987D40A2A323E8E3DCCC4E1C0F02F7EB (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, bool ___expand0, StringBuilder_t * ___internalSubsetBuilder1, int32_t* ___entityType2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC3DB0D079E5BFE18627887A05D78AFD607BC0AAC); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; IL_0000: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_0 = __this->get_address_of_ps_5(); int32_t L_1 = L_0->get_charPos_1(); bool L_2 = ___expand0; StringBuilder_t * L_3 = ___internalSubsetBuilder1; int32_t* L_4 = ___entityType2; int32_t L_5; L_5 = XmlTextReaderImpl_ParseNumericCharRefInline_m0B459F2A106C317EB2CBB44F89826A945F1E4B5B(__this, L_1, L_2, L_3, (int32_t*)(&V_1), (int32_t*)L_4, /*hidden argument*/NULL); int32_t L_6 = L_5; V_0 = L_6; V_2 = L_6; int32_t L_7 = V_2; if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)-2))))) { goto IL_0033; } } { int32_t L_8; L_8 = XmlTextReaderImpl_ReadData_m30A9B855279BE3BBC531BB50D5DCE4B903AF0512(__this, /*hidden argument*/NULL); if (L_8) { goto IL_0000; } } { XmlTextReaderImpl_Throw_mCD8CB19976D7CF68CE3A26E4D4771C0A44DA51E7(__this, _stringLiteralC3DB0D079E5BFE18627887A05D78AFD607BC0AAC, /*hidden argument*/NULL); goto IL_0000; } IL_0033: { bool L_9 = ___expand0; if (!L_9) { goto IL_0044; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_10 = __this->get_address_of_ps_5(); int32_t L_11 = V_0; int32_t L_12 = V_1; L_10->set_charPos_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)L_12))); } IL_0044: { int32_t L_13 = V_0; return L_13; } } // System.Int32 System.Xml.XmlTextReaderImpl::ParseNumericCharRefInline(System.Int32,System.Boolean,System.Text.StringBuilder,System.Int32&,System.Xml.XmlTextReaderImpl/EntityType&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_ParseNumericCharRefInline_m0B459F2A106C317EB2CBB44F89826A945F1E4B5B (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, int32_t ___startPos0, bool ___expand1, StringBuilder_t * ___internalSubsetBuilder2, int32_t* ___charCount3, int32_t* ___entityType4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTextReaderImpl_ParseNumericCharRefInline_m0B459F2A106C317EB2CBB44F89826A945F1E4B5B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0DDD59971908C2866702474E28490B7C5C1356ED); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral37A05C2D8FD93BC463950C5DDF58614B3DEDE3EA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral37FDAAF1C91F947734553260891C6678930EDDA0); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* V_2 = NULL; String_t* V_3 = NULL; int32_t V_4 = 0; Il2CppChar V_5 = 0x0; int32_t V_6 = 0; OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9 * V_7 = NULL; Il2CppChar V_8 = 0x0; Il2CppChar V_9 = 0x0; Il2CppChar V_10 = 0x0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * G_B36_0 = NULL; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * G_B35_0 = NULL; int32_t G_B37_0 = 0; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * G_B37_1 = NULL; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * G_B48_0 = NULL; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * G_B47_0 = NULL; int32_t G_B49_0 = 0; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * G_B49_1 = NULL; { V_0 = 0; V_3 = (String_t*)NULL; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_0 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_1 = L_0->get_chars_0(); V_2 = L_1; int32_t L_2 = ___startPos0; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)2)); int32_t* L_3 = ___charCount3; *((int32_t*)L_3) = (int32_t)0; V_4 = 0; } IL_001b: try {// begin try (depth: 1) { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_4 = V_2; int32_t L_5 = V_1; NullCheck(L_4); int32_t L_6 = L_5; uint16_t L_7 = (uint16_t)(L_4)->GetAt(static_cast(L_6)); if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)120))))) { goto IL_008f; } } IL_0022: { int32_t L_8 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); int32_t L_9 = V_1; V_4 = L_9; V_3 = _stringLiteral37A05C2D8FD93BC463950C5DDF58614B3DEDE3EA; } IL_002f: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_10 = V_2; int32_t L_11 = V_1; NullCheck(L_10); int32_t L_12 = L_11; uint16_t L_13 = (uint16_t)(L_10)->GetAt(static_cast(L_12)); V_5 = L_13; Il2CppChar L_14 = V_5; if ((((int32_t)L_14) < ((int32_t)((int32_t)48)))) { goto IL_004d; } } IL_003a: { Il2CppChar L_15 = V_5; if ((((int32_t)L_15) > ((int32_t)((int32_t)57)))) { goto IL_004d; } } IL_0040: { int32_t L_16 = V_0; if (((int64_t)L_16 * (int64_t)((int32_t)16) < (int64_t)kIl2CppInt32Min) || ((int64_t)L_16 * (int64_t)((int32_t)16) > (int64_t)kIl2CppInt32Max)) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), XmlTextReaderImpl_ParseNumericCharRefInline_m0B459F2A106C317EB2CBB44F89826A945F1E4B5B_RuntimeMethod_var); Il2CppChar L_17 = V_5; if (((int64_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_16, (int32_t)((int32_t)16))) + (int64_t)L_17 < (int64_t)kIl2CppInt32Min) || ((int64_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_16, (int32_t)((int32_t)16))) + (int64_t)L_17 > (int64_t)kIl2CppInt32Max)) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), XmlTextReaderImpl_ParseNumericCharRefInline_m0B459F2A106C317EB2CBB44F89826A945F1E4B5B_RuntimeMethod_var); if (((int64_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_16, (int32_t)((int32_t)16))), (int32_t)L_17)) - (int64_t)((int32_t)48) < (int64_t)kIl2CppInt32Min) || ((int64_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_16, (int32_t)((int32_t)16))), (int32_t)L_17)) - (int64_t)((int32_t)48) > (int64_t)kIl2CppInt32Max)) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), XmlTextReaderImpl_ParseNumericCharRefInline_m0B459F2A106C317EB2CBB44F89826A945F1E4B5B_RuntimeMethod_var); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_16, (int32_t)((int32_t)16))), (int32_t)L_17)), (int32_t)((int32_t)48))); goto IL_0083; } IL_004d: { Il2CppChar L_18 = V_5; if ((((int32_t)L_18) < ((int32_t)((int32_t)97)))) { goto IL_0069; } } IL_0053: { Il2CppChar L_19 = V_5; if ((((int32_t)L_19) > ((int32_t)((int32_t)102)))) { goto IL_0069; } } IL_0059: { int32_t L_20 = V_0; if (((int64_t)L_20 * (int64_t)((int32_t)16) < (int64_t)kIl2CppInt32Min) || ((int64_t)L_20 * (int64_t)((int32_t)16) > (int64_t)kIl2CppInt32Max)) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), XmlTextReaderImpl_ParseNumericCharRefInline_m0B459F2A106C317EB2CBB44F89826A945F1E4B5B_RuntimeMethod_var); if (((int64_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_20, (int32_t)((int32_t)16))) + (int64_t)((int32_t)10) < (int64_t)kIl2CppInt32Min) || ((int64_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_20, (int32_t)((int32_t)16))) + (int64_t)((int32_t)10) > (int64_t)kIl2CppInt32Max)) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), XmlTextReaderImpl_ParseNumericCharRefInline_m0B459F2A106C317EB2CBB44F89826A945F1E4B5B_RuntimeMethod_var); Il2CppChar L_21 = V_5; if (((int64_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_20, (int32_t)((int32_t)16))), (int32_t)((int32_t)10))) + (int64_t)L_21 < (int64_t)kIl2CppInt32Min) || ((int64_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_20, (int32_t)((int32_t)16))), (int32_t)((int32_t)10))) + (int64_t)L_21 > (int64_t)kIl2CppInt32Max)) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), XmlTextReaderImpl_ParseNumericCharRefInline_m0B459F2A106C317EB2CBB44F89826A945F1E4B5B_RuntimeMethod_var); if (((int64_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_20, (int32_t)((int32_t)16))), (int32_t)((int32_t)10))), (int32_t)L_21)) - (int64_t)((int32_t)97) < (int64_t)kIl2CppInt32Min) || ((int64_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_20, (int32_t)((int32_t)16))), (int32_t)((int32_t)10))), (int32_t)L_21)) - (int64_t)((int32_t)97) > (int64_t)kIl2CppInt32Max)) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), XmlTextReaderImpl_ParseNumericCharRefInline_m0B459F2A106C317EB2CBB44F89826A945F1E4B5B_RuntimeMethod_var); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_20, (int32_t)((int32_t)16))), (int32_t)((int32_t)10))), (int32_t)L_21)), (int32_t)((int32_t)97))); goto IL_0083; } IL_0069: { Il2CppChar L_22 = V_5; if ((((int32_t)L_22) < ((int32_t)((int32_t)65)))) { goto IL_0089; } } IL_006f: { Il2CppChar L_23 = V_5; if ((((int32_t)L_23) > ((int32_t)((int32_t)70)))) { goto IL_0089; } } IL_0075: { int32_t L_24 = V_0; if (((int64_t)L_24 * (int64_t)((int32_t)16) < (int64_t)kIl2CppInt32Min) || ((int64_t)L_24 * (int64_t)((int32_t)16) > (int64_t)kIl2CppInt32Max)) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), XmlTextReaderImpl_ParseNumericCharRefInline_m0B459F2A106C317EB2CBB44F89826A945F1E4B5B_RuntimeMethod_var); if (((int64_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_24, (int32_t)((int32_t)16))) + (int64_t)((int32_t)10) < (int64_t)kIl2CppInt32Min) || ((int64_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_24, (int32_t)((int32_t)16))) + (int64_t)((int32_t)10) > (int64_t)kIl2CppInt32Max)) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), XmlTextReaderImpl_ParseNumericCharRefInline_m0B459F2A106C317EB2CBB44F89826A945F1E4B5B_RuntimeMethod_var); Il2CppChar L_25 = V_5; if (((int64_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_24, (int32_t)((int32_t)16))), (int32_t)((int32_t)10))) + (int64_t)L_25 < (int64_t)kIl2CppInt32Min) || ((int64_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_24, (int32_t)((int32_t)16))), (int32_t)((int32_t)10))) + (int64_t)L_25 > (int64_t)kIl2CppInt32Max)) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), XmlTextReaderImpl_ParseNumericCharRefInline_m0B459F2A106C317EB2CBB44F89826A945F1E4B5B_RuntimeMethod_var); if (((int64_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_24, (int32_t)((int32_t)16))), (int32_t)((int32_t)10))), (int32_t)L_25)) - (int64_t)((int32_t)65) < (int64_t)kIl2CppInt32Min) || ((int64_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_24, (int32_t)((int32_t)16))), (int32_t)((int32_t)10))), (int32_t)L_25)) - (int64_t)((int32_t)65) > (int64_t)kIl2CppInt32Max)) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), XmlTextReaderImpl_ParseNumericCharRefInline_m0B459F2A106C317EB2CBB44F89826A945F1E4B5B_RuntimeMethod_var); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_24, (int32_t)((int32_t)16))), (int32_t)((int32_t)10))), (int32_t)L_25)), (int32_t)((int32_t)65))); } IL_0083: { int32_t L_26 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)); goto IL_002f; } IL_0089: { int32_t* L_27 = ___entityType4; *((int32_t*)L_27) = (int32_t)1; goto IL_00d9; } IL_008f: { int32_t L_28 = V_1; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_29 = __this->get_address_of_ps_5(); int32_t L_30 = L_29->get_charsUsed_2(); if ((((int32_t)L_28) >= ((int32_t)L_30))) { goto IL_00cc; } } IL_009d: { int32_t L_31 = V_1; V_4 = L_31; V_3 = _stringLiteral0DDD59971908C2866702474E28490B7C5C1356ED; goto IL_00b8; } IL_00a8: { int32_t L_32 = V_0; if (((int64_t)L_32 * (int64_t)((int32_t)10) < (int64_t)kIl2CppInt32Min) || ((int64_t)L_32 * (int64_t)((int32_t)10) > (int64_t)kIl2CppInt32Max)) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), XmlTextReaderImpl_ParseNumericCharRefInline_m0B459F2A106C317EB2CBB44F89826A945F1E4B5B_RuntimeMethod_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_33 = V_2; int32_t L_34 = V_1; NullCheck(L_33); int32_t L_35 = L_34; uint16_t L_36 = (uint16_t)(L_33)->GetAt(static_cast(L_35)); if (((int64_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_32, (int32_t)((int32_t)10))) + (int64_t)L_36 < (int64_t)kIl2CppInt32Min) || ((int64_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_32, (int32_t)((int32_t)10))) + (int64_t)L_36 > (int64_t)kIl2CppInt32Max)) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), XmlTextReaderImpl_ParseNumericCharRefInline_m0B459F2A106C317EB2CBB44F89826A945F1E4B5B_RuntimeMethod_var); if (((int64_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_32, (int32_t)((int32_t)10))), (int32_t)L_36)) - (int64_t)((int32_t)48) < (int64_t)kIl2CppInt32Min) || ((int64_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_32, (int32_t)((int32_t)10))), (int32_t)L_36)) - (int64_t)((int32_t)48) > (int64_t)kIl2CppInt32Max)) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), XmlTextReaderImpl_ParseNumericCharRefInline_m0B459F2A106C317EB2CBB44F89826A945F1E4B5B_RuntimeMethod_var); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_32, (int32_t)((int32_t)10))), (int32_t)L_36)), (int32_t)((int32_t)48))); int32_t L_37 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1)); } IL_00b8: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_38 = V_2; int32_t L_39 = V_1; NullCheck(L_38); int32_t L_40 = L_39; uint16_t L_41 = (uint16_t)(L_38)->GetAt(static_cast(L_40)); if ((((int32_t)L_41) < ((int32_t)((int32_t)48)))) { goto IL_00c6; } } IL_00bf: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_42 = V_2; int32_t L_43 = V_1; NullCheck(L_42); int32_t L_44 = L_43; uint16_t L_45 = (uint16_t)(L_42)->GetAt(static_cast(L_44)); if ((((int32_t)L_45) <= ((int32_t)((int32_t)57)))) { goto IL_00a8; } } IL_00c6: { int32_t* L_46 = ___entityType4; *((int32_t*)L_46) = (int32_t)0; goto IL_00d9; } IL_00cc: { int32_t* L_47 = ___entityType4; *((int32_t*)L_47) = (int32_t)4; V_6 = ((int32_t)-2); goto IL_0266; } IL_00d9: { goto IL_00fd; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00db; } throw e; } CATCH_00db: {// begin catch(System.OverflowException) V_7 = ((OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9 *)IL2CPP_GET_ACTIVE_EXCEPTION(OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9 *)); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_48 = __this->get_address_of_ps_5(); int32_t L_49 = V_1; L_48->set_charPos_1(L_49); int32_t* L_50 = ___entityType4; *((int32_t*)L_50) = (int32_t)4; OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9 * L_51 = V_7; XmlTextReaderImpl_Throw_m2E5B5A11A5A75EC1131000110CA41D6473DE90C1(__this, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC322EB89F06EA9126EEB00F7CCE625D04A1EA9F4)), (String_t*)NULL, L_51, /*hidden argument*/NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00fd; }// end catch (depth: 1) IL_00fd: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_52 = V_2; int32_t L_53 = V_1; NullCheck(L_52); int32_t L_54 = L_53; uint16_t L_55 = (uint16_t)(L_52)->GetAt(static_cast(L_54)); if ((!(((uint32_t)L_55) == ((uint32_t)((int32_t)59))))) { goto IL_0109; } } { int32_t L_56 = V_4; int32_t L_57 = V_1; if ((!(((uint32_t)L_56) == ((uint32_t)L_57)))) { goto IL_0122; } } IL_0109: { int32_t L_58 = V_1; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_59 = __this->get_address_of_ps_5(); int32_t L_60 = L_59->get_charsUsed_2(); if ((!(((uint32_t)L_58) == ((uint32_t)L_60)))) { goto IL_011a; } } { return ((int32_t)-2); } IL_011a: { int32_t L_61 = V_1; String_t* L_62 = V_3; XmlTextReaderImpl_Throw_m64FD15D7750F11BCA718303F4A7544BB79620CC6(__this, L_61, L_62, /*hidden argument*/NULL); } IL_0122: { int32_t L_63 = V_0; if ((((int32_t)L_63) > ((int32_t)((int32_t)65535)))) { goto IL_01cd; } } { int32_t L_64 = V_0; V_8 = ((int32_t)((uint16_t)L_64)); XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * L_65 = __this->get_address_of_xmlCharType_4(); Il2CppChar L_66 = V_8; bool L_67; L_67 = XmlCharType_IsCharData_m8FA0C15217389BFB0EC8DCD7CBED0A1DE4EF7444((XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA *)L_65, L_66, /*hidden argument*/NULL); if (L_67) { goto IL_018e; } } { bool L_68 = __this->get_v1Compat_36(); if (!L_68) { goto IL_0150; } } { bool L_69 = __this->get_normalize_23(); if (L_69) { goto IL_0160; } } IL_0150: { bool L_70 = __this->get_v1Compat_36(); if (L_70) { goto IL_018e; } } { bool L_71 = __this->get_checkCharacters_30(); if (!L_71) { goto IL_018e; } } IL_0160: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_72 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_73 = L_72->get_chars_0(); int32_t L_74 = ___startPos0; NullCheck(L_73); int32_t L_75 = ((int32_t)il2cpp_codegen_add((int32_t)L_74, (int32_t)2)); uint16_t L_76 = (uint16_t)(L_73)->GetAt(static_cast(L_75)); G_B35_0 = __this; if ((((int32_t)L_76) == ((int32_t)((int32_t)120)))) { G_B36_0 = __this; goto IL_0179; } } { int32_t L_77 = ___startPos0; G_B37_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_77, (int32_t)2)); G_B37_1 = G_B35_0; goto IL_017c; } IL_0179: { int32_t L_78 = ___startPos0; G_B37_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_78, (int32_t)3)); G_B37_1 = G_B36_0; } IL_017c: { Il2CppChar L_79 = V_8; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_80; L_80 = XmlException_BuildCharExceptionArgs_mD8BDF56806D4328D88F94EC79777FFBC787E6F71(L_79, 0, /*hidden argument*/NULL); NullCheck(G_B37_1); XmlTextReaderImpl_Throw_m91C8F3D0C09D7D9FD52C52986C4D705C5DB5C0A5(G_B37_1, G_B37_0, _stringLiteral37FDAAF1C91F947734553260891C6678930EDDA0, L_80, /*hidden argument*/NULL); } IL_018e: { bool L_81 = ___expand1; if (!L_81) { goto IL_01c5; } } { StringBuilder_t * L_82 = ___internalSubsetBuilder2; if (!L_82) { goto IL_01c0; } } { StringBuilder_t * L_83 = ___internalSubsetBuilder2; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_84 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_85 = L_84->get_chars_0(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_86 = __this->get_address_of_ps_5(); int32_t L_87 = L_86->get_charPos_1(); int32_t L_88 = V_1; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_89 = __this->get_address_of_ps_5(); int32_t L_90 = L_89->get_charPos_1(); NullCheck(L_83); StringBuilder_t * L_91; L_91 = StringBuilder_Append_m4B771D7BFE8A65C9A504EC5847A699EB678B02DB(L_83, L_85, L_87, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_88, (int32_t)L_90)), (int32_t)1)), /*hidden argument*/NULL); } IL_01c0: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_92 = V_2; int32_t L_93 = V_1; Il2CppChar L_94 = V_8; NullCheck(L_92); (L_92)->SetAt(static_cast(L_93), (Il2CppChar)L_94); } IL_01c5: { int32_t* L_95 = ___charCount3; *((int32_t*)L_95) = (int32_t)1; int32_t L_96 = V_1; return ((int32_t)il2cpp_codegen_add((int32_t)L_96, (int32_t)1)); } IL_01cd: { int32_t L_97 = V_0; XmlCharType_SplitSurrogateChar_m15AF7BFFB38D7A82DD65D7ED9807014F3771EF45(L_97, (Il2CppChar*)(&V_9), (Il2CppChar*)(&V_10), /*hidden argument*/NULL); bool L_98 = __this->get_normalize_23(); if (!L_98) { goto IL_0220; } } { Il2CppChar L_99 = V_10; bool L_100; L_100 = XmlCharType_IsHighSurrogate_m05FA9C7BBB540AD6890CCDCC286E6699F7351301(L_99, /*hidden argument*/NULL); if (!L_100) { goto IL_01f1; } } { Il2CppChar L_101 = V_9; bool L_102; L_102 = XmlCharType_IsLowSurrogate_m7939EE6AE78DBE960B04D2A8E957E913C2EFC6DC(L_101, /*hidden argument*/NULL); if (L_102) { goto IL_0220; } } IL_01f1: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_103 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_104 = L_103->get_chars_0(); int32_t L_105 = ___startPos0; NullCheck(L_104); int32_t L_106 = ((int32_t)il2cpp_codegen_add((int32_t)L_105, (int32_t)2)); uint16_t L_107 = (uint16_t)(L_104)->GetAt(static_cast(L_106)); G_B47_0 = __this; if ((((int32_t)L_107) == ((int32_t)((int32_t)120)))) { G_B48_0 = __this; goto IL_020a; } } { int32_t L_108 = ___startPos0; G_B49_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_108, (int32_t)2)); G_B49_1 = G_B47_0; goto IL_020d; } IL_020a: { int32_t L_109 = ___startPos0; G_B49_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_109, (int32_t)3)); G_B49_1 = G_B48_0; } IL_020d: { Il2CppChar L_110 = V_10; Il2CppChar L_111 = V_9; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_112; L_112 = XmlException_BuildCharExceptionArgs_mD8BDF56806D4328D88F94EC79777FFBC787E6F71(L_110, L_111, /*hidden argument*/NULL); NullCheck(G_B49_1); XmlTextReaderImpl_Throw_m91C8F3D0C09D7D9FD52C52986C4D705C5DB5C0A5(G_B49_1, G_B49_0, _stringLiteral37FDAAF1C91F947734553260891C6678930EDDA0, L_112, /*hidden argument*/NULL); } IL_0220: { bool L_113 = ___expand1; if (!L_113) { goto IL_025e; } } { StringBuilder_t * L_114 = ___internalSubsetBuilder2; if (!L_114) { goto IL_0252; } } { StringBuilder_t * L_115 = ___internalSubsetBuilder2; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_116 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_117 = L_116->get_chars_0(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_118 = __this->get_address_of_ps_5(); int32_t L_119 = L_118->get_charPos_1(); int32_t L_120 = V_1; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_121 = __this->get_address_of_ps_5(); int32_t L_122 = L_121->get_charPos_1(); NullCheck(L_115); StringBuilder_t * L_123; L_123 = StringBuilder_Append_m4B771D7BFE8A65C9A504EC5847A699EB678B02DB(L_115, L_117, L_119, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_120, (int32_t)L_122)), (int32_t)1)), /*hidden argument*/NULL); } IL_0252: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_124 = V_2; int32_t L_125 = V_1; Il2CppChar L_126 = V_10; NullCheck(L_124); (L_124)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_125, (int32_t)1))), (Il2CppChar)L_126); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_127 = V_2; int32_t L_128 = V_1; Il2CppChar L_129 = V_9; NullCheck(L_127); (L_127)->SetAt(static_cast(L_128), (Il2CppChar)L_129); } IL_025e: { int32_t* L_130 = ___charCount3; *((int32_t*)L_130) = (int32_t)2; int32_t L_131 = V_1; return ((int32_t)il2cpp_codegen_add((int32_t)L_131, (int32_t)1)); } IL_0266: { int32_t L_132 = V_6; return L_132; } } // System.Int32 System.Xml.XmlTextReaderImpl::ParseNamedCharRef(System.Boolean,System.Text.StringBuilder) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_ParseNamedCharRef_mFF5E0E49C37CE701DBAA454CCFEBEF5AED093049 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, bool ___expand0, StringBuilder_t * ___internalSubsetBuilder1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; IL_0000: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_0 = __this->get_address_of_ps_5(); int32_t L_1 = L_0->get_charPos_1(); bool L_2 = ___expand0; StringBuilder_t * L_3 = ___internalSubsetBuilder1; int32_t L_4; L_4 = XmlTextReaderImpl_ParseNamedCharRefInline_mD2DA07EAFF14C72BFBB5799D6EE31A193F371E04(__this, L_1, L_2, L_3, /*hidden argument*/NULL); int32_t L_5 = L_4; V_0 = L_5; V_1 = L_5; int32_t L_6 = V_1; if ((((int32_t)L_6) == ((int32_t)((int32_t)-2)))) { goto IL_0021; } } { int32_t L_7 = V_1; if ((!(((uint32_t)L_7) == ((uint32_t)(-1))))) { goto IL_002b; } } { return (-1); } IL_0021: { int32_t L_8; L_8 = XmlTextReaderImpl_ReadData_m30A9B855279BE3BBC531BB50D5DCE4B903AF0512(__this, /*hidden argument*/NULL); if (L_8) { goto IL_0000; } } { return (-1); } IL_002b: { bool L_9 = ___expand0; if (!L_9) { goto IL_003c; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_10 = __this->get_address_of_ps_5(); int32_t L_11 = V_0; L_10->set_charPos_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)1))); } IL_003c: { int32_t L_12 = V_0; return L_12; } } // System.Int32 System.Xml.XmlTextReaderImpl::ParseNamedCharRefInline(System.Int32,System.Boolean,System.Text.StringBuilder) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_ParseNamedCharRefInline_mD2DA07EAFF14C72BFBB5799D6EE31A193F371E04 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, int32_t ___startPos0, bool ___expand1, StringBuilder_t * ___internalSubsetBuilder2, const RuntimeMethod* method) { int32_t V_0 = 0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* V_1 = NULL; Il2CppChar V_2 = 0x0; Il2CppChar V_3 = 0x0; { int32_t L_0 = ___startPos0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1)); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_1 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_2 = L_1->get_chars_0(); V_1 = L_2; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_3 = V_1; int32_t L_4 = V_0; NullCheck(L_3); int32_t L_5 = L_4; uint16_t L_6 = (uint16_t)(L_3)->GetAt(static_cast(L_5)); V_3 = L_6; Il2CppChar L_7 = V_3; if ((!(((uint32_t)L_7) <= ((uint32_t)((int32_t)103))))) { goto IL_002b; } } { Il2CppChar L_8 = V_3; if ((((int32_t)L_8) == ((int32_t)((int32_t)97)))) { goto IL_0040; } } { Il2CppChar L_9 = V_3; if ((((int32_t)L_9) == ((int32_t)((int32_t)103)))) { goto IL_0143; } } { goto IL_0170; } IL_002b: { Il2CppChar L_10 = V_3; if ((((int32_t)L_10) == ((int32_t)((int32_t)108)))) { goto IL_0116; } } { Il2CppChar L_11 = V_3; if ((((int32_t)L_11) == ((int32_t)((int32_t)113)))) { goto IL_00d4; } } { goto IL_0170; } IL_0040: { int32_t L_12 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_13 = V_1; int32_t L_14 = V_0; NullCheck(L_13); int32_t L_15 = L_14; uint16_t L_16 = (uint16_t)(L_13)->GetAt(static_cast(L_15)); if ((!(((uint32_t)L_16) == ((uint32_t)((int32_t)109))))) { goto IL_007e; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_17 = __this->get_address_of_ps_5(); int32_t L_18 = L_17->get_charsUsed_2(); int32_t L_19 = V_0; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)L_19))) < ((int32_t)3))) { goto IL_0172; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_20 = V_1; int32_t L_21 = V_0; NullCheck(L_20); int32_t L_22 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); uint16_t L_23 = (uint16_t)(L_20)->GetAt(static_cast(L_22)); if ((!(((uint32_t)L_23) == ((uint32_t)((int32_t)112))))) { goto IL_007c; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_24 = V_1; int32_t L_25 = V_0; NullCheck(L_24); int32_t L_26 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)2)); uint16_t L_27 = (uint16_t)(L_24)->GetAt(static_cast(L_26)); if ((!(((uint32_t)L_27) == ((uint32_t)((int32_t)59))))) { goto IL_007c; } } { int32_t L_28 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)3)); V_2 = ((int32_t)38); goto IL_0175; } IL_007c: { return (-1); } IL_007e: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_29 = V_1; int32_t L_30 = V_0; NullCheck(L_29); int32_t L_31 = L_30; uint16_t L_32 = (uint16_t)(L_29)->GetAt(static_cast(L_31)); if ((!(((uint32_t)L_32) == ((uint32_t)((int32_t)112))))) { goto IL_00c1; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_33 = __this->get_address_of_ps_5(); int32_t L_34 = L_33->get_charsUsed_2(); int32_t L_35 = V_0; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_34, (int32_t)L_35))) < ((int32_t)4))) { goto IL_0172; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_36 = V_1; int32_t L_37 = V_0; NullCheck(L_36); int32_t L_38 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1)); uint16_t L_39 = (uint16_t)(L_36)->GetAt(static_cast(L_38)); if ((!(((uint32_t)L_39) == ((uint32_t)((int32_t)111))))) { goto IL_00bf; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_40 = V_1; int32_t L_41 = V_0; NullCheck(L_40); int32_t L_42 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)2)); uint16_t L_43 = (uint16_t)(L_40)->GetAt(static_cast(L_42)); if ((!(((uint32_t)L_43) == ((uint32_t)((int32_t)115))))) { goto IL_00bf; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_44 = V_1; int32_t L_45 = V_0; NullCheck(L_44); int32_t L_46 = ((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)3)); uint16_t L_47 = (uint16_t)(L_44)->GetAt(static_cast(L_46)); if ((!(((uint32_t)L_47) == ((uint32_t)((int32_t)59))))) { goto IL_00bf; } } { int32_t L_48 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)4)); V_2 = ((int32_t)39); goto IL_0175; } IL_00bf: { return (-1); } IL_00c1: { int32_t L_49 = V_0; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_50 = __this->get_address_of_ps_5(); int32_t L_51 = L_50->get_charsUsed_2(); if ((((int32_t)L_49) >= ((int32_t)L_51))) { goto IL_0172; } } { return (-1); } IL_00d4: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_52 = __this->get_address_of_ps_5(); int32_t L_53 = L_52->get_charsUsed_2(); int32_t L_54 = V_0; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_53, (int32_t)L_54))) < ((int32_t)5))) { goto IL_0172; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_55 = V_1; int32_t L_56 = V_0; NullCheck(L_55); int32_t L_57 = ((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)1)); uint16_t L_58 = (uint16_t)(L_55)->GetAt(static_cast(L_57)); if ((!(((uint32_t)L_58) == ((uint32_t)((int32_t)117))))) { goto IL_0114; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_59 = V_1; int32_t L_60 = V_0; NullCheck(L_59); int32_t L_61 = ((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)2)); uint16_t L_62 = (uint16_t)(L_59)->GetAt(static_cast(L_61)); if ((!(((uint32_t)L_62) == ((uint32_t)((int32_t)111))))) { goto IL_0114; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_63 = V_1; int32_t L_64 = V_0; NullCheck(L_63); int32_t L_65 = ((int32_t)il2cpp_codegen_add((int32_t)L_64, (int32_t)3)); uint16_t L_66 = (uint16_t)(L_63)->GetAt(static_cast(L_65)); if ((!(((uint32_t)L_66) == ((uint32_t)((int32_t)116))))) { goto IL_0114; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_67 = V_1; int32_t L_68 = V_0; NullCheck(L_67); int32_t L_69 = ((int32_t)il2cpp_codegen_add((int32_t)L_68, (int32_t)4)); uint16_t L_70 = (uint16_t)(L_67)->GetAt(static_cast(L_69)); if ((!(((uint32_t)L_70) == ((uint32_t)((int32_t)59))))) { goto IL_0114; } } { int32_t L_71 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_71, (int32_t)5)); V_2 = ((int32_t)34); goto IL_0175; } IL_0114: { return (-1); } IL_0116: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_72 = __this->get_address_of_ps_5(); int32_t L_73 = L_72->get_charsUsed_2(); int32_t L_74 = V_0; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_73, (int32_t)L_74))) < ((int32_t)3))) { goto IL_0172; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_75 = V_1; int32_t L_76 = V_0; NullCheck(L_75); int32_t L_77 = ((int32_t)il2cpp_codegen_add((int32_t)L_76, (int32_t)1)); uint16_t L_78 = (uint16_t)(L_75)->GetAt(static_cast(L_77)); if ((!(((uint32_t)L_78) == ((uint32_t)((int32_t)116))))) { goto IL_0141; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_79 = V_1; int32_t L_80 = V_0; NullCheck(L_79); int32_t L_81 = ((int32_t)il2cpp_codegen_add((int32_t)L_80, (int32_t)2)); uint16_t L_82 = (uint16_t)(L_79)->GetAt(static_cast(L_81)); if ((!(((uint32_t)L_82) == ((uint32_t)((int32_t)59))))) { goto IL_0141; } } { int32_t L_83 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_83, (int32_t)3)); V_2 = ((int32_t)60); goto IL_0175; } IL_0141: { return (-1); } IL_0143: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_84 = __this->get_address_of_ps_5(); int32_t L_85 = L_84->get_charsUsed_2(); int32_t L_86 = V_0; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_85, (int32_t)L_86))) < ((int32_t)3))) { goto IL_0172; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_87 = V_1; int32_t L_88 = V_0; NullCheck(L_87); int32_t L_89 = ((int32_t)il2cpp_codegen_add((int32_t)L_88, (int32_t)1)); uint16_t L_90 = (uint16_t)(L_87)->GetAt(static_cast(L_89)); if ((!(((uint32_t)L_90) == ((uint32_t)((int32_t)116))))) { goto IL_016e; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_91 = V_1; int32_t L_92 = V_0; NullCheck(L_91); int32_t L_93 = ((int32_t)il2cpp_codegen_add((int32_t)L_92, (int32_t)2)); uint16_t L_94 = (uint16_t)(L_91)->GetAt(static_cast(L_93)); if ((!(((uint32_t)L_94) == ((uint32_t)((int32_t)59))))) { goto IL_016e; } } { int32_t L_95 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_95, (int32_t)3)); V_2 = ((int32_t)62); goto IL_0175; } IL_016e: { return (-1); } IL_0170: { return (-1); } IL_0172: { return ((int32_t)-2); } IL_0175: { bool L_96 = ___expand1; if (!L_96) { goto IL_01b5; } } { StringBuilder_t * L_97 = ___internalSubsetBuilder2; if (!L_97) { goto IL_01a5; } } { StringBuilder_t * L_98 = ___internalSubsetBuilder2; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_99 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_100 = L_99->get_chars_0(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_101 = __this->get_address_of_ps_5(); int32_t L_102 = L_101->get_charPos_1(); int32_t L_103 = V_0; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_104 = __this->get_address_of_ps_5(); int32_t L_105 = L_104->get_charPos_1(); NullCheck(L_98); StringBuilder_t * L_106; L_106 = StringBuilder_Append_m4B771D7BFE8A65C9A504EC5847A699EB678B02DB(L_98, L_100, L_102, ((int32_t)il2cpp_codegen_subtract((int32_t)L_103, (int32_t)L_105)), /*hidden argument*/NULL); } IL_01a5: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_107 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_108 = L_107->get_chars_0(); int32_t L_109 = V_0; Il2CppChar L_110 = V_2; NullCheck(L_108); (L_108)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_109, (int32_t)1))), (Il2CppChar)L_110); } IL_01b5: { int32_t L_111 = V_0; return L_111; } } // System.Int32 System.Xml.XmlTextReaderImpl::ParseName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_ParseName_mFB393FA2E4425B418D1EDA0527010B33CF6AD067 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0; L_0 = XmlTextReaderImpl_ParseQName_m8142582D623E2164E9A78D7FD5494BE462DB02E3(__this, (bool)0, 0, (int32_t*)(&V_0), /*hidden argument*/NULL); return L_0; } } // System.Int32 System.Xml.XmlTextReaderImpl::ParseQName(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_ParseQName_mBE17A84E5A968887CAFC588D794FDDA38C06780D (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, int32_t* ___colonPos0, const RuntimeMethod* method) { { int32_t* L_0 = ___colonPos0; int32_t L_1; L_1 = XmlTextReaderImpl_ParseQName_m8142582D623E2164E9A78D7FD5494BE462DB02E3(__this, (bool)1, 0, (int32_t*)L_0, /*hidden argument*/NULL); return L_1; } } // System.Int32 System.Xml.XmlTextReaderImpl::ParseQName(System.Boolean,System.Int32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_ParseQName_m8142582D623E2164E9A78D7FD5494BE462DB02E3 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, bool ___isQName0, int32_t ___startOffset1, int32_t* ___colonPos2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5BB3788A197C26B8310159EC9A81635814ABB05B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB66EDA098CD2E33A3EA4EAA0192B7D288FB4BE05); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC3DB0D079E5BFE18627887A05D78AFD607BC0AAC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralECBDA2D88A8582D98728DD584F3E41B98CC4893D); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* V_2 = NULL; int32_t* G_B24_0 = NULL; int32_t* G_B23_0 = NULL; int32_t G_B25_0 = 0; int32_t* G_B25_1 = NULL; { V_0 = (-1); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_0 = __this->get_address_of_ps_5(); int32_t L_1 = L_0->get_charPos_1(); int32_t L_2 = ___startOffset1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_2)); } IL_0010: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_3 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_4 = L_3->get_chars_0(); V_2 = L_4; XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * L_5 = __this->get_address_of_xmlCharType_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = L_5->get_charProperties_2(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_7 = V_2; int32_t L_8 = V_1; NullCheck(L_7); int32_t L_9 = L_8; uint16_t L_10 = (uint16_t)(L_7)->GetAt(static_cast(L_9)); NullCheck(L_6); uint16_t L_11 = L_10; uint8_t L_12 = (L_6)->GetAt(static_cast(L_11)); if (!((int32_t)((int32_t)L_12&(int32_t)4))) { goto IL_0035; } } { int32_t L_13 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); goto IL_008d; } IL_0035: { int32_t L_14 = V_1; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_15 = __this->get_address_of_ps_5(); int32_t L_16 = L_15->get_charsUsed_2(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1))) < ((int32_t)L_16))) { goto IL_0060; } } { bool L_17; L_17 = XmlTextReaderImpl_ReadDataInName_m3B5F56B0E19F7349E6CC89DFED41137AEA1A0259(__this, (int32_t*)(&V_1), /*hidden argument*/NULL); if (L_17) { goto IL_0010; } } { int32_t L_18 = V_1; XmlTextReaderImpl_Throw_m99BA9DF92D5C5A33123969BE9CB234A9348F57D0(__this, L_18, _stringLiteralC3DB0D079E5BFE18627887A05D78AFD607BC0AAC, _stringLiteral5BB3788A197C26B8310159EC9A81635814ABB05B, /*hidden argument*/NULL); } IL_0060: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_19 = V_2; int32_t L_20 = V_1; NullCheck(L_19); int32_t L_21 = L_20; uint16_t L_22 = (uint16_t)(L_19)->GetAt(static_cast(L_21)); if ((!(((uint32_t)L_22) == ((uint32_t)((int32_t)58))))) { goto IL_006f; } } { bool L_23 = __this->get_supportNamespaces_24(); if (!L_23) { goto IL_008d; } } IL_006f: { int32_t L_24 = V_1; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_25 = V_2; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_26 = __this->get_address_of_ps_5(); int32_t L_27 = L_26->get_charsUsed_2(); int32_t L_28 = V_1; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_29; L_29 = XmlException_BuildCharExceptionArgs_mB9E03B298525C03F447F87E19BE6EA56EBB1A7E8(L_25, L_27, L_28, /*hidden argument*/NULL); XmlTextReaderImpl_Throw_m91C8F3D0C09D7D9FD52C52986C4D705C5DB5C0A5(__this, L_24, _stringLiteralECBDA2D88A8582D98728DD584F3E41B98CC4893D, L_29, /*hidden argument*/NULL); } IL_008d: { XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * L_30 = __this->get_address_of_xmlCharType_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_31 = L_30->get_charProperties_2(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_32 = V_2; int32_t L_33 = V_1; NullCheck(L_32); int32_t L_34 = L_33; uint16_t L_35 = (uint16_t)(L_32)->GetAt(static_cast(L_34)); NullCheck(L_31); uint16_t L_36 = L_35; uint8_t L_37 = (L_31)->GetAt(static_cast(L_36)); if (!((int32_t)((int32_t)L_37&(int32_t)8))) { goto IL_00a6; } } { int32_t L_38 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)); goto IL_008d; } IL_00a6: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_39 = V_2; int32_t L_40 = V_1; NullCheck(L_39); int32_t L_41 = L_40; uint16_t L_42 = (uint16_t)(L_39)->GetAt(static_cast(L_41)); if ((!(((uint32_t)L_42) == ((uint32_t)((int32_t)58))))) { goto IL_00fb; } } { bool L_43 = __this->get_supportNamespaces_24(); if (!L_43) { goto IL_00e7; } } { int32_t L_44 = V_0; if ((!(((uint32_t)L_44) == ((uint32_t)(-1))))) { goto IL_00bc; } } { bool L_45 = ___isQName0; if (L_45) { goto IL_00d0; } } IL_00bc: { int32_t L_46 = V_1; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_47; L_47 = XmlException_BuildCharExceptionArgs_mD8BDF56806D4328D88F94EC79777FFBC787E6F71(((int32_t)58), 0, /*hidden argument*/NULL); XmlTextReaderImpl_Throw_m91C8F3D0C09D7D9FD52C52986C4D705C5DB5C0A5(__this, L_46, _stringLiteralB66EDA098CD2E33A3EA4EAA0192B7D288FB4BE05, L_47, /*hidden argument*/NULL); } IL_00d0: { int32_t L_48 = V_1; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_49 = __this->get_address_of_ps_5(); int32_t L_50 = L_49->get_charPos_1(); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_48, (int32_t)L_50)); int32_t L_51 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_51, (int32_t)1)); goto IL_0010; } IL_00e7: { int32_t L_52 = V_1; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_53 = __this->get_address_of_ps_5(); int32_t L_54 = L_53->get_charPos_1(); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_52, (int32_t)L_54)); int32_t L_55 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_55, (int32_t)1)); goto IL_008d; } IL_00fb: { int32_t L_56 = V_1; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_57 = __this->get_address_of_ps_5(); int32_t L_58 = L_57->get_charsUsed_2(); if ((!(((uint32_t)L_56) == ((uint32_t)L_58)))) { goto IL_0135; } } { bool L_59; L_59 = XmlTextReaderImpl_ReadDataInName_m3B5F56B0E19F7349E6CC89DFED41137AEA1A0259(__this, (int32_t*)(&V_1), /*hidden argument*/NULL); if (!L_59) { goto IL_0124; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_60 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_61 = L_60->get_chars_0(); V_2 = L_61; goto IL_008d; } IL_0124: { int32_t L_62 = V_1; XmlTextReaderImpl_Throw_m99BA9DF92D5C5A33123969BE9CB234A9348F57D0(__this, L_62, _stringLiteralC3DB0D079E5BFE18627887A05D78AFD607BC0AAC, _stringLiteral5BB3788A197C26B8310159EC9A81635814ABB05B, /*hidden argument*/NULL); } IL_0135: { int32_t* L_63 = ___colonPos2; int32_t L_64 = V_0; G_B23_0 = L_63; if ((((int32_t)L_64) == ((int32_t)(-1)))) { G_B24_0 = L_63; goto IL_0149; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_65 = __this->get_address_of_ps_5(); int32_t L_66 = L_65->get_charPos_1(); int32_t L_67 = V_0; G_B25_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_66, (int32_t)L_67)); G_B25_1 = G_B23_0; goto IL_014a; } IL_0149: { G_B25_0 = (-1); G_B25_1 = G_B24_0; } IL_014a: { *((int32_t*)G_B25_1) = (int32_t)G_B25_0; int32_t L_68 = V_1; return L_68; } } // System.Boolean System.Xml.XmlTextReaderImpl::ReadDataInName(System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ReadDataInName_m3B5F56B0E19F7349E6CC89DFED41137AEA1A0259 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, int32_t* ___pos0, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t* L_0 = ___pos0; int32_t L_1 = *((int32_t*)L_0); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_2 = __this->get_address_of_ps_5(); int32_t L_3 = L_2->get_charPos_1(); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)L_3)); int32_t L_4; L_4 = XmlTextReaderImpl_ReadData_m30A9B855279BE3BBC531BB50D5DCE4B903AF0512(__this, /*hidden argument*/NULL); int32_t* L_5 = ___pos0; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_6 = __this->get_address_of_ps_5(); int32_t L_7 = L_6->get_charPos_1(); int32_t L_8 = V_0; *((int32_t*)L_5) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)L_8)); return (bool)((!(((uint32_t)L_4) <= ((uint32_t)0)))? 1 : 0); } } // System.String System.Xml.XmlTextReaderImpl::ParseEntityName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTextReaderImpl_ParseEntityName_mD1E202DA683C5250CD34C7D34C698752E1F00BDD (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF270172D9DCB1A35388598EC124CE3AE08AC3E54); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* V_1 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) int32_t L_0; L_0 = XmlTextReaderImpl_ParseName_mFB393FA2E4425B418D1EDA0527010B33CF6AD067(__this, /*hidden argument*/NULL); V_0 = L_0; goto IL_0019; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0009; } throw e; } CATCH_0009: {// begin catch(System.Xml.XmlException) XmlTextReaderImpl_Throw_mCD8CB19976D7CF68CE3A26E4D4771C0A44DA51E7(__this, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF270172D9DCB1A35388598EC124CE3AE08AC3E54)), /*hidden argument*/NULL); V_1 = (String_t*)NULL; IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0072; }// end catch (depth: 1) IL_0019: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_1 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_2 = L_1->get_chars_0(); int32_t L_3 = V_0; NullCheck(L_2); int32_t L_4 = L_3; uint16_t L_5 = (uint16_t)(L_2)->GetAt(static_cast(L_4)); if ((((int32_t)L_5) == ((int32_t)((int32_t)59)))) { goto IL_0035; } } { XmlTextReaderImpl_Throw_mCD8CB19976D7CF68CE3A26E4D4771C0A44DA51E7(__this, _stringLiteralF270172D9DCB1A35388598EC124CE3AE08AC3E54, /*hidden argument*/NULL); } IL_0035: { XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_6 = __this->get_nameTable_19(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_7 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_8 = L_7->get_chars_0(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_9 = __this->get_address_of_ps_5(); int32_t L_10 = L_9->get_charPos_1(); int32_t L_11 = V_0; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_12 = __this->get_address_of_ps_5(); int32_t L_13 = L_12->get_charPos_1(); NullCheck(L_6); String_t* L_14; L_14 = VirtualFuncInvoker3< String_t*, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*, int32_t, int32_t >::Invoke(5 /* System.String System.Xml.XmlNameTable::Add(System.Char[],System.Int32,System.Int32) */, L_6, L_8, L_10, ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)L_13))); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_15 = __this->get_address_of_ps_5(); int32_t L_16 = V_0; L_15->set_charPos_1(((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1))); return L_14; } IL_0072: { String_t* L_17 = V_1; return L_17; } } // System.Xml.XmlTextReaderImpl/NodeData System.Xml.XmlTextReaderImpl::AddNode(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NodeData_tD504C5A621E7DD546954D87282438662327280EA * XmlTextReaderImpl_AddNode_mD77490818460EDE44A4A771E414485E3EFB34C89 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, int32_t ___nodeIndex0, int32_t ___nodeDepth1, const RuntimeMethod* method) { NodeData_tD504C5A621E7DD546954D87282438662327280EA * V_0 = NULL; { NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0* L_0 = __this->get_nodes_9(); int32_t L_1 = ___nodeIndex0; NullCheck(L_0); int32_t L_2 = L_1; NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_3 = (L_0)->GetAt(static_cast(L_2)); V_0 = L_3; NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_4 = V_0; if (!L_4) { goto IL_0015; } } { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_5 = V_0; int32_t L_6 = ___nodeDepth1; NullCheck(L_5); L_5->set_depth_13(L_6); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_7 = V_0; return L_7; } IL_0015: { int32_t L_8 = ___nodeIndex0; int32_t L_9 = ___nodeDepth1; NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_10; L_10 = XmlTextReaderImpl_AllocNode_mDD46B197FBE4415876979C7DAFC74BA643483974(__this, L_8, L_9, /*hidden argument*/NULL); return L_10; } } // System.Xml.XmlTextReaderImpl/NodeData System.Xml.XmlTextReaderImpl::AllocNode(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NodeData_tD504C5A621E7DD546954D87282438662327280EA * XmlTextReaderImpl_AllocNode_mDD46B197FBE4415876979C7DAFC74BA643483974 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, int32_t ___nodeIndex0, int32_t ___nodeDepth1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NodeData_tD504C5A621E7DD546954D87282438662327280EA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } NodeData_tD504C5A621E7DD546954D87282438662327280EA * V_0 = NULL; NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0* V_1 = NULL; { int32_t L_0 = ___nodeIndex0; NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0* L_1 = __this->get_nodes_9(); NullCheck(L_1); if ((((int32_t)L_0) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))), (int32_t)1))))) { goto IL_003a; } } { NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0* L_2 = __this->get_nodes_9(); NullCheck(L_2); NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0* L_3 = (NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0*)(NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0*)SZArrayNew(NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length))), (int32_t)2))); V_1 = L_3; NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0* L_4 = __this->get_nodes_9(); NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0* L_5 = V_1; NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0* L_6 = __this->get_nodes_9(); NullCheck(L_6); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_4, 0, (RuntimeArray *)(RuntimeArray *)L_5, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), /*hidden argument*/NULL); NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0* L_7 = V_1; __this->set_nodes_9(L_7); } IL_003a: { NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0* L_8 = __this->get_nodes_9(); int32_t L_9 = ___nodeIndex0; NullCheck(L_8); int32_t L_10 = L_9; NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_11 = (L_8)->GetAt(static_cast(L_10)); V_0 = L_11; NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_12 = V_0; if (L_12) { goto IL_0055; } } { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_13 = (NodeData_tD504C5A621E7DD546954D87282438662327280EA *)il2cpp_codegen_object_new(NodeData_tD504C5A621E7DD546954D87282438662327280EA_il2cpp_TypeInfo_var); NodeData__ctor_m98A61DC61B90E41B17BC4B4ECC19E93DEE2C49D1(L_13, /*hidden argument*/NULL); V_0 = L_13; NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0* L_14 = __this->get_nodes_9(); int32_t L_15 = ___nodeIndex0; NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_16 = V_0; NullCheck(L_14); ArrayElementTypeCheck (L_14, L_16); (L_14)->SetAt(static_cast(L_15), (NodeData_tD504C5A621E7DD546954D87282438662327280EA *)L_16); } IL_0055: { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_17 = V_0; int32_t L_18 = ___nodeDepth1; NullCheck(L_17); L_17->set_depth_13(L_18); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_19 = V_0; return L_19; } } // System.Xml.XmlTextReaderImpl/NodeData System.Xml.XmlTextReaderImpl::AddAttributeNoChecks(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NodeData_tD504C5A621E7DD546954D87282438662327280EA * XmlTextReaderImpl_AddAttributeNoChecks_m15120550CDBEF398D83CB3388A50308635552175 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, String_t* ___name0, int32_t ___attrDepth1, const RuntimeMethod* method) { { int32_t L_0 = __this->get_index_11(); int32_t L_1 = __this->get_attrCount_13(); int32_t L_2 = ___attrDepth1; NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_3; L_3 = XmlTextReaderImpl_AddNode_mD77490818460EDE44A4A771E414485E3EFB34C89(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1)), (int32_t)1)), L_2, /*hidden argument*/NULL); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_4 = L_3; XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_5 = __this->get_nameTable_19(); String_t* L_6 = ___name0; NullCheck(L_5); String_t* L_7; L_7 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_5, L_6); NullCheck(L_4); NodeData_SetNamedNode_m9FFF683DB8640C8F6F5A053A5C120742C777415A(L_4, 2, L_7, /*hidden argument*/NULL); int32_t L_8 = __this->get_attrCount_13(); __this->set_attrCount_13(((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1))); return L_4; } } // System.Xml.XmlTextReaderImpl/NodeData System.Xml.XmlTextReaderImpl::AddAttribute(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NodeData_tD504C5A621E7DD546954D87282438662327280EA * XmlTextReaderImpl_AddAttribute_m351CA2C08D164C1D539C54B10F07795EA9A283A1 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, int32_t ___endNamePos0, int32_t ___colonPos1, 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*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; String_t* V_3 = NULL; { int32_t L_0 = ___colonPos1; if ((((int32_t)L_0) == ((int32_t)(-1)))) { goto IL_000c; } } { bool L_1 = __this->get_supportNamespaces_24(); if (L_1) { goto IL_0049; } } IL_000c: { XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_2 = __this->get_nameTable_19(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_3 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_4 = L_3->get_chars_0(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_5 = __this->get_address_of_ps_5(); int32_t L_6 = L_5->get_charPos_1(); int32_t L_7 = ___endNamePos0; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_8 = __this->get_address_of_ps_5(); int32_t L_9 = L_8->get_charPos_1(); NullCheck(L_2); String_t* L_10; L_10 = VirtualFuncInvoker3< String_t*, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*, int32_t, int32_t >::Invoke(5 /* System.String System.Xml.XmlNameTable::Add(System.Char[],System.Int32,System.Int32) */, L_2, L_4, L_6, ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)L_9))); V_0 = L_10; String_t* L_11 = V_0; String_t* L_12 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); String_t* L_13 = V_0; NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_14; L_14 = XmlTextReaderImpl_AddAttribute_m7AC754EAEC6194FA6039A2E7F40F60B74B138186(__this, L_11, L_12, L_13, /*hidden argument*/NULL); return L_14; } IL_0049: { __this->set_attrNeedNamespaceLookup_16((bool)1); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_15 = __this->get_address_of_ps_5(); int32_t L_16 = L_15->get_charPos_1(); V_1 = L_16; int32_t L_17 = ___colonPos1; int32_t L_18 = V_1; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)L_18)); int32_t L_19 = V_2; String_t* L_20 = __this->get_lastPrefix_38(); NullCheck(L_20); int32_t L_21; L_21 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_20, /*hidden argument*/NULL); if ((!(((uint32_t)L_19) == ((uint32_t)L_21)))) { goto IL_00b4; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_22 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_23 = L_22->get_chars_0(); int32_t L_24 = V_1; int32_t L_25 = V_2; String_t* L_26 = __this->get_lastPrefix_38(); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); bool L_27; L_27 = XmlConvert_StrEqual_m6E5726C0E309A1FB1E7DA36E39A8BEAE351836DB(L_23, L_24, L_25, L_26, /*hidden argument*/NULL); if (!L_27) { goto IL_00b4; } } { XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_28 = __this->get_nameTable_19(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_29 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_30 = L_29->get_chars_0(); int32_t L_31 = ___colonPos1; int32_t L_32 = ___endNamePos0; int32_t L_33 = ___colonPos1; NullCheck(L_28); String_t* L_34; L_34 = VirtualFuncInvoker3< String_t*, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*, int32_t, int32_t >::Invoke(5 /* System.String System.Xml.XmlNameTable::Add(System.Char[],System.Int32,System.Int32) */, L_28, L_30, ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)), ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_32, (int32_t)L_33)), (int32_t)1))); String_t* L_35 = __this->get_lastPrefix_38(); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_36; L_36 = XmlTextReaderImpl_AddAttribute_m7AC754EAEC6194FA6039A2E7F40F60B74B138186(__this, L_34, L_35, (String_t*)NULL, /*hidden argument*/NULL); return L_36; } IL_00b4: { XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_37 = __this->get_nameTable_19(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_38 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_39 = L_38->get_chars_0(); int32_t L_40 = V_1; int32_t L_41 = V_2; NullCheck(L_37); String_t* L_42; L_42 = VirtualFuncInvoker3< String_t*, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*, int32_t, int32_t >::Invoke(5 /* System.String System.Xml.XmlNameTable::Add(System.Char[],System.Int32,System.Int32) */, L_37, L_39, L_40, L_41); V_3 = L_42; String_t* L_43 = V_3; __this->set_lastPrefix_38(L_43); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_44 = __this->get_nameTable_19(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_45 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_46 = L_45->get_chars_0(); int32_t L_47 = ___colonPos1; int32_t L_48 = ___endNamePos0; int32_t L_49 = ___colonPos1; NullCheck(L_44); String_t* L_50; L_50 = VirtualFuncInvoker3< String_t*, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*, int32_t, int32_t >::Invoke(5 /* System.String System.Xml.XmlNameTable::Add(System.Char[],System.Int32,System.Int32) */, L_44, L_46, ((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)1)), ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_48, (int32_t)L_49)), (int32_t)1))); String_t* L_51 = V_3; NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_52; L_52 = XmlTextReaderImpl_AddAttribute_m7AC754EAEC6194FA6039A2E7F40F60B74B138186(__this, L_50, L_51, (String_t*)NULL, /*hidden argument*/NULL); return L_52; } } // System.Xml.XmlTextReaderImpl/NodeData System.Xml.XmlTextReaderImpl::AddAttribute(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NodeData_tD504C5A621E7DD546954D87282438662327280EA * XmlTextReaderImpl_AddAttribute_m7AC754EAEC6194FA6039A2E7F40F60B74B138186 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, String_t* ___localName0, String_t* ___prefix1, String_t* ___nameWPrefix2, const RuntimeMethod* method) { NodeData_tD504C5A621E7DD546954D87282438662327280EA * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; { int32_t L_0 = __this->get_index_11(); int32_t L_1 = __this->get_attrCount_13(); int32_t L_2 = __this->get_index_11(); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_3; L_3 = XmlTextReaderImpl_AddNode_mD77490818460EDE44A4A771E414485E3EFB34C89(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1)), (int32_t)1)), ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)), /*hidden argument*/NULL); V_0 = L_3; NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_4 = V_0; String_t* L_5 = ___localName0; String_t* L_6 = ___prefix1; String_t* L_7 = ___nameWPrefix2; NullCheck(L_4); NodeData_SetNamedNode_mFE5340CD2CF846E5AADCE3F7D8925BB1780683F9(L_4, 2, L_5, L_6, L_7, /*hidden argument*/NULL); String_t* L_8 = ___localName0; NullCheck(L_8); Il2CppChar L_9; L_9 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_8, 0, /*hidden argument*/NULL); V_1 = ((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_9&(int32_t)((int32_t)31)))&(int32_t)((int32_t)31))))); int32_t L_10 = __this->get_attrHashtable_14(); int32_t L_11 = V_1; if (((int32_t)((int32_t)L_10&(int32_t)L_11))) { goto IL_0052; } } { int32_t L_12 = __this->get_attrHashtable_14(); int32_t L_13 = V_1; __this->set_attrHashtable_14(((int32_t)((int32_t)L_12|(int32_t)L_13))); goto IL_00b5; } IL_0052: { int32_t L_14 = __this->get_attrDuplWalkCount_15(); if ((((int32_t)L_14) >= ((int32_t)((int32_t)250)))) { goto IL_00b5; } } { int32_t L_15 = __this->get_attrDuplWalkCount_15(); __this->set_attrDuplWalkCount_15(((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1))); int32_t L_16 = __this->get_index_11(); V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); goto IL_00a3; } IL_0078: { NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0* L_17 = __this->get_nodes_9(); int32_t L_18 = V_2; NullCheck(L_17); int32_t L_19 = L_18; NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_20 = (L_17)->GetAt(static_cast(L_19)); NullCheck(L_20); String_t* L_21 = L_20->get_localName_2(); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_22 = V_0; NullCheck(L_22); String_t* L_23 = L_22->get_localName_2(); bool L_24; L_24 = Ref_Equal_mA7CCFB984697A4E40EE7BE8919C2A31BF952ED6F(L_21, L_23, /*hidden argument*/NULL); if (!L_24) { goto IL_009f; } } { __this->set_attrDuplWalkCount_15(((int32_t)250)); goto IL_00b5; } IL_009f: { int32_t L_25 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)); } IL_00a3: { int32_t L_26 = V_2; int32_t L_27 = __this->get_index_11(); int32_t L_28 = __this->get_attrCount_13(); if ((((int32_t)L_26) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)L_28)), (int32_t)1))))) { goto IL_0078; } } IL_00b5: { int32_t L_29 = __this->get_attrCount_13(); __this->set_attrCount_13(((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1))); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_30 = V_0; return L_30; } } // System.Void System.Xml.XmlTextReaderImpl::PopElementContext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_PopElementContext_mA61319B605D6F3E9DAD043298F30BEF5ABFE1E8F (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { { XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_0 = __this->get_namespaceManager_37(); NullCheck(L_0); bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(10 /* System.Boolean System.Xml.XmlNamespaceManager::PopScope() */, L_0); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_2 = __this->get_curNode_10(); NullCheck(L_2); bool L_3 = L_2->get_xmlContextPushed_16(); if (!L_3) { goto IL_001f; } } { XmlTextReaderImpl_PopXmlContext_m192447C0EB84AB5D67A641D1C762147442506005(__this, /*hidden argument*/NULL); } IL_001f: { return; } } // System.Void System.Xml.XmlTextReaderImpl::OnNewLine(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_OnNewLine_mADCA9134B0A3E9B84DEDDBD677993F99B3CB6419 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, int32_t ___pos0, const RuntimeMethod* method) { { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_0 = __this->get_address_of_ps_5(); int32_t* L_1 = L_0->get_address_of_lineNo_11(); int32_t* L_2 = L_1; int32_t L_3 = *((int32_t*)L_2); *((int32_t*)L_2) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_4 = __this->get_address_of_ps_5(); int32_t L_5 = ___pos0; L_4->set_lineStartPos_12(((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)1))); return; } } // System.Void System.Xml.XmlTextReaderImpl::OnEof() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_OnEof_m30AAAEB6B49E4680B6CE28FEDCDCEB9F546D11A2 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { { NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0* L_0 = __this->get_nodes_9(); NullCheck(L_0); int32_t L_1 = 0; NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_2 = (L_0)->GetAt(static_cast(L_1)); __this->set_curNode_10(L_2); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_3 = __this->get_curNode_10(); NullCheck(L_3); NodeData_Clear_mA1DC123EFEF100E0BAE5D5860DED5C0AC83EAB94(L_3, 0, /*hidden argument*/NULL); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_4 = __this->get_curNode_10(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_5 = __this->get_address_of_ps_5(); int32_t L_6; L_6 = ParsingState_get_LineNo_m9C32240CFE61AE19697B7C9EFA5DE9B44D3C9610_inline((ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF *)L_5, /*hidden argument*/NULL); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_7 = __this->get_address_of_ps_5(); int32_t L_8; L_8 = ParsingState_get_LinePos_mB937EA68EFFA791C24EDC7C1DFFE45732EBFFD5C((ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF *)L_7, /*hidden argument*/NULL); NullCheck(L_4); NodeData_SetLineInfo_mE0EAA0129B2C2DAB2C92AF78FBB2D5DA90A581E4(L_4, L_6, L_8, /*hidden argument*/NULL); __this->set_parsingFunction_6(((int32_t)11)); __this->set_readState_65(3); __this->set_reportedEncoding_43((Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 *)NULL); return; } } // System.String System.Xml.XmlTextReaderImpl::LookupNamespace(System.Xml.XmlTextReaderImpl/NodeData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTextReaderImpl_LookupNamespace_m86F4A0C53C7749FD854A51ECCB817333F70805B4 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, NodeData_tD504C5A621E7DD546954D87282438662327280EA * ___node0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2CC07AF4C3868561B4298BB54D24B5A984DBC70D); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_0 = __this->get_namespaceManager_37(); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_1 = ___node0; NullCheck(L_1); String_t* L_2 = L_1->get_prefix_3(); NullCheck(L_0); String_t* L_3; L_3 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(14 /* System.String System.Xml.XmlNamespaceManager::LookupNamespace(System.String) */, L_0, L_2); V_0 = L_3; String_t* L_4 = V_0; if (!L_4) { goto IL_0017; } } { String_t* L_5 = V_0; return L_5; } IL_0017: { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_6 = ___node0; NullCheck(L_6); String_t* L_7 = L_6->get_prefix_3(); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_8 = ___node0; NullCheck(L_8); int32_t L_9; L_9 = NodeData_get_LineNo_mAD78D708B5D663CD4024335C0783C96B494726BF(L_8, /*hidden argument*/NULL); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_10 = ___node0; NullCheck(L_10); int32_t L_11; L_11 = NodeData_get_LinePos_m461F0A5A81925A63A436973A01EF33C70DFD265A(L_10, /*hidden argument*/NULL); XmlTextReaderImpl_Throw_mCDCD058C95527345FED79ACB6F4D45D39696E14B(__this, _stringLiteral2CC07AF4C3868561B4298BB54D24B5A984DBC70D, L_7, L_9, L_11, /*hidden argument*/NULL); return (String_t*)NULL; } } // System.Void System.Xml.XmlTextReaderImpl::AddNamespace(System.String,System.String,System.Xml.XmlTextReaderImpl/NodeData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_AddNamespace_m879C8ED66F660566D9B3A6A2B6FBC4FC52B01BA9 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, String_t* ___prefix0, String_t* ___uri1, NodeData_tD504C5A621E7DD546954D87282438662327280EA * ___attr2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0DD65E4164ECCDCC03EEEB4270914339DE878E09); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral11FD22D825C5C7EEDE7CA43876F02B7D8B4C213F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral33225D2308B5FA9B4FC47DE1A1D06D718E1911ED); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral349C6DC0F34B9BA242E4C728EDD28CAB809D4917); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral420B74A52534550B0DD14DCF7D8988C2BD4936CE); s_Il2CppMethodInitialized = true; } ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * V_0 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { String_t* L_0 = ___uri1; bool L_1; L_1 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_0, _stringLiteral420B74A52534550B0DD14DCF7D8988C2BD4936CE, /*hidden argument*/NULL); if (!L_1) { goto IL_0062; } } { String_t* L_2 = ___prefix0; String_t* L_3 = __this->get_XmlNs_77(); bool L_4; L_4 = Ref_Equal_mA7CCFB984697A4E40EE7BE8919C2A31BF952ED6F(L_2, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_003e; } } { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_5 = ___attr2; NullCheck(L_5); LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE * L_6 = L_5->get_address_of_lineInfo2_11(); int32_t L_7 = L_6->get_lineNo_0(); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_8 = ___attr2; NullCheck(L_8); LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE * L_9 = L_8->get_address_of_lineInfo2_11(); int32_t L_10 = L_9->get_linePos_1(); XmlTextReaderImpl_Throw_m65AA5FCC6819DA0F359B5E46C4BB03D49E814E18(__this, _stringLiteral33225D2308B5FA9B4FC47DE1A1D06D718E1911ED, L_7, L_10, /*hidden argument*/NULL); goto IL_00a7; } IL_003e: { String_t* L_11 = ___prefix0; NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_12 = ___attr2; NullCheck(L_12); LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE * L_13 = L_12->get_address_of_lineInfo2_11(); int32_t L_14 = L_13->get_lineNo_0(); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_15 = ___attr2; NullCheck(L_15); LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE * L_16 = L_15->get_address_of_lineInfo2_11(); int32_t L_17 = L_16->get_linePos_1(); XmlTextReaderImpl_Throw_mCDCD058C95527345FED79ACB6F4D45D39696E14B(__this, _stringLiteral0DD65E4164ECCDCC03EEEB4270914339DE878E09, L_11, L_14, L_17, /*hidden argument*/NULL); goto IL_00a7; } IL_0062: { String_t* L_18 = ___uri1; bool L_19; L_19 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_18, _stringLiteral349C6DC0F34B9BA242E4C728EDD28CAB809D4917, /*hidden argument*/NULL); if (!L_19) { goto IL_00a7; } } { String_t* L_20 = ___prefix0; String_t* L_21 = __this->get_Xml_76(); bool L_22; L_22 = Ref_Equal_mA7CCFB984697A4E40EE7BE8919C2A31BF952ED6F(L_20, L_21, /*hidden argument*/NULL); if (L_22) { goto IL_00a7; } } { bool L_23 = __this->get_v1Compat_36(); if (L_23) { goto IL_00a7; } } { String_t* L_24 = ___prefix0; NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_25 = ___attr2; NullCheck(L_25); LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE * L_26 = L_25->get_address_of_lineInfo2_11(); int32_t L_27 = L_26->get_lineNo_0(); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_28 = ___attr2; NullCheck(L_28); LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE * L_29 = L_28->get_address_of_lineInfo2_11(); int32_t L_30 = L_29->get_linePos_1(); XmlTextReaderImpl_Throw_mCDCD058C95527345FED79ACB6F4D45D39696E14B(__this, _stringLiteral0DD65E4164ECCDCC03EEEB4270914339DE878E09, L_24, L_27, L_30, /*hidden argument*/NULL); } IL_00a7: { String_t* L_31 = ___uri1; NullCheck(L_31); int32_t L_32; L_32 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_31, /*hidden argument*/NULL); if (L_32) { goto IL_00d9; } } { String_t* L_33 = ___prefix0; NullCheck(L_33); int32_t L_34; L_34 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_33, /*hidden argument*/NULL); if ((((int32_t)L_34) <= ((int32_t)0))) { goto IL_00d9; } } { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_35 = ___attr2; NullCheck(L_35); LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE * L_36 = L_35->get_address_of_lineInfo_10(); int32_t L_37 = L_36->get_lineNo_0(); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_38 = ___attr2; NullCheck(L_38); LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE * L_39 = L_38->get_address_of_lineInfo_10(); int32_t L_40 = L_39->get_linePos_1(); XmlTextReaderImpl_Throw_m65AA5FCC6819DA0F359B5E46C4BB03D49E814E18(__this, _stringLiteral11FD22D825C5C7EEDE7CA43876F02B7D8B4C213F, L_37, L_40, /*hidden argument*/NULL); } IL_00d9: { } IL_00da: try {// begin try (depth: 1) XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_41 = __this->get_namespaceManager_37(); String_t* L_42 = ___prefix0; String_t* L_43 = ___uri1; NullCheck(L_41); VirtualActionInvoker2< String_t*, String_t* >::Invoke(11 /* System.Void System.Xml.XmlNamespaceManager::AddNamespace(System.String,System.String) */, L_41, L_42, L_43); goto IL_0109; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00e9; } throw e; } CATCH_00e9: {// begin catch(System.ArgumentException) V_0 = ((ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)IL2CPP_GET_ACTIVE_EXCEPTION(ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_44 = V_0; NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_45 = ___attr2; NullCheck(L_45); LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE * L_46 = L_45->get_address_of_lineInfo_10(); int32_t L_47 = L_46->get_lineNo_0(); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_48 = ___attr2; NullCheck(L_48); LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE * L_49 = L_48->get_address_of_lineInfo_10(); int32_t L_50 = L_49->get_linePos_1(); XmlTextReaderImpl_ReThrow_m22BC4C958FE0D0EEDB6D563B608C2CEF0777E1BB(__this, L_44, L_47, L_50, /*hidden argument*/NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0109; }// end catch (depth: 1) IL_0109: { return; } } // System.Void System.Xml.XmlTextReaderImpl::ResetAttributes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ResetAttributes_mC7973129FA308C25A95249DAC0FA40FF7A2289CB (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_fullAttrCleanup_17(); if (!L_0) { goto IL_000e; } } { XmlTextReaderImpl_FullAttributeCleanup_m7812AADB44A62E3D7DE927C915A807329EA93029(__this, /*hidden argument*/NULL); } IL_000e: { __this->set_curAttrIndex_12((-1)); __this->set_attrCount_13(0); __this->set_attrHashtable_14(0); __this->set_attrDuplWalkCount_15(0); return; } } // System.Void System.Xml.XmlTextReaderImpl::FullAttributeCleanup() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_FullAttributeCleanup_m7812AADB44A62E3D7DE927C915A807329EA93029 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->get_index_11(); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1)); goto IL_0024; } IL_000b: { NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0* L_1 = __this->get_nodes_9(); int32_t L_2 = V_0; NullCheck(L_1); int32_t L_3 = L_2; NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_4 = (L_1)->GetAt(static_cast(L_3)); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_5 = L_4; NullCheck(L_5); L_5->set_nextAttrValueChunk_17((NodeData_tD504C5A621E7DD546954D87282438662327280EA *)NULL); NullCheck(L_5); NodeData_set_IsDefaultAttribute_m0092BEA88010B3D807E9EF4799102A5AD66E52FD_inline(L_5, (bool)0, /*hidden argument*/NULL); int32_t L_6 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_0024: { int32_t L_7 = V_0; int32_t L_8 = __this->get_index_11(); int32_t L_9 = __this->get_attrCount_13(); if ((((int32_t)L_7) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)L_9)), (int32_t)1))))) { goto IL_000b; } } { __this->set_fullAttrCleanup_17((bool)0); return; } } // System.Void System.Xml.XmlTextReaderImpl::PushXmlContext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_PushXmlContext_mD4C521101A1E8B4ED56B72A9EDC7C6F0BD0DA082 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlContext_tAC94E49A4625E1E5BDD6390576509760DD2A162D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlContext_tAC94E49A4625E1E5BDD6390576509760DD2A162D * L_0 = __this->get_xmlContext_39(); XmlContext_tAC94E49A4625E1E5BDD6390576509760DD2A162D * L_1 = (XmlContext_tAC94E49A4625E1E5BDD6390576509760DD2A162D *)il2cpp_codegen_object_new(XmlContext_tAC94E49A4625E1E5BDD6390576509760DD2A162D_il2cpp_TypeInfo_var); XmlContext__ctor_mBB5EC64A1865F609FEA54FC912CD4989934EC764(L_1, L_0, /*hidden argument*/NULL); __this->set_xmlContext_39(L_1); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_2 = __this->get_curNode_10(); NullCheck(L_2); L_2->set_xmlContextPushed_16((bool)1); return; } } // System.Void System.Xml.XmlTextReaderImpl::PopXmlContext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_PopXmlContext_m192447C0EB84AB5D67A641D1C762147442506005 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { { XmlContext_tAC94E49A4625E1E5BDD6390576509760DD2A162D * L_0 = __this->get_xmlContext_39(); NullCheck(L_0); XmlContext_tAC94E49A4625E1E5BDD6390576509760DD2A162D * L_1 = L_0->get_previousContext_3(); __this->set_xmlContext_39(L_1); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_2 = __this->get_curNode_10(); NullCheck(L_2); L_2->set_xmlContextPushed_16((bool)0); return; } } // System.Xml.XmlNodeType System.Xml.XmlTextReaderImpl::GetWhitespaceType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_GetWhitespaceType_m81A0CE2A552B8B240B237E8CAC0E36137F8FC1B5 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_whitespaceHandling_25(); if ((((int32_t)L_0) == ((int32_t)2))) { goto IL_0025; } } { XmlContext_tAC94E49A4625E1E5BDD6390576509760DD2A162D * L_1 = __this->get_xmlContext_39(); NullCheck(L_1); int32_t L_2 = L_1->get_xmlSpace_0(); if ((!(((uint32_t)L_2) == ((uint32_t)2)))) { goto IL_001a; } } { return (int32_t)(((int32_t)14)); } IL_001a: { int32_t L_3 = __this->get_whitespaceHandling_25(); if (L_3) { goto IL_0025; } } { return (int32_t)(((int32_t)13)); } IL_0025: { return (int32_t)(0); } } // System.Xml.XmlNodeType System.Xml.XmlTextReaderImpl::GetTextNodeType(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_GetTextNodeType_mD70BD062FBDAC38489C604BB5EFBC535F82611BB (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, int32_t ___orChars0, const RuntimeMethod* method) { { int32_t L_0 = ___orChars0; if ((((int32_t)L_0) <= ((int32_t)((int32_t)32)))) { goto IL_0007; } } { return (int32_t)(3); } IL_0007: { int32_t L_1; L_1 = XmlTextReaderImpl_GetWhitespaceType_m81A0CE2A552B8B240B237E8CAC0E36137F8FC1B5(__this, /*hidden argument*/NULL); return L_1; } } // System.Void System.Xml.XmlTextReaderImpl::PushExternalEntityOrSubset(System.String,System.String,System.Uri,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_PushExternalEntityOrSubset_m9208C0D263FF168725E7BD3DB143CCDF9D01FE4D (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, String_t* ___publicId0, String_t* ___systemId1, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___baseUri2, String_t* ___entityName3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6A296BDE05384B1131431F0CFA2EB755E12F20E4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral99F19C3C64E4DA42B933F242D187F672BFE457C6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE17BBA8A473D59FFCC3E1CE5B765B2C174385B7F); s_Il2CppMethodInitialized = true; } Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * V_0 = NULL; Exception_t * V_1 = NULL; String_t* V_2 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * G_B13_0 = NULL; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * G_B12_0 = NULL; String_t* G_B14_0 = NULL; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * G_B14_1 = NULL; int32_t G_B18_0 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B18_1 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B18_2 = NULL; String_t* G_B18_3 = NULL; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * G_B18_4 = NULL; int32_t G_B17_0 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B17_1 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B17_2 = NULL; String_t* G_B17_3 = NULL; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * G_B17_4 = NULL; String_t* G_B19_0 = NULL; int32_t G_B19_1 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B19_2 = NULL; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B19_3 = NULL; String_t* G_B19_4 = NULL; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * G_B19_5 = NULL; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * G_B22_0 = NULL; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * G_B21_0 = NULL; String_t* G_B23_0 = NULL; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * G_B23_1 = NULL; { String_t* L_0 = ___publicId0; bool L_1; L_1 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0029; } } IL_0008: try {// begin try (depth: 1) { XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * L_2 = __this->get_xmlResolver_21(); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_3 = ___baseUri2; String_t* L_4 = ___publicId0; NullCheck(L_2); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_5; L_5 = VirtualFuncInvoker2< Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *, String_t* >::Invoke(5 /* System.Uri System.Xml.XmlResolver::ResolveUri(System.Uri,System.String) */, L_2, L_3, L_4); V_0 = L_5; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_6 = V_0; bool L_7; L_7 = XmlTextReaderImpl_OpenAndPush_m00BEF0433E7AE8404366C0B49060995ED93271E9(__this, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0024; } } IL_001f: { goto IL_00d2; } IL_0024: { 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*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0026; } throw e; } CATCH_0026: {// begin catch(System.Exception) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0029; }// end catch (depth: 1) IL_0029: { XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * L_8 = __this->get_xmlResolver_21(); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_9 = ___baseUri2; String_t* L_10 = ___systemId1; NullCheck(L_8); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_11; L_11 = VirtualFuncInvoker2< Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *, String_t* >::Invoke(5 /* System.Uri System.Xml.XmlResolver::ResolveUri(System.Uri,System.String) */, L_8, L_9, L_10); V_0 = L_11; } IL_0037: try {// begin try (depth: 1) { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_12 = V_0; bool L_13; L_13 = XmlTextReaderImpl_OpenAndPush_m00BEF0433E7AE8404366C0B49060995ED93271E9(__this, L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_0045; } } IL_0040: { goto IL_00d2; } IL_0045: { goto IL_008c; } }// 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_0047; } throw e; } CATCH_0047: {// begin catch(System.Exception) { V_1 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); bool L_14 = __this->get_v1Compat_36(); if (!L_14) { goto IL_0052; } } IL_0050: { IL2CPP_RAISE_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlTextReaderImpl_PushExternalEntityOrSubset_m9208C0D263FF168725E7BD3DB143CCDF9D01FE4D_RuntimeMethod_var))); } IL_0052: { Exception_t * L_15 = V_1; NullCheck(L_15); String_t* L_16; L_16 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_15); V_2 = L_16; String_t* L_17 = ___entityName3; G_B12_0 = __this; if (!L_17) { G_B13_0 = __this; goto IL_0065; } } IL_005e: { G_B14_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4F0ED44759FB9D445390E9BFD2CE4A97F58BBBA9)); G_B14_1 = G_B12_0; goto IL_006a; } IL_0065: { G_B14_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral226FFA80152D23D5393D03AF02D1C90D7880F548)); G_B14_1 = G_B13_0; } IL_006a: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_18 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var)), (uint32_t)2); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_19 = L_18; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_20 = V_0; NullCheck(L_20); String_t* L_21; L_21 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_20); NullCheck(L_19); ArrayElementTypeCheck (L_19, L_21); (L_19)->SetAt(static_cast(0), (String_t*)L_21); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_22 = L_19; String_t* L_23 = V_2; NullCheck(L_22); ArrayElementTypeCheck (L_22, L_23); (L_22)->SetAt(static_cast(1), (String_t*)L_23); Exception_t * L_24 = V_1; XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * L_25 = (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var))); XmlException__ctor_mEF03E364B370E06DE3E8B12EBB3C3B509BE27A06(L_25, G_B14_0, L_22, L_24, 0, 0, /*hidden argument*/NULL); NullCheck(G_B14_1); XmlTextReaderImpl_Throw_m8C55972CB961484F2CA2D7C6BC2DEB753D531EBC(G_B14_1, L_25, /*hidden argument*/NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_008c; } }// end catch (depth: 1) IL_008c: { String_t* L_26 = ___entityName3; if (L_26) { goto IL_00b5; } } { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_27 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)2); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_28 = L_27; String_t* L_29 = ___publicId0; G_B17_0 = 0; G_B17_1 = L_28; G_B17_2 = L_28; G_B17_3 = _stringLiteralE17BBA8A473D59FFCC3E1CE5B765B2C174385B7F; G_B17_4 = __this; if (L_29) { G_B18_0 = 0; G_B18_1 = L_28; G_B18_2 = L_28; G_B18_3 = _stringLiteralE17BBA8A473D59FFCC3E1CE5B765B2C174385B7F; G_B18_4 = __this; goto IL_00a8; } } { String_t* L_30 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); G_B19_0 = L_30; G_B19_1 = G_B17_0; G_B19_2 = G_B17_1; G_B19_3 = G_B17_2; G_B19_4 = G_B17_3; G_B19_5 = G_B17_4; goto IL_00a9; } IL_00a8: { String_t* L_31 = ___publicId0; G_B19_0 = L_31; G_B19_1 = G_B18_0; G_B19_2 = G_B18_1; G_B19_3 = G_B18_2; G_B19_4 = G_B18_3; G_B19_5 = G_B18_4; } IL_00a9: { NullCheck(G_B19_2); ArrayElementTypeCheck (G_B19_2, G_B19_0); (G_B19_2)->SetAt(static_cast(G_B19_1), (String_t*)G_B19_0); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_32 = G_B19_3; String_t* L_33 = ___systemId1; NullCheck(L_32); ArrayElementTypeCheck (L_32, L_33); (L_32)->SetAt(static_cast(1), (String_t*)L_33); NullCheck(G_B19_5); XmlTextReaderImpl_ThrowWithoutLineInfo_mE659B43C9166509EAAF8F60C3A532F058EB2671A(G_B19_5, G_B19_4, L_32, (Exception_t *)NULL, /*hidden argument*/NULL); return; } IL_00b5: { int32_t L_34 = __this->get_dtdProcessing_26(); G_B21_0 = __this; if ((((int32_t)L_34) == ((int32_t)1))) { G_B22_0 = __this; goto IL_00c6; } } { G_B23_0 = _stringLiteral99F19C3C64E4DA42B933F242D187F672BFE457C6; G_B23_1 = G_B21_0; goto IL_00cb; } IL_00c6: { G_B23_0 = _stringLiteral6A296BDE05384B1131431F0CFA2EB755E12F20E4; G_B23_1 = G_B22_0; } IL_00cb: { String_t* L_35 = ___entityName3; NullCheck(G_B23_1); XmlTextReaderImpl_Throw_m525EA9C97AE16F955F321A1915C6DBFD08C60213(G_B23_1, G_B23_0, L_35, /*hidden argument*/NULL); } IL_00d2: { return; } } // System.Boolean System.Xml.XmlTextReaderImpl::OpenAndPush(System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_OpenAndPush_m00BEF0433E7AE8404366C0B49060995ED93271E9 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___uri0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * V_0 = NULL; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * V_1 = NULL; { XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * L_0 = __this->get_xmlResolver_21(); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_1 = ___uri0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_3; L_3 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_2, /*hidden argument*/NULL); NullCheck(L_0); bool L_4; L_4 = VirtualFuncInvoker2< bool, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *, Type_t * >::Invoke(6 /* System.Boolean System.Xml.XmlResolver::SupportsType(System.Uri,System.Type) */, L_0, L_1, L_3); if (!L_4) { goto IL_0050; } } { XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * L_5 = __this->get_xmlResolver_21(); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_6 = ___uri0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_7 = { reinterpret_cast (TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8; L_8 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_7, /*hidden argument*/NULL); NullCheck(L_5); RuntimeObject * L_9; L_9 = VirtualFuncInvoker3< RuntimeObject *, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *, String_t*, Type_t * >::Invoke(4 /* System.Object System.Xml.XmlResolver::GetEntity(System.Uri,System.String,System.Type) */, L_5, L_6, (String_t*)NULL, L_8); V_0 = ((TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F *)CastclassClass((RuntimeObject*)L_9, TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F_il2cpp_TypeInfo_var)); TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * L_10 = V_0; if (L_10) { goto IL_003a; } } { return (bool)0; } IL_003a: { XmlTextReaderImpl_PushParsingState_mD3990762EF3CEDAD0F70D7778D1F4021C5DE9B6E(__this, /*hidden argument*/NULL); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_11 = ___uri0; NullCheck(L_11); String_t* L_12; L_12 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_11); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_13 = ___uri0; TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * L_14 = V_0; XmlTextReaderImpl_InitTextReaderInput_m39047ED31432D54109E9E1D9C7BC5F2AC6050780(__this, L_12, L_13, L_14, /*hidden argument*/NULL); goto IL_0081; } IL_0050: { XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * L_15 = __this->get_xmlResolver_21(); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_16 = ___uri0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_17 = { reinterpret_cast (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_18; L_18 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_17, /*hidden argument*/NULL); NullCheck(L_15); RuntimeObject * L_19; L_19 = VirtualFuncInvoker3< RuntimeObject *, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *, String_t*, Type_t * >::Invoke(4 /* System.Object System.Xml.XmlResolver::GetEntity(System.Uri,System.String,System.Type) */, L_15, L_16, (String_t*)NULL, L_18); V_1 = ((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)CastclassClass((RuntimeObject*)L_19, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_il2cpp_TypeInfo_var)); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_20 = V_1; if (L_20) { goto IL_0072; } } { return (bool)0; } IL_0072: { XmlTextReaderImpl_PushParsingState_mD3990762EF3CEDAD0F70D7778D1F4021C5DE9B6E(__this, /*hidden argument*/NULL); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_21 = ___uri0; Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_22 = V_1; XmlTextReaderImpl_InitStreamInput_mC6D67F9E8863E1ECAE1F1572D8A94E83C5DD74DB(__this, L_21, L_22, (Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 *)NULL, /*hidden argument*/NULL); } IL_0081: { return (bool)1; } } // System.Boolean System.Xml.XmlTextReaderImpl::PushExternalEntity(System.Xml.IDtdEntityInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_PushExternalEntity_m64299750CA6429E13235CE6E8FD73A0A5C4F7443 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, RuntimeObject* ___entity0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDtdEntityInfo_t6CD9881A9EC86BF67CCFD10F64F69D18316D6AFC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * V_0 = NULL; int32_t V_1 = 0; Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * V_2 = NULL; { bool L_0; L_0 = XmlTextReaderImpl_get_IsResolverNull_mF73FE6D29FEF81ECA2B8FD7C41965857636F00A3(__this, /*hidden argument*/NULL); if (L_0) { goto IL_007d; } } { V_0 = (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)NULL; RuntimeObject* L_1 = ___entity0; NullCheck(L_1); String_t* L_2; L_2 = InterfaceFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.IDtdEntityInfo::get_BaseUriString() */, IDtdEntityInfo_t6CD9881A9EC86BF67CCFD10F64F69D18316D6AFC_il2cpp_TypeInfo_var, L_1); bool L_3; L_3 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_002a; } } { XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * L_4 = __this->get_xmlResolver_21(); RuntimeObject* L_5 = ___entity0; NullCheck(L_5); String_t* L_6; L_6 = InterfaceFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.IDtdEntityInfo::get_BaseUriString() */, IDtdEntityInfo_t6CD9881A9EC86BF67CCFD10F64F69D18316D6AFC_il2cpp_TypeInfo_var, L_5); NullCheck(L_4); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_7; L_7 = VirtualFuncInvoker2< Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *, String_t* >::Invoke(5 /* System.Uri System.Xml.XmlResolver::ResolveUri(System.Uri,System.String) */, L_4, (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)NULL, L_6); V_0 = L_7; } IL_002a: { RuntimeObject* L_8 = ___entity0; NullCheck(L_8); String_t* L_9; L_9 = InterfaceFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.IDtdEntityInfo::get_PublicId() */, IDtdEntityInfo_t6CD9881A9EC86BF67CCFD10F64F69D18316D6AFC_il2cpp_TypeInfo_var, L_8); RuntimeObject* L_10 = ___entity0; NullCheck(L_10); String_t* L_11; L_11 = InterfaceFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.IDtdEntityInfo::get_SystemId() */, IDtdEntityInfo_t6CD9881A9EC86BF67CCFD10F64F69D18316D6AFC_il2cpp_TypeInfo_var, L_10); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_12 = V_0; RuntimeObject* L_13 = ___entity0; NullCheck(L_13); String_t* L_14; L_14 = InterfaceFuncInvoker0< String_t* >::Invoke(0 /* System.String System.Xml.IDtdEntityInfo::get_Name() */, IDtdEntityInfo_t6CD9881A9EC86BF67CCFD10F64F69D18316D6AFC_il2cpp_TypeInfo_var, L_13); XmlTextReaderImpl_PushExternalEntityOrSubset_m9208C0D263FF168725E7BD3DB143CCDF9D01FE4D(__this, L_9, L_11, L_12, L_14, /*hidden argument*/NULL); RuntimeObject* L_15 = ___entity0; XmlTextReaderImpl_RegisterEntity_m470ECB5FE8ECDCC563A99ED48D273869E314A603(__this, L_15, /*hidden argument*/NULL); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_16 = __this->get_address_of_ps_5(); int32_t L_17 = L_16->get_charPos_1(); V_1 = L_17; bool L_18 = __this->get_v1Compat_36(); if (!L_18) { goto IL_0066; } } { int32_t L_19; L_19 = XmlTextReaderImpl_EatWhitespaces_mAEEB8942E7FDD3912DDDE7DD642F4E558855316E(__this, (StringBuilder_t *)NULL, /*hidden argument*/NULL); } IL_0066: { bool L_20; L_20 = XmlTextReaderImpl_ParseXmlDeclaration_m253C6668A0AC21332871D1548F42A0E3CC8EFD8A(__this, (bool)1, /*hidden argument*/NULL); if (L_20) { goto IL_007b; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_21 = __this->get_address_of_ps_5(); int32_t L_22 = V_1; L_21->set_charPos_1(L_22); } IL_007b: { return (bool)1; } IL_007d: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_23 = __this->get_address_of_ps_5(); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_24 = L_23->get_encoding_3(); V_2 = L_24; XmlTextReaderImpl_PushParsingState_mD3990762EF3CEDAD0F70D7778D1F4021C5DE9B6E(__this, /*hidden argument*/NULL); RuntimeObject* L_25 = ___entity0; NullCheck(L_25); String_t* L_26; L_26 = InterfaceFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.IDtdEntityInfo::get_SystemId() */, IDtdEntityInfo_t6CD9881A9EC86BF67CCFD10F64F69D18316D6AFC_il2cpp_TypeInfo_var, L_25); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_27 = V_2; String_t* L_28 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); XmlTextReaderImpl_InitStringInput_m60D461D7FBB8CBE814FF5B63BF0024445FAE4CF6(__this, L_26, L_27, L_28, /*hidden argument*/NULL); RuntimeObject* L_29 = ___entity0; XmlTextReaderImpl_RegisterEntity_m470ECB5FE8ECDCC563A99ED48D273869E314A603(__this, L_29, /*hidden argument*/NULL); XmlTextReaderImpl_RegisterConsumedCharacters_mBBD0B1BDAE3A9AEA923FD4828F1DF0BBAF493BB6(__this, ((int64_t)((int64_t)0)), (bool)1, /*hidden argument*/NULL); return (bool)0; } } // System.Void System.Xml.XmlTextReaderImpl::PushInternalEntity(System.Xml.IDtdEntityInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_PushInternalEntity_mD509F37A8F345CE01844E679436095BA2B89D443 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, RuntimeObject* ___entity0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDtdEntityInfo_t6CD9881A9EC86BF67CCFD10F64F69D18316D6AFC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * V_0 = NULL; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * G_B2_0 = NULL; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * G_B1_0 = NULL; String_t* G_B3_0 = NULL; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * G_B3_1 = NULL; String_t* G_B5_0 = NULL; Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * G_B5_1 = NULL; String_t* G_B5_2 = NULL; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * G_B5_3 = NULL; String_t* G_B4_0 = NULL; Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * G_B4_1 = NULL; String_t* G_B4_2 = NULL; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * G_B4_3 = NULL; { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_0 = __this->get_address_of_ps_5(); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_1 = L_0->get_encoding_3(); V_0 = L_1; XmlTextReaderImpl_PushParsingState_mD3990762EF3CEDAD0F70D7778D1F4021C5DE9B6E(__this, /*hidden argument*/NULL); RuntimeObject* L_2 = ___entity0; NullCheck(L_2); String_t* L_3; L_3 = InterfaceFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Xml.IDtdEntityInfo::get_DeclaredUriString() */, IDtdEntityInfo_t6CD9881A9EC86BF67CCFD10F64F69D18316D6AFC_il2cpp_TypeInfo_var, L_2); G_B1_0 = __this; if (L_3) { G_B2_0 = __this; goto IL_0022; } } { String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); G_B3_0 = L_4; G_B3_1 = G_B1_0; goto IL_0028; } IL_0022: { RuntimeObject* L_5 = ___entity0; NullCheck(L_5); String_t* L_6; L_6 = InterfaceFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Xml.IDtdEntityInfo::get_DeclaredUriString() */, IDtdEntityInfo_t6CD9881A9EC86BF67CCFD10F64F69D18316D6AFC_il2cpp_TypeInfo_var, L_5); G_B3_0 = L_6; G_B3_1 = G_B2_0; } IL_0028: { Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_7 = V_0; RuntimeObject* L_8 = ___entity0; NullCheck(L_8); String_t* L_9; L_9 = InterfaceFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.IDtdEntityInfo::get_Text() */, IDtdEntityInfo_t6CD9881A9EC86BF67CCFD10F64F69D18316D6AFC_il2cpp_TypeInfo_var, L_8); String_t* L_10 = L_9; G_B4_0 = L_10; G_B4_1 = L_7; G_B4_2 = G_B3_0; G_B4_3 = G_B3_1; if (L_10) { G_B5_0 = L_10; G_B5_1 = L_7; G_B5_2 = G_B3_0; G_B5_3 = G_B3_1; goto IL_0038; } } { String_t* L_11 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); G_B5_0 = L_11; G_B5_1 = G_B4_1; G_B5_2 = G_B4_2; G_B5_3 = G_B4_3; } IL_0038: { NullCheck(G_B5_3); XmlTextReaderImpl_InitStringInput_m60D461D7FBB8CBE814FF5B63BF0024445FAE4CF6(G_B5_3, G_B5_2, G_B5_1, G_B5_0, /*hidden argument*/NULL); RuntimeObject* L_12 = ___entity0; XmlTextReaderImpl_RegisterEntity_m470ECB5FE8ECDCC563A99ED48D273869E314A603(__this, L_12, /*hidden argument*/NULL); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_13 = __this->get_address_of_ps_5(); RuntimeObject* L_14 = ___entity0; NullCheck(L_14); int32_t L_15; L_15 = InterfaceFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.Xml.IDtdEntityInfo::get_LineNumber() */, IDtdEntityInfo_t6CD9881A9EC86BF67CCFD10F64F69D18316D6AFC_il2cpp_TypeInfo_var, L_14); L_13->set_lineNo_11(L_15); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_16 = __this->get_address_of_ps_5(); RuntimeObject* L_17 = ___entity0; NullCheck(L_17); int32_t L_18; L_18 = InterfaceFuncInvoker0< int32_t >::Invoke(11 /* System.Int32 System.Xml.IDtdEntityInfo::get_LinePosition() */, IDtdEntityInfo_t6CD9881A9EC86BF67CCFD10F64F69D18316D6AFC_il2cpp_TypeInfo_var, L_17); L_16->set_lineStartPos_12(((int32_t)il2cpp_codegen_subtract((int32_t)((-L_18)), (int32_t)1))); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_19 = __this->get_address_of_ps_5(); L_19->set_eolNormalized_19((bool)1); RuntimeObject* L_20 = ___entity0; NullCheck(L_20); String_t* L_21; L_21 = InterfaceFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.IDtdEntityInfo::get_Text() */, IDtdEntityInfo_t6CD9881A9EC86BF67CCFD10F64F69D18316D6AFC_il2cpp_TypeInfo_var, L_20); NullCheck(L_21); int32_t L_22; L_22 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_21, /*hidden argument*/NULL); XmlTextReaderImpl_RegisterConsumedCharacters_mBBD0B1BDAE3A9AEA923FD4828F1DF0BBAF493BB6(__this, ((int64_t)((int64_t)L_22)), (bool)1, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextReaderImpl::PopEntity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_PopEntity_mE56C4E8029155041F70CBA60D134978EA2A802D6 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_0 = __this->get_address_of_ps_5(); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_1 = L_0->get_stream_5(); if (!L_1) { goto IL_001d; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_2 = __this->get_address_of_ps_5(); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_3 = L_2->get_stream_5(); NullCheck(L_3); VirtualActionInvoker0::Invoke(18 /* System.Void System.IO.Stream::Close() */, L_3); } IL_001d: { XmlTextReaderImpl_UnregisterEntity_m58F3DEEB1FF9FD75C2D2AAB1C8D9E5D146E75213(__this, /*hidden argument*/NULL); XmlTextReaderImpl_PopParsingState_mF0D9B29C116518EAD699574FAF0F397631609C40(__this, /*hidden argument*/NULL); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_4 = __this->get_curNode_10(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_5 = __this->get_address_of_ps_5(); int32_t L_6 = L_5->get_entityId_18(); NullCheck(L_4); L_4->set_entityId_15(L_6); return; } } // System.Void System.Xml.XmlTextReaderImpl::RegisterEntity(System.Xml.IDtdEntityInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_RegisterEntity_m470ECB5FE8ECDCC563A99ED48D273869E314A603 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, RuntimeObject* ___entity0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_m018DB72846E78D9CADBD150E01C5D4B9D97C5B9A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_m23BB9BECAECDC12F24605196E83914DAB29E474A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_mA554BD9FCAFC04EE887653D3A3C95A306649B3E6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t7E4F75E23B8A710084DDD8B7D9D901F39C24B184_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDtdEntityInfo_t6CD9881A9EC86BF67CCFD10F64F69D18316D6AFC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD27E638C5F6B34DE55DDC1E7B33B6C164CB88CAC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE9BAFB0222941360F2752ADB95BF13DFDF07C373); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * G_B4_0 = NULL; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * G_B3_0 = NULL; String_t* G_B5_0 = NULL; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * G_B5_1 = NULL; { Dictionary_2_t7E4F75E23B8A710084DDD8B7D9D901F39C24B184 * L_0 = __this->get_currentEntities_72(); if (!L_0) { goto IL_0062; } } { Dictionary_2_t7E4F75E23B8A710084DDD8B7D9D901F39C24B184 * L_1 = __this->get_currentEntities_72(); RuntimeObject* L_2 = ___entity0; NullCheck(L_1); bool L_3; L_3 = Dictionary_2_ContainsKey_m23BB9BECAECDC12F24605196E83914DAB29E474A(L_1, L_2, /*hidden argument*/Dictionary_2_ContainsKey_m23BB9BECAECDC12F24605196E83914DAB29E474A_RuntimeMethod_var); if (!L_3) { goto IL_0062; } } { RuntimeObject* L_4 = ___entity0; NullCheck(L_4); bool L_5; L_5 = InterfaceFuncInvoker0< bool >::Invoke(4 /* System.Boolean System.Xml.IDtdEntityInfo::get_IsParameterEntity() */, IDtdEntityInfo_t6CD9881A9EC86BF67CCFD10F64F69D18316D6AFC_il2cpp_TypeInfo_var, L_4); G_B3_0 = __this; if (L_5) { G_B4_0 = __this; goto IL_0026; } } { G_B5_0 = _stringLiteralD27E638C5F6B34DE55DDC1E7B33B6C164CB88CAC; G_B5_1 = G_B3_0; goto IL_002b; } IL_0026: { G_B5_0 = _stringLiteralE9BAFB0222941360F2752ADB95BF13DFDF07C373; G_B5_1 = G_B4_0; } IL_002b: { RuntimeObject* L_6 = ___entity0; NullCheck(L_6); String_t* L_7; L_7 = InterfaceFuncInvoker0< String_t* >::Invoke(0 /* System.String System.Xml.IDtdEntityInfo::get_Name() */, IDtdEntityInfo_t6CD9881A9EC86BF67CCFD10F64F69D18316D6AFC_il2cpp_TypeInfo_var, L_6); ParsingStateU5BU5D_t76C574A7045A0E6E9113EF2F2E2B1A863D91376D* L_8 = __this->get_parsingStatesStack_40(); int32_t L_9 = __this->get_parsingStatesStackTop_41(); NullCheck(L_8); int32_t L_10; L_10 = ParsingState_get_LineNo_m9C32240CFE61AE19697B7C9EFA5DE9B44D3C9610_inline((ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF *)((L_8)->GetAddressAt(static_cast(L_9))), /*hidden argument*/NULL); ParsingStateU5BU5D_t76C574A7045A0E6E9113EF2F2E2B1A863D91376D* L_11 = __this->get_parsingStatesStack_40(); int32_t L_12 = __this->get_parsingStatesStackTop_41(); NullCheck(L_11); int32_t L_13; L_13 = ParsingState_get_LinePos_mB937EA68EFFA791C24EDC7C1DFFE45732EBFFD5C((ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF *)((L_11)->GetAddressAt(static_cast(L_12))), /*hidden argument*/NULL); NullCheck(G_B5_1); XmlTextReaderImpl_Throw_mCDCD058C95527345FED79ACB6F4D45D39696E14B(G_B5_1, G_B5_0, L_7, L_10, L_13, /*hidden argument*/NULL); } IL_0062: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_14 = __this->get_address_of_ps_5(); RuntimeObject* L_15 = ___entity0; L_14->set_entity_17(L_15); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_16 = __this->get_address_of_ps_5(); int32_t L_17 = __this->get_nextEntityId_63(); V_0 = L_17; int32_t L_18 = V_0; __this->set_nextEntityId_63(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1))); int32_t L_19 = V_0; L_16->set_entityId_18(L_19); RuntimeObject* L_20 = ___entity0; if (!L_20) { goto IL_00ad; } } { Dictionary_2_t7E4F75E23B8A710084DDD8B7D9D901F39C24B184 * L_21 = __this->get_currentEntities_72(); if (L_21) { goto IL_00a0; } } { Dictionary_2_t7E4F75E23B8A710084DDD8B7D9D901F39C24B184 * L_22 = (Dictionary_2_t7E4F75E23B8A710084DDD8B7D9D901F39C24B184 *)il2cpp_codegen_object_new(Dictionary_2_t7E4F75E23B8A710084DDD8B7D9D901F39C24B184_il2cpp_TypeInfo_var); Dictionary_2__ctor_mA554BD9FCAFC04EE887653D3A3C95A306649B3E6(L_22, /*hidden argument*/Dictionary_2__ctor_mA554BD9FCAFC04EE887653D3A3C95A306649B3E6_RuntimeMethod_var); __this->set_currentEntities_72(L_22); } IL_00a0: { Dictionary_2_t7E4F75E23B8A710084DDD8B7D9D901F39C24B184 * L_23 = __this->get_currentEntities_72(); RuntimeObject* L_24 = ___entity0; RuntimeObject* L_25 = ___entity0; NullCheck(L_23); Dictionary_2_Add_m018DB72846E78D9CADBD150E01C5D4B9D97C5B9A(L_23, L_24, L_25, /*hidden argument*/Dictionary_2_Add_m018DB72846E78D9CADBD150E01C5D4B9D97C5B9A_RuntimeMethod_var); } IL_00ad: { return; } } // System.Void System.Xml.XmlTextReaderImpl::UnregisterEntity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_UnregisterEntity_m58F3DEEB1FF9FD75C2D2AAB1C8D9E5D146E75213 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Remove_m0BB896AE0CA879811457EACAED12247F91845533_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_0 = __this->get_address_of_ps_5(); RuntimeObject* L_1 = L_0->get_entity_17(); if (!L_1) { goto IL_0024; } } { Dictionary_2_t7E4F75E23B8A710084DDD8B7D9D901F39C24B184 * L_2 = __this->get_currentEntities_72(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_3 = __this->get_address_of_ps_5(); RuntimeObject* L_4 = L_3->get_entity_17(); NullCheck(L_2); bool L_5; L_5 = Dictionary_2_Remove_m0BB896AE0CA879811457EACAED12247F91845533(L_2, L_4, /*hidden argument*/Dictionary_2_Remove_m0BB896AE0CA879811457EACAED12247F91845533_RuntimeMethod_var); } IL_0024: { return; } } // System.Void System.Xml.XmlTextReaderImpl::PushParsingState() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_PushParsingState_mD3990762EF3CEDAD0F70D7778D1F4021C5DE9B6E (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParsingStateU5BU5D_t76C574A7045A0E6E9113EF2F2E2B1A863D91376D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ParsingStateU5BU5D_t76C574A7045A0E6E9113EF2F2E2B1A863D91376D* V_0 = NULL; { ParsingStateU5BU5D_t76C574A7045A0E6E9113EF2F2E2B1A863D91376D* L_0 = __this->get_parsingStatesStack_40(); if (L_0) { goto IL_0016; } } { ParsingStateU5BU5D_t76C574A7045A0E6E9113EF2F2E2B1A863D91376D* L_1 = (ParsingStateU5BU5D_t76C574A7045A0E6E9113EF2F2E2B1A863D91376D*)(ParsingStateU5BU5D_t76C574A7045A0E6E9113EF2F2E2B1A863D91376D*)SZArrayNew(ParsingStateU5BU5D_t76C574A7045A0E6E9113EF2F2E2B1A863D91376D_il2cpp_TypeInfo_var, (uint32_t)2); __this->set_parsingStatesStack_40(L_1); goto IL_0055; } IL_0016: { int32_t L_2 = __this->get_parsingStatesStackTop_41(); ParsingStateU5BU5D_t76C574A7045A0E6E9113EF2F2E2B1A863D91376D* L_3 = __this->get_parsingStatesStack_40(); NullCheck(L_3); if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1))) == ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))))))) { goto IL_0055; } } { ParsingStateU5BU5D_t76C574A7045A0E6E9113EF2F2E2B1A863D91376D* L_4 = __this->get_parsingStatesStack_40(); NullCheck(L_4); ParsingStateU5BU5D_t76C574A7045A0E6E9113EF2F2E2B1A863D91376D* L_5 = (ParsingStateU5BU5D_t76C574A7045A0E6E9113EF2F2E2B1A863D91376D*)(ParsingStateU5BU5D_t76C574A7045A0E6E9113EF2F2E2B1A863D91376D*)SZArrayNew(ParsingStateU5BU5D_t76C574A7045A0E6E9113EF2F2E2B1A863D91376D_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))), (int32_t)2))); V_0 = L_5; ParsingStateU5BU5D_t76C574A7045A0E6E9113EF2F2E2B1A863D91376D* L_6 = __this->get_parsingStatesStack_40(); ParsingStateU5BU5D_t76C574A7045A0E6E9113EF2F2E2B1A863D91376D* L_7 = V_0; ParsingStateU5BU5D_t76C574A7045A0E6E9113EF2F2E2B1A863D91376D* L_8 = __this->get_parsingStatesStack_40(); NullCheck(L_8); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_6, 0, (RuntimeArray *)(RuntimeArray *)L_7, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length))), /*hidden argument*/NULL); ParsingStateU5BU5D_t76C574A7045A0E6E9113EF2F2E2B1A863D91376D* L_9 = V_0; __this->set_parsingStatesStack_40(L_9); } IL_0055: { int32_t L_10 = __this->get_parsingStatesStackTop_41(); __this->set_parsingStatesStackTop_41(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1))); ParsingStateU5BU5D_t76C574A7045A0E6E9113EF2F2E2B1A863D91376D* L_11 = __this->get_parsingStatesStack_40(); int32_t L_12 = __this->get_parsingStatesStackTop_41(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF L_13 = __this->get_ps_5(); NullCheck(L_11); (L_11)->SetAt(static_cast(L_12), (ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF )L_13); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_14 = __this->get_address_of_ps_5(); ParsingState_Clear_m23A1DD27BCE9143D4C4E6D5A45C0F4AA1FECA004((ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF *)L_14, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextReaderImpl::PopParsingState() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_PopParsingState_mF0D9B29C116518EAD699574FAF0F397631609C40 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_0 = __this->get_address_of_ps_5(); ParsingState_Close_m689F0D29DA61913B5406B7E42E675DED08CEC10F((ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF *)L_0, (bool)1, /*hidden argument*/NULL); ParsingStateU5BU5D_t76C574A7045A0E6E9113EF2F2E2B1A863D91376D* L_1 = __this->get_parsingStatesStack_40(); int32_t L_2 = __this->get_parsingStatesStackTop_41(); V_0 = L_2; int32_t L_3 = V_0; __this->set_parsingStatesStackTop_41(((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1))); int32_t L_4 = V_0; NullCheck(L_1); int32_t L_5 = L_4; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF L_6 = (L_1)->GetAt(static_cast(L_5)); __this->set_ps_5(L_6); return; } } // System.Int32 System.Xml.XmlTextReaderImpl::IncrementalRead() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_IncrementalRead_mC7E0F97A6EE9B84CCA1C1CD7F37CBC88B855E933 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9BBA939AADAC7131171CCBDAAF0369B087259893); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEF8AE9E6CBCFDABA932FBEB4C85964F450F724F5); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * V_5 = NULL; int32_t V_6 = 0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* V_7 = NULL; int32_t V_8 = 0; int32_t V_9 = 0; Il2CppChar V_10 = 0x0; Il2CppChar V_11 = 0x0; int32_t V_12 = 0; int32_t V_13 = 0; int32_t V_14 = 0; int32_t V_15 = 0; int32_t V_16 = 0; int32_t V_17 = 0; XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * V_18 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * G_B20_0 = NULL; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * G_B18_0 = NULL; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * G_B19_0 = NULL; int32_t G_B21_0 = 0; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * G_B21_1 = NULL; { V_0 = 0; } IL_0002: { int32_t L_0 = __this->get_incReadLeftEndPos_53(); int32_t L_1 = __this->get_incReadLeftStartPos_52(); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)L_1)); int32_t L_2 = V_1; if ((((int32_t)L_2) <= ((int32_t)0))) { goto IL_00b7; } } IL_0017: try {// begin try (depth: 1) IncrementalReadDecoder_t89737691013C036E9386839AE30A43C9721B3984 * L_3 = __this->get_incReadDecoder_48(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_4 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_5 = L_4->get_chars_0(); int32_t L_6 = __this->get_incReadLeftStartPos_52(); int32_t L_7 = V_1; NullCheck(L_3); int32_t L_8; L_8 = VirtualFuncInvoker3< int32_t, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*, int32_t, int32_t >::Invoke(5 /* System.Int32 System.Xml.IncrementalReadDecoder::Decode(System.Char[],System.Int32,System.Int32) */, L_3, L_5, L_6, L_7); V_4 = L_8; goto IL_0060; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0038; } throw e; } CATCH_0038: {// begin catch(System.Xml.XmlException) V_5 = ((XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *)IL2CPP_GET_ACTIVE_EXCEPTION(XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *)); XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * L_9 = V_5; LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE * L_10 = __this->get_address_of_incReadLineInfo_50(); int32_t L_11 = L_10->get_lineNo_0(); LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE * L_12 = __this->get_address_of_incReadLineInfo_50(); int32_t L_13 = L_12->get_linePos_1(); XmlTextReaderImpl_ReThrow_m22BC4C958FE0D0EEDB6D563B608C2CEF0777E1BB(__this, L_9, L_11, L_13, /*hidden argument*/NULL); V_6 = 0; IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_072c; }// end catch (depth: 1) IL_0060: { int32_t L_14 = V_4; int32_t L_15 = V_1; if ((((int32_t)L_14) >= ((int32_t)L_15))) { goto IL_0088; } } { int32_t L_16 = __this->get_incReadLeftStartPos_52(); int32_t L_17 = V_4; __this->set_incReadLeftStartPos_52(((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)L_17))); LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE * L_18 = __this->get_address_of_incReadLineInfo_50(); int32_t* L_19 = L_18->get_address_of_linePos_1(); int32_t* L_20 = L_19; int32_t L_21 = *((int32_t*)L_20); int32_t L_22 = V_4; *((int32_t*)L_20) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)L_22)); int32_t L_23 = V_4; return L_23; } IL_0088: { __this->set_incReadLeftStartPos_52(0); __this->set_incReadLeftEndPos_53(0); LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE * L_24 = __this->get_address_of_incReadLineInfo_50(); int32_t* L_25 = L_24->get_address_of_linePos_1(); int32_t* L_26 = L_25; int32_t L_27 = *((int32_t*)L_26); int32_t L_28 = V_4; *((int32_t*)L_26) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)L_28)); IncrementalReadDecoder_t89737691013C036E9386839AE30A43C9721B3984 * L_29 = __this->get_incReadDecoder_48(); NullCheck(L_29); bool L_30; L_30 = VirtualFuncInvoker0< bool >::Invoke(4 /* System.Boolean System.Xml.IncrementalReadDecoder::get_IsFull() */, L_29); if (!L_30) { goto IL_00b7; } } { int32_t L_31 = V_4; return L_31; } IL_00b7: { V_2 = 0; V_3 = 0; } IL_00bb: { int32_t L_32 = __this->get_incReadState_49(); V_9 = L_32; int32_t L_33 = V_9; switch (L_33) { case 0: { goto IL_01d7; } case 1: { goto IL_01d7; } case 2: { goto IL_00f7; } case 3: { goto IL_014e; } case 4: { goto IL_0122; } case 5: { goto IL_01d7; } case 6: { goto IL_01d7; } case 7: { goto IL_01b4; } case 8: { goto IL_017a; } case 9: { goto IL_01b2; } } } { goto IL_01d7; } IL_00f7: { bool L_34; L_34 = XmlTextReaderImpl_ParsePIValue_m15F6E657F08CBFC5B03507D777FC82BD4BB17630(__this, (int32_t*)(&V_2), (int32_t*)(&V_3), /*hidden argument*/NULL); if (!L_34) { goto IL_06a4; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_35 = __this->get_address_of_ps_5(); int32_t* L_36 = L_35->get_address_of_charPos_1(); int32_t* L_37 = L_36; int32_t L_38 = *((int32_t*)L_37); *((int32_t*)L_37) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_38, (int32_t)2)); __this->set_incReadState_49(0); goto IL_06a4; } IL_0122: { bool L_39; L_39 = XmlTextReaderImpl_ParseCDataOrComment_mD5730880295B3A2BC37F3C128663F7B94D78C4D7(__this, 8, (int32_t*)(&V_2), (int32_t*)(&V_3), /*hidden argument*/NULL); if (!L_39) { goto IL_06a4; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_40 = __this->get_address_of_ps_5(); int32_t* L_41 = L_40->get_address_of_charPos_1(); int32_t* L_42 = L_41; int32_t L_43 = *((int32_t*)L_42); *((int32_t*)L_42) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_43, (int32_t)3)); __this->set_incReadState_49(0); goto IL_06a4; } IL_014e: { bool L_44; L_44 = XmlTextReaderImpl_ParseCDataOrComment_mD5730880295B3A2BC37F3C128663F7B94D78C4D7(__this, 4, (int32_t*)(&V_2), (int32_t*)(&V_3), /*hidden argument*/NULL); if (!L_44) { goto IL_06a4; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_45 = __this->get_address_of_ps_5(); int32_t* L_46 = L_45->get_address_of_charPos_1(); int32_t* L_47 = L_46; int32_t L_48 = *((int32_t*)L_47); *((int32_t*)L_47) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_48, (int32_t)3)); __this->set_incReadState_49(0); goto IL_06a4; } IL_017a: { __this->set_parsingFunction_6(7); int32_t L_49 = __this->get_index_11(); G_B18_0 = __this; if ((((int32_t)L_49) > ((int32_t)0))) { G_B20_0 = __this; goto IL_0198; } } { int32_t L_50 = __this->get_fragmentType_45(); G_B19_0 = G_B18_0; if ((!(((uint32_t)L_50) == ((uint32_t)((int32_t)9))))) { G_B20_0 = G_B18_0; goto IL_0198; } } { G_B21_0 = 5; G_B21_1 = G_B19_0; goto IL_0199; } IL_0198: { G_B21_0 = 0; G_B21_1 = G_B20_0; } IL_0199: { NullCheck(G_B21_1); G_B21_1->set_nextParsingFunction_7(G_B21_0); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_51 = __this->get_outerReader_74(); NullCheck(L_51); bool L_52; L_52 = VirtualFuncInvoker0< bool >::Invoke(21 /* System.Boolean System.Xml.XmlReader::Read() */, L_51); __this->set_incReadState_49(((int32_t)9)); } IL_01b2: { int32_t L_53 = V_0; return L_53; } IL_01b4: { int32_t L_54; L_54 = XmlTextReaderImpl_ReadData_m30A9B855279BE3BBC531BB50D5DCE4B903AF0512(__this, /*hidden argument*/NULL); if (L_54) { goto IL_01c2; } } { XmlTextReaderImpl_ThrowUnclosedElements_m0CD03A9632178D15C9FD697F2EDE7E3013444ACA(__this, /*hidden argument*/NULL); } IL_01c2: { __this->set_incReadState_49(0); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_55 = __this->get_address_of_ps_5(); int32_t L_56 = L_55->get_charPos_1(); V_2 = L_56; int32_t L_57 = V_2; V_3 = L_57; } IL_01d7: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_58 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_59 = L_58->get_chars_0(); V_7 = L_59; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_60 = __this->get_address_of_ps_5(); int32_t L_61 = L_60->get_charPos_1(); V_2 = L_61; int32_t L_62 = V_2; V_3 = L_62; } IL_01f2: { LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE * L_63 = __this->get_address_of_incReadLineInfo_50(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_64 = __this->get_address_of_ps_5(); int32_t L_65; L_65 = ParsingState_get_LineNo_m9C32240CFE61AE19697B7C9EFA5DE9B44D3C9610_inline((ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF *)L_64, /*hidden argument*/NULL); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_66 = __this->get_address_of_ps_5(); int32_t L_67; L_67 = ParsingState_get_LinePos_mB937EA68EFFA791C24EDC7C1DFFE45732EBFFD5C((ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF *)L_66, /*hidden argument*/NULL); LineInfo_Set_mAA6F06BA4463E64A24070063EE26BF665EC28B99((LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE *)L_63, L_65, L_67, /*hidden argument*/NULL); int32_t L_68 = __this->get_incReadState_49(); if ((!(((uint32_t)L_68) == ((uint32_t)5)))) { goto IL_0249; } } { goto IL_0222; } IL_021e: { int32_t L_69 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_69, (int32_t)1)); } IL_0222: { XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * L_70 = __this->get_address_of_xmlCharType_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_71 = L_70->get_charProperties_2(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_72 = V_7; int32_t L_73 = V_3; NullCheck(L_72); int32_t L_74 = L_73; uint16_t L_75 = (uint16_t)(L_72)->GetAt(static_cast(L_74)); uint16_t L_76 = L_75; V_10 = L_76; NullCheck(L_71); uint16_t L_77 = L_76; uint8_t L_78 = (L_71)->GetAt(static_cast(L_77)); if (!((int32_t)((int32_t)L_78&(int32_t)((int32_t)128)))) { goto IL_0264; } } { Il2CppChar L_79 = V_10; if ((!(((uint32_t)L_79) == ((uint32_t)((int32_t)47))))) { goto IL_021e; } } { goto IL_0264; } IL_0245: { int32_t L_80 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_80, (int32_t)1)); } IL_0249: { XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * L_81 = __this->get_address_of_xmlCharType_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_82 = L_81->get_charProperties_2(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_83 = V_7; int32_t L_84 = V_3; NullCheck(L_83); int32_t L_85 = L_84; uint16_t L_86 = (uint16_t)(L_83)->GetAt(static_cast(L_85)); uint16_t L_87 = L_86; V_10 = L_87; NullCheck(L_82); uint16_t L_88 = L_87; uint8_t L_89 = (L_82)->GetAt(static_cast(L_88)); if (((int32_t)((int32_t)L_89&(int32_t)((int32_t)128)))) { goto IL_0245; } } IL_0264: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_90 = V_7; int32_t L_91 = V_3; NullCheck(L_90); int32_t L_92 = L_91; uint16_t L_93 = (uint16_t)(L_90)->GetAt(static_cast(L_92)); if ((((int32_t)L_93) == ((int32_t)((int32_t)38)))) { goto IL_0274; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_94 = V_7; int32_t L_95 = V_3; NullCheck(L_94); int32_t L_96 = L_95; uint16_t L_97 = (uint16_t)(L_94)->GetAt(static_cast(L_96)); if ((!(((uint32_t)L_97) == ((uint32_t)((int32_t)9))))) { goto IL_027d; } } IL_0274: { int32_t L_98 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_98, (int32_t)1)); goto IL_01f2; } IL_027d: { int32_t L_99 = V_3; int32_t L_100 = V_2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_99, (int32_t)L_100))) > ((int32_t)0))) { goto IL_0698; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_101 = V_7; int32_t L_102 = V_3; NullCheck(L_101); int32_t L_103 = L_102; uint16_t L_104 = (uint16_t)(L_101)->GetAt(static_cast(L_103)); V_11 = L_104; Il2CppChar L_105 = V_11; if ((!(((uint32_t)L_105) <= ((uint32_t)((int32_t)34))))) { goto IL_02ac; } } { Il2CppChar L_106 = V_11; if ((((int32_t)L_106) == ((int32_t)((int32_t)10)))) { goto IL_02dd; } } { Il2CppChar L_107 = V_11; if ((((int32_t)L_107) == ((int32_t)((int32_t)13)))) { goto IL_02ed; } } { Il2CppChar L_108 = V_11; if ((((int32_t)L_108) == ((int32_t)((int32_t)34)))) { goto IL_062f; } } { goto IL_067a; } IL_02ac: { Il2CppChar L_109 = V_11; if ((!(((uint32_t)L_109) <= ((uint32_t)((int32_t)47))))) { goto IL_02c9; } } { Il2CppChar L_110 = V_11; if ((((int32_t)L_110) == ((int32_t)((int32_t)39)))) { goto IL_062f; } } { Il2CppChar L_111 = V_11; if ((((int32_t)L_111) == ((int32_t)((int32_t)47)))) { goto IL_05d2; } } { goto IL_067a; } IL_02c9: { Il2CppChar L_112 = V_11; if ((((int32_t)L_112) == ((int32_t)((int32_t)60)))) { goto IL_0320; } } { Il2CppChar L_113 = V_11; if ((((int32_t)L_113) == ((int32_t)((int32_t)62)))) { goto IL_0616; } } { goto IL_067a; } IL_02dd: { int32_t L_114 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_114, (int32_t)1)); int32_t L_115 = V_3; XmlTextReaderImpl_OnNewLine_mADCA9134B0A3E9B84DEDDBD677993F99B3CB6419(__this, L_115, /*hidden argument*/NULL); goto IL_01f2; } IL_02ed: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_116 = V_7; int32_t L_117 = V_3; NullCheck(L_116); int32_t L_118 = ((int32_t)il2cpp_codegen_add((int32_t)L_117, (int32_t)1)); uint16_t L_119 = (uint16_t)(L_116)->GetAt(static_cast(L_118)); if ((!(((uint32_t)L_119) == ((uint32_t)((int32_t)10))))) { goto IL_02fd; } } { int32_t L_120 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_120, (int32_t)2)); goto IL_0314; } IL_02fd: { int32_t L_121 = V_3; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_122 = __this->get_address_of_ps_5(); int32_t L_123 = L_122->get_charsUsed_2(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_121, (int32_t)1))) >= ((int32_t)L_123))) { goto IL_0691; } } { int32_t L_124 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_124, (int32_t)1)); } IL_0314: { int32_t L_125 = V_3; XmlTextReaderImpl_OnNewLine_mADCA9134B0A3E9B84DEDDBD677993F99B3CB6419(__this, L_125, /*hidden argument*/NULL); goto IL_01f2; } IL_0320: { int32_t L_126 = __this->get_incReadState_49(); if (!L_126) { goto IL_0331; } } { int32_t L_127 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_127, (int32_t)1)); goto IL_01f2; } IL_0331: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_128 = __this->get_address_of_ps_5(); int32_t L_129 = L_128->get_charsUsed_2(); int32_t L_130 = V_3; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_129, (int32_t)L_130))) < ((int32_t)2))) { goto IL_0691; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_131 = V_7; int32_t L_132 = V_3; NullCheck(L_131); int32_t L_133 = ((int32_t)il2cpp_codegen_add((int32_t)L_132, (int32_t)1)); uint16_t L_134 = (uint16_t)(L_131)->GetAt(static_cast(L_133)); V_11 = L_134; Il2CppChar L_135 = V_11; if ((((int32_t)L_135) == ((int32_t)((int32_t)33)))) { goto IL_0374; } } { Il2CppChar L_136 = V_11; if ((((int32_t)L_136) == ((int32_t)((int32_t)47)))) { goto IL_03e5; } } { Il2CppChar L_137 = V_11; if ((!(((uint32_t)L_137) == ((uint32_t)((int32_t)63))))) { goto IL_050f; } } { int32_t L_138 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_138, (int32_t)2)); __this->set_incReadState_49(2); goto IL_0698; } IL_0374: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_139 = __this->get_address_of_ps_5(); int32_t L_140 = L_139->get_charsUsed_2(); int32_t L_141 = V_3; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_140, (int32_t)L_141))) < ((int32_t)4))) { goto IL_0691; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_142 = V_7; int32_t L_143 = V_3; NullCheck(L_142); int32_t L_144 = ((int32_t)il2cpp_codegen_add((int32_t)L_143, (int32_t)2)); uint16_t L_145 = (uint16_t)(L_142)->GetAt(static_cast(L_144)); if ((!(((uint32_t)L_145) == ((uint32_t)((int32_t)45))))) { goto IL_03ab; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_146 = V_7; int32_t L_147 = V_3; NullCheck(L_146); int32_t L_148 = ((int32_t)il2cpp_codegen_add((int32_t)L_147, (int32_t)3)); uint16_t L_149 = (uint16_t)(L_146)->GetAt(static_cast(L_148)); if ((!(((uint32_t)L_149) == ((uint32_t)((int32_t)45))))) { goto IL_03ab; } } { int32_t L_150 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_150, (int32_t)4)); __this->set_incReadState_49(4); goto IL_0698; } IL_03ab: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_151 = __this->get_address_of_ps_5(); int32_t L_152 = L_151->get_charsUsed_2(); int32_t L_153 = V_3; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_152, (int32_t)L_153))) < ((int32_t)((int32_t)9)))) { goto IL_0691; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_154 = V_7; int32_t L_155 = V_3; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); bool L_156; L_156 = XmlConvert_StrEqual_m6E5726C0E309A1FB1E7DA36E39A8BEAE351836DB(L_154, ((int32_t)il2cpp_codegen_add((int32_t)L_155, (int32_t)2)), 7, _stringLiteral9BBA939AADAC7131171CCBDAAF0369B087259893, /*hidden argument*/NULL); if (!L_156) { goto IL_01f2; } } { int32_t L_157 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_157, (int32_t)((int32_t)9))); __this->set_incReadState_49(3); goto IL_0698; } IL_03e5: { int32_t L_158; L_158 = XmlTextReaderImpl_ParseQName_m8142582D623E2164E9A78D7FD5494BE462DB02E3(__this, (bool)1, 2, (int32_t*)(&V_12), /*hidden argument*/NULL); V_13 = L_158; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_159 = V_7; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_160 = __this->get_address_of_ps_5(); int32_t L_161 = L_160->get_charPos_1(); int32_t L_162 = V_13; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_163 = __this->get_address_of_ps_5(); int32_t L_164 = L_163->get_charPos_1(); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_165 = __this->get_curNode_10(); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_166 = __this->get_nameTable_19(); NullCheck(L_165); String_t* L_167; L_167 = NodeData_GetNameWPrefix_m8F2FF2029F59DB52995603EA96CD02F53D934643(L_165, L_166, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); bool L_168; L_168 = XmlConvert_StrEqual_m6E5726C0E309A1FB1E7DA36E39A8BEAE351836DB(L_159, ((int32_t)il2cpp_codegen_add((int32_t)L_161, (int32_t)2)), ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_162, (int32_t)L_164)), (int32_t)2)), L_167, /*hidden argument*/NULL); if (!L_168) { goto IL_04ee; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_169 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_170 = L_169->get_chars_0(); int32_t L_171 = V_13; NullCheck(L_170); int32_t L_172 = L_171; uint16_t L_173 = (uint16_t)(L_170)->GetAt(static_cast(L_172)); if ((((int32_t)L_173) == ((int32_t)((int32_t)62)))) { goto IL_045b; } } { XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * L_174 = __this->get_address_of_xmlCharType_4(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_175 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_176 = L_175->get_chars_0(); int32_t L_177 = V_13; NullCheck(L_176); int32_t L_178 = L_177; uint16_t L_179 = (uint16_t)(L_176)->GetAt(static_cast(L_178)); bool L_180; L_180 = XmlCharType_IsWhiteSpace_m4EE0C544C3C666A6BBAAE63BDD5CFB221655DDA0((XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA *)L_174, L_179, /*hidden argument*/NULL); if (!L_180) { goto IL_04ee; } } IL_045b: { int32_t L_181 = __this->get_incReadDepth_51(); V_14 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_181, (int32_t)1)); int32_t L_182 = V_14; __this->set_incReadDepth_51(L_182); int32_t L_183 = V_14; if ((((int32_t)L_183) <= ((int32_t)0))) { goto IL_047c; } } { int32_t L_184 = V_13; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_184, (int32_t)1)); goto IL_01f2; } IL_047c: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_185 = __this->get_address_of_ps_5(); int32_t L_186 = V_13; L_185->set_charPos_1(L_186); XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * L_187 = __this->get_address_of_xmlCharType_4(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_188 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_189 = L_188->get_chars_0(); int32_t L_190 = V_13; NullCheck(L_189); int32_t L_191 = L_190; uint16_t L_192 = (uint16_t)(L_189)->GetAt(static_cast(L_191)); bool L_193; L_193 = XmlCharType_IsWhiteSpace_m4EE0C544C3C666A6BBAAE63BDD5CFB221655DDA0((XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA *)L_187, L_192, /*hidden argument*/NULL); if (!L_193) { goto IL_04ac; } } { int32_t L_194; L_194 = XmlTextReaderImpl_EatWhitespaces_mAEEB8942E7FDD3912DDDE7DD642F4E558855316E(__this, (StringBuilder_t *)NULL, /*hidden argument*/NULL); } IL_04ac: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_195 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_196 = L_195->get_chars_0(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_197 = __this->get_address_of_ps_5(); int32_t L_198 = L_197->get_charPos_1(); NullCheck(L_196); int32_t L_199 = L_198; uint16_t L_200 = (uint16_t)(L_196)->GetAt(static_cast(L_199)); if ((((int32_t)L_200) == ((int32_t)((int32_t)62)))) { goto IL_04d2; } } { XmlTextReaderImpl_ThrowUnexpectedToken_m3A6522C4C030CD8DE27B2F78EB9AC25430680D76(__this, _stringLiteralEF8AE9E6CBCFDABA932FBEB4C85964F450F724F5, /*hidden argument*/NULL); } IL_04d2: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_201 = __this->get_address_of_ps_5(); int32_t* L_202 = L_201->get_address_of_charPos_1(); int32_t* L_203 = L_202; int32_t L_204 = *((int32_t*)L_203); *((int32_t*)L_203) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_204, (int32_t)1)); __this->set_incReadState_49(8); goto IL_0002; } IL_04ee: { int32_t L_205 = V_13; V_3 = L_205; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_206 = __this->get_address_of_ps_5(); int32_t L_207 = L_206->get_charPos_1(); V_2 = L_207; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_208 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_209 = L_208->get_chars_0(); V_7 = L_209; goto IL_01f2; } IL_050f: { int32_t L_210; L_210 = XmlTextReaderImpl_ParseQName_m8142582D623E2164E9A78D7FD5494BE462DB02E3(__this, (bool)1, 1, (int32_t*)(&V_15), /*hidden argument*/NULL); V_16 = L_210; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_211 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_212 = L_211->get_chars_0(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_213 = __this->get_address_of_ps_5(); int32_t L_214 = L_213->get_charPos_1(); int32_t L_215 = V_16; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_216 = __this->get_address_of_ps_5(); int32_t L_217 = L_216->get_charPos_1(); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_218 = __this->get_curNode_10(); NullCheck(L_218); String_t* L_219 = L_218->get_localName_2(); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); bool L_220; L_220 = XmlConvert_StrEqual_m6E5726C0E309A1FB1E7DA36E39A8BEAE351836DB(L_212, ((int32_t)il2cpp_codegen_add((int32_t)L_214, (int32_t)1)), ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_215, (int32_t)L_217)), (int32_t)1)), L_219, /*hidden argument*/NULL); if (!L_220) { goto IL_05b1; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_221 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_222 = L_221->get_chars_0(); int32_t L_223 = V_16; NullCheck(L_222); int32_t L_224 = L_223; uint16_t L_225 = (uint16_t)(L_222)->GetAt(static_cast(L_224)); if ((((int32_t)L_225) == ((int32_t)((int32_t)62)))) { goto IL_0594; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_226 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_227 = L_226->get_chars_0(); int32_t L_228 = V_16; NullCheck(L_227); int32_t L_229 = L_228; uint16_t L_230 = (uint16_t)(L_227)->GetAt(static_cast(L_229)); if ((((int32_t)L_230) == ((int32_t)((int32_t)47)))) { goto IL_0594; } } { XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * L_231 = __this->get_address_of_xmlCharType_4(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_232 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_233 = L_232->get_chars_0(); int32_t L_234 = V_16; NullCheck(L_233); int32_t L_235 = L_234; uint16_t L_236 = (uint16_t)(L_233)->GetAt(static_cast(L_235)); bool L_237; L_237 = XmlCharType_IsWhiteSpace_m4EE0C544C3C666A6BBAAE63BDD5CFB221655DDA0((XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA *)L_231, L_236, /*hidden argument*/NULL); if (!L_237) { goto IL_05b1; } } IL_0594: { int32_t L_238 = __this->get_incReadDepth_51(); __this->set_incReadDepth_51(((int32_t)il2cpp_codegen_add((int32_t)L_238, (int32_t)1))); __this->set_incReadState_49(5); int32_t L_239 = V_16; V_3 = L_239; goto IL_0698; } IL_05b1: { int32_t L_240 = V_16; V_3 = L_240; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_241 = __this->get_address_of_ps_5(); int32_t L_242 = L_241->get_charPos_1(); V_2 = L_242; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_243 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_244 = L_243->get_chars_0(); V_7 = L_244; goto IL_01f2; } IL_05d2: { int32_t L_245 = __this->get_incReadState_49(); if ((!(((uint32_t)L_245) == ((uint32_t)5)))) { goto IL_060d; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_246 = __this->get_address_of_ps_5(); int32_t L_247 = L_246->get_charsUsed_2(); int32_t L_248 = V_3; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_247, (int32_t)L_248))) < ((int32_t)2))) { goto IL_0691; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_249 = V_7; int32_t L_250 = V_3; NullCheck(L_249); int32_t L_251 = ((int32_t)il2cpp_codegen_add((int32_t)L_250, (int32_t)1)); uint16_t L_252 = (uint16_t)(L_249)->GetAt(static_cast(L_251)); if ((!(((uint32_t)L_252) == ((uint32_t)((int32_t)62))))) { goto IL_060d; } } { __this->set_incReadState_49(0); int32_t L_253 = __this->get_incReadDepth_51(); __this->set_incReadDepth_51(((int32_t)il2cpp_codegen_subtract((int32_t)L_253, (int32_t)1))); } IL_060d: { int32_t L_254 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_254, (int32_t)1)); goto IL_01f2; } IL_0616: { int32_t L_255 = __this->get_incReadState_49(); if ((!(((uint32_t)L_255) == ((uint32_t)5)))) { goto IL_0626; } } { __this->set_incReadState_49(0); } IL_0626: { int32_t L_256 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_256, (int32_t)1)); goto IL_01f2; } IL_062f: { int32_t L_257 = __this->get_incReadState_49(); V_9 = L_257; int32_t L_258 = V_9; if ((((int32_t)L_258) == ((int32_t)5))) { goto IL_065b; } } { int32_t L_259 = V_9; if ((!(((uint32_t)L_259) == ((uint32_t)6)))) { goto IL_0671; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_260 = V_7; int32_t L_261 = V_3; NullCheck(L_260); int32_t L_262 = L_261; uint16_t L_263 = (uint16_t)(L_260)->GetAt(static_cast(L_262)); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_264 = __this->get_curNode_10(); NullCheck(L_264); Il2CppChar L_265 = L_264->get_quoteChar_12(); if ((!(((uint32_t)L_263) == ((uint32_t)L_265)))) { goto IL_0671; } } { __this->set_incReadState_49(5); goto IL_0671; } IL_065b: { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_266 = __this->get_curNode_10(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_267 = V_7; int32_t L_268 = V_3; NullCheck(L_267); int32_t L_269 = L_268; uint16_t L_270 = (uint16_t)(L_267)->GetAt(static_cast(L_269)); NullCheck(L_266); L_266->set_quoteChar_12(L_270); __this->set_incReadState_49(6); } IL_0671: { int32_t L_271 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_271, (int32_t)1)); goto IL_01f2; } IL_067a: { int32_t L_272 = V_3; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_273 = __this->get_address_of_ps_5(); int32_t L_274 = L_273->get_charsUsed_2(); if ((((int32_t)L_272) == ((int32_t)L_274))) { goto IL_0691; } } { int32_t L_275 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_275, (int32_t)1)); goto IL_01f2; } IL_0691: { __this->set_incReadState_49(7); } IL_0698: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_276 = __this->get_address_of_ps_5(); int32_t L_277 = V_3; L_276->set_charPos_1(L_277); } IL_06a4: { int32_t L_278 = V_3; int32_t L_279 = V_2; V_8 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_278, (int32_t)L_279)); int32_t L_280 = V_8; if ((((int32_t)L_280) <= ((int32_t)0))) { goto IL_00bb; } } IL_06b1: try {// begin try (depth: 1) IncrementalReadDecoder_t89737691013C036E9386839AE30A43C9721B3984 * L_281 = __this->get_incReadDecoder_48(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_282 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_283 = L_282->get_chars_0(); int32_t L_284 = V_2; int32_t L_285 = V_8; NullCheck(L_281); int32_t L_286; L_286 = VirtualFuncInvoker3< int32_t, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*, int32_t, int32_t >::Invoke(5 /* System.Int32 System.Xml.IncrementalReadDecoder::Decode(System.Char[],System.Int32,System.Int32) */, L_281, L_283, L_284, L_285); V_17 = L_286; goto IL_06f3; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_06ce; } throw e; } CATCH_06ce: {// begin catch(System.Xml.XmlException) V_18 = ((XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *)IL2CPP_GET_ACTIVE_EXCEPTION(XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *)); XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * L_287 = V_18; LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE * L_288 = __this->get_address_of_incReadLineInfo_50(); int32_t L_289 = L_288->get_lineNo_0(); LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE * L_290 = __this->get_address_of_incReadLineInfo_50(); int32_t L_291 = L_290->get_linePos_1(); XmlTextReaderImpl_ReThrow_m22BC4C958FE0D0EEDB6D563B608C2CEF0777E1BB(__this, L_287, L_289, L_291, /*hidden argument*/NULL); V_6 = 0; IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_072c; }// end catch (depth: 1) IL_06f3: { int32_t L_292 = V_0; int32_t L_293 = V_17; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_292, (int32_t)L_293)); IncrementalReadDecoder_t89737691013C036E9386839AE30A43C9721B3984 * L_294 = __this->get_incReadDecoder_48(); NullCheck(L_294); bool L_295; L_295 = VirtualFuncInvoker0< bool >::Invoke(4 /* System.Boolean System.Xml.IncrementalReadDecoder::get_IsFull() */, L_294); if (!L_295) { goto IL_00bb; } } { int32_t L_296 = V_2; int32_t L_297 = V_17; __this->set_incReadLeftStartPos_52(((int32_t)il2cpp_codegen_add((int32_t)L_296, (int32_t)L_297))); int32_t L_298 = V_3; __this->set_incReadLeftEndPos_53(L_298); LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE * L_299 = __this->get_address_of_incReadLineInfo_50(); int32_t* L_300 = L_299->get_address_of_linePos_1(); int32_t* L_301 = L_300; int32_t L_302 = *((int32_t*)L_301); int32_t L_303 = V_17; *((int32_t*)L_301) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_302, (int32_t)L_303)); int32_t L_304 = V_0; return L_304; } IL_072c: { int32_t L_305 = V_6; return L_305; } } // System.Void System.Xml.XmlTextReaderImpl::FinishIncrementalRead() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_FinishIncrementalRead_mAF81A57317146584EC3D79CDA8C70D57F4470577 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IncrementalReadDummyDecoder_tC63EFBDD75A4558B1A31CDA7814317CCF5E45C85_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IncrementalReadDummyDecoder_tC63EFBDD75A4558B1A31CDA7814317CCF5E45C85 * L_0 = (IncrementalReadDummyDecoder_tC63EFBDD75A4558B1A31CDA7814317CCF5E45C85 *)il2cpp_codegen_object_new(IncrementalReadDummyDecoder_tC63EFBDD75A4558B1A31CDA7814317CCF5E45C85_il2cpp_TypeInfo_var); IncrementalReadDummyDecoder__ctor_m9B057532C550AD397B0F63B99C7CA2DB7F59A0DF(L_0, /*hidden argument*/NULL); __this->set_incReadDecoder_48(L_0); int32_t L_1; L_1 = XmlTextReaderImpl_IncrementalRead_mC7E0F97A6EE9B84CCA1C1CD7F37CBC88B855E933(__this, /*hidden argument*/NULL); __this->set_incReadDecoder_48((IncrementalReadDecoder_t89737691013C036E9386839AE30A43C9721B3984 *)NULL); return; } } // System.Boolean System.Xml.XmlTextReaderImpl::ParseFragmentAttribute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ParseFragmentAttribute_mA1D4E34E248497DAF4C5988C7A22A8FDAF5C5E9D (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_0 = __this->get_curNode_10(); NullCheck(L_0); int32_t L_1 = L_0->get_type_1(); if (L_1) { goto IL_003b; } } { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_2 = __this->get_curNode_10(); NullCheck(L_2); L_2->set_type_1(2); __this->set_curAttrIndex_12(0); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_3 = __this->get_address_of_ps_5(); int32_t L_4 = L_3->get_charPos_1(); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_5 = __this->get_curNode_10(); XmlTextReaderImpl_ParseAttributeValueSlow_m8851517F32776BED70ACB493BFAA95FBBA4EC3C5(__this, L_4, ((int32_t)32), L_5, /*hidden argument*/NULL); goto IL_0043; } IL_003b: { __this->set_parsingFunction_6(((int32_t)22)); } IL_0043: { bool L_6; L_6 = VirtualFuncInvoker0< bool >::Invoke(20 /* System.Boolean System.Xml.XmlReader::ReadAttributeValue() */, __this); if (!L_6) { goto IL_0055; } } { __this->set_parsingFunction_6(((int32_t)15)); return (bool)1; } IL_0055: { XmlTextReaderImpl_OnEof_m30AAAEB6B49E4680B6CE28FEDCDCEB9F546D11A2(__this, /*hidden argument*/NULL); return (bool)0; } } // System.Boolean System.Xml.XmlTextReaderImpl::ParseAttributeValueChunk() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ParseAttributeValueChunk_m1D562BB66AE975CCE43EFA23A7AFC46D5E4B2ACC (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __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*)&_stringLiteral292FFF1AFC6A39FAE710753C820C4EC3DD0D4613); s_Il2CppMethodInitialized = true; } CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* V_0 = NULL; int32_t V_1 = 0; Il2CppChar V_2 = 0x0; int32_t V_3 = 0; { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_0 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_1 = L_0->get_chars_0(); V_0 = L_1; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_2 = __this->get_address_of_ps_5(); int32_t L_3 = L_2->get_charPos_1(); V_1 = L_3; int32_t L_4 = __this->get_index_11(); int32_t L_5 = __this->get_attrCount_13(); int32_t L_6 = __this->get_index_11(); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_7; L_7 = XmlTextReaderImpl_AddNode_mD77490818460EDE44A4A771E414485E3EFB34C89(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)L_5)), (int32_t)1)), ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)2)), /*hidden argument*/NULL); __this->set_curNode_10(L_7); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_8 = __this->get_curNode_10(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_9 = __this->get_address_of_ps_5(); int32_t L_10; L_10 = ParsingState_get_LineNo_m9C32240CFE61AE19697B7C9EFA5DE9B44D3C9610_inline((ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF *)L_9, /*hidden argument*/NULL); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_11 = __this->get_address_of_ps_5(); int32_t L_12; L_12 = ParsingState_get_LinePos_mB937EA68EFFA791C24EDC7C1DFFE45732EBFFD5C((ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF *)L_11, /*hidden argument*/NULL); NullCheck(L_8); NodeData_SetLineInfo_mE0EAA0129B2C2DAB2C92AF78FBB2D5DA90A581E4(L_8, L_10, L_12, /*hidden argument*/NULL); bool L_13 = __this->get_emptyEntityInAttributeResolved_55(); if (!L_13) { goto IL_0082; } } { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_14 = __this->get_curNode_10(); String_t* L_15 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); NullCheck(L_14); NodeData_SetValueNode_m5D0E6BD089647F4DC22608DB2B63F0CE58522F3E(L_14, 3, L_15, /*hidden argument*/NULL); __this->set_emptyEntityInAttributeResolved_55((bool)0); return (bool)1; } IL_007e: { int32_t L_16 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); } IL_0082: { XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * L_17 = __this->get_address_of_xmlCharType_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = L_17->get_charProperties_2(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_19 = V_0; int32_t L_20 = V_1; NullCheck(L_19); int32_t L_21 = L_20; uint16_t L_22 = (uint16_t)(L_19)->GetAt(static_cast(L_21)); NullCheck(L_18); uint16_t L_23 = L_22; uint8_t L_24 = (L_18)->GetAt(static_cast(L_23)); if (((int32_t)((int32_t)L_24&(int32_t)((int32_t)128)))) { goto IL_007e; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_25 = V_0; int32_t L_26 = V_1; NullCheck(L_25); int32_t L_27 = L_26; uint16_t L_28 = (uint16_t)(L_25)->GetAt(static_cast(L_27)); V_2 = L_28; Il2CppChar L_29 = V_2; if ((!(((uint32_t)L_29) <= ((uint32_t)((int32_t)38))))) { goto IL_00ce; } } { Il2CppChar L_30 = V_2; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)((int32_t)9)))) { case 0: { goto IL_00e8; } case 1: { goto IL_00e8; } case 2: { goto IL_021f; } case 3: { goto IL_021f; } case 4: { goto IL_00e2; } } } { Il2CppChar L_31 = V_2; if ((((int32_t)L_31) == ((int32_t)((int32_t)34)))) { goto IL_00fb; } } { Il2CppChar L_32 = V_2; if ((((int32_t)L_32) == ((int32_t)((int32_t)38)))) { goto IL_011a; } } { goto IL_021f; } IL_00ce: { Il2CppChar L_33 = V_2; if ((((int32_t)L_33) == ((int32_t)((int32_t)39)))) { goto IL_00fb; } } { Il2CppChar L_34 = V_2; if ((((int32_t)L_34) == ((int32_t)((int32_t)60)))) { goto IL_0101; } } { Il2CppChar L_35 = V_2; if ((((int32_t)L_35) == ((int32_t)((int32_t)62)))) { goto IL_00fb; } } { goto IL_021f; } IL_00e2: { int32_t L_36 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1)); goto IL_0082; } IL_00e8: { bool L_37 = __this->get_normalize_23(); if (!L_37) { goto IL_00f5; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_38 = V_0; int32_t L_39 = V_1; NullCheck(L_38); (L_38)->SetAt(static_cast(L_39), (Il2CppChar)((int32_t)32)); } IL_00f5: { int32_t L_40 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)); goto IL_0082; } IL_00fb: { int32_t L_41 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)); goto IL_0082; } IL_0101: { int32_t L_42 = V_1; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_43; L_43 = XmlException_BuildCharExceptionArgs_mD8BDF56806D4328D88F94EC79777FFBC787E6F71(((int32_t)60), 0, /*hidden argument*/NULL); XmlTextReaderImpl_Throw_m91C8F3D0C09D7D9FD52C52986C4D705C5DB5C0A5(__this, L_42, _stringLiteral292FFF1AFC6A39FAE710753C820C4EC3DD0D4613, L_43, /*hidden argument*/NULL); goto IL_0271; } IL_011a: { int32_t L_44 = V_1; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_45 = __this->get_address_of_ps_5(); int32_t L_46 = L_45->get_charPos_1(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_44, (int32_t)L_46))) <= ((int32_t)0))) { goto IL_014f; } } { StringBuilder_t * L_47 = __this->get_stringBuilder_60(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_48 = V_0; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_49 = __this->get_address_of_ps_5(); int32_t L_50 = L_49->get_charPos_1(); int32_t L_51 = V_1; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_52 = __this->get_address_of_ps_5(); int32_t L_53 = L_52->get_charPos_1(); NullCheck(L_47); StringBuilder_t * L_54; L_54 = StringBuilder_Append_m4B771D7BFE8A65C9A504EC5847A699EB678B02DB(L_47, L_48, L_50, ((int32_t)il2cpp_codegen_subtract((int32_t)L_51, (int32_t)L_53)), /*hidden argument*/NULL); } IL_014f: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_55 = __this->get_address_of_ps_5(); int32_t L_56 = V_1; L_55->set_charPos_1(L_56); int32_t L_57; L_57 = XmlTextReaderImpl_HandleEntityReference_m57BDDC7B181D8F9A9E463C5369997014754B6018(__this, (bool)1, 2, (int32_t*)(&V_1), /*hidden argument*/NULL); V_3 = L_57; int32_t L_58 = V_3; if ((!(((uint32_t)L_58) > ((uint32_t)2)))) { goto IL_0173; } } { int32_t L_59 = V_3; if ((((int32_t)L_59) == ((int32_t)6))) { goto IL_01c5; } } { goto IL_020e; } IL_0173: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_60 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_61 = L_60->get_chars_0(); V_0 = L_61; bool L_62 = __this->get_normalize_23(); if (!L_62) { goto IL_020e; } } { XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * L_63 = __this->get_address_of_xmlCharType_4(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_64 = V_0; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_65 = __this->get_address_of_ps_5(); int32_t L_66 = L_65->get_charPos_1(); NullCheck(L_64); int32_t L_67 = L_66; uint16_t L_68 = (uint16_t)(L_64)->GetAt(static_cast(L_67)); bool L_69; L_69 = XmlCharType_IsWhiteSpace_m4EE0C544C3C666A6BBAAE63BDD5CFB221655DDA0((XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA *)L_63, L_68, /*hidden argument*/NULL); if (!L_69) { goto IL_020e; } } { int32_t L_70 = V_1; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_71 = __this->get_address_of_ps_5(); int32_t L_72 = L_71->get_charPos_1(); if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_70, (int32_t)L_72))) == ((uint32_t)1)))) { goto IL_020e; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_73 = V_0; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_74 = __this->get_address_of_ps_5(); int32_t L_75 = L_74->get_charPos_1(); NullCheck(L_73); (L_73)->SetAt(static_cast(L_75), (Il2CppChar)((int32_t)32)); goto IL_020e; } IL_01c5: { StringBuilder_t * L_76 = __this->get_stringBuilder_60(); NullCheck(L_76); int32_t L_77; L_77 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_76, /*hidden argument*/NULL); if (L_77) { goto IL_02f6; } } { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_78 = __this->get_curNode_10(); NullCheck(L_78); LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE * L_79 = L_78->get_address_of_lineInfo_10(); int32_t* L_80 = L_79->get_address_of_linePos_1(); int32_t* L_81 = L_80; int32_t L_82 = *((int32_t*)L_81); *((int32_t*)L_81) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_82, (int32_t)1)); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_83 = __this->get_address_of_ps_5(); int32_t* L_84 = L_83->get_address_of_charPos_1(); int32_t* L_85 = L_84; int32_t L_86 = *((int32_t*)L_85); *((int32_t*)L_85) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_86, (int32_t)1)); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_87 = __this->get_curNode_10(); String_t* L_88; L_88 = XmlTextReaderImpl_ParseEntityName_mD1E202DA683C5250CD34C7D34C698752E1F00BDD(__this, /*hidden argument*/NULL); NullCheck(L_87); NodeData_SetNamedNode_m9FFF683DB8640C8F6F5A053A5C120742C777415A(L_87, 5, L_88, /*hidden argument*/NULL); return (bool)1; } IL_020e: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_89 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_90 = L_89->get_chars_0(); V_0 = L_90; goto IL_0082; } IL_021f: { int32_t L_91 = V_1; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_92 = __this->get_address_of_ps_5(); int32_t L_93 = L_92->get_charsUsed_2(); if ((((int32_t)L_91) == ((int32_t)L_93))) { goto IL_0271; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_94 = V_0; int32_t L_95 = V_1; NullCheck(L_94); int32_t L_96 = L_95; uint16_t L_97 = (uint16_t)(L_94)->GetAt(static_cast(L_96)); bool L_98; L_98 = XmlCharType_IsHighSurrogate_m05FA9C7BBB540AD6890CCDCC286E6699F7351301(L_97, /*hidden argument*/NULL); if (!L_98) { goto IL_025e; } } { int32_t L_99 = V_1; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_100 = __this->get_address_of_ps_5(); int32_t L_101 = L_100->get_charsUsed_2(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_99, (int32_t)1))) == ((int32_t)L_101))) { goto IL_0271; } } { int32_t L_102 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_102, (int32_t)1)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_103 = V_0; int32_t L_104 = V_1; NullCheck(L_103); int32_t L_105 = L_104; uint16_t L_106 = (uint16_t)(L_103)->GetAt(static_cast(L_105)); bool L_107; L_107 = XmlCharType_IsLowSurrogate_m7939EE6AE78DBE960B04D2A8E957E913C2EFC6DC(L_106, /*hidden argument*/NULL); if (!L_107) { goto IL_025e; } } { int32_t L_108 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_108, (int32_t)1)); goto IL_0082; } IL_025e: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_109 = V_0; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_110 = __this->get_address_of_ps_5(); int32_t L_111 = L_110->get_charsUsed_2(); int32_t L_112 = V_1; XmlTextReaderImpl_ThrowInvalidChar_mDAFCD0B1E2B9F8AB3D99FF8A334B5D5C98EF3DFC(__this, L_109, L_111, L_112, /*hidden argument*/NULL); } IL_0271: { int32_t L_113 = V_1; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_114 = __this->get_address_of_ps_5(); int32_t L_115 = L_114->get_charPos_1(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_113, (int32_t)L_115))) <= ((int32_t)0))) { goto IL_02b2; } } { StringBuilder_t * L_116 = __this->get_stringBuilder_60(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_117 = V_0; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_118 = __this->get_address_of_ps_5(); int32_t L_119 = L_118->get_charPos_1(); int32_t L_120 = V_1; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_121 = __this->get_address_of_ps_5(); int32_t L_122 = L_121->get_charPos_1(); NullCheck(L_116); StringBuilder_t * L_123; L_123 = StringBuilder_Append_m4B771D7BFE8A65C9A504EC5847A699EB678B02DB(L_116, L_117, L_119, ((int32_t)il2cpp_codegen_subtract((int32_t)L_120, (int32_t)L_122)), /*hidden argument*/NULL); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_124 = __this->get_address_of_ps_5(); int32_t L_125 = V_1; L_124->set_charPos_1(L_125); } IL_02b2: { int32_t L_126; L_126 = XmlTextReaderImpl_ReadData_m30A9B855279BE3BBC531BB50D5DCE4B903AF0512(__this, /*hidden argument*/NULL); if (L_126) { goto IL_02d9; } } { StringBuilder_t * L_127 = __this->get_stringBuilder_60(); NullCheck(L_127); int32_t L_128; L_128 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_127, /*hidden argument*/NULL); if ((((int32_t)L_128) > ((int32_t)0))) { goto IL_02f6; } } { bool L_129; L_129 = XmlTextReaderImpl_HandleEntityEnd_mE0EE13CC4A99B12B40B21FE160BB3B8BBE9735E4(__this, (bool)0, /*hidden argument*/NULL); if (!L_129) { goto IL_02d9; } } { XmlTextReaderImpl_SetupEndEntityNodeInAttribute_m29D9AEA9951EB4C1ECC2E52D9B70D17475BA7F46(__this, /*hidden argument*/NULL); return (bool)1; } IL_02d9: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_130 = __this->get_address_of_ps_5(); int32_t L_131 = L_130->get_charPos_1(); V_1 = L_131; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_132 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_133 = L_132->get_chars_0(); V_0 = L_133; goto IL_0082; } IL_02f6: { int32_t L_134 = V_1; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_135 = __this->get_address_of_ps_5(); int32_t L_136 = L_135->get_charPos_1(); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_134, (int32_t)L_136))) <= ((int32_t)0))) { goto IL_0337; } } { StringBuilder_t * L_137 = __this->get_stringBuilder_60(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_138 = V_0; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_139 = __this->get_address_of_ps_5(); int32_t L_140 = L_139->get_charPos_1(); int32_t L_141 = V_1; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_142 = __this->get_address_of_ps_5(); int32_t L_143 = L_142->get_charPos_1(); NullCheck(L_137); StringBuilder_t * L_144; L_144 = StringBuilder_Append_m4B771D7BFE8A65C9A504EC5847A699EB678B02DB(L_137, L_138, L_140, ((int32_t)il2cpp_codegen_subtract((int32_t)L_141, (int32_t)L_143)), /*hidden argument*/NULL); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_145 = __this->get_address_of_ps_5(); int32_t L_146 = V_1; L_145->set_charPos_1(L_146); } IL_0337: { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_147 = __this->get_curNode_10(); StringBuilder_t * L_148 = __this->get_stringBuilder_60(); NullCheck(L_148); String_t* L_149; L_149 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_148); NullCheck(L_147); NodeData_SetValueNode_m5D0E6BD089647F4DC22608DB2B63F0CE58522F3E(L_147, 3, L_149, /*hidden argument*/NULL); StringBuilder_t * L_150 = __this->get_stringBuilder_60(); NullCheck(L_150); StringBuilder_set_Length_m7C1756193B05DCA5A23C5DC98EE90A9FC685A27A(L_150, 0, /*hidden argument*/NULL); return (bool)1; } } // System.Void System.Xml.XmlTextReaderImpl::ParseXmlDeclarationFragment() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ParseXmlDeclarationFragment_m861888CA4A3E3EBDC459DCE67DE5BC54A64A9DD0 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * V_0 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) bool L_0; L_0 = XmlTextReaderImpl_ParseXmlDeclaration_m253C6668A0AC21332871D1548F42A0E3CC8EFD8A(__this, (bool)0, /*hidden argument*/NULL); goto IL_0022; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_000a; } throw e; } CATCH_000a: {// begin catch(System.Xml.XmlException) V_0 = ((XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *)IL2CPP_GET_ACTIVE_EXCEPTION(XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *)); XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * L_1 = V_0; XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * L_2 = V_0; NullCheck(L_2); int32_t L_3; L_3 = XmlException_get_LineNumber_m1890569BD9643EAA7C65BBD9D4AFDD61F26D05FE_inline(L_2, /*hidden argument*/NULL); XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * L_4 = V_0; NullCheck(L_4); int32_t L_5; L_5 = XmlException_get_LinePosition_m14A930E44BC5663709B44694913BCB5E61BD5FDD_inline(L_4, /*hidden argument*/NULL); XmlTextReaderImpl_ReThrow_m22BC4C958FE0D0EEDB6D563B608C2CEF0777E1BB(__this, L_1, L_3, ((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)6)), /*hidden argument*/NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0022; }// end catch (depth: 1) IL_0022: { return; } } // System.Void System.Xml.XmlTextReaderImpl::ThrowUnexpectedToken(System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ThrowUnexpectedToken_m07E87865F72FE86BBBFA6AEBC641FFB4348D8A7D (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, int32_t ___pos0, String_t* ___expectedToken1, const RuntimeMethod* method) { { int32_t L_0 = ___pos0; String_t* L_1 = ___expectedToken1; XmlTextReaderImpl_ThrowUnexpectedToken_m448BCB34C95C11DFD67FF2716716D15577FBF44E(__this, L_0, L_1, (String_t*)NULL, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextReaderImpl::ThrowUnexpectedToken(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ThrowUnexpectedToken_m3A6522C4C030CD8DE27B2F78EB9AC25430680D76 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, String_t* ___expectedToken10, const RuntimeMethod* method) { { String_t* L_0 = ___expectedToken10; XmlTextReaderImpl_ThrowUnexpectedToken_mAC12858AAE0F14AF796D32BBD8540CA1F15EC261(__this, L_0, (String_t*)NULL, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextReaderImpl::ThrowUnexpectedToken(System.Int32,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ThrowUnexpectedToken_m448BCB34C95C11DFD67FF2716716D15577FBF44E (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, int32_t ___pos0, String_t* ___expectedToken11, String_t* ___expectedToken22, const RuntimeMethod* method) { { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_0 = __this->get_address_of_ps_5(); int32_t L_1 = ___pos0; L_0->set_charPos_1(L_1); String_t* L_2 = ___expectedToken11; String_t* L_3 = ___expectedToken22; XmlTextReaderImpl_ThrowUnexpectedToken_mAC12858AAE0F14AF796D32BBD8540CA1F15EC261(__this, L_2, L_3, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextReaderImpl::ThrowUnexpectedToken(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ThrowUnexpectedToken_mAC12858AAE0F14AF796D32BBD8540CA1F15EC261 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, String_t* ___expectedToken10, String_t* ___expectedToken21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral13FB70ADE9D0DE3E48F4543466E8766DDC3A72B8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral168C49673280639EC773D92BF193FBACAED8BF52); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC7A4DCEE2BCE29D8E3625DA7D1C87881873A907C); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { String_t* L_0; L_0 = XmlTextReaderImpl_ParseUnexpectedToken_m6B0FB5CA8D56B8A87D1E8103FEDFBD1649F63059(__this, /*hidden argument*/NULL); V_0 = L_0; String_t* L_1 = V_0; if (L_1) { goto IL_0015; } } { XmlTextReaderImpl_Throw_mCD8CB19976D7CF68CE3A26E4D4771C0A44DA51E7(__this, _stringLiteral13FB70ADE9D0DE3E48F4543466E8766DDC3A72B8, /*hidden argument*/NULL); } IL_0015: { String_t* L_2 = ___expectedToken21; if (!L_2) { goto IL_0036; } } { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_3 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)3); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_4 = L_3; String_t* L_5 = V_0; NullCheck(L_4); ArrayElementTypeCheck (L_4, L_5); (L_4)->SetAt(static_cast(0), (String_t*)L_5); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_6 = L_4; String_t* L_7 = ___expectedToken10; NullCheck(L_6); ArrayElementTypeCheck (L_6, L_7); (L_6)->SetAt(static_cast(1), (String_t*)L_7); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_8 = L_6; String_t* L_9 = ___expectedToken21; NullCheck(L_8); ArrayElementTypeCheck (L_8, L_9); (L_8)->SetAt(static_cast(2), (String_t*)L_9); XmlTextReaderImpl_Throw_mB398B5E249CB4960F1C77E142379CD75C06AD144(__this, _stringLiteral168C49673280639EC773D92BF193FBACAED8BF52, L_8, /*hidden argument*/NULL); return; } IL_0036: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_10 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)2); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_11 = L_10; String_t* L_12 = V_0; NullCheck(L_11); ArrayElementTypeCheck (L_11, L_12); (L_11)->SetAt(static_cast(0), (String_t*)L_12); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_13 = L_11; String_t* L_14 = ___expectedToken10; NullCheck(L_13); ArrayElementTypeCheck (L_13, L_14); (L_13)->SetAt(static_cast(1), (String_t*)L_14); XmlTextReaderImpl_Throw_mB398B5E249CB4960F1C77E142379CD75C06AD144(__this, _stringLiteralC7A4DCEE2BCE29D8E3625DA7D1C87881873A907C, L_13, /*hidden argument*/NULL); return; } } // System.String System.Xml.XmlTextReaderImpl::ParseUnexpectedToken(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTextReaderImpl_ParseUnexpectedToken_mD0F2D85FF1B41C9371D6669EF08F7B89B21F14D7 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, int32_t ___pos0, const RuntimeMethod* method) { { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_0 = __this->get_address_of_ps_5(); int32_t L_1 = ___pos0; L_0->set_charPos_1(L_1); String_t* L_2; L_2 = XmlTextReaderImpl_ParseUnexpectedToken_m6B0FB5CA8D56B8A87D1E8103FEDFBD1649F63059(__this, /*hidden argument*/NULL); return L_2; } } // System.String System.Xml.XmlTextReaderImpl::ParseUnexpectedToken() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTextReaderImpl_ParseUnexpectedToken_m6B0FB5CA8D56B8A87D1E8103FEDFBD1649F63059 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_0 = __this->get_address_of_ps_5(); int32_t L_1 = L_0->get_charPos_1(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_2 = __this->get_address_of_ps_5(); int32_t L_3 = L_2->get_charsUsed_2(); if ((!(((uint32_t)L_1) == ((uint32_t)L_3)))) { goto IL_001a; } } { return (String_t*)NULL; } IL_001a: { XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * L_4 = __this->get_address_of_xmlCharType_4(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_5 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_6 = L_5->get_chars_0(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_7 = __this->get_address_of_ps_5(); int32_t L_8 = L_7->get_charPos_1(); NullCheck(L_6); int32_t L_9 = L_8; uint16_t L_10 = (uint16_t)(L_6)->GetAt(static_cast(L_9)); bool L_11; L_11 = XmlCharType_IsNCNameSingleChar_m9CF3C8BE667CEB1DEDFB30047D4A169356C2423E((XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA *)L_4, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0095; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_12 = __this->get_address_of_ps_5(); int32_t L_13 = L_12->get_charPos_1(); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); goto IL_0052; } IL_004e: { int32_t L_14 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_0052: { XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * L_15 = __this->get_address_of_xmlCharType_4(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_16 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_17 = L_16->get_chars_0(); int32_t L_18 = V_0; NullCheck(L_17); int32_t L_19 = L_18; uint16_t L_20 = (uint16_t)(L_17)->GetAt(static_cast(L_19)); bool L_21; L_21 = XmlCharType_IsNCNameSingleChar_m9CF3C8BE667CEB1DEDFB30047D4A169356C2423E((XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA *)L_15, L_20, /*hidden argument*/NULL); if (L_21) { goto IL_004e; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_22 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_23 = L_22->get_chars_0(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_24 = __this->get_address_of_ps_5(); int32_t L_25 = L_24->get_charPos_1(); int32_t L_26 = V_0; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_27 = __this->get_address_of_ps_5(); int32_t L_28 = L_27->get_charPos_1(); String_t* L_29; L_29 = String_CreateString_m16F181739FD8BA877868803DE2CE0EF0A4668D0E(NULL, L_23, L_25, ((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)L_28)), /*hidden argument*/NULL); return L_29; } IL_0095: { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_30 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_31 = L_30->get_chars_0(); ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_32 = __this->get_address_of_ps_5(); int32_t L_33 = L_32->get_charPos_1(); String_t* L_34; L_34 = String_CreateString_m16F181739FD8BA877868803DE2CE0EF0A4668D0E(NULL, L_31, L_33, 1, /*hidden argument*/NULL); return L_34; } } // System.Void System.Xml.XmlTextReaderImpl::ThrowExpectingWhitespace(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ThrowExpectingWhitespace_mEF26AC6FE6AF55339E8E8031498DFE7717D213CB (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, int32_t ___pos0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral13FB70ADE9D0DE3E48F4543466E8766DDC3A72B8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA02A8489B78BE60779EEA12413113D4FBC8C5E36); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { int32_t L_0 = ___pos0; String_t* L_1; L_1 = XmlTextReaderImpl_ParseUnexpectedToken_mD0F2D85FF1B41C9371D6669EF08F7B89B21F14D7(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; String_t* L_2 = V_0; if (L_2) { goto IL_0018; } } { int32_t L_3 = ___pos0; XmlTextReaderImpl_Throw_m64FD15D7750F11BCA718303F4A7544BB79620CC6(__this, L_3, _stringLiteral13FB70ADE9D0DE3E48F4543466E8766DDC3A72B8, /*hidden argument*/NULL); return; } IL_0018: { int32_t L_4 = ___pos0; String_t* L_5 = V_0; XmlTextReaderImpl_Throw_m99BA9DF92D5C5A33123969BE9CB234A9348F57D0(__this, L_4, _stringLiteralA02A8489B78BE60779EEA12413113D4FBC8C5E36, L_5, /*hidden argument*/NULL); return; } } // System.Int32 System.Xml.XmlTextReaderImpl::GetIndexOfAttributeWithoutPrefix(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_GetIndexOfAttributeWithoutPrefix_m2A9F75341DFAA7F03429337859A5820399DE8766 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, String_t* ___name0, const RuntimeMethod* method) { int32_t V_0 = 0; { XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_0 = __this->get_nameTable_19(); String_t* L_1 = ___name0; NullCheck(L_0); String_t* L_2; L_2 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(4 /* System.String System.Xml.XmlNameTable::Get(System.String) */, L_0, L_1); ___name0 = L_2; String_t* L_3 = ___name0; if (L_3) { goto IL_0013; } } { return (-1); } IL_0013: { int32_t L_4 = __this->get_index_11(); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); goto IL_004d; } IL_001e: { NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0* L_5 = __this->get_nodes_9(); int32_t L_6 = V_0; NullCheck(L_5); int32_t L_7 = L_6; NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_8 = (L_5)->GetAt(static_cast(L_7)); NullCheck(L_8); String_t* L_9 = L_8->get_localName_2(); String_t* L_10 = ___name0; bool L_11; L_11 = Ref_Equal_mA7CCFB984697A4E40EE7BE8919C2A31BF952ED6F(L_9, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0049; } } { NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0* L_12 = __this->get_nodes_9(); int32_t L_13 = V_0; NullCheck(L_12); int32_t L_14 = L_13; NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_15 = (L_12)->GetAt(static_cast(L_14)); NullCheck(L_15); String_t* L_16 = L_15->get_prefix_3(); NullCheck(L_16); int32_t L_17; L_17 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_16, /*hidden argument*/NULL); if (L_17) { goto IL_0049; } } { int32_t L_18 = V_0; return L_18; } IL_0049: { int32_t L_19 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_004d: { int32_t L_20 = V_0; int32_t L_21 = __this->get_index_11(); int32_t L_22 = __this->get_attrCount_13(); if ((((int32_t)L_20) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)L_22)), (int32_t)1))))) { goto IL_001e; } } { return (-1); } } // System.Int32 System.Xml.XmlTextReaderImpl::GetIndexOfAttributeWithPrefix(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_GetIndexOfAttributeWithPrefix_mC306AFBEA1F3362CFD252A14B84E36884F415AE8 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, String_t* ___name0, const RuntimeMethod* method) { int32_t V_0 = 0; { XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_0 = __this->get_nameTable_19(); String_t* L_1 = ___name0; NullCheck(L_0); String_t* L_2; L_2 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_0, L_1); ___name0 = L_2; String_t* L_3 = ___name0; if (L_3) { goto IL_0013; } } { return (-1); } IL_0013: { int32_t L_4 = __this->get_index_11(); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); goto IL_003f; } IL_001e: { NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0* L_5 = __this->get_nodes_9(); int32_t L_6 = V_0; NullCheck(L_5); int32_t L_7 = L_6; NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_8 = (L_5)->GetAt(static_cast(L_7)); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_9 = __this->get_nameTable_19(); NullCheck(L_8); String_t* L_10; L_10 = NodeData_GetNameWPrefix_m8F2FF2029F59DB52995603EA96CD02F53D934643(L_8, L_9, /*hidden argument*/NULL); String_t* L_11 = ___name0; bool L_12; L_12 = Ref_Equal_mA7CCFB984697A4E40EE7BE8919C2A31BF952ED6F(L_10, L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_003b; } } { int32_t L_13 = V_0; return L_13; } IL_003b: { int32_t L_14 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_003f: { int32_t L_15 = V_0; int32_t L_16 = __this->get_index_11(); int32_t L_17 = __this->get_attrCount_13(); if ((((int32_t)L_15) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)L_17)), (int32_t)1))))) { goto IL_001e; } } { return (-1); } } // System.Boolean System.Xml.XmlTextReaderImpl::ZeroEndingStream(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ZeroEndingStream_m890706ECC16A661126353744B499C8D778F850B0 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, int32_t ___pos0, const RuntimeMethod* method) { { bool L_0 = __this->get_v1Compat_36(); if (!L_0) { goto IL_004e; } } { int32_t L_1 = ___pos0; ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_2 = __this->get_address_of_ps_5(); int32_t L_3 = L_2->get_charsUsed_2(); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1)))))) { goto IL_004e; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_4 = __this->get_address_of_ps_5(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_5 = L_4->get_chars_0(); int32_t L_6 = ___pos0; NullCheck(L_5); int32_t L_7 = L_6; uint16_t L_8 = (uint16_t)(L_5)->GetAt(static_cast(L_7)); if (L_8) { goto IL_004e; } } { int32_t L_9; L_9 = XmlTextReaderImpl_ReadData_m30A9B855279BE3BBC531BB50D5DCE4B903AF0512(__this, /*hidden argument*/NULL); if (L_9) { goto IL_004e; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_10 = __this->get_address_of_ps_5(); bool L_11 = L_10->get_isStreamEof_16(); if (!L_11) { goto IL_004e; } } { ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * L_12 = __this->get_address_of_ps_5(); int32_t* L_13 = L_12->get_address_of_charsUsed_2(); int32_t* L_14 = L_13; int32_t L_15 = *((int32_t*)L_14); *((int32_t*)L_14) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)1)); return (bool)1; } IL_004e: { return (bool)0; } } // System.Void System.Xml.XmlTextReaderImpl::ParseDtdFromParserContext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ParseDtdFromParserContext_mE7911E74921E5C976A2B8D64B61AAE9A751D41BC (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DtdParserProxy_t2577A62EB66A77D9533689C64F0F41F47C19F557_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDtdInfo_tE42B4037BF3433A4F16173CE199CFF87E32A07C6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDtdParser_tD5A6D02A5CA749436148A452C1A6DBD8EFA76833_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { RuntimeObject* L_0; L_0 = DtdParser_Create_m15A259110FA9E37C9FF15E2EEB9EA88C6D0C21BD(/*hidden argument*/NULL); V_0 = L_0; RuntimeObject* L_1 = V_0; XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * L_2 = __this->get_fragmentParserContext_46(); NullCheck(L_2); String_t* L_3; L_3 = XmlParserContext_get_BaseURI_mDC9771AD1C8F20ABB620B6B8FB05FF8588DEB4E4_inline(L_2, /*hidden argument*/NULL); XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * L_4 = __this->get_fragmentParserContext_46(); NullCheck(L_4); String_t* L_5; L_5 = XmlParserContext_get_DocTypeName_mBB1E0FED037DAD590E11B29F6BD160BDA2A689A9_inline(L_4, /*hidden argument*/NULL); XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * L_6 = __this->get_fragmentParserContext_46(); NullCheck(L_6); String_t* L_7; L_7 = XmlParserContext_get_PublicId_m1135CB245A9628A1B67D2ECF5AA560DB69E9D32D_inline(L_6, /*hidden argument*/NULL); XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * L_8 = __this->get_fragmentParserContext_46(); NullCheck(L_8); String_t* L_9; L_9 = XmlParserContext_get_SystemId_mDF57A6C7FBCB6142D7DE370480F96740BD7791F8_inline(L_8, /*hidden argument*/NULL); XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * L_10 = __this->get_fragmentParserContext_46(); NullCheck(L_10); String_t* L_11; L_11 = XmlParserContext_get_InternalSubset_m8C6D38A985229CA2CD7EB25FD71FF37D5CFEA490_inline(L_10, /*hidden argument*/NULL); DtdParserProxy_t2577A62EB66A77D9533689C64F0F41F47C19F557 * L_12 = (DtdParserProxy_t2577A62EB66A77D9533689C64F0F41F47C19F557 *)il2cpp_codegen_object_new(DtdParserProxy_t2577A62EB66A77D9533689C64F0F41F47C19F557_il2cpp_TypeInfo_var); DtdParserProxy__ctor_m080E199E77CE80BF8AB44E5AE23D9AB3D1C5755C(L_12, __this, /*hidden argument*/NULL); NullCheck(L_1); RuntimeObject* L_13; L_13 = 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_tD5A6D02A5CA749436148A452C1A6DBD8EFA76833_il2cpp_TypeInfo_var, L_1, L_3, L_5, L_7, L_9, L_11, L_12); __this->set_dtdInfo_44(L_13); bool L_14 = __this->get_validatingReaderCompatFlag_58(); if (L_14) { goto IL_005f; } } { bool L_15 = __this->get_v1Compat_36(); if (L_15) { goto IL_0080; } } IL_005f: { RuntimeObject* L_16 = __this->get_dtdInfo_44(); NullCheck(L_16); bool L_17; L_17 = InterfaceFuncInvoker0< bool >::Invoke(2 /* System.Boolean System.Xml.IDtdInfo::get_HasDefaultAttributes() */, IDtdInfo_tE42B4037BF3433A4F16173CE199CFF87E32A07C6_il2cpp_TypeInfo_var, L_16); if (L_17) { goto IL_0079; } } { RuntimeObject* L_18 = __this->get_dtdInfo_44(); NullCheck(L_18); bool L_19; L_19 = InterfaceFuncInvoker0< bool >::Invoke(3 /* System.Boolean System.Xml.IDtdInfo::get_HasNonCDataAttributes() */, IDtdInfo_tE42B4037BF3433A4F16173CE199CFF87E32A07C6_il2cpp_TypeInfo_var, L_18); if (!L_19) { goto IL_0080; } } IL_0079: { __this->set_addDefaultAttributesAndNormalize_59((bool)1); } IL_0080: { return; } } // System.Boolean System.Xml.XmlTextReaderImpl::MoveToNextContentNode(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_MoveToNextContentNode_mAC94AFAA565B14969BCC9F6AC17008C0A871E765 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, bool ___moveIfOnContentNode0, const RuntimeMethod* method) { int32_t V_0 = 0; IL_0000: { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_0 = __this->get_curNode_10(); NullCheck(L_0); int32_t L_1 = L_0->get_type_1(); V_0 = L_1; int32_t L_2 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)2))) { case 0: { goto IL_0052; } case 1: { goto IL_0057; } case 2: { goto IL_0057; } case 3: { goto IL_005c; } case 4: { goto IL_0069; } case 5: { goto IL_006b; } case 6: { goto IL_006b; } case 7: { goto IL_0069; } case 8: { goto IL_0069; } case 9: { goto IL_0069; } case 10: { goto IL_0069; } case 11: { goto IL_0057; } case 12: { goto IL_0057; } case 13: { goto IL_0069; } case 14: { goto IL_006b; } } } { goto IL_0069; } IL_0052: { bool L_3 = ___moveIfOnContentNode0; return (bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0); } IL_0057: { bool L_4 = ___moveIfOnContentNode0; if (L_4) { goto IL_006b; } } { return (bool)1; } IL_005c: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_5 = __this->get_outerReader_74(); NullCheck(L_5); VirtualActionInvoker0::Invoke(27 /* System.Void System.Xml.XmlReader::ResolveEntity() */, L_5); goto IL_006b; } IL_0069: { return (bool)0; } IL_006b: { ___moveIfOnContentNode0 = (bool)0; XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_6 = __this->get_outerReader_74(); NullCheck(L_6); bool L_7; L_7 = VirtualFuncInvoker0< bool >::Invoke(21 /* System.Boolean System.Xml.XmlReader::Read() */, L_6); if (L_7) { goto IL_0000; } } { return (bool)0; } } // System.Xml.IDtdInfo System.Xml.XmlTextReaderImpl::get_DtdInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlTextReaderImpl_get_DtdInfo_m6A1A7D3A07E97208AE8AA9D917FE1A478787AF7E (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get_dtdInfo_44(); return L_0; } } // System.Void System.Xml.XmlTextReaderImpl::SetDtdInfo(System.Xml.IDtdInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_SetDtdInfo_m61FC1B5DB3E8E07305B1AE13020E6965BCD6BBD1 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, RuntimeObject* ___newDtdInfo0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDtdInfo_tE42B4037BF3433A4F16173CE199CFF87E32A07C6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___newDtdInfo0; __this->set_dtdInfo_44(L_0); RuntimeObject* L_1 = __this->get_dtdInfo_44(); if (!L_1) { goto IL_0040; } } { bool L_2 = __this->get_validatingReaderCompatFlag_58(); if (L_2) { goto IL_001f; } } { bool L_3 = __this->get_v1Compat_36(); if (L_3) { goto IL_0040; } } IL_001f: { RuntimeObject* L_4 = __this->get_dtdInfo_44(); NullCheck(L_4); bool L_5; L_5 = InterfaceFuncInvoker0< bool >::Invoke(2 /* System.Boolean System.Xml.IDtdInfo::get_HasDefaultAttributes() */, IDtdInfo_tE42B4037BF3433A4F16173CE199CFF87E32A07C6_il2cpp_TypeInfo_var, L_4); if (L_5) { goto IL_0039; } } { RuntimeObject* L_6 = __this->get_dtdInfo_44(); NullCheck(L_6); bool L_7; L_7 = InterfaceFuncInvoker0< bool >::Invoke(3 /* System.Boolean System.Xml.IDtdInfo::get_HasNonCDataAttributes() */, IDtdInfo_tE42B4037BF3433A4F16173CE199CFF87E32A07C6_il2cpp_TypeInfo_var, L_6); if (!L_7) { goto IL_0040; } } IL_0039: { __this->set_addDefaultAttributesAndNormalize_59((bool)1); } IL_0040: { return; } } // System.Void System.Xml.XmlTextReaderImpl::set_XmlValidatingReaderCompatibilityMode(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_set_XmlValidatingReaderCompatibilityMode_mC1560DDC79C8BCDB26858DFABCDF3DC9BED97387 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7C014955313A7D33D5D04696B884B25325E6393C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCEE3B2EB07697A8538A5981905EA8D1A1753B51D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE249DDFD90EBFAAEE63734F28F6668A2FB5BD5AF); s_Il2CppMethodInitialized = true; } { bool L_0 = ___value0; __this->set_validatingReaderCompatFlag_58(L_0); bool L_1 = ___value0; if (!L_1) { goto IL_003d; } } { XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_2 = __this->get_nameTable_19(); NullCheck(L_2); String_t* L_3; L_3 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_2, _stringLiteralE249DDFD90EBFAAEE63734F28F6668A2FB5BD5AF); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_4 = __this->get_nameTable_19(); NullCheck(L_4); String_t* L_5; L_5 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_4, _stringLiteral7C014955313A7D33D5D04696B884B25325E6393C); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_6 = __this->get_nameTable_19(); NullCheck(L_6); String_t* L_7; L_7 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_6, _stringLiteralCEE3B2EB07697A8538A5981905EA8D1A1753B51D); } IL_003d: { return; } } // System.Boolean System.Xml.XmlTextReaderImpl::AddDefaultAttributeDtd(System.Xml.IDtdDefaultAttributeInfo,System.Boolean,System.Xml.XmlTextReaderImpl/NodeData[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_AddDefaultAttributeDtd_mAB6F9CCCE4A2759D45FDE055C069614676C764A0 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, RuntimeObject* ___defAttrInfo0, bool ___definedInDtd1, NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0* ___nameSortedNodeData2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_BinarySearch_TisRuntimeObject_mF897E54D729E0C5F6AF135B5908288B89362A88F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DtdDefaultAttributeInfoToNodeDataComparer_t8D053B72BDEEEBBA9DFF9497C99EE79EA11607FC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDtdAttributeInfo_t5B62F2A60E372238F7530B20A85A60723B7AACE9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDtdDefaultAttributeInfo_t8DAB8271F3930199379DF41791AE869365320C92_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; NodeData_tD504C5A621E7DD546954D87282438662327280EA * V_2 = NULL; int32_t V_3 = 0; { RuntimeObject* L_0 = ___defAttrInfo0; NullCheck(L_0); String_t* L_1; L_1 = InterfaceFuncInvoker0< String_t* >::Invoke(0 /* System.String System.Xml.IDtdAttributeInfo::get_Prefix() */, IDtdAttributeInfo_t5B62F2A60E372238F7530B20A85A60723B7AACE9_il2cpp_TypeInfo_var, L_0); NullCheck(L_1); int32_t L_2; L_2 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_1, /*hidden argument*/NULL); if ((((int32_t)L_2) <= ((int32_t)0))) { goto IL_0015; } } { __this->set_attrNeedNamespaceLookup_16((bool)1); } IL_0015: { RuntimeObject* L_3 = ___defAttrInfo0; NullCheck(L_3); String_t* L_4; L_4 = InterfaceFuncInvoker0< String_t* >::Invoke(1 /* System.String System.Xml.IDtdAttributeInfo::get_LocalName() */, IDtdAttributeInfo_t5B62F2A60E372238F7530B20A85A60723B7AACE9_il2cpp_TypeInfo_var, L_3); V_0 = L_4; RuntimeObject* L_5 = ___defAttrInfo0; NullCheck(L_5); String_t* L_6; L_6 = InterfaceFuncInvoker0< String_t* >::Invoke(0 /* System.String System.Xml.IDtdAttributeInfo::get_Prefix() */, IDtdAttributeInfo_t5B62F2A60E372238F7530B20A85A60723B7AACE9_il2cpp_TypeInfo_var, L_5); V_1 = L_6; NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0* L_7 = ___nameSortedNodeData2; if (!L_7) { goto IL_0037; } } { NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0* L_8 = ___nameSortedNodeData2; RuntimeObject* L_9 = ___defAttrInfo0; IL2CPP_RUNTIME_CLASS_INIT(DtdDefaultAttributeInfoToNodeDataComparer_t8D053B72BDEEEBBA9DFF9497C99EE79EA11607FC_il2cpp_TypeInfo_var); RuntimeObject* L_10; L_10 = DtdDefaultAttributeInfoToNodeDataComparer_get_Instance_m6E411939B185FAEFCEC68568E2BEFA7AEBCA3CFE_inline(/*hidden argument*/NULL); int32_t L_11; L_11 = Array_BinarySearch_TisRuntimeObject_mF897E54D729E0C5F6AF135B5908288B89362A88F((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_8, L_9, L_10, /*hidden argument*/Array_BinarySearch_TisRuntimeObject_mF897E54D729E0C5F6AF135B5908288B89362A88F_RuntimeMethod_var); if ((((int32_t)L_11) < ((int32_t)0))) { goto IL_007a; } } { return (bool)0; } IL_0037: { int32_t L_12 = __this->get_index_11(); V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); goto IL_0068; } IL_0042: { NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0* L_13 = __this->get_nodes_9(); int32_t L_14 = V_3; NullCheck(L_13); int32_t L_15 = L_14; NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_16 = (L_13)->GetAt(static_cast(L_15)); NullCheck(L_16); String_t* L_17 = L_16->get_localName_2(); String_t* L_18 = V_0; if ((!(((RuntimeObject*)(String_t*)L_17) == ((RuntimeObject*)(String_t*)L_18)))) { goto IL_0064; } } { NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0* L_19 = __this->get_nodes_9(); int32_t L_20 = V_3; NullCheck(L_19); int32_t L_21 = L_20; NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_22 = (L_19)->GetAt(static_cast(L_21)); NullCheck(L_22); String_t* L_23 = L_22->get_prefix_3(); String_t* L_24 = V_1; if ((!(((RuntimeObject*)(String_t*)L_23) == ((RuntimeObject*)(String_t*)L_24)))) { goto IL_0064; } } { return (bool)0; } IL_0064: { int32_t L_25 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)); } IL_0068: { int32_t L_26 = V_3; int32_t L_27 = __this->get_index_11(); int32_t L_28 = __this->get_attrCount_13(); if ((((int32_t)L_26) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)), (int32_t)L_28))))) { goto IL_0042; } } IL_007a: { RuntimeObject* L_29 = ___defAttrInfo0; NullCheck(L_29); String_t* L_30; L_30 = InterfaceFuncInvoker0< String_t* >::Invoke(1 /* System.String System.Xml.IDtdAttributeInfo::get_LocalName() */, IDtdAttributeInfo_t5B62F2A60E372238F7530B20A85A60723B7AACE9_il2cpp_TypeInfo_var, L_29); RuntimeObject* L_31 = ___defAttrInfo0; NullCheck(L_31); String_t* L_32; L_32 = InterfaceFuncInvoker0< String_t* >::Invoke(0 /* System.String System.Xml.IDtdAttributeInfo::get_Prefix() */, IDtdAttributeInfo_t5B62F2A60E372238F7530B20A85A60723B7AACE9_il2cpp_TypeInfo_var, L_31); RuntimeObject* L_33 = ___defAttrInfo0; NullCheck(L_33); String_t* L_34; L_34 = InterfaceFuncInvoker0< String_t* >::Invoke(0 /* System.String System.Xml.IDtdDefaultAttributeInfo::get_DefaultValueExpanded() */, IDtdDefaultAttributeInfo_t8DAB8271F3930199379DF41791AE869365320C92_il2cpp_TypeInfo_var, L_33); RuntimeObject* L_35 = ___defAttrInfo0; NullCheck(L_35); int32_t L_36; L_36 = InterfaceFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Xml.IDtdAttributeInfo::get_LineNumber() */, IDtdAttributeInfo_t5B62F2A60E372238F7530B20A85A60723B7AACE9_il2cpp_TypeInfo_var, L_35); RuntimeObject* L_37 = ___defAttrInfo0; NullCheck(L_37); int32_t L_38; L_38 = InterfaceFuncInvoker0< int32_t >::Invoke(3 /* System.Int32 System.Xml.IDtdAttributeInfo::get_LinePosition() */, IDtdAttributeInfo_t5B62F2A60E372238F7530B20A85A60723B7AACE9_il2cpp_TypeInfo_var, L_37); RuntimeObject* L_39 = ___defAttrInfo0; NullCheck(L_39); int32_t L_40; L_40 = InterfaceFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Xml.IDtdDefaultAttributeInfo::get_ValueLineNumber() */, IDtdDefaultAttributeInfo_t8DAB8271F3930199379DF41791AE869365320C92_il2cpp_TypeInfo_var, L_39); RuntimeObject* L_41 = ___defAttrInfo0; NullCheck(L_41); int32_t L_42; L_42 = InterfaceFuncInvoker0< int32_t >::Invoke(3 /* System.Int32 System.Xml.IDtdDefaultAttributeInfo::get_ValueLinePosition() */, IDtdDefaultAttributeInfo_t8DAB8271F3930199379DF41791AE869365320C92_il2cpp_TypeInfo_var, L_41); RuntimeObject* L_43 = ___defAttrInfo0; NullCheck(L_43); bool L_44; L_44 = InterfaceFuncInvoker0< bool >::Invoke(6 /* System.Boolean System.Xml.IDtdAttributeInfo::get_IsXmlAttribute() */, IDtdAttributeInfo_t5B62F2A60E372238F7530B20A85A60723B7AACE9_il2cpp_TypeInfo_var, L_43); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_45; L_45 = XmlTextReaderImpl_AddDefaultAttributeInternal_mEF3BEED1279AB83B30FB563DB40CAF640DEC5794(__this, L_30, (String_t*)NULL, L_32, L_34, L_36, L_38, L_40, L_42, L_44, /*hidden argument*/NULL); V_2 = L_45; bool L_46; L_46 = XmlTextReaderImpl_get_DtdValidation_mB887E4A9F836838614B0049881F486385E7C22D3(__this, /*hidden argument*/NULL); if (!L_46) { goto IL_00db; } } { OnDefaultAttributeUseDelegate_t3E995824DB2F605D21E74880C851C4C6BB9A1E88 * L_47 = __this->get_onDefaultAttributeUse_57(); if (!L_47) { goto IL_00cf; } } { OnDefaultAttributeUseDelegate_t3E995824DB2F605D21E74880C851C4C6BB9A1E88 * L_48 = __this->get_onDefaultAttributeUse_57(); RuntimeObject* L_49 = ___defAttrInfo0; NullCheck(L_48); OnDefaultAttributeUseDelegate_Invoke_mAE00805CFBABDE9D41AD11E50FF27E0FE71F9553(L_48, L_49, __this, /*hidden argument*/NULL); } IL_00cf: { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_50 = V_2; RuntimeObject* L_51 = ___defAttrInfo0; NullCheck(L_51); RuntimeObject * L_52; L_52 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Xml.IDtdDefaultAttributeInfo::get_DefaultValueTyped() */, IDtdDefaultAttributeInfo_t8DAB8271F3930199379DF41791AE869365320C92_il2cpp_TypeInfo_var, L_51); NullCheck(L_50); L_50->set_typedValue_19(L_52); } IL_00db: { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_53 = V_2; return (bool)((!(((RuntimeObject*)(NodeData_tD504C5A621E7DD546954D87282438662327280EA *)L_53) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); } } // System.Xml.XmlTextReaderImpl/NodeData System.Xml.XmlTextReaderImpl::AddDefaultAttributeInternal(System.String,System.String,System.String,System.String,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NodeData_tD504C5A621E7DD546954D87282438662327280EA * XmlTextReaderImpl_AddDefaultAttributeInternal_mEF3BEED1279AB83B30FB563DB40CAF640DEC5794 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, String_t* ___localName0, String_t* ___ns1, String_t* ___prefix2, String_t* ___value3, int32_t ___lineNo4, int32_t ___linePos5, int32_t ___valueLineNo6, int32_t ___valueLinePos7, bool ___isXmlAttribute8, const RuntimeMethod* method) { NodeData_tD504C5A621E7DD546954D87282438662327280EA * V_0 = NULL; String_t* V_1 = NULL; int32_t V_2 = 0; String_t* G_B2_0 = NULL; String_t* G_B2_1 = NULL; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * G_B2_2 = NULL; String_t* G_B1_0 = NULL; String_t* G_B1_1 = NULL; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * G_B1_2 = NULL; String_t* G_B3_0 = NULL; String_t* G_B3_1 = NULL; String_t* G_B3_2 = NULL; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * G_B3_3 = NULL; { String_t* L_0 = ___localName0; String_t* L_1 = ___prefix2; String_t* L_2 = ___prefix2; NullCheck(L_2); int32_t L_3; L_3 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_2, /*hidden argument*/NULL); G_B1_0 = L_1; G_B1_1 = L_0; G_B1_2 = __this; if ((((int32_t)L_3) > ((int32_t)0))) { G_B2_0 = L_1; G_B2_1 = L_0; G_B2_2 = __this; goto IL_000f; } } { String_t* L_4 = ___localName0; G_B3_0 = L_4; G_B3_1 = G_B1_0; G_B3_2 = G_B1_1; G_B3_3 = G_B1_2; goto IL_0010; } IL_000f: { G_B3_0 = ((String_t*)(NULL)); G_B3_1 = G_B2_0; G_B3_2 = G_B2_1; G_B3_3 = G_B2_2; } IL_0010: { NullCheck(G_B3_3); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_5; L_5 = XmlTextReaderImpl_AddAttribute_m7AC754EAEC6194FA6039A2E7F40F60B74B138186(G_B3_3, G_B3_2, G_B3_1, G_B3_0, /*hidden argument*/NULL); V_0 = L_5; String_t* L_6 = ___ns1; if (!L_6) { goto IL_0020; } } { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_7 = V_0; String_t* L_8 = ___ns1; NullCheck(L_7); L_7->set_ns_4(L_8); } IL_0020: { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_9 = V_0; String_t* L_10 = ___value3; NullCheck(L_9); NodeData_SetValue_m813BE9ED3C10352169BBA67B7A251A13E6F95FBE(L_9, L_10, /*hidden argument*/NULL); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_11 = V_0; NullCheck(L_11); NodeData_set_IsDefaultAttribute_m0092BEA88010B3D807E9EF4799102A5AD66E52FD_inline(L_11, (bool)1, /*hidden argument*/NULL); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_12 = V_0; NullCheck(L_12); LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE * L_13 = L_12->get_address_of_lineInfo_10(); int32_t L_14 = ___lineNo4; int32_t L_15 = ___linePos5; LineInfo_Set_mAA6F06BA4463E64A24070063EE26BF665EC28B99((LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE *)L_13, L_14, L_15, /*hidden argument*/NULL); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_16 = V_0; NullCheck(L_16); LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE * L_17 = L_16->get_address_of_lineInfo2_11(); int32_t L_18 = ___valueLineNo6; int32_t L_19 = ___valueLinePos7; LineInfo_Set_mAA6F06BA4463E64A24070063EE26BF665EC28B99((LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE *)L_17, L_18, L_19, /*hidden argument*/NULL); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_20 = V_0; NullCheck(L_20); String_t* L_21 = L_20->get_prefix_3(); NullCheck(L_21); int32_t L_22; L_22 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_21, /*hidden argument*/NULL); if (L_22) { goto IL_00c0; } } { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_23 = V_0; NullCheck(L_23); String_t* L_24 = L_23->get_localName_2(); String_t* L_25 = __this->get_XmlNs_77(); bool L_26; L_26 = Ref_Equal_mA7CCFB984697A4E40EE7BE8919C2A31BF952ED6F(L_24, L_25, /*hidden argument*/NULL); if (!L_26) { goto IL_0143; } } { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_27 = V_0; XmlTextReaderImpl_OnDefaultNamespaceDecl_mA04FD67F0706031D89DCF25C6CD968DBF9E05015(__this, L_27, /*hidden argument*/NULL); bool L_28 = __this->get_attrNeedNamespaceLookup_16(); if (L_28) { goto IL_0143; } } { NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0* L_29 = __this->get_nodes_9(); int32_t L_30 = __this->get_index_11(); NullCheck(L_29); int32_t L_31 = L_30; NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_32 = (L_29)->GetAt(static_cast(L_31)); NullCheck(L_32); String_t* L_33 = L_32->get_prefix_3(); NullCheck(L_33); int32_t L_34; L_34 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_33, /*hidden argument*/NULL); if (L_34) { goto IL_0143; } } { NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0* L_35 = __this->get_nodes_9(); int32_t L_36 = __this->get_index_11(); NullCheck(L_35); int32_t L_37 = L_36; NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_38 = (L_35)->GetAt(static_cast(L_37)); XmlContext_tAC94E49A4625E1E5BDD6390576509760DD2A162D * L_39 = __this->get_xmlContext_39(); NullCheck(L_39); String_t* L_40 = L_39->get_defaultNamespace_2(); NullCheck(L_38); L_38->set_ns_4(L_40); goto IL_0143; } IL_00c0: { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_41 = V_0; NullCheck(L_41); String_t* L_42 = L_41->get_prefix_3(); String_t* L_43 = __this->get_XmlNs_77(); bool L_44; L_44 = Ref_Equal_mA7CCFB984697A4E40EE7BE8919C2A31BF952ED6F(L_42, L_43, /*hidden argument*/NULL); if (!L_44) { goto IL_0138; } } { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_45 = V_0; XmlTextReaderImpl_OnNamespaceDecl_mAFA79981724F3C691A77FCC2BC08F6A32A770572(__this, L_45, /*hidden argument*/NULL); bool L_46 = __this->get_attrNeedNamespaceLookup_16(); if (L_46) { goto IL_0143; } } { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_47 = V_0; NullCheck(L_47); String_t* L_48 = L_47->get_localName_2(); V_1 = L_48; int32_t L_49 = __this->get_index_11(); V_2 = L_49; goto IL_0124; } IL_00f2: { NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0* L_50 = __this->get_nodes_9(); int32_t L_51 = V_2; NullCheck(L_50); int32_t L_52 = L_51; NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_53 = (L_50)->GetAt(static_cast(L_52)); NullCheck(L_53); String_t* L_54 = L_53->get_prefix_3(); String_t* L_55 = V_1; NullCheck(L_54); bool L_56; L_56 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_54, L_55, /*hidden argument*/NULL); if (!L_56) { goto IL_0120; } } { NodeDataU5BU5D_tF52E3FD243752A83F37BFD931C7C13C513A1CAB0* L_57 = __this->get_nodes_9(); int32_t L_58 = V_2; NullCheck(L_57); int32_t L_59 = L_58; NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_60 = (L_57)->GetAt(static_cast(L_59)); XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_61 = __this->get_namespaceManager_37(); String_t* L_62 = V_1; NullCheck(L_61); String_t* L_63; L_63 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(14 /* System.String System.Xml.XmlNamespaceManager::LookupNamespace(System.String) */, L_61, L_62); NullCheck(L_60); L_60->set_ns_4(L_63); } IL_0120: { int32_t L_64 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_64, (int32_t)1)); } IL_0124: { int32_t L_65 = V_2; int32_t L_66 = __this->get_index_11(); int32_t L_67 = __this->get_attrCount_13(); if ((((int32_t)L_65) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_66, (int32_t)L_67)), (int32_t)1))))) { goto IL_00f2; } } { goto IL_0143; } IL_0138: { bool L_68 = ___isXmlAttribute8; if (!L_68) { goto IL_0143; } } { NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_69 = V_0; XmlTextReaderImpl_OnXmlReservedAttribute_m7D185D810D8D2AED69660687E444CF41A010CBEC(__this, L_69, /*hidden argument*/NULL); } IL_0143: { __this->set_fullAttrCleanup_17((bool)1); NodeData_tD504C5A621E7DD546954D87282438662327280EA * L_70 = V_0; return L_70; } } // System.Void System.Xml.XmlTextReaderImpl::set_DisableUndeclaredEntityCheck(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_set_DisableUndeclaredEntityCheck_mB9FB8144B877DD69D695FE2C53AD87A2D19C4BB1 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_disableUndeclaredEntityCheck_73(L_0); return; } } // System.Void System.Xml.XmlTextReaderImpl::RegisterConsumedCharacters(System.Int64,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_RegisterConsumedCharacters_mBBD0B1BDAE3A9AEA923FD4828F1DF0BBAF493BB6 (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, int64_t ___characters0, bool ___inEntityReference1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral72890B3416E9451EAEDCB2D432F0737DCEFD53AA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7A7B03EDCCEC1AA676CFA2D7002A577C44FC6A13); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBA35549D8219B5F5409D55485656844283EB1A95); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; int64_t V_1 = 0; { int64_t L_0 = __this->get_maxCharactersInDocument_34(); if ((((int64_t)L_0) <= ((int64_t)((int64_t)((int64_t)0))))) { goto IL_0053; } } { int64_t L_1 = __this->get_charactersInDocument_70(); int64_t L_2 = ___characters0; V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_1, (int64_t)L_2)); int64_t L_3 = V_0; int64_t L_4 = __this->get_charactersInDocument_70(); if ((((int64_t)L_3) >= ((int64_t)L_4))) { goto IL_002e; } } { XmlTextReaderImpl_ThrowWithoutLineInfo_m9241EDD2E2CEE414019DE43009564C61429FB30F(__this, _stringLiteral72890B3416E9451EAEDCB2D432F0737DCEFD53AA, _stringLiteralBA35549D8219B5F5409D55485656844283EB1A95, /*hidden argument*/NULL); goto IL_0035; } IL_002e: { int64_t L_5 = V_0; __this->set_charactersInDocument_70(L_5); } IL_0035: { int64_t L_6 = __this->get_charactersInDocument_70(); int64_t L_7 = __this->get_maxCharactersInDocument_34(); if ((((int64_t)L_6) <= ((int64_t)L_7))) { goto IL_0053; } } { XmlTextReaderImpl_ThrowWithoutLineInfo_m9241EDD2E2CEE414019DE43009564C61429FB30F(__this, _stringLiteral72890B3416E9451EAEDCB2D432F0737DCEFD53AA, _stringLiteralBA35549D8219B5F5409D55485656844283EB1A95, /*hidden argument*/NULL); } IL_0053: { int64_t L_8 = __this->get_maxCharactersFromEntities_35(); bool L_9 = ___inEntityReference1; if (!((int32_t)((int32_t)((((int64_t)L_8) > ((int64_t)((int64_t)((int64_t)0))))? 1 : 0)&(int32_t)L_9))) { goto IL_00aa; } } { int64_t L_10 = __this->get_charactersFromEntities_71(); int64_t L_11 = ___characters0; V_1 = ((int64_t)il2cpp_codegen_add((int64_t)L_10, (int64_t)L_11)); int64_t L_12 = V_1; int64_t L_13 = __this->get_charactersFromEntities_71(); if ((((int64_t)L_12) >= ((int64_t)L_13))) { goto IL_0085; } } { XmlTextReaderImpl_ThrowWithoutLineInfo_m9241EDD2E2CEE414019DE43009564C61429FB30F(__this, _stringLiteral72890B3416E9451EAEDCB2D432F0737DCEFD53AA, _stringLiteral7A7B03EDCCEC1AA676CFA2D7002A577C44FC6A13, /*hidden argument*/NULL); goto IL_008c; } IL_0085: { int64_t L_14 = V_1; __this->set_charactersFromEntities_71(L_14); } IL_008c: { int64_t L_15 = __this->get_charactersFromEntities_71(); int64_t L_16 = __this->get_maxCharactersFromEntities_35(); if ((((int64_t)L_15) <= ((int64_t)L_16))) { goto IL_00aa; } } { XmlTextReaderImpl_ThrowWithoutLineInfo_m9241EDD2E2CEE414019DE43009564C61429FB30F(__this, _stringLiteral72890B3416E9451EAEDCB2D432F0737DCEFD53AA, _stringLiteral7A7B03EDCCEC1AA676CFA2D7002A577C44FC6A13, /*hidden argument*/NULL); } IL_00aa: { return; } } // System.String System.Xml.XmlTextReaderImpl::StripSpaces(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTextReaderImpl_StripSpaces_m7E86D065374C4523748953DDCD39D09AF892DACC (String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; StringBuilder_t * V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; { String_t* L_0 = ___value0; NullCheck(L_0); int32_t L_1; L_1 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) > ((int32_t)0))) { goto IL_0011; } } { String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_3; } IL_0011: { V_1 = 0; V_2 = (StringBuilder_t *)NULL; goto IL_0025; } IL_0017: { int32_t L_4 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); int32_t L_5 = V_1; int32_t L_6 = V_0; if ((!(((uint32_t)L_5) == ((uint32_t)L_6)))) { goto IL_0025; } } { return _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745; } IL_0025: { String_t* L_7 = ___value0; int32_t L_8 = V_1; NullCheck(L_7); Il2CppChar L_9; L_9 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_7, L_8, /*hidden argument*/NULL); if ((((int32_t)L_9) == ((int32_t)((int32_t)32)))) { goto IL_0017; } } { int32_t L_10 = V_1; V_3 = L_10; goto IL_00ae; } IL_0034: { String_t* L_11 = ___value0; int32_t L_12 = V_3; NullCheck(L_11); Il2CppChar L_13; L_13 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_11, L_12, /*hidden argument*/NULL); if ((!(((uint32_t)L_13) == ((uint32_t)((int32_t)32))))) { goto IL_00aa; } } { int32_t L_14 = V_3; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); goto IL_004c; } IL_0046: { int32_t L_15 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_004c: { int32_t L_16 = V_4; int32_t L_17 = V_0; if ((((int32_t)L_16) >= ((int32_t)L_17))) { goto IL_005d; } } { String_t* L_18 = ___value0; int32_t L_19 = V_4; NullCheck(L_18); Il2CppChar L_20; L_20 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_18, L_19, /*hidden argument*/NULL); if ((((int32_t)L_20) == ((int32_t)((int32_t)32)))) { goto IL_0046; } } IL_005d: { int32_t L_21 = V_4; int32_t L_22 = V_0; if ((!(((uint32_t)L_21) == ((uint32_t)L_22)))) { goto IL_0083; } } { StringBuilder_t * L_23 = V_2; if (L_23) { goto IL_0070; } } { String_t* L_24 = ___value0; int32_t L_25 = V_1; int32_t L_26 = V_3; int32_t L_27 = V_1; NullCheck(L_24); String_t* L_28; L_28 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_24, L_25, ((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)L_27)), /*hidden argument*/NULL); return L_28; } IL_0070: { StringBuilder_t * L_29 = V_2; String_t* L_30 = ___value0; int32_t L_31 = V_1; int32_t L_32 = V_3; int32_t L_33 = V_1; NullCheck(L_29); StringBuilder_t * L_34; L_34 = StringBuilder_Append_mB0253AA6494BFCC6EA6E5FA343D0DAE6F58CBD17(L_29, L_30, L_31, ((int32_t)il2cpp_codegen_subtract((int32_t)L_32, (int32_t)L_33)), /*hidden argument*/NULL); StringBuilder_t * L_35 = V_2; NullCheck(L_35); String_t* L_36; L_36 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_35); return L_36; } IL_0083: { int32_t L_37 = V_4; int32_t L_38 = V_3; if ((((int32_t)L_37) <= ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1))))) { goto IL_00aa; } } { StringBuilder_t * L_39 = V_2; if (L_39) { goto IL_0094; } } { int32_t L_40 = V_0; StringBuilder_t * L_41 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_mEDFFE2D378A15F6DAB54D52661C84C1B52E7BA2E(L_41, L_40, /*hidden argument*/NULL); V_2 = L_41; } IL_0094: { StringBuilder_t * L_42 = V_2; String_t* L_43 = ___value0; int32_t L_44 = V_1; int32_t L_45 = V_3; int32_t L_46 = V_1; NullCheck(L_42); StringBuilder_t * L_47; L_47 = StringBuilder_Append_mB0253AA6494BFCC6EA6E5FA343D0DAE6F58CBD17(L_42, L_43, L_44, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_45, (int32_t)L_46)), (int32_t)1)), /*hidden argument*/NULL); int32_t L_48 = V_4; V_1 = L_48; int32_t L_49 = V_4; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_49, (int32_t)1)); } IL_00aa: { int32_t L_50 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)1)); } IL_00ae: { int32_t L_51 = V_3; int32_t L_52 = V_0; if ((((int32_t)L_51) < ((int32_t)L_52))) { goto IL_0034; } } { StringBuilder_t * L_53 = V_2; if (L_53) { goto IL_00c5; } } { int32_t L_54 = V_1; if (!L_54) { goto IL_00c3; } } { String_t* L_55 = ___value0; int32_t L_56 = V_1; int32_t L_57 = V_0; int32_t L_58 = V_1; NullCheck(L_55); String_t* L_59; L_59 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_55, L_56, ((int32_t)il2cpp_codegen_subtract((int32_t)L_57, (int32_t)L_58)), /*hidden argument*/NULL); return L_59; } IL_00c3: { String_t* L_60 = ___value0; return L_60; } IL_00c5: { int32_t L_61 = V_3; int32_t L_62 = V_1; if ((((int32_t)L_61) <= ((int32_t)L_62))) { goto IL_00d5; } } { StringBuilder_t * L_63 = V_2; String_t* L_64 = ___value0; int32_t L_65 = V_1; int32_t L_66 = V_3; int32_t L_67 = V_1; NullCheck(L_63); StringBuilder_t * L_68; L_68 = StringBuilder_Append_mB0253AA6494BFCC6EA6E5FA343D0DAE6F58CBD17(L_63, L_64, L_65, ((int32_t)il2cpp_codegen_subtract((int32_t)L_66, (int32_t)L_67)), /*hidden argument*/NULL); } IL_00d5: { StringBuilder_t * L_69 = V_2; NullCheck(L_69); String_t* L_70; L_70 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_69); return L_70; } } // System.Void System.Xml.XmlTextReaderImpl::StripSpaces(System.Char[],System.Int32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_StripSpaces_m31199178A54A5DFDE4C25A53BA7C30C94ACE21E2 (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___value0, int32_t ___index1, int32_t* ___len2, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; Il2CppChar V_4 = 0x0; int32_t V_5 = 0; { int32_t* L_0 = ___len2; int32_t L_1 = *((int32_t*)L_0); if ((((int32_t)L_1) > ((int32_t)0))) { goto IL_0006; } } { return; } IL_0006: { int32_t L_2 = ___index1; V_0 = L_2; int32_t L_3 = ___index1; int32_t* L_4 = ___len2; int32_t L_5 = *((int32_t*)L_4); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_5)); goto IL_001b; } IL_000f: { int32_t L_6 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); int32_t L_7 = V_0; int32_t L_8 = V_1; if ((!(((uint32_t)L_7) == ((uint32_t)L_8)))) { goto IL_001b; } } { int32_t* L_9 = ___len2; *((int32_t*)L_9) = (int32_t)1; return; } IL_001b: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_10 = ___value0; int32_t L_11 = V_0; NullCheck(L_10); int32_t L_12 = L_11; uint16_t L_13 = (uint16_t)(L_10)->GetAt(static_cast(L_12)); if ((((int32_t)L_13) == ((int32_t)((int32_t)32)))) { goto IL_000f; } } { int32_t L_14 = V_0; int32_t L_15 = ___index1; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)L_15)); int32_t L_16 = V_0; V_3 = L_16; goto IL_007c; } IL_002a: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_17 = ___value0; int32_t L_18 = V_3; NullCheck(L_17); int32_t L_19 = L_18; uint16_t L_20 = (uint16_t)(L_17)->GetAt(static_cast(L_19)); uint16_t L_21 = L_20; V_4 = L_21; if ((!(((uint32_t)L_21) == ((uint32_t)((int32_t)32))))) { goto IL_0071; } } { int32_t L_22 = V_3; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); goto IL_0041; } IL_003b: { int32_t L_23 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_0041: { int32_t L_24 = V_5; int32_t L_25 = V_1; if ((((int32_t)L_24) >= ((int32_t)L_25))) { goto IL_004e; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_26 = ___value0; int32_t L_27 = V_5; NullCheck(L_26); int32_t L_28 = L_27; uint16_t L_29 = (uint16_t)(L_26)->GetAt(static_cast(L_28)); if ((((int32_t)L_29) == ((int32_t)((int32_t)32)))) { goto IL_003b; } } IL_004e: { int32_t L_30 = V_5; int32_t L_31 = V_1; if ((!(((uint32_t)L_30) == ((uint32_t)L_31)))) { goto IL_005c; } } { int32_t L_32 = V_2; int32_t L_33 = V_5; int32_t L_34 = V_3; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_33, (int32_t)L_34)))); goto IL_0080; } IL_005c: { int32_t L_35 = V_5; int32_t L_36 = V_3; if ((((int32_t)L_35) <= ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1))))) { goto IL_0071; } } { int32_t L_37 = V_2; int32_t L_38 = V_5; int32_t L_39 = V_3; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_38, (int32_t)L_39)), (int32_t)1)))); int32_t L_40 = V_5; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_40, (int32_t)1)); } IL_0071: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_41 = ___value0; int32_t L_42 = V_3; int32_t L_43 = V_2; Il2CppChar L_44 = V_4; NullCheck(L_41); (L_41)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_42, (int32_t)L_43))), (Il2CppChar)L_44); int32_t L_45 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)1)); } IL_007c: { int32_t L_46 = V_3; int32_t L_47 = V_1; if ((((int32_t)L_46) < ((int32_t)L_47))) { goto IL_002a; } } IL_0080: { int32_t* L_48 = ___len2; int32_t* L_49 = ___len2; int32_t L_50 = *((int32_t*)L_49); int32_t L_51 = V_2; *((int32_t*)L_48) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_50, (int32_t)L_51)); return; } } // System.Void System.Xml.XmlTextReaderImpl::BlockCopyChars(System.Char[],System.Int32,System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_BlockCopyChars_m5F29F71FBA0ABB53D33F918774D133148317D74F (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___src0, int32_t ___srcOffset1, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___dst2, int32_t ___dstOffset3, int32_t ___count4, const RuntimeMethod* method) { { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = ___src0; int32_t L_1 = ___srcOffset1; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_2 = ___dst2; int32_t L_3 = ___dstOffset3; int32_t L_4 = ___count4; Buffer_BlockCopy_mD01FC13D87078586714AA235261A9E786C351725((RuntimeArray *)(RuntimeArray *)L_0, ((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)2)), (RuntimeArray *)(RuntimeArray *)L_2, ((int32_t)il2cpp_codegen_multiply((int32_t)L_3, (int32_t)2)), ((int32_t)il2cpp_codegen_multiply((int32_t)L_4, (int32_t)2)), /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextReaderImpl::BlockCopy(System.Byte[],System.Int32,System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_BlockCopy_mE43FD9DFED8DA6CDA5CD4800394FECF9F33C1BC4 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___src0, int32_t ___srcOffset1, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___dst2, int32_t ___dstOffset3, int32_t ___count4, const RuntimeMethod* method) { { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___src0; int32_t L_1 = ___srcOffset1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___dst2; int32_t L_3 = ___dstOffset3; int32_t L_4 = ___count4; Buffer_BlockCopy_mD01FC13D87078586714AA235261A9E786C351725((RuntimeArray *)(RuntimeArray *)L_0, L_1, (RuntimeArray *)(RuntimeArray *)L_2, L_3, L_4, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlBaseConverter_get_TypeCode_m0A474F881A97EE27FC731E30E04B94B9A2A57694_inline (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_typeCode_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t * XmlBaseConverter_get_DefaultClrType_mEF68FF73D1C89C298241F8D7323D7F230DDDFD0C_inline (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_clrTypeDefault_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, const RuntimeMethod* method) { { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_0 = __this->get_schemaType_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline (String_t* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_stringLength_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlQualifiedName_get_Namespace_m2693E9023068C90F95C47FDB5685F1563ECE0025_inline (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_ns_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlReaderSettings_set_IsXmlResolverSet_m4374404167E732ADF4FF5D5699DA1A2763B4A048_inline (XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CIsXmlResolverSetU3Ek__BackingField_18(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool BinaryCompatibility_get_TargetsAtLeast_Desktop_V4_5_2_m2547F245B10BFAFFBDB01D434A53F9FAC10C870C_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BinaryCompatibility_t01F3AE6D07676815F7CA6DC9F5E93C75D1FC58B5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(BinaryCompatibility_t01F3AE6D07676815F7CA6DC9F5E93C75D1FC58B5_il2cpp_TypeInfo_var); bool L_0 = ((BinaryCompatibility_t01F3AE6D07676815F7CA6DC9F5E93C75D1FC58B5_StaticFields*)il2cpp_codegen_static_fields_for(BinaryCompatibility_t01F3AE6D07676815F7CA6DC9F5E93C75D1FC58B5_il2cpp_TypeInfo_var))->get__targetsAtLeast_Desktop_V4_5_2_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789 * XmlSchemaComplexType_get_ContentTypeParticle_m692124ACC5AB9FF5844FB13DE2A3AEBF6F9160A8_inline (XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * __this, const RuntimeMethod* method) { { XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789 * L_0 = __this->get_contentTypeParticle_8(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchemaComplexType_SetContentTypeParticle_m5EB7FB0694B5CC65C9DD124B303A25706FA45C74_inline (XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * __this, XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789 * ___value0, const RuntimeMethod* method) { { XmlSchemaParticle_tD1A5391DA6279C1028974DFA37BC68C91EFEE789 * L_0 = ___value0; __this->set_contentTypeParticle_8(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchemaType_SetContentType_m2171B3C161C9515C768FE7A97706AAE5C715838E_inline (XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_contentType_6(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SchemaDeclBase_set_SchemaType_m5E77A5AD91AC87BF6B8F26864E24C4F2BA244FD0_inline (SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A * __this, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___value0, const RuntimeMethod* method) { { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_0 = ___value0; __this->set_schemaType_4(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SchemaElementDecl_set_ContentValidator_m3B5492EE4C0954E5FA732D03574FBB9576AD4E97_inline (SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * __this, ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * ___value0, const RuntimeMethod* method) { { ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * L_0 = ___value0; __this->set_contentValidator_18(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchemaAny_set_ProcessContents_m804608BAD4683FA309A85BDDD7E70C00EB536A33_inline (XmlSchemaAny_t30CEED9ED80E3CB00EA10233A22CA552F49D7A1C * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_processContents_5(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A * XmlSchemaAny_get_NamespaceList_mC0548A81B75CA26BD0301B453E6EA25C5A4670CF_inline (XmlSchemaAny_t30CEED9ED80E3CB00EA10233A22CA552F49D7A1C * __this, const RuntimeMethod* method) { { NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A * L_0 = __this->get_namespaceList_6(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchemaAnyAttribute_set_ProcessContents_m202657E297C999EE920D0018F858EE312623B1E9_inline (XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_processContents_1(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchemaComplexType_SetAttributeWildcard_m675937DFE12A53A087F68AFB317DF665D8E997F1_inline (XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * __this, XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80 * ___value0, const RuntimeMethod* method) { { XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80 * L_0 = ___value0; __this->set_attributeWildcard_9(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SchemaElementDecl_set_AnyAttribute_m5937BBB3D6CCC2263AE4B778A6B3B9E3A2586E74_inline (SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * __this, XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80 * ___value0, const RuntimeMethod* method) { { XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80 * L_0 = ___value0; __this->set_anyAttribute_19(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * SchemaElementDecl_get_ContentValidator_m1AFD6086B0FB2DF11CC1185D8335E1AAD80AED9E_inline (SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * __this, const RuntimeMethod* method) { { ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * L_0 = __this->get_contentValidator_18(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* SerializationEntry_get_Name_m1314B9BFC9D6CFCC607FF1B2B748583DAEB1D1E2_inline (SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_name_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * SerializationEntry_get_Value_m7D4406AB9EF2F4ADE65FFC23C4F79EB1A3749BD6_inline (SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_m_value_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Exception_set_HResult_mB9E603303A0678B32684B0EEC144334BAB0E6392_inline (Exception_t * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set__HResult_11(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * XmlReaderSettings_GetXmlResolver_mE28769077AE9F6D961723B225E0FCA918B47B64E_inline (XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * __this, const RuntimeMethod* method) { { XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * L_0 = __this->get_xmlResolver_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ValidationEventArgs_get_Severity_m76F16371C2A4550B55BFF504FC1D1B2FC5CEAD07_inline (ValidationEventArgs_t2CDBD5648CBB2EBA43B34779195D3B13F4C14F17 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_severity_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * ValidationEventArgs_get_Exception_m01CDAE32415DBC8A32EFA7CA548E09F9414324B0_inline (ValidationEventArgs_t2CDBD5648CBB2EBA43B34779195D3B13F4C14F17 * __this, const RuntimeMethod* method) { { XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * L_0 = __this->get_ex_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * XmlSchemaComplexType_get_AnyType_m30B4FA72506565A0CD057CAE919DF376E1DB088F_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_il2cpp_TypeInfo_var); XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062 * L_0 = ((XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaComplexType_tE6F9E57AB3C89D88DAB166F1F0A3EC2276C2F062_il2cpp_TypeInfo_var))->get_anyTypeLax_10(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlDocument_get_IsLoading_m3B73B787E62F30F277275598CF50D1258706E681_inline (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_isLoading_20(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlUnspecifiedAttribute_SetSpecified_mF9C15FC0EA42FC85CAA50C4D5D996F4127840D44_inline (XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641 * __this, bool ___f0, const RuntimeMethod* method) { { bool L_0 = ___f0; __this->set_fSpecified_3(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlTextReaderImpl_set_OuterReader_m4F6518FD5B0974BBD4E2784A08B42D506C0C7C66_inline (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * ___value0, const RuntimeMethod* method) { { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_0 = ___value0; __this->set_outerReader_74(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * XmlParserContext_get_NameTable_mF1F657E238A6FAEC61018EB771640EB5E14A546D_inline (XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * __this, const RuntimeMethod* method) { { XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_0 = __this->get__nt_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlParserContext_get_BaseURI_mDC9771AD1C8F20ABB620B6B8FB05FF8588DEB4E4_inline (XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__baseURI_8(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * XmlParserContext_get_Encoding_m720304147F955C4AD3C3F32AED76DB46F4BA15E3_inline (XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * __this, const RuntimeMethod* method) { { Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_0 = __this->get__encoding_9(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlReaderSettings_set_ReadOnly_m74FE491C654B218A952FAA864B1357F018D0B403_inline (XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_isReadOnly_17(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NodeData_set_IsEmptyElement_mD35C4A93F811F5F2C904B0EB1DEF2DE56460D7FD_inline (NodeData_tD504C5A621E7DD546954D87282438662327280EA * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_isEmptyOrDefault_14(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * XmlParserContext_get_NamespaceManager_m9DF0655B59F937EEE2C2ABC8E8B7067AA14A010E_inline (XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * __this, const RuntimeMethod* method) { { XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_0 = __this->get__nsMgr_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ParsingState_get_LineNo_m9C32240CFE61AE19697B7C9EFA5DE9B44D3C9610_inline (ParsingState_t5C1CDFE140B4F180AE0AB39A21AAA0E361F691EF * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_lineNo_11(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlException_get_ResString_m789D5A88B14F9D2B2B4DEA38DA6EC2E172993761_inline (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_res_17(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlException_get_LineNumber_m1890569BD9643EAA7C65BBD9D4AFDD61F26D05FE_inline (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_lineNumber_19(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlException_get_LinePosition_m14A930E44BC5663709B44694913BCB5E61BD5FDD_inline (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_linePosition_20(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlParserContext_get_XmlLang_m348DEB5C3F10F1151AE3E5C74AE7E1633420A332_inline (XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__xmlLang_6(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlParserContext_get_XmlSpace_m727BCF0B2A1CF614406EC7AB92BE74F411994F82_inline (XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__xmlSpace_7(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* DtdDefaultAttributeInfoToNodeDataComparer_get_Instance_m6E411939B185FAEFCEC68568E2BEFA7AEBCA3CFE_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DtdDefaultAttributeInfoToNodeDataComparer_t8D053B72BDEEEBBA9DFF9497C99EE79EA11607FC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DtdDefaultAttributeInfoToNodeDataComparer_t8D053B72BDEEEBBA9DFF9497C99EE79EA11607FC_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((DtdDefaultAttributeInfoToNodeDataComparer_t8D053B72BDEEEBBA9DFF9497C99EE79EA11607FC_StaticFields*)il2cpp_codegen_static_fields_for(DtdDefaultAttributeInfoToNodeDataComparer_t8D053B72BDEEEBBA9DFF9497C99EE79EA11607FC_il2cpp_TypeInfo_var))->get_s_instance_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NodeData_set_IsDefaultAttribute_m0092BEA88010B3D807E9EF4799102A5AD66E52FD_inline (NodeData_tD504C5A621E7DD546954D87282438662327280EA * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_isEmptyOrDefault_14(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlParserContext_get_DocTypeName_mBB1E0FED037DAD590E11B29F6BD160BDA2A689A9_inline (XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__docTypeName_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlParserContext_get_PublicId_m1135CB245A9628A1B67D2ECF5AA560DB69E9D32D_inline (XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__pubId_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlParserContext_get_SystemId_mDF57A6C7FBCB6142D7DE370480F96740BD7791F8_inline (XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__sysId_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlParserContext_get_InternalSubset_m8C6D38A985229CA2CD7EB25FD71FF37D5CFEA490_inline (XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__internalSubset_5(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_gshared_inline (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_has_value_1(); return (bool)L_0; } }