#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 VirtualActionInvoker4 { typedef void (*Action)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; template struct VirtualActionInvoker10 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7, T8 p8, T9 p9, T10 p10) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, invokeData.method); } }; template struct VirtualFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtualFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtualFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct VirtualFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct VirtualFuncInvoker4 { typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; 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); } }; struct InterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceFuncInvoker6 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, T6, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, invokeData.method); } }; // System.Action`1 struct Action_1_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_t1DDD2F48B87E022F599DF2452A49BB70BE95A7F8; // 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_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5; // 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.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t52B1AC8D9E5E1ED28DF6C46A37C9A1B00B394F9D; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_tBD60400523D840591A17E4CBBACC79397F68FAA2; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_tE6A65C5E45E33FD7D9849FD0914DE3AD32B68050; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_tA3F9CEF64ED38FA56ECC5E56165286AE1376D617; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_tCA4820F8266AF4059CC5A14888D8195F0D797499; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t61F8738ED346768CC112B2E27863BF9F73C76D90; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_tE22F4D23A741E95A221257E03F5AEC99BCEDE61F; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t52C81163A051BCD87A36FEF95F736DD600E2305D; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t5FE0EB338810A83B845B900E60A4E065E1E8AB68; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_tFEE8457FE221E239778EE686C6BB8756470C8987; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_tFCF38642F5CB0A86A6B4EC75E8BF5C9A8C4D0122; // System.Collections.Generic.List`1 struct List_1_tA93C4538153D3E132FA2B0769673023B002DD93F; // System.Collections.Generic.List`1 struct List_1_t318F786C70BD3AB62AA4519701522818CEFE7D75; // System.Collections.Generic.List`1 struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5; // System.Collections.Generic.List`1 struct List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3; // System.Collections.Generic.List`1 struct List_1_t1914BF96F32809437AECA3384C85A319B63B8461; // System.Collections.Generic.List`1 struct List_1_t3C367DB0980625D829CD027696F8FA0EA0C60B2D; // System.Threading.Tasks.Task`1> struct Task_1_tDC99D8BCBDBB4A01765BBF5823E5764CEC20D642; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t0ACCC25930444F15B1857D00E9FB6021E5842852; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t17EEB7B2EDD3CB5222C660D7E739F803986BF025; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_tD9F8742BCDE46BE10F45030D7DEE230F8F9D24FA; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t9161A5C97376D261665798FA27DAFD5177305C81; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_tA992FE5AE14BF1BD39743AC399EF95B64E8AFC42; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t566E84C700B8CA57F1C3A24989857DEB3100189D; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_tECAE69F11CA0C245794C99313E46CEAB79289400; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_tABFC31237D6642B5D4C1DBA234CA37EE851EB0AE; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_tB995B2E54E55DB21952952A5F1056F84E5721683; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t52A654EA9927D1B5F56CA05CF209F2E4393C4510; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_tDF263570453ED61DC82F1B72F9B1F10CF0C186FE; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t830E5130B05E1143F4ECA59D1CE8BD64AC3F7E2F; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t5AD4BA39F55C5C698AD90B02326A2225C5D56221; // System.Byte[][] struct ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D; // System.Xml.XmlEventCache/XmlEvent[][] struct XmlEventU5BU5DU5BU5D_t0CD884A1DC7532F315714B05558121080A66E21A; // System.Boolean[] struct BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; // System.DateTime[] struct DateTimeU5BU5D_t43291D587229E4ED44A327CC74DC7771EF2EBBC1; // System.DateTimeOffset[] struct DateTimeOffsetU5BU5D_t81746224316E5FC7189685EFB35488C8CED41826; // System.Decimal[] struct DecimalU5BU5D_tAA3302A4A6ACCE77638A2346993A0FAAE2F9FDBA; // System.Double[] struct DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB; // System.Int16[] struct Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; // System.Int64[] struct Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6; // System.IntPtr[] struct IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; // System.SByte[] struct SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7; // System.Single[] struct SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971; // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; // System.TimeSpan[] struct TimeSpanU5BU5D_t93A1470C8423F710E4D26493EE109A5A5920D545; // System.Type[] struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755; // System.UInt16[] struct UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67; // System.UInt32[] struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF; // System.UInt64[] struct UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2; // System.Uri[] struct UriU5BU5D_tC686E8C5B661035A1A4E16DDDCDEC4949DDB6A00; // System.Xml.XPath.XPathItem[] struct XPathItemU5BU5D_t1CA2C0DFA3C223B4D6D55B5C8EEBAE6F03048466; // System.Xml.XPath.XPathNavigator[] struct XPathNavigatorU5BU5D_tA353A28494A4B90917938F631210FB020A8E4BF8; // System.Xml.Schema.XmlAtomicValue[] struct XmlAtomicValueU5BU5D_t7F2E099316541748343CFA3FAF60A2402DE532E9; // System.Xml.XmlQualifiedName[] struct XmlQualifiedNameU5BU5D_tE9A62FBF4DF15B65C9A4430EBAE36CC671776E97; // System.Collections.Hashtable/bucket[] struct bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190; // System.Xml.NameTable/Entry[] struct EntryU5BU5D_tE4CC6F76D4A31BE3A6B656E95A290559A0DF610D; // System.Xml.XmlEventCache/XmlEvent[] struct XmlEventU5BU5D_t19D4DF807CB98BAA0DB24393D169BBD14B64100D; // 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.Attribute struct Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71; // System.Reflection.Binder struct Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30; // System.Xml.BitStack struct BitStack_t06F411C96B04DE5B8D4A67EC95F15674B52ACB98; // System.Globalization.Calendar struct Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A; // System.Xml.CharEntityEncoderFallback struct CharEntityEncoderFallback_t4D5B1863C30C436F12B2BE9E8EE22193E27960EE; // System.Xml.CharEntityEncoderFallbackBuffer struct CharEntityEncoderFallbackBuffer_t6192F6C7FC61D168DCAC34AF14C9B506296B9E6C; // System.Globalization.CodePageDataItem struct CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E; // System.Globalization.CompareInfo struct CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9; // System.Xml.Schema.ContentValidator struct ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C; // System.Globalization.CultureData struct CultureData_t53CDF1C5F789A28897415891667799420D3C5529; // System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98; // System.Globalization.DateTimeFormatInfo struct DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90; // System.Text.Decoder struct Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370; // System.Text.DecoderFallback struct DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D; // System.Xml.DomNameTable struct DomNameTable_tE88EEF20D313A83C002E18FFF7688CC74A2D1CAB; // System.Xml.EmptyEnumerator struct EmptyEnumerator_t138901A02D453E19CDE87DFD96981F8A98928E13; // System.Text.Encoder struct Encoder_t5095F24D3B1D0F70D08762B980731B9F1ADEE56A; // System.Text.EncoderFallback struct EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4; // System.Text.EncoderFallbackBuffer struct EncoderFallbackBuffer_t088B2EDCFB7C53978D7C5F962DE31BE01D6968E0; // System.Text.Encoding struct Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827; // System.Exception struct Exception_t; // System.Collections.Hashtable struct Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC; // System.Collections.ICollection struct ICollection_tC1E1DED86C0A66845675392606B302452210D5DA; // System.Collections.IDictionary struct IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A; // System.Xml.IDtdEntityInfo struct IDtdEntityInfo_t6CD9881A9EC86BF67CCFD10F64F69D18316D6AFC; // System.Xml.IDtdInfo struct IDtdInfo_tE42B4037BF3433A4F16173CE199CFF87E32A07C6; // System.Xml.IDtdParser struct IDtdParser_tD5A6D02A5CA749436148A452C1A6DBD8EFA76833; // System.Collections.IEnumerable struct IEnumerable_t47A618747A1BB2A868710316F7372094849163A2; // System.Collections.IEnumerator struct IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105; // 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.Xml.IXmlNamespaceResolver struct IXmlNamespaceResolver_tE715F6572D858174C1BDCF0076B3C6415B226CD0; // System.Xml.Schema.IXmlSchemaInfo struct IXmlSchemaInfo_tC697CEDEA24AC6EF87E998BF72B96EDBD84DB229; // System.Xml.IncrementalReadDecoder struct IncrementalReadDecoder_t89737691013C036E9386839AE30A43C9721B3984; // System.InvalidCastException struct InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB; // System.Reflection.MemberFilter struct MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81; // System.Xml.NameTable struct NameTable_t3BB114C691B98D26C27BAF10FFFE11D974EE4728; // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F; // System.Xml.Schema.SchemaAttDef struct SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68; // 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.Xml.Schema.SchemaNotation struct SchemaNotation_t8D5A15431203B940197C8F7319BE3BF677D12CED; // 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.IO.Stream struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB; // System.String struct String_t; // System.Text.StringBuilder struct StringBuilder_t; // System.SystemException struct SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62; // System.Globalization.TextInfo struct TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C; // System.IO.TextReader struct TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F; // System.IO.TextWriter struct TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643; // System.Type struct Type_t; // System.Uri struct Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612; // System.UriParser struct UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A; // System.Xml.Schema.ValidationEventHandler struct ValidationEventHandler_tE0F1666DEE5D41D7A2A1D78B8E6B07EC830ACE3C; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5; // System.Xml.XPath.XPathItem struct XPathItem_t053B6F865E42EB40BFD03AE958B99844501E5701; // System.Xml.XPath.XPathNavigator struct XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9; // System.Xml.XPath.XPathNavigatorKeyComparer struct XPathNavigatorKeyComparer_tE86B3B19B683A126542CC0AE8531465FFE4DDA2A; // 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.XmlAttributeCollection struct XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3; // System.Xml.Schema.XmlBaseConverter struct XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55; // System.Xml.XmlCDataSection struct XmlCDataSection_tFC05DCD14B7C2893C0C5AF56AB629E77151A8BEA; // System.Xml.XmlChildEnumerator struct XmlChildEnumerator_t4D3EFEF86EDA656B48EC532A24FF67A30C599559; // System.Xml.XmlChildNodes struct XmlChildNodes_t2146FA67722B453134AC4DC4B33C3B670B8BE2BB; // System.Xml.XmlComment struct XmlComment_t8945C1C6FC86151538A51D1CBFD3AEEEEC422F66; // System.Xml.XmlDeclaration struct XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC; // System.Xml.XmlDocument struct XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F; // System.Xml.XmlDocumentType struct XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F; // System.Xml.XmlElement struct XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF; // System.Xml.Serialization.XmlElementAttribute struct XmlElementAttribute_t1D20EF830E8F66F43BBDCEB96611CD9233154A94; // System.Xml.XmlEncodedRawTextWriter struct XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51; // System.Xml.XmlEncodedRawTextWriterIndent struct XmlEncodedRawTextWriterIndent_t709119ADEBDA693CAB054DFCC9EA33372098D033; // System.Xml.XmlEntity struct XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13; // System.Xml.XmlEntityReference struct XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94; // System.Xml.Serialization.XmlEnumAttribute struct XmlEnumAttribute_tB7AB030D43502B1DEE005D647CC82265AFFE4D6E; // System.Xml.XmlEventCache struct XmlEventCache_t7429BFB736D94B0281F53167E418058D78A4C028; // System.Xml.XmlException struct XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918; // System.Xml.Serialization.XmlIgnoreAttribute struct XmlIgnoreAttribute_t478DB7B508B6987B3CC531BABD12177E5CD7DDF6; // System.Xml.XmlImplementation struct XmlImplementation_tE66EA5FEAE495F36B03F697C51E4815D4B5D1D59; // System.Xml.XmlLinkedNode struct XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0; // System.Xml.Schema.XmlListConverter struct XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D; // System.Xml.XmlLoader struct XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B; // System.Xml.Schema.XmlMiscConverter struct XmlMiscConverter_t702BEEF62354303AA68B6DA57B64742C8B68352F; // System.Xml.XmlName struct XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63; // System.Xml.XmlNameEx struct XmlNameEx_t0B800AB1A13303BCF6DB0BB1C91FFCD0EE05E91A; // 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.XmlNotation struct XmlNotation_tDC9DE2B0FEDB66B9EAE6480AB07873EB7FEF8E92; // 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.XmlResolver struct XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A; // System.Xml.Schema.XmlSchemaAnyAttribute struct XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80; // System.Xml.Schema.XmlSchemaAttribute struct XmlSchemaAttribute_t2EB9DF55F6A28F15681A8E56140568B049AFD7F7; // System.Xml.Schema.XmlSchemaCompilationSettings struct XmlSchemaCompilationSettings_t8E2045013B266953963A394832ACE9616545C3BC; // System.Xml.Schema.XmlSchemaDatatype struct XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38; // System.Xml.Schema.XmlSchemaElement struct XmlSchemaElement_tB61A00A97A12A9B2620D005D0643B11EA1CA764A; // System.Xml.Schema.XmlSchemaSet struct XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0; // System.Xml.Schema.XmlSchemaSimpleType struct XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C; // System.Xml.Schema.XmlSchemaSimpleTypeContent struct XmlSchemaSimpleTypeContent_t38B7E1118EA6B9348F35D47139C9BE910724DB65; // System.Xml.Schema.XmlSchemaType struct XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA; // System.Xml.XmlSignificantWhitespace struct XmlSignificantWhitespace_t660C817FC554A3AA84E9799D33C9204CAE4315D6; // 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.Schema.XmlValueConverter struct XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763; // System.Xml.XmlWhitespace struct XmlWhitespace_t7BB2E46A48255FAEF7A758CA9EE2191A4891D56C; // System.Xml.XmlWriter struct XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D; // System.Xml.XmlWriterSettings struct XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8; // System.IO.Stream/ReadWriteTask struct ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974; // System.Uri/UriInfo struct UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45; // System.Xml.Schema.XmlAtomicValue/NamespacePrefixForQName struct NamespacePrefixForQName_t38692CB52444997F00035FBB30BCEC358855A1B2; // System.Xml.XmlQualifiedName/HashCodeOfStringDelegate struct HashCodeOfStringDelegate_tAE9DAB0A55A64F35CCEE05D71856BAAF6C0B668E; // System.Xml.XmlTextReaderImpl/DtdParserProxy struct DtdParserProxy_t2577A62EB66A77D9533689C64F0F41F47C19F557; // System.Xml.XmlTextReaderImpl/LaterInitParam struct LaterInitParam_t6670C77CB75356E7E47BBE3177DB78D355B0EFBF; // 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* BitStack_t06F411C96B04DE5B8D4A67EC95F15674B52ACB98_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CharEntityEncoderFallback_t4D5B1863C30C436F12B2BE9E8EE22193E27960EE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DtdParserProxy_t2577A62EB66A77D9533689C64F0F41F47C19F557_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Enumerator_t02FBEF5309FE3C4F8A7A1140B9590258FF5FA547_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Enumerator_t0342A051A9AAE92BBE378E8AA7F590657CE70B67_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Enumerator_t2C62E3AA8D6B2EBDDFB51E620DF8419B1F116ED2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDictionaryEnumerator_t8A89A8564EADF5FFB8494092DFED7D7C063F1501_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDtdParser_tD5A6D02A5CA749436148A452C1A6DBD8EFA76833_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_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* IXmlSchemaInfo_tC697CEDEA24AC6EF87E998BF72B96EDBD84DB229_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_tA93C4538153D3E132FA2B0769673023B002DD93F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LocalAppContextSwitches_t7DE7089D88737BF60BDED34A745482CFE05266BF_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* NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5_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* TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XPathItem_t053B6F865E42EB40BFD03AE958B99844501E5701_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XPathNodeList_t4A1DB4E840970E1644EC63914E811BE82E6528F9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlAnyConverter_t63B21107E546367CD411985884CA753D9B2065AB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlAnyListConverter_tB593F219D22E519B5EA6D04321465C7FB2ADE60C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlCDataSection_tFC05DCD14B7C2893C0C5AF56AB629E77151A8BEA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlChildEnumerator_t4D3EFEF86EDA656B48EC532A24FF67A30C599559_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlChildNodes_t2146FA67722B453134AC4DC4B33C3B670B8BE2BB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlComment_t8945C1C6FC86151538A51D1CBFD3AEEEEC422F66_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlEventU5BU5D_t19D4DF807CB98BAA0DB24393D169BBD14B64100D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlMiscConverter_t702BEEF62354303AA68B6DA57B64742C8B68352F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlNameEx_t0B800AB1A13303BCF6DB0BB1C91FFCD0EE05E91A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63_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* XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlNotation_tDC9DE2B0FEDB66B9EAE6480AB07873EB7FEF8E92_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlProcessingInstruction_t525E2FBFF021956482F320EEA1ACED57CFC304AE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlSchemaAttribute_t2EB9DF55F6A28F15681A8E56140568B049AFD7F7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlSchemaElement_tB61A00A97A12A9B2620D005D0643B11EA1CA764A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlSignificantWhitespace_t660C817FC554A3AA84E9799D33C9204CAE4315D6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlStandalone_t1AB830245155829DBE6EBC8C97A0BB64859FD828_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240_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* XmlWhitespace_t7BB2E46A48255FAEF7A758CA9EE2191A4891D56C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral09B11B6CC411D8B9FFB75EAAE9A35B2AF248CE40; IL2CPP_EXTERN_C String_t* _stringLiteral0BA9045FCB28C8C8B2ACED641BB5013BAC05D492; IL2CPP_EXTERN_C String_t* _stringLiteral10C63C8C602DD5E38BE4A758C90EBAC324CD3E69; IL2CPP_EXTERN_C String_t* _stringLiteral11AC5E2BD66016383281878F99D761B6B9AB5F11; IL2CPP_EXTERN_C String_t* _stringLiteral13DB4394207994E4948B5E3FAE7BA705B9B8E7B3; IL2CPP_EXTERN_C String_t* _stringLiteral16C0D1A98D99C5FB32B981C3E41FDB407A083C18; IL2CPP_EXTERN_C String_t* _stringLiteral1710B4477A01FFE20514D8AA61891F364D71C25B; IL2CPP_EXTERN_C String_t* _stringLiteral1C250646ACB5EAA28E079007EF6B9BECFDAEDC6E; IL2CPP_EXTERN_C String_t* _stringLiteral1F1BC4D23D8E5661364EBEC728BE303959F6CF91; IL2CPP_EXTERN_C String_t* _stringLiteral23114468D04FA2B7A2DA455B545DB914D0A3ED94; IL2CPP_EXTERN_C String_t* _stringLiteral254468B9B3F6F07A1FFFDB33F24DE6C9C383E0D6; IL2CPP_EXTERN_C String_t* _stringLiteral25D1D73BA8562EE08FEEAC854199F8579DA2C728; IL2CPP_EXTERN_C String_t* _stringLiteral29988D0F9BCADFABFF66CBF5AB73096D1CAE3128; IL2CPP_EXTERN_C String_t* _stringLiteral30C13821C826B173FCA1891444657D393513F574; IL2CPP_EXTERN_C String_t* _stringLiteral33225D2308B5FA9B4FC47DE1A1D06D718E1911ED; IL2CPP_EXTERN_C String_t* _stringLiteral349C6DC0F34B9BA242E4C728EDD28CAB809D4917; IL2CPP_EXTERN_C String_t* _stringLiteral35B44AA64754DEDC52915E7F763C081CF5B004D9; IL2CPP_EXTERN_C String_t* _stringLiteral36D06DCF7061DEC1E8DF4C9D2BB8EB53DBD3087E; IL2CPP_EXTERN_C String_t* _stringLiteral37FDAAF1C91F947734553260891C6678930EDDA0; IL2CPP_EXTERN_C String_t* _stringLiteral38C378162D10735E8E753443B3094057777252AC; IL2CPP_EXTERN_C String_t* _stringLiteral3C1E3A88F1DF442673E905BE97863155259D0CB5; IL2CPP_EXTERN_C String_t* _stringLiteral420B74A52534550B0DD14DCF7D8988C2BD4936CE; IL2CPP_EXTERN_C String_t* _stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D; IL2CPP_EXTERN_C String_t* _stringLiteral44C14DBC6A9EE22DDA5FE2FABA5577B801DFAD89; 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* _stringLiteral4C9D5EB3A2133DCF493D42AFE0769A5D81E10AF1; IL2CPP_EXTERN_C String_t* _stringLiteral513659CEF285C73478E9829E41D7E4C23DB53E12; IL2CPP_EXTERN_C String_t* _stringLiteral52E7AA29D33516D76AAE995603260C880821A398; IL2CPP_EXTERN_C String_t* _stringLiteral5520F0EAC899C656D9482CE97A660E8F8E28ED01; IL2CPP_EXTERN_C String_t* _stringLiteral5BAA302A400A1B9C6F712ED9DBE1D7010A5034BF; IL2CPP_EXTERN_C String_t* _stringLiteral5E5E0B42C7CA8BCA40E77FC8AC4FC4B3C6D556A0; IL2CPP_EXTERN_C String_t* _stringLiteral63D27168A6FFA4A02D5FDBA464A248377E88F4F4; IL2CPP_EXTERN_C String_t* _stringLiteral6A27EFA262531B73C56149281CD01E877253B609; IL2CPP_EXTERN_C String_t* _stringLiteral6F5EC7239B41C242FCB23B64D91DA0070FC1C044; IL2CPP_EXTERN_C String_t* _stringLiteral725B1CAFF9B49E1231FDA15B85166BBEFAA36A11; IL2CPP_EXTERN_C String_t* _stringLiteral72B68EC7EE16DACDB68DF6B1DB68A228CDEC0C10; IL2CPP_EXTERN_C String_t* _stringLiteral7445C16916FA3BA29CF130D3BC44506627A580F8; IL2CPP_EXTERN_C String_t* _stringLiteral7721A48ACA2DB6CF7BA1F50E38BE38587D4927BA; IL2CPP_EXTERN_C String_t* _stringLiteral7BFA33A11F0B12AF1B7FA1D9BA996EAE1EF77B49; IL2CPP_EXTERN_C String_t* _stringLiteral7FF349F9C3C625219F1F7A7D29EEEF01064CD1C1; IL2CPP_EXTERN_C String_t* _stringLiteral83B75ABE2D6148C9AF405ED548AE801DC19C6A02; IL2CPP_EXTERN_C String_t* _stringLiteral84B787B593EEF7C3B662B25A9ACCB9A9CF164BDB; IL2CPP_EXTERN_C String_t* _stringLiteral872479F10B4968F255B608A3698CA1A7EE09888B; IL2CPP_EXTERN_C String_t* _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D; IL2CPP_EXTERN_C String_t* _stringLiteral88E0DBECA18651C0DE1E09C9B180E8C851A4F92B; IL2CPP_EXTERN_C String_t* _stringLiteral893D84FF4ED81AC205FBC0C67CBEE1C0C752B406; IL2CPP_EXTERN_C String_t* _stringLiteral8B0ED13848CE950B6978D8664D9AA86276D1D7EC; IL2CPP_EXTERN_C String_t* _stringLiteral8D004CCFB2C7F7062B882865483FF7F4DC36E04E; IL2CPP_EXTERN_C String_t* _stringLiteral8E7DF6980ECEA2C11D2FD74A57D449FC8CFA87AE; IL2CPP_EXTERN_C String_t* _stringLiteral916F4E7879C25AF1EA844F7068842D5508777C48; IL2CPP_EXTERN_C String_t* _stringLiteral951CCB49640C8F9E81FB4E0D82730321F4E15BB3; IL2CPP_EXTERN_C String_t* _stringLiteral96930EC8C6FD5250BB36A5E1040AB06A9588FD62; IL2CPP_EXTERN_C String_t* _stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3; IL2CPP_EXTERN_C String_t* _stringLiteral9F0051E3370AA31B69F5CBF0E35FBE94ACAE0651; IL2CPP_EXTERN_C String_t* _stringLiteral9FEC92783BE6B523E2C117E0794061302D78945E; IL2CPP_EXTERN_C String_t* _stringLiteralA3A680A717A901731935F51F62C0FDFEF792BDD2; IL2CPP_EXTERN_C String_t* _stringLiteralA73D573DF83D11DB88B9E63E9DF538F46194507D; IL2CPP_EXTERN_C String_t* _stringLiteralB080109AD5D6C864D18C1BFD1A3B9116504CCC72; IL2CPP_EXTERN_C String_t* _stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D; IL2CPP_EXTERN_C String_t* _stringLiteralB968B651B32BD07EAAB4CB96683980AF16C47C0B; IL2CPP_EXTERN_C String_t* _stringLiteralBE8285B3FBB68E69672F471D9C7CD01AFC710E52; IL2CPP_EXTERN_C String_t* _stringLiteralBECFA9FA31EDDEEE54C61C3D0DD81CBF07EA7158; IL2CPP_EXTERN_C String_t* _stringLiteralC171503077BD6B1C438A3FEA9F31DB637C7C763A; IL2CPP_EXTERN_C String_t* _stringLiteralC5D6C64CCB50E5090409E08FDF71792E4E9A8F6D; IL2CPP_EXTERN_C String_t* _stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677; IL2CPP_EXTERN_C String_t* _stringLiteralC7C776080FBFB5F15E2EAAE9A4C65AE2C17FE00B; IL2CPP_EXTERN_C String_t* _stringLiteralCB5CDE966F99FDC7AE4101331D907BCEF208D664; IL2CPP_EXTERN_C String_t* _stringLiteralCDFFBF7695883D821E64C727304FFE2682330A22; IL2CPP_EXTERN_C String_t* _stringLiteralD2D2F8D3F9F04A081FFBE6B2AF7917BAAADFC052; IL2CPP_EXTERN_C String_t* _stringLiteralD4DAA1A26807E1A567D68B161E6A95701A3FD560; IL2CPP_EXTERN_C String_t* _stringLiteralD5D2875F228D651E1289522AEAAB8C492001C1BE; IL2CPP_EXTERN_C String_t* _stringLiteralD7BB4816F511937863E42D9A34BAB32B43210AE7; IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; IL2CPP_EXTERN_C String_t* _stringLiteralDB06DE16F44A88CD00ED1FDBEB9E9BFE0F4D1C2A; IL2CPP_EXTERN_C String_t* _stringLiteralE1356901E9F96E6ACC91632889AE94286AFE4CD4; IL2CPP_EXTERN_C String_t* _stringLiteralE584C9688DCC7AEE34F2DA73D96EA113B211A93D; IL2CPP_EXTERN_C String_t* _stringLiteralED7D39EDF70E08FE57B2522D102BF72B9E5D5331; IL2CPP_EXTERN_C String_t* _stringLiteralEDC12722FE0763003109C7EDBACB6977C0E31132; IL2CPP_EXTERN_C String_t* _stringLiteralEF5E4E7AE49599D22FDECF4CBDE50AE7C9C1DD38; IL2CPP_EXTERN_C String_t* _stringLiteralEF8AE9E6CBCFDABA932FBEB4C85964F450F724F5; IL2CPP_EXTERN_C String_t* _stringLiteralF3782EC504B73600A2DA83B623313BF6EC38CAE3; IL2CPP_EXTERN_C String_t* _stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D; IL2CPP_EXTERN_C String_t* _stringLiteralF4ED3BDF7EB24796E98DB0F3022D762D2C5EBFB0; IL2CPP_EXTERN_C String_t* _stringLiteralF54F5AD89BFF7ACC574BFC039F72C349137EC667; IL2CPP_EXTERN_C String_t* _stringLiteralFE53A3AF35DC43A86F8AA824C5449731805C32DD; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_GetEnumerator_m169EE2976435B9374F41400391432944DA194E1F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_GetEnumerator_m59E0AB49CBED1ED39D4BEF0F7EBA959EDC34ADD0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m12D15059187064926CD935FC89749E0A8BD52729_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m374496B3B8F3532FC52B465384E6C950DDA79F8B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mEC554451CB98B6F31912A513825E0ACFD4FC2763_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Keys_m21F0F6BC1FCFC0FEE024B53453596D43D0BC472B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Values_m138EBDA95DA7B998A3134BCAFD7F91B1821EC8CB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Values_m420807B5975F103BC70BF8C07C249B59DBB14E61_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m1ACD9DE86340A7CA50E97B170F973A5A09160DCE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m3546162A565F55B309A9FAB19BD271411D7DB75B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m76091F2A128252E9DCA425F161EB45F2DC9B3D4A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mC29BFE590DD617C72A33F5A07E5F5EEE31DC80AB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m5CE225D2553D42BFD59CAAA8E00BCABC95FB6501_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m85F1BE592F5A6080495783B6DE2F5DC53ADA6447_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m4A701063056932FE3DC5481D4BAFC54B4F083603_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m7517A1B02124E9747A4D0F8A007FF06614E1B1CB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyCollection_GetEnumerator_mAC8E6DFDCE301D5AAE4F1DF7835BF981868AFF78_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mF69790CA3FA9F8820309F9887A1BBB3F491D8F6E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m3B393E373AD261001D4424109EB3242226C1450A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mB82CFFBC12650A236A12C75F377D54DF831A5894_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mCCB1DB6AEC86E71552C7530372E5D414AEDA9021_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m42689C8101D824682F0A51D0F82880DA953EE3B5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ValueCollection_GetEnumerator_m328CB00B4EBA0F724E4A971007779E789EA4DAF8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ValueCollection_GetEnumerator_mBD09562F25B4FC8C66D2C5F483BB80409F21F886_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlEncodedRawTextWriter_EncodeSurrogate_m1EE3EBDB2B588413C382CE60822439ED83D9C084_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlEncodedRawTextWriter_FlushBuffer_m0509953DC6A3CCC5217838BF840C4EC53AF7ADF2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlEncodedRawTextWriter_InvalidXmlChar_mAA6562013643C7D7E20618E2B0AA7C9A73785E00_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlEncodedRawTextWriter_ValidateContentChars_mBD456C6948B87903E7C2778A5E9BA5B3D604605E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlEncodedRawTextWriter_WriteCharEntity_mC10080307D4E591E1E53A6F08ABF0BFA12C2CA87_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlEntityReference__ctor_m37F0842BAE1416D08F62C521367D650B89C61BE9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlEntityReference_set_Value_mB21E4BD5E0F0007D27BC2AF47678EAC654AC91D1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlEntity_CloneNode_m44C0E82A1CF28AFE0DB61E1710EA777BE80C1380_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlEntity_set_InnerText_m564FD5EED198500E23853449ED1AB3EC8DB19FDF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlEntity_set_InnerXml_mBD5B8E465722BAA2ABAD6ABAEFB45757B6E9084F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlListConverter_ChangeListType_mB826BBF0AE270EE1D3FDE44AAA08CBD7336214FE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlListConverter_ChangeType_mD9C14B47BC99C4A27ABB9CD6E2E750A5214AC23A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlListConverter_ToArray_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_m0C907E21C50F7EF796A3BDB6828AC4626E1B11E6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlListConverter_ToArray_TisByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_m7E1B469F555277144EB62BE0864E321E1F221E8E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlListConverter_ToArray_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m16709167EBD17EF3652024E1D7C84C74A35CC308_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlListConverter_ToArray_TisDateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_m90F6AB9AED74E5899DDACCD6888A6E50496B55BA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlListConverter_ToArray_TisDateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_m44BBC884264FDBD43D16E8235308C304866A6272_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlListConverter_ToArray_TisDecimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_m7F83B3C1EBAE05A934D4F513DF14834E315908FB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlListConverter_ToArray_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_m7DCFB8318AA8AF2922BD00A06A870CDAB3712CE2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlListConverter_ToArray_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m327835B32A4A12ED9D116E59AEF4AB45D1162B71_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlListConverter_ToArray_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m160BA337A37B5F6406EA8C6933DF53BF1D4A5982_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlListConverter_ToArray_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m22F02F1775C6575179512F7CA3AC61F9559002EC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlListConverter_ToArray_TisRuntimeObject_m5376E3A6235D5F02916197062001991C6B0C3BC6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlListConverter_ToArray_TisSByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_m8938456FCD37E687D55665FB23E45DDAB5849030_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlListConverter_ToArray_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m21E40EBDE6D606ED30FBFEE29FE19643B1CEF6E4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlListConverter_ToArray_TisString_t_m80CD12E5776470334B39DA11B0EA08E7FC308E00_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlListConverter_ToArray_TisTimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_mA021A32F2A33834A62204B5DC380B8DCED90151A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlListConverter_ToArray_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_mE7F4B30C73BBC1AB882FE1C4B914636A11D911B4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlListConverter_ToArray_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mF2EDA5AC5A9EE43F060027C531C8179B2075B5AF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlListConverter_ToArray_TisUInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_m399AF972B5B8B1325567B510585E0D88509F6CA5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlListConverter_ToArray_TisUri_t4A915E1CC15B2C650F478099AD448E9466CBF612_mAD7A7C3EAF3497AF14D159FE1C9D525727FDB7AD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlListConverter_ToArray_TisXPathItem_t053B6F865E42EB40BFD03AE958B99844501E5701_m41B3418FD54F6C8FE9FDE7C550AFDFAD4E6DAA93_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlListConverter_ToArray_TisXPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9_m7D0EDFED44533001DCF1B6039C407973A3E99B0B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlListConverter_ToArray_TisXmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_m062C892F11DC3F2FBE308A4CE704C2B2C21B1B15_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlListConverter_ToArray_TisXmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_m40EA7BFD995F0A9EC256FA42B12ABA4845F0FFDA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlLoader_ExpandEntityReference_m6A5DC6049742CE328968AC7DB1E46D24FA60425A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlLoader_LoadAttributeNode_m72E64D3F37BA529D722627406F29DE567B266BB2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlLoader_LoadAttributeValue_m8D878F964CB195A2739E68F6D3A5E48CC0B61781_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlLoader_LoadDocumentType_m7FB94891A1FDAA814F9E5245C36015D89E004114_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlLoader_LoadNodeDirect_m3F863AFB2C66947E080F81182FD282EDDC9872C4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlLoader_LoadNode_mE0EC6871563BDC5D83D885173186D5182A15D2A4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlLoader_Load_m9B55980AB036FAC52C09EF42BE27AB58F31E31BA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlMiscConverter_ChangeType_m0C70FE0418D44A54E97C1DA5D80FEB7BE9BBE1B2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlMiscConverter_ChangeType_mC6F5D9346C521FE39009D9D17FE4822C0B3090F5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlMiscConverter_ToString_m7B71F429E93B4E7C676B123E4F015319300DC76F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlNamespaceManager_AddNamespace_m2845CFA6672B2E1EBDB642E5CCA4D0F55AA807C0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlNamespaceManager_RemoveNamespace_m18086BC20B5CA4456BC195E315858B12188191A9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlNode_AppendChild_mACC6D307F28E86D7739D03C89471A7F789F3553B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlNode_GetEventArgs_mEC44ED0F39128811939F88B62B8EAEA17BA40024_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlNode_RemoveChild_mC77839B44A954B72F4AA2ED2FD9DEB58F13D1E10_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlNode__ctor_m207DC6243081054B0B14F1BAB882D457B8CFD465_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlNode_set_InnerXml_mDF4EFE0A704D135E52164E7CDF7AC9A1A58F388E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlNode_set_Value_m699A61B8F464D40FB786A96CFD3EE5E0C8C6C471_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeType* Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_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* XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5_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 Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D; struct BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C; struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; struct DateTimeU5BU5D_t43291D587229E4ED44A327CC74DC7771EF2EBBC1; struct DateTimeOffsetU5BU5D_t81746224316E5FC7189685EFB35488C8CED41826; struct DecimalU5BU5D_tAA3302A4A6ACCE77638A2346993A0FAAE2F9FDBA; struct DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB; struct Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD; struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; struct Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6; struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; struct SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7; struct SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA; struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; struct TimeSpanU5BU5D_t93A1470C8423F710E4D26493EE109A5A5920D545; struct UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67; struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF; struct UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2; struct UriU5BU5D_tC686E8C5B661035A1A4E16DDDCDEC4949DDB6A00; struct XPathItemU5BU5D_t1CA2C0DFA3C223B4D6D55B5C8EEBAE6F03048466; struct XPathNavigatorU5BU5D_tA353A28494A4B90917938F631210FB020A8E4BF8; struct XmlAtomicValueU5BU5D_t7F2E099316541748343CFA3FAF60A2402DE532E9; struct XmlQualifiedNameU5BU5D_tE9A62FBF4DF15B65C9A4430EBAE36CC671776E97; struct XmlEventU5BU5D_t19D4DF807CB98BAA0DB24393D169BBD14B64100D; struct NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5; 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_tC94E9875910491F8130C2DC8B11E4D1548A55162 : 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_tABFC31237D6642B5D4C1DBA234CA37EE851EB0AE* ___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_t61F8738ED346768CC112B2E27863BF9F73C76D90 * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t17EEB7B2EDD3CB5222C660D7E739F803986BF025 * ___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_tC94E9875910491F8130C2DC8B11E4D1548A55162, ___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_tC94E9875910491F8130C2DC8B11E4D1548A55162, ___entries_1)); } inline EntryU5BU5D_tABFC31237D6642B5D4C1DBA234CA37EE851EB0AE* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_tABFC31237D6642B5D4C1DBA234CA37EE851EB0AE** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_tABFC31237D6642B5D4C1DBA234CA37EE851EB0AE* 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_tC94E9875910491F8130C2DC8B11E4D1548A55162, ___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_tC94E9875910491F8130C2DC8B11E4D1548A55162, ___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_tC94E9875910491F8130C2DC8B11E4D1548A55162, ___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_tC94E9875910491F8130C2DC8B11E4D1548A55162, ___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_tC94E9875910491F8130C2DC8B11E4D1548A55162, ___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_tC94E9875910491F8130C2DC8B11E4D1548A55162, ___keys_7)); } inline KeyCollection_t61F8738ED346768CC112B2E27863BF9F73C76D90 * get_keys_7() const { return ___keys_7; } inline KeyCollection_t61F8738ED346768CC112B2E27863BF9F73C76D90 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t61F8738ED346768CC112B2E27863BF9F73C76D90 * 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_tC94E9875910491F8130C2DC8B11E4D1548A55162, ___values_8)); } inline ValueCollection_t17EEB7B2EDD3CB5222C660D7E739F803986BF025 * get_values_8() const { return ___values_8; } inline ValueCollection_t17EEB7B2EDD3CB5222C660D7E739F803986BF025 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t17EEB7B2EDD3CB5222C660D7E739F803986BF025 * 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_tC94E9875910491F8130C2DC8B11E4D1548A55162, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121 : 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_tB995B2E54E55DB21952952A5F1056F84E5721683* ___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_tE22F4D23A741E95A221257E03F5AEC99BCEDE61F * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_tD9F8742BCDE46BE10F45030D7DEE230F8F9D24FA * ___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_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121, ___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_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121, ___entries_1)); } inline EntryU5BU5D_tB995B2E54E55DB21952952A5F1056F84E5721683* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_tB995B2E54E55DB21952952A5F1056F84E5721683** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_tB995B2E54E55DB21952952A5F1056F84E5721683* 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_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121, ___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_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121, ___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_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121, ___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_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121, ___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_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121, ___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_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121, ___keys_7)); } inline KeyCollection_tE22F4D23A741E95A221257E03F5AEC99BCEDE61F * get_keys_7() const { return ___keys_7; } inline KeyCollection_tE22F4D23A741E95A221257E03F5AEC99BCEDE61F ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_tE22F4D23A741E95A221257E03F5AEC99BCEDE61F * 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_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121, ___values_8)); } inline ValueCollection_tD9F8742BCDE46BE10F45030D7DEE230F8F9D24FA * get_values_8() const { return ___values_8; } inline ValueCollection_tD9F8742BCDE46BE10F45030D7DEE230F8F9D24FA ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_tD9F8742BCDE46BE10F45030D7DEE230F8F9D24FA * 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_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 : 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_t52A654EA9927D1B5F56CA05CF209F2E4393C4510* ___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_t52C81163A051BCD87A36FEF95F736DD600E2305D * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t9161A5C97376D261665798FA27DAFD5177305C81 * ___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_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___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_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___entries_1)); } inline EntryU5BU5D_t52A654EA9927D1B5F56CA05CF209F2E4393C4510* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t52A654EA9927D1B5F56CA05CF209F2E4393C4510** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t52A654EA9927D1B5F56CA05CF209F2E4393C4510* 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_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___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_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___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_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___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_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___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_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___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_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___keys_7)); } inline KeyCollection_t52C81163A051BCD87A36FEF95F736DD600E2305D * get_keys_7() const { return ___keys_7; } inline KeyCollection_t52C81163A051BCD87A36FEF95F736DD600E2305D ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t52C81163A051BCD87A36FEF95F736DD600E2305D * 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_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___values_8)); } inline ValueCollection_t9161A5C97376D261665798FA27DAFD5177305C81 * get_values_8() const { return ___values_8; } inline ValueCollection_t9161A5C97376D261665798FA27DAFD5177305C81 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t9161A5C97376D261665798FA27DAFD5177305C81 * 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_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58 : 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_tDF263570453ED61DC82F1B72F9B1F10CF0C186FE* ___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_t5FE0EB338810A83B845B900E60A4E065E1E8AB68 * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_tA992FE5AE14BF1BD39743AC399EF95B64E8AFC42 * ___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_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58, ___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_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58, ___entries_1)); } inline EntryU5BU5D_tDF263570453ED61DC82F1B72F9B1F10CF0C186FE* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_tDF263570453ED61DC82F1B72F9B1F10CF0C186FE** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_tDF263570453ED61DC82F1B72F9B1F10CF0C186FE* 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_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58, ___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_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58, ___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_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58, ___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_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58, ___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_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58, ___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_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58, ___keys_7)); } inline KeyCollection_t5FE0EB338810A83B845B900E60A4E065E1E8AB68 * get_keys_7() const { return ___keys_7; } inline KeyCollection_t5FE0EB338810A83B845B900E60A4E065E1E8AB68 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t5FE0EB338810A83B845B900E60A4E065E1E8AB68 * 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_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58, ___values_8)); } inline ValueCollection_tA992FE5AE14BF1BD39743AC399EF95B64E8AFC42 * get_values_8() const { return ___values_8; } inline ValueCollection_tA992FE5AE14BF1BD39743AC399EF95B64E8AFC42 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_tA992FE5AE14BF1BD39743AC399EF95B64E8AFC42 * 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_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 : 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_t830E5130B05E1143F4ECA59D1CE8BD64AC3F7E2F* ___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_tFEE8457FE221E239778EE686C6BB8756470C8987 * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t566E84C700B8CA57F1C3A24989857DEB3100189D * ___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_t9716CEDD4260B2B68461B83D64B387A3786A25C7, ___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_t9716CEDD4260B2B68461B83D64B387A3786A25C7, ___entries_1)); } inline EntryU5BU5D_t830E5130B05E1143F4ECA59D1CE8BD64AC3F7E2F* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t830E5130B05E1143F4ECA59D1CE8BD64AC3F7E2F** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t830E5130B05E1143F4ECA59D1CE8BD64AC3F7E2F* 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_t9716CEDD4260B2B68461B83D64B387A3786A25C7, ___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_t9716CEDD4260B2B68461B83D64B387A3786A25C7, ___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_t9716CEDD4260B2B68461B83D64B387A3786A25C7, ___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_t9716CEDD4260B2B68461B83D64B387A3786A25C7, ___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_t9716CEDD4260B2B68461B83D64B387A3786A25C7, ___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_t9716CEDD4260B2B68461B83D64B387A3786A25C7, ___keys_7)); } inline KeyCollection_tFEE8457FE221E239778EE686C6BB8756470C8987 * get_keys_7() const { return ___keys_7; } inline KeyCollection_tFEE8457FE221E239778EE686C6BB8756470C8987 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_tFEE8457FE221E239778EE686C6BB8756470C8987 * 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_t9716CEDD4260B2B68461B83D64B387A3786A25C7, ___values_8)); } inline ValueCollection_t566E84C700B8CA57F1C3A24989857DEB3100189D * get_values_8() const { return ___values_8; } inline ValueCollection_t566E84C700B8CA57F1C3A24989857DEB3100189D ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t566E84C700B8CA57F1C3A24989857DEB3100189D * 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_t9716CEDD4260B2B68461B83D64B387A3786A25C7, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523 : 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_t5AD4BA39F55C5C698AD90B02326A2225C5D56221* ___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_tFCF38642F5CB0A86A6B4EC75E8BF5C9A8C4D0122 * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_tECAE69F11CA0C245794C99313E46CEAB79289400 * ___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_tE268B8DA28D3A82319F0632A15D6EC06B68E5523, ___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_tE268B8DA28D3A82319F0632A15D6EC06B68E5523, ___entries_1)); } inline EntryU5BU5D_t5AD4BA39F55C5C698AD90B02326A2225C5D56221* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t5AD4BA39F55C5C698AD90B02326A2225C5D56221** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t5AD4BA39F55C5C698AD90B02326A2225C5D56221* 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_tE268B8DA28D3A82319F0632A15D6EC06B68E5523, ___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_tE268B8DA28D3A82319F0632A15D6EC06B68E5523, ___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_tE268B8DA28D3A82319F0632A15D6EC06B68E5523, ___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_tE268B8DA28D3A82319F0632A15D6EC06B68E5523, ___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_tE268B8DA28D3A82319F0632A15D6EC06B68E5523, ___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_tE268B8DA28D3A82319F0632A15D6EC06B68E5523, ___keys_7)); } inline KeyCollection_tFCF38642F5CB0A86A6B4EC75E8BF5C9A8C4D0122 * get_keys_7() const { return ___keys_7; } inline KeyCollection_tFCF38642F5CB0A86A6B4EC75E8BF5C9A8C4D0122 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_tFCF38642F5CB0A86A6B4EC75E8BF5C9A8C4D0122 * 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_tE268B8DA28D3A82319F0632A15D6EC06B68E5523, ___values_8)); } inline ValueCollection_tECAE69F11CA0C245794C99313E46CEAB79289400 * get_values_8() const { return ___values_8; } inline ValueCollection_tECAE69F11CA0C245794C99313E46CEAB79289400 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_tECAE69F11CA0C245794C99313E46CEAB79289400 * 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_tE268B8DA28D3A82319F0632A15D6EC06B68E5523, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t52C81163A051BCD87A36FEF95F736DD600E2305D : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/KeyCollection::dictionary Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * ___dictionary_0; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(KeyCollection_t52C81163A051BCD87A36FEF95F736DD600E2305D, ___dictionary_0)); } inline Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_tA93C4538153D3E132FA2B0769673023B002DD93F : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items XmlEventU5BU5DU5BU5D_t0CD884A1DC7532F315714B05558121080A66E21A* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_tA93C4538153D3E132FA2B0769673023B002DD93F, ____items_1)); } inline XmlEventU5BU5DU5BU5D_t0CD884A1DC7532F315714B05558121080A66E21A* get__items_1() const { return ____items_1; } inline XmlEventU5BU5DU5BU5D_t0CD884A1DC7532F315714B05558121080A66E21A** get_address_of__items_1() { return &____items_1; } inline void set__items_1(XmlEventU5BU5DU5BU5D_t0CD884A1DC7532F315714B05558121080A66E21A* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_tA93C4538153D3E132FA2B0769673023B002DD93F, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_tA93C4538153D3E132FA2B0769673023B002DD93F, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_tA93C4538153D3E132FA2B0769673023B002DD93F, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_tA93C4538153D3E132FA2B0769673023B002DD93F_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray XmlEventU5BU5DU5BU5D_t0CD884A1DC7532F315714B05558121080A66E21A* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tA93C4538153D3E132FA2B0769673023B002DD93F_StaticFields, ____emptyArray_5)); } inline XmlEventU5BU5DU5BU5D_t0CD884A1DC7532F315714B05558121080A66E21A* get__emptyArray_5() const { return ____emptyArray_5; } inline XmlEventU5BU5DU5BU5D_t0CD884A1DC7532F315714B05558121080A66E21A** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(XmlEventU5BU5DU5BU5D_t0CD884A1DC7532F315714B05558121080A66E21A* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____items_1)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__items_1() const { return ____items_1; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5_StaticFields, ____emptyArray_5)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__emptyArray_5() const { return ____emptyArray_5; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3, ____items_1)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get__items_1() const { return ____items_1; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of__items_1() { return &____items_1; } inline void set__items_1(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_StaticFields, ____emptyArray_5)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get__emptyArray_5() const { return ____emptyArray_5; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_tD9F8742BCDE46BE10F45030D7DEE230F8F9D24FA : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/ValueCollection::dictionary Dictionary_2_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121 * ___dictionary_0; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(ValueCollection_tD9F8742BCDE46BE10F45030D7DEE230F8F9D24FA, ___dictionary_0)); } inline Dictionary_2_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } }; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_tECAE69F11CA0C245794C99313E46CEAB79289400 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/ValueCollection::dictionary Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523 * ___dictionary_0; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(ValueCollection_tECAE69F11CA0C245794C99313E46CEAB79289400, ___dictionary_0)); } inline Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } }; struct Il2CppArrayBounds; // System.Array // System.Attribute struct Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 : public RuntimeObject { public: public: }; // System.Xml.BitStack struct BitStack_t06F411C96B04DE5B8D4A67EC95F15674B52ACB98 : public RuntimeObject { public: // System.UInt32[] System.Xml.BitStack::bitStack UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___bitStack_0; // System.Int32 System.Xml.BitStack::stackPos int32_t ___stackPos_1; // System.UInt32 System.Xml.BitStack::curr uint32_t ___curr_2; public: inline static int32_t get_offset_of_bitStack_0() { return static_cast(offsetof(BitStack_t06F411C96B04DE5B8D4A67EC95F15674B52ACB98, ___bitStack_0)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_bitStack_0() const { return ___bitStack_0; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_bitStack_0() { return &___bitStack_0; } inline void set_bitStack_0(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___bitStack_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___bitStack_0), (void*)value); } inline static int32_t get_offset_of_stackPos_1() { return static_cast(offsetof(BitStack_t06F411C96B04DE5B8D4A67EC95F15674B52ACB98, ___stackPos_1)); } inline int32_t get_stackPos_1() const { return ___stackPos_1; } inline int32_t* get_address_of_stackPos_1() { return &___stackPos_1; } inline void set_stackPos_1(int32_t value) { ___stackPos_1 = value; } inline static int32_t get_offset_of_curr_2() { return static_cast(offsetof(BitStack_t06F411C96B04DE5B8D4A67EC95F15674B52ACB98, ___curr_2)); } inline uint32_t get_curr_2() const { return ___curr_2; } inline uint32_t* get_address_of_curr_2() { return &___curr_2; } inline void set_curr_2(uint32_t value) { ___curr_2 = 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.Encoder struct Encoder_t5095F24D3B1D0F70D08762B980731B9F1ADEE56A : public RuntimeObject { public: // System.Text.EncoderFallback System.Text.Encoder::m_fallback EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * ___m_fallback_0; // System.Text.EncoderFallbackBuffer System.Text.Encoder::m_fallbackBuffer EncoderFallbackBuffer_t088B2EDCFB7C53978D7C5F962DE31BE01D6968E0 * ___m_fallbackBuffer_1; public: inline static int32_t get_offset_of_m_fallback_0() { return static_cast(offsetof(Encoder_t5095F24D3B1D0F70D08762B980731B9F1ADEE56A, ___m_fallback_0)); } inline EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * get_m_fallback_0() const { return ___m_fallback_0; } inline EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 ** get_address_of_m_fallback_0() { return &___m_fallback_0; } inline void set_m_fallback_0(EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * 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(Encoder_t5095F24D3B1D0F70D08762B980731B9F1ADEE56A, ___m_fallbackBuffer_1)); } inline EncoderFallbackBuffer_t088B2EDCFB7C53978D7C5F962DE31BE01D6968E0 * get_m_fallbackBuffer_1() const { return ___m_fallbackBuffer_1; } inline EncoderFallbackBuffer_t088B2EDCFB7C53978D7C5F962DE31BE01D6968E0 ** get_address_of_m_fallbackBuffer_1() { return &___m_fallbackBuffer_1; } inline void set_m_fallbackBuffer_1(EncoderFallbackBuffer_t088B2EDCFB7C53978D7C5F962DE31BE01D6968E0 * value) { ___m_fallbackBuffer_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_fallbackBuffer_1), (void*)value); } }; // System.Text.EncoderFallback struct EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 : public RuntimeObject { public: // System.Boolean System.Text.EncoderFallback::bIsMicrosoftBestFitFallback bool ___bIsMicrosoftBestFitFallback_0; public: inline static int32_t get_offset_of_bIsMicrosoftBestFitFallback_0() { return static_cast(offsetof(EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4, ___bIsMicrosoftBestFitFallback_0)); } inline bool get_bIsMicrosoftBestFitFallback_0() const { return ___bIsMicrosoftBestFitFallback_0; } inline bool* get_address_of_bIsMicrosoftBestFitFallback_0() { return &___bIsMicrosoftBestFitFallback_0; } inline void set_bIsMicrosoftBestFitFallback_0(bool value) { ___bIsMicrosoftBestFitFallback_0 = value; } }; struct EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4_StaticFields { public: // System.Text.EncoderFallback modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.EncoderFallback::replacementFallback EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * ___replacementFallback_1; // System.Text.EncoderFallback modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.EncoderFallback::exceptionFallback EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * ___exceptionFallback_2; // System.Object System.Text.EncoderFallback::s_InternalSyncObject RuntimeObject * ___s_InternalSyncObject_3; public: inline static int32_t get_offset_of_replacementFallback_1() { return static_cast(offsetof(EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4_StaticFields, ___replacementFallback_1)); } inline EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * get_replacementFallback_1() const { return ___replacementFallback_1; } inline EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 ** get_address_of_replacementFallback_1() { return &___replacementFallback_1; } inline void set_replacementFallback_1(EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * value) { ___replacementFallback_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___replacementFallback_1), (void*)value); } inline static int32_t get_offset_of_exceptionFallback_2() { return static_cast(offsetof(EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4_StaticFields, ___exceptionFallback_2)); } inline EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * get_exceptionFallback_2() const { return ___exceptionFallback_2; } inline EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 ** get_address_of_exceptionFallback_2() { return &___exceptionFallback_2; } inline void set_exceptionFallback_2(EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * value) { ___exceptionFallback_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___exceptionFallback_2), (void*)value); } inline static int32_t get_offset_of_s_InternalSyncObject_3() { return static_cast(offsetof(EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4_StaticFields, ___s_InternalSyncObject_3)); } inline RuntimeObject * get_s_InternalSyncObject_3() const { return ___s_InternalSyncObject_3; } inline RuntimeObject ** get_address_of_s_InternalSyncObject_3() { return &___s_InternalSyncObject_3; } inline void set_s_InternalSyncObject_3(RuntimeObject * value) { ___s_InternalSyncObject_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_InternalSyncObject_3), (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.LocalAppContextSwitches struct LocalAppContextSwitches_t7DE7089D88737BF60BDED34A745482CFE05266BF : public RuntimeObject { public: public: }; struct LocalAppContextSwitches_t7DE7089D88737BF60BDED34A745482CFE05266BF_StaticFields { public: // System.Boolean System.LocalAppContextSwitches::DontThrowOnInvalidSurrogatePairs bool ___DontThrowOnInvalidSurrogatePairs_0; public: inline static int32_t get_offset_of_DontThrowOnInvalidSurrogatePairs_0() { return static_cast(offsetof(LocalAppContextSwitches_t7DE7089D88737BF60BDED34A745482CFE05266BF_StaticFields, ___DontThrowOnInvalidSurrogatePairs_0)); } inline bool get_DontThrowOnInvalidSurrogatePairs_0() const { return ___DontThrowOnInvalidSurrogatePairs_0; } inline bool* get_address_of_DontThrowOnInvalidSurrogatePairs_0() { return &___DontThrowOnInvalidSurrogatePairs_0; } inline void set_DontThrowOnInvalidSurrogatePairs_0(bool value) { ___DontThrowOnInvalidSurrogatePairs_0 = value; } }; // System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 : public RuntimeObject { public: // System.Object System.MarshalByRefObject::_identity RuntimeObject * ____identity_0; public: inline static int32_t get_offset_of__identity_0() { return static_cast(offsetof(MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8, ____identity_0)); } inline RuntimeObject * get__identity_0() const { return ____identity_0; } inline RuntimeObject ** get_address_of__identity_0() { return &____identity_0; } inline void set__identity_0(RuntimeObject * value) { ____identity_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____identity_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_pinvoke { Il2CppIUnknown* ____identity_0; }; // Native definition for COM marshalling of System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_com { Il2CppIUnknown* ____identity_0; }; // System.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.Xml.Schema.SchemaNotation struct SchemaNotation_t8D5A15431203B940197C8F7319BE3BF677D12CED : public RuntimeObject { public: // System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNotation::name XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___name_0; // System.String System.Xml.Schema.SchemaNotation::systemLiteral String_t* ___systemLiteral_1; // System.String System.Xml.Schema.SchemaNotation::pubid String_t* ___pubid_2; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(SchemaNotation_t8D5A15431203B940197C8F7319BE3BF677D12CED, ___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_systemLiteral_1() { return static_cast(offsetof(SchemaNotation_t8D5A15431203B940197C8F7319BE3BF677D12CED, ___systemLiteral_1)); } inline String_t* get_systemLiteral_1() const { return ___systemLiteral_1; } inline String_t** get_address_of_systemLiteral_1() { return &___systemLiteral_1; } inline void set_systemLiteral_1(String_t* value) { ___systemLiteral_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___systemLiteral_1), (void*)value); } inline static int32_t get_offset_of_pubid_2() { return static_cast(offsetof(SchemaNotation_t8D5A15431203B940197C8F7319BE3BF677D12CED, ___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); } }; // 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.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.XPath.XPathNodeIterator struct XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 : public RuntimeObject { public: // System.Int32 System.Xml.XPath.XPathNodeIterator::count int32_t ___count_0; public: inline static int32_t get_offset_of_count_0() { return static_cast(offsetof(XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8, ___count_0)); } inline int32_t get_count_0() const { return ___count_0; } inline int32_t* get_address_of_count_0() { return &___count_0; } inline void set_count_0(int32_t value) { ___count_0 = value; } }; // System.Xml.XmlChildEnumerator struct XmlChildEnumerator_t4D3EFEF86EDA656B48EC532A24FF67A30C599559 : public RuntimeObject { public: // System.Xml.XmlNode System.Xml.XmlChildEnumerator::container XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___container_0; // System.Xml.XmlNode System.Xml.XmlChildEnumerator::child XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___child_1; // System.Boolean System.Xml.XmlChildEnumerator::isFirst bool ___isFirst_2; public: inline static int32_t get_offset_of_container_0() { return static_cast(offsetof(XmlChildEnumerator_t4D3EFEF86EDA656B48EC532A24FF67A30C599559, ___container_0)); } inline XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * get_container_0() const { return ___container_0; } inline XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 ** get_address_of_container_0() { return &___container_0; } inline void set_container_0(XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * value) { ___container_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___container_0), (void*)value); } inline static int32_t get_offset_of_child_1() { return static_cast(offsetof(XmlChildEnumerator_t4D3EFEF86EDA656B48EC532A24FF67A30C599559, ___child_1)); } inline XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * get_child_1() const { return ___child_1; } inline XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 ** get_address_of_child_1() { return &___child_1; } inline void set_child_1(XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * value) { ___child_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___child_1), (void*)value); } inline static int32_t get_offset_of_isFirst_2() { return static_cast(offsetof(XmlChildEnumerator_t4D3EFEF86EDA656B48EC532A24FF67A30C599559, ___isFirst_2)); } inline bool get_isFirst_2() const { return ___isFirst_2; } inline bool* get_address_of_isFirst_2() { return &___isFirst_2; } inline void set_isFirst_2(bool value) { ___isFirst_2 = value; } }; // System.Xml.XmlImplementation struct XmlImplementation_tE66EA5FEAE495F36B03F697C51E4815D4B5D1D59 : public RuntimeObject { public: // System.Xml.XmlNameTable System.Xml.XmlImplementation::nameTable XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * ___nameTable_0; public: inline static int32_t get_offset_of_nameTable_0() { return static_cast(offsetof(XmlImplementation_tE66EA5FEAE495F36B03F697C51E4815D4B5D1D59, ___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); } }; // System.Xml.XmlLoader struct XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B : public RuntimeObject { public: // System.Xml.XmlDocument System.Xml.XmlLoader::doc XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___doc_0; // System.Xml.XmlReader System.Xml.XmlLoader::reader XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * ___reader_1; // System.Boolean System.Xml.XmlLoader::preserveWhitespace bool ___preserveWhitespace_2; public: inline static int32_t get_offset_of_doc_0() { return static_cast(offsetof(XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B, ___doc_0)); } inline XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * get_doc_0() const { return ___doc_0; } inline XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F ** get_address_of_doc_0() { return &___doc_0; } inline void set_doc_0(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * value) { ___doc_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___doc_0), (void*)value); } inline static int32_t get_offset_of_reader_1() { return static_cast(offsetof(XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B, ___reader_1)); } inline XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * get_reader_1() const { return ___reader_1; } inline XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 ** get_address_of_reader_1() { return &___reader_1; } inline void set_reader_1(XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * value) { ___reader_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___reader_1), (void*)value); } inline static int32_t get_offset_of_preserveWhitespace_2() { return static_cast(offsetof(XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B, ___preserveWhitespace_2)); } inline bool get_preserveWhitespace_2() const { return ___preserveWhitespace_2; } inline bool* get_address_of_preserveWhitespace_2() { return &___preserveWhitespace_2; } inline void set_preserveWhitespace_2(bool value) { ___preserveWhitespace_2 = value; } }; // System.Xml.XmlName struct XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 : public RuntimeObject { public: // System.String System.Xml.XmlName::prefix String_t* ___prefix_0; // System.String System.Xml.XmlName::localName String_t* ___localName_1; // System.String System.Xml.XmlName::ns String_t* ___ns_2; // System.String System.Xml.XmlName::name String_t* ___name_3; // System.Int32 System.Xml.XmlName::hashCode int32_t ___hashCode_4; // System.Xml.XmlDocument System.Xml.XmlName::ownerDoc XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___ownerDoc_5; // System.Xml.XmlName System.Xml.XmlName::next XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * ___next_6; public: inline static int32_t get_offset_of_prefix_0() { return static_cast(offsetof(XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63, ___prefix_0)); } inline String_t* get_prefix_0() const { return ___prefix_0; } inline String_t** get_address_of_prefix_0() { return &___prefix_0; } inline void set_prefix_0(String_t* value) { ___prefix_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___prefix_0), (void*)value); } inline static int32_t get_offset_of_localName_1() { return static_cast(offsetof(XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63, ___localName_1)); } inline String_t* get_localName_1() const { return ___localName_1; } inline String_t** get_address_of_localName_1() { return &___localName_1; } inline void set_localName_1(String_t* value) { ___localName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___localName_1), (void*)value); } inline static int32_t get_offset_of_ns_2() { return static_cast(offsetof(XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63, ___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_name_3() { return static_cast(offsetof(XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63, ___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); } inline static int32_t get_offset_of_hashCode_4() { return static_cast(offsetof(XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63, ___hashCode_4)); } inline int32_t get_hashCode_4() const { return ___hashCode_4; } inline int32_t* get_address_of_hashCode_4() { return &___hashCode_4; } inline void set_hashCode_4(int32_t value) { ___hashCode_4 = value; } inline static int32_t get_offset_of_ownerDoc_5() { return static_cast(offsetof(XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63, ___ownerDoc_5)); } inline XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * get_ownerDoc_5() const { return ___ownerDoc_5; } inline XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F ** get_address_of_ownerDoc_5() { return &___ownerDoc_5; } inline void set_ownerDoc_5(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * value) { ___ownerDoc_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___ownerDoc_5), (void*)value); } inline static int32_t get_offset_of_next_6() { return static_cast(offsetof(XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63, ___next_6)); } inline XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * get_next_6() const { return ___next_6; } inline XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 ** get_address_of_next_6() { return &___next_6; } inline void set_next_6(XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * value) { ___next_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___next_6), (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.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.XmlResolver struct XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A : public RuntimeObject { public: public: }; // 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/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.Collections.Generic.Dictionary`2/KeyCollection/Enumerator struct Enumerator_t4F7151B1D8B03D97F931400ABBC97A08CE419031 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::dictionary Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::version int32_t ___version_2; // TKey System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::currentKey RuntimeObject * ___currentKey_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t4F7151B1D8B03D97F931400ABBC97A08CE419031, ___dictionary_0)); } inline Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_t4F7151B1D8B03D97F931400ABBC97A08CE419031, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_t4F7151B1D8B03D97F931400ABBC97A08CE419031, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_currentKey_3() { return static_cast(offsetof(Enumerator_t4F7151B1D8B03D97F931400ABBC97A08CE419031, ___currentKey_3)); } inline RuntimeObject * get_currentKey_3() const { return ___currentKey_3; } inline RuntimeObject ** get_address_of_currentKey_3() { return &___currentKey_3; } inline void set_currentKey_3(RuntimeObject * value) { ___currentKey_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___currentKey_3), (void*)value); } }; // System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator struct Enumerator_t125181DA94FAAEC346371E0582D50084E0B602E2 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::dictionary Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::version int32_t ___version_2; // TValue System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::currentValue RuntimeObject * ___currentValue_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t125181DA94FAAEC346371E0582D50084E0B602E2, ___dictionary_0)); } inline Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_t125181DA94FAAEC346371E0582D50084E0B602E2, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_t125181DA94FAAEC346371E0582D50084E0B602E2, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_currentValue_3() { return static_cast(offsetof(Enumerator_t125181DA94FAAEC346371E0582D50084E0B602E2, ___currentValue_3)); } inline RuntimeObject * get_currentValue_3() const { return ___currentValue_3; } inline RuntimeObject ** get_address_of_currentValue_3() { return &___currentValue_3; } inline void set_currentValue_3(RuntimeObject * value) { ___currentValue_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___currentValue_3), (void*)value); } }; // System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator struct Enumerator_t336D0B712F86524766108F6C46C4A8556C26914E { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::dictionary Dictionary_2_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121 * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::version int32_t ___version_2; // TValue System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::currentValue SchemaNotation_t8D5A15431203B940197C8F7319BE3BF677D12CED * ___currentValue_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t336D0B712F86524766108F6C46C4A8556C26914E, ___dictionary_0)); } inline Dictionary_2_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_t336D0B712F86524766108F6C46C4A8556C26914E, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_t336D0B712F86524766108F6C46C4A8556C26914E, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_currentValue_3() { return static_cast(offsetof(Enumerator_t336D0B712F86524766108F6C46C4A8556C26914E, ___currentValue_3)); } inline SchemaNotation_t8D5A15431203B940197C8F7319BE3BF677D12CED * get_currentValue_3() const { return ___currentValue_3; } inline SchemaNotation_t8D5A15431203B940197C8F7319BE3BF677D12CED ** get_address_of_currentValue_3() { return &___currentValue_3; } inline void set_currentValue_3(SchemaNotation_t8D5A15431203B940197C8F7319BE3BF677D12CED * value) { ___currentValue_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___currentValue_3), (void*)value); } }; // System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator struct Enumerator_t02FBEF5309FE3C4F8A7A1140B9590258FF5FA547 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::dictionary Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::version int32_t ___version_2; // TKey System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::currentKey String_t* ___currentKey_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t02FBEF5309FE3C4F8A7A1140B9590258FF5FA547, ___dictionary_0)); } inline Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_t02FBEF5309FE3C4F8A7A1140B9590258FF5FA547, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_t02FBEF5309FE3C4F8A7A1140B9590258FF5FA547, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_currentKey_3() { return static_cast(offsetof(Enumerator_t02FBEF5309FE3C4F8A7A1140B9590258FF5FA547, ___currentKey_3)); } inline String_t* get_currentKey_3() const { return ___currentKey_3; } inline String_t** get_address_of_currentKey_3() { return &___currentKey_3; } inline void set_currentKey_3(String_t* value) { ___currentKey_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___currentKey_3), (void*)value); } }; // System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator struct Enumerator_tB0BB04BD5E441FEE7A2A434572B1842CBD0DD61C { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::dictionary Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523 * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::version int32_t ___version_2; // TValue System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::currentValue SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * ___currentValue_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_tB0BB04BD5E441FEE7A2A434572B1842CBD0DD61C, ___dictionary_0)); } inline Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_tB0BB04BD5E441FEE7A2A434572B1842CBD0DD61C, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_tB0BB04BD5E441FEE7A2A434572B1842CBD0DD61C, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_currentValue_3() { return static_cast(offsetof(Enumerator_tB0BB04BD5E441FEE7A2A434572B1842CBD0DD61C, ___currentValue_3)); } inline SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * get_currentValue_3() const { return ___currentValue_3; } inline SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E ** get_address_of_currentValue_3() { return &___currentValue_3; } inline void set_currentValue_3(SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * value) { ___currentValue_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___currentValue_3), (void*)value); } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 { public: // TKey System.Collections.Generic.KeyValuePair`2::key RuntimeObject * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625, ___key_0)); } inline RuntimeObject * get_key_0() const { return ___key_0; } inline RuntimeObject ** get_address_of_key_0() { return &___key_0; } inline void set_key_0(RuntimeObject * value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t23BA4F26B4AE212F397BC15269A2FB08E162F125 { public: // TKey System.Collections.Generic.KeyValuePair`2::key XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t23BA4F26B4AE212F397BC15269A2FB08E162F125, ___key_0)); } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * get_key_0() const { return ___key_0; } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 ** get_address_of_key_0() { return &___key_0; } inline void set_key_0(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t23BA4F26B4AE212F397BC15269A2FB08E162F125, ___value_1)); } inline SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * get_value_1() const { return ___value_1; } inline SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t0D5C3EA84CD9FED9FCCA8810C99DBD15EEC9327F { public: // TKey System.Collections.Generic.KeyValuePair`2::key XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t0D5C3EA84CD9FED9FCCA8810C99DBD15EEC9327F, ___key_0)); } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * get_key_0() const { return ___key_0; } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 ** get_address_of_key_0() { return &___key_0; } inline void set_key_0(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t0D5C3EA84CD9FED9FCCA8810C99DBD15EEC9327F, ___value_1)); } inline SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * get_value_1() const { return ___value_1; } inline SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (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.Xml.CharEntityEncoderFallback struct CharEntityEncoderFallback_t4D5B1863C30C436F12B2BE9E8EE22193E27960EE : public EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 { public: // System.Xml.CharEntityEncoderFallbackBuffer System.Xml.CharEntityEncoderFallback::fallbackBuffer CharEntityEncoderFallbackBuffer_t6192F6C7FC61D168DCAC34AF14C9B506296B9E6C * ___fallbackBuffer_4; // System.Int32[] System.Xml.CharEntityEncoderFallback::textContentMarks Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___textContentMarks_5; // System.Int32 System.Xml.CharEntityEncoderFallback::endMarkPos int32_t ___endMarkPos_6; // System.Int32 System.Xml.CharEntityEncoderFallback::curMarkPos int32_t ___curMarkPos_7; // System.Int32 System.Xml.CharEntityEncoderFallback::startOffset int32_t ___startOffset_8; public: inline static int32_t get_offset_of_fallbackBuffer_4() { return static_cast(offsetof(CharEntityEncoderFallback_t4D5B1863C30C436F12B2BE9E8EE22193E27960EE, ___fallbackBuffer_4)); } inline CharEntityEncoderFallbackBuffer_t6192F6C7FC61D168DCAC34AF14C9B506296B9E6C * get_fallbackBuffer_4() const { return ___fallbackBuffer_4; } inline CharEntityEncoderFallbackBuffer_t6192F6C7FC61D168DCAC34AF14C9B506296B9E6C ** get_address_of_fallbackBuffer_4() { return &___fallbackBuffer_4; } inline void set_fallbackBuffer_4(CharEntityEncoderFallbackBuffer_t6192F6C7FC61D168DCAC34AF14C9B506296B9E6C * value) { ___fallbackBuffer_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___fallbackBuffer_4), (void*)value); } inline static int32_t get_offset_of_textContentMarks_5() { return static_cast(offsetof(CharEntityEncoderFallback_t4D5B1863C30C436F12B2BE9E8EE22193E27960EE, ___textContentMarks_5)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_textContentMarks_5() const { return ___textContentMarks_5; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_textContentMarks_5() { return &___textContentMarks_5; } inline void set_textContentMarks_5(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___textContentMarks_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___textContentMarks_5), (void*)value); } inline static int32_t get_offset_of_endMarkPos_6() { return static_cast(offsetof(CharEntityEncoderFallback_t4D5B1863C30C436F12B2BE9E8EE22193E27960EE, ___endMarkPos_6)); } inline int32_t get_endMarkPos_6() const { return ___endMarkPos_6; } inline int32_t* get_address_of_endMarkPos_6() { return &___endMarkPos_6; } inline void set_endMarkPos_6(int32_t value) { ___endMarkPos_6 = value; } inline static int32_t get_offset_of_curMarkPos_7() { return static_cast(offsetof(CharEntityEncoderFallback_t4D5B1863C30C436F12B2BE9E8EE22193E27960EE, ___curMarkPos_7)); } inline int32_t get_curMarkPos_7() const { return ___curMarkPos_7; } inline int32_t* get_address_of_curMarkPos_7() { return &___curMarkPos_7; } inline void set_curMarkPos_7(int32_t value) { ___curMarkPos_7 = value; } inline static int32_t get_offset_of_startOffset_8() { return static_cast(offsetof(CharEntityEncoderFallback_t4D5B1863C30C436F12B2BE9E8EE22193E27960EE, ___startOffset_8)); } inline int32_t get_startOffset_8() const { return ___startOffset_8; } inline int32_t* get_address_of_startOffset_8() { return &___startOffset_8; } inline void set_startOffset_8(int32_t value) { ___startOffset_8 = 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.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.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.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.Xml.Xsl.Runtime.StringConcat struct StringConcat_t313CCAA6C94520A80805790FEC5864DFD57DAD36 { public: // System.String System.Xml.Xsl.Runtime.StringConcat::s1 String_t* ___s1_0; // System.String System.Xml.Xsl.Runtime.StringConcat::s2 String_t* ___s2_1; // System.String System.Xml.Xsl.Runtime.StringConcat::s3 String_t* ___s3_2; // System.String System.Xml.Xsl.Runtime.StringConcat::s4 String_t* ___s4_3; // System.String System.Xml.Xsl.Runtime.StringConcat::delimiter String_t* ___delimiter_4; // System.Collections.Generic.List`1 System.Xml.Xsl.Runtime.StringConcat::strList List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___strList_5; // System.Int32 System.Xml.Xsl.Runtime.StringConcat::idxStr int32_t ___idxStr_6; public: inline static int32_t get_offset_of_s1_0() { return static_cast(offsetof(StringConcat_t313CCAA6C94520A80805790FEC5864DFD57DAD36, ___s1_0)); } inline String_t* get_s1_0() const { return ___s1_0; } inline String_t** get_address_of_s1_0() { return &___s1_0; } inline void set_s1_0(String_t* value) { ___s1_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s1_0), (void*)value); } inline static int32_t get_offset_of_s2_1() { return static_cast(offsetof(StringConcat_t313CCAA6C94520A80805790FEC5864DFD57DAD36, ___s2_1)); } inline String_t* get_s2_1() const { return ___s2_1; } inline String_t** get_address_of_s2_1() { return &___s2_1; } inline void set_s2_1(String_t* value) { ___s2_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___s2_1), (void*)value); } inline static int32_t get_offset_of_s3_2() { return static_cast(offsetof(StringConcat_t313CCAA6C94520A80805790FEC5864DFD57DAD36, ___s3_2)); } inline String_t* get_s3_2() const { return ___s3_2; } inline String_t** get_address_of_s3_2() { return &___s3_2; } inline void set_s3_2(String_t* value) { ___s3_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___s3_2), (void*)value); } inline static int32_t get_offset_of_s4_3() { return static_cast(offsetof(StringConcat_t313CCAA6C94520A80805790FEC5864DFD57DAD36, ___s4_3)); } inline String_t* get_s4_3() const { return ___s4_3; } inline String_t** get_address_of_s4_3() { return &___s4_3; } inline void set_s4_3(String_t* value) { ___s4_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___s4_3), (void*)value); } inline static int32_t get_offset_of_delimiter_4() { return static_cast(offsetof(StringConcat_t313CCAA6C94520A80805790FEC5864DFD57DAD36, ___delimiter_4)); } inline String_t* get_delimiter_4() const { return ___delimiter_4; } inline String_t** get_address_of_delimiter_4() { return &___delimiter_4; } inline void set_delimiter_4(String_t* value) { ___delimiter_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___delimiter_4), (void*)value); } inline static int32_t get_offset_of_strList_5() { return static_cast(offsetof(StringConcat_t313CCAA6C94520A80805790FEC5864DFD57DAD36, ___strList_5)); } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * get_strList_5() const { return ___strList_5; } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 ** get_address_of_strList_5() { return &___strList_5; } inline void set_strList_5(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * value) { ___strList_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___strList_5), (void*)value); } inline static int32_t get_offset_of_idxStr_6() { return static_cast(offsetof(StringConcat_t313CCAA6C94520A80805790FEC5864DFD57DAD36, ___idxStr_6)); } inline int32_t get_idxStr_6() const { return ___idxStr_6; } inline int32_t* get_address_of_idxStr_6() { return &___idxStr_6; } inline void set_idxStr_6(int32_t value) { ___idxStr_6 = value; } }; // Native definition for P/Invoke marshalling of System.Xml.Xsl.Runtime.StringConcat struct StringConcat_t313CCAA6C94520A80805790FEC5864DFD57DAD36_marshaled_pinvoke { char* ___s1_0; char* ___s2_1; char* ___s3_2; char* ___s4_3; char* ___delimiter_4; List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___strList_5; int32_t ___idxStr_6; }; // Native definition for COM marshalling of System.Xml.Xsl.Runtime.StringConcat struct StringConcat_t313CCAA6C94520A80805790FEC5864DFD57DAD36_marshaled_com { Il2CppChar* ___s1_0; Il2CppChar* ___s2_1; Il2CppChar* ___s3_2; Il2CppChar* ___s4_3; Il2CppChar* ___delimiter_4; List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___strList_5; int32_t ___idxStr_6; }; // System.IO.TextWriter struct TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: // System.Char[] System.IO.TextWriter::CoreNewLine CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___CoreNewLine_9; // System.IFormatProvider System.IO.TextWriter::InternalFormatProvider RuntimeObject* ___InternalFormatProvider_10; public: inline static int32_t get_offset_of_CoreNewLine_9() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643, ___CoreNewLine_9)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_CoreNewLine_9() const { return ___CoreNewLine_9; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_CoreNewLine_9() { return &___CoreNewLine_9; } inline void set_CoreNewLine_9(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___CoreNewLine_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___CoreNewLine_9), (void*)value); } inline static int32_t get_offset_of_InternalFormatProvider_10() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643, ___InternalFormatProvider_10)); } inline RuntimeObject* get_InternalFormatProvider_10() const { return ___InternalFormatProvider_10; } inline RuntimeObject** get_address_of_InternalFormatProvider_10() { return &___InternalFormatProvider_10; } inline void set_InternalFormatProvider_10(RuntimeObject* value) { ___InternalFormatProvider_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___InternalFormatProvider_10), (void*)value); } }; struct TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields { public: // System.IO.TextWriter System.IO.TextWriter::Null TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * ___Null_1; // System.Action`1 System.IO.TextWriter::_WriteCharDelegate Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ____WriteCharDelegate_2; // System.Action`1 System.IO.TextWriter::_WriteStringDelegate Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ____WriteStringDelegate_3; // System.Action`1 System.IO.TextWriter::_WriteCharArrayRangeDelegate Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ____WriteCharArrayRangeDelegate_4; // System.Action`1 System.IO.TextWriter::_WriteLineCharDelegate Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ____WriteLineCharDelegate_5; // System.Action`1 System.IO.TextWriter::_WriteLineStringDelegate Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ____WriteLineStringDelegate_6; // System.Action`1 System.IO.TextWriter::_WriteLineCharArrayRangeDelegate Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ____WriteLineCharArrayRangeDelegate_7; // System.Action`1 System.IO.TextWriter::_FlushDelegate Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ____FlushDelegate_8; public: inline static int32_t get_offset_of_Null_1() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ___Null_1)); } inline TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * get_Null_1() const { return ___Null_1; } inline TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 ** get_address_of_Null_1() { return &___Null_1; } inline void set_Null_1(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * value) { ___Null_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Null_1), (void*)value); } inline static int32_t get_offset_of__WriteCharDelegate_2() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ____WriteCharDelegate_2)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get__WriteCharDelegate_2() const { return ____WriteCharDelegate_2; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of__WriteCharDelegate_2() { return &____WriteCharDelegate_2; } inline void set__WriteCharDelegate_2(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ____WriteCharDelegate_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____WriteCharDelegate_2), (void*)value); } inline static int32_t get_offset_of__WriteStringDelegate_3() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ____WriteStringDelegate_3)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get__WriteStringDelegate_3() const { return ____WriteStringDelegate_3; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of__WriteStringDelegate_3() { return &____WriteStringDelegate_3; } inline void set__WriteStringDelegate_3(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ____WriteStringDelegate_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____WriteStringDelegate_3), (void*)value); } inline static int32_t get_offset_of__WriteCharArrayRangeDelegate_4() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ____WriteCharArrayRangeDelegate_4)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get__WriteCharArrayRangeDelegate_4() const { return ____WriteCharArrayRangeDelegate_4; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of__WriteCharArrayRangeDelegate_4() { return &____WriteCharArrayRangeDelegate_4; } inline void set__WriteCharArrayRangeDelegate_4(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ____WriteCharArrayRangeDelegate_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____WriteCharArrayRangeDelegate_4), (void*)value); } inline static int32_t get_offset_of__WriteLineCharDelegate_5() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ____WriteLineCharDelegate_5)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get__WriteLineCharDelegate_5() const { return ____WriteLineCharDelegate_5; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of__WriteLineCharDelegate_5() { return &____WriteLineCharDelegate_5; } inline void set__WriteLineCharDelegate_5(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ____WriteLineCharDelegate_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____WriteLineCharDelegate_5), (void*)value); } inline static int32_t get_offset_of__WriteLineStringDelegate_6() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ____WriteLineStringDelegate_6)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get__WriteLineStringDelegate_6() const { return ____WriteLineStringDelegate_6; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of__WriteLineStringDelegate_6() { return &____WriteLineStringDelegate_6; } inline void set__WriteLineStringDelegate_6(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ____WriteLineStringDelegate_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____WriteLineStringDelegate_6), (void*)value); } inline static int32_t get_offset_of__WriteLineCharArrayRangeDelegate_7() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ____WriteLineCharArrayRangeDelegate_7)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get__WriteLineCharArrayRangeDelegate_7() const { return ____WriteLineCharArrayRangeDelegate_7; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of__WriteLineCharArrayRangeDelegate_7() { return &____WriteLineCharArrayRangeDelegate_7; } inline void set__WriteLineCharArrayRangeDelegate_7(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ____WriteLineCharArrayRangeDelegate_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____WriteLineCharArrayRangeDelegate_7), (void*)value); } inline static int32_t get_offset_of__FlushDelegate_8() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ____FlushDelegate_8)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get__FlushDelegate_8() const { return ____FlushDelegate_8; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of__FlushDelegate_8() { return &____FlushDelegate_8; } inline void set__FlushDelegate_8(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ____FlushDelegate_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____FlushDelegate_8), (void*)value); } }; // System.UInt16 struct UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD { public: // System.UInt16 System.UInt16::m_value uint16_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD, ___m_value_0)); } inline uint16_t get_m_value_0() const { return ___m_value_0; } inline uint16_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint16_t value) { ___m_value_0 = value; } }; // System.UInt32 struct UInt32_tE60352A06233E4E69DD198BCC67142159F686B15 { public: // System.UInt32 System.UInt32::m_value uint32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt32_tE60352A06233E4E69DD198BCC67142159F686B15, ___m_value_0)); } inline uint32_t get_m_value_0() const { return ___m_value_0; } inline uint32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint32_t value) { ___m_value_0 = value; } }; // System.UInt64 struct UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281 { public: // System.UInt64 System.UInt64::m_value uint64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281, ___m_value_0)); } inline uint64_t get_m_value_0() const { return ___m_value_0; } inline uint64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint64_t value) { ___m_value_0 = value; } }; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5 { public: union { struct { }; uint8_t Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5__padding[1]; }; public: }; // System.Xml.XPath.XPathNavigator struct XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 : public XPathItem_t053B6F865E42EB40BFD03AE958B99844501E5701 { public: public: }; struct XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9_StaticFields { public: // System.Xml.XPath.XPathNavigatorKeyComparer System.Xml.XPath.XPathNavigator::comparer XPathNavigatorKeyComparer_tE86B3B19B683A126542CC0AE8531465FFE4DDA2A * ___comparer_0; // System.Char[] System.Xml.XPath.XPathNavigator::NodeTypeLetter CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___NodeTypeLetter_1; // System.Char[] System.Xml.XPath.XPathNavigator::UniqueIdTbl CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___UniqueIdTbl_2; // System.Int32[] System.Xml.XPath.XPathNavigator::ContentKindMasks Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___ContentKindMasks_3; public: inline static int32_t get_offset_of_comparer_0() { return static_cast(offsetof(XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9_StaticFields, ___comparer_0)); } inline XPathNavigatorKeyComparer_tE86B3B19B683A126542CC0AE8531465FFE4DDA2A * get_comparer_0() const { return ___comparer_0; } inline XPathNavigatorKeyComparer_tE86B3B19B683A126542CC0AE8531465FFE4DDA2A ** get_address_of_comparer_0() { return &___comparer_0; } inline void set_comparer_0(XPathNavigatorKeyComparer_tE86B3B19B683A126542CC0AE8531465FFE4DDA2A * value) { ___comparer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_0), (void*)value); } inline static int32_t get_offset_of_NodeTypeLetter_1() { return static_cast(offsetof(XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9_StaticFields, ___NodeTypeLetter_1)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_NodeTypeLetter_1() const { return ___NodeTypeLetter_1; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_NodeTypeLetter_1() { return &___NodeTypeLetter_1; } inline void set_NodeTypeLetter_1(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___NodeTypeLetter_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___NodeTypeLetter_1), (void*)value); } inline static int32_t get_offset_of_UniqueIdTbl_2() { return static_cast(offsetof(XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9_StaticFields, ___UniqueIdTbl_2)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_UniqueIdTbl_2() const { return ___UniqueIdTbl_2; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_UniqueIdTbl_2() { return &___UniqueIdTbl_2; } inline void set_UniqueIdTbl_2(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___UniqueIdTbl_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___UniqueIdTbl_2), (void*)value); } inline static int32_t get_offset_of_ContentKindMasks_3() { return static_cast(offsetof(XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9_StaticFields, ___ContentKindMasks_3)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_ContentKindMasks_3() const { return ___ContentKindMasks_3; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_ContentKindMasks_3() { return &___ContentKindMasks_3; } inline void set_ContentKindMasks_3(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___ContentKindMasks_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___ContentKindMasks_3), (void*)value); } }; // 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.XmlChildNodes struct XmlChildNodes_t2146FA67722B453134AC4DC4B33C3B670B8BE2BB : public XmlNodeList_t1DBBA2CC948CC6631BC33AA7405E11C8105E6EE9 { public: // System.Xml.XmlNode System.Xml.XmlChildNodes::container XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___container_0; public: inline static int32_t get_offset_of_container_0() { return static_cast(offsetof(XmlChildNodes_t2146FA67722B453134AC4DC4B33C3B670B8BE2BB, ___container_0)); } inline XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * get_container_0() const { return ___container_0; } inline XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 ** get_address_of_container_0() { return &___container_0; } inline void set_container_0(XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * value) { ___container_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___container_0), (void*)value); } }; // 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.Serialization.XmlElementAttribute struct XmlElementAttribute_t1D20EF830E8F66F43BBDCEB96611CD9233154A94 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.String System.Xml.Serialization.XmlElementAttribute::elementName String_t* ___elementName_0; // System.Type System.Xml.Serialization.XmlElementAttribute::type Type_t * ___type_1; // System.Int32 System.Xml.Serialization.XmlElementAttribute::order int32_t ___order_2; public: inline static int32_t get_offset_of_elementName_0() { return static_cast(offsetof(XmlElementAttribute_t1D20EF830E8F66F43BBDCEB96611CD9233154A94, ___elementName_0)); } inline String_t* get_elementName_0() const { return ___elementName_0; } inline String_t** get_address_of_elementName_0() { return &___elementName_0; } inline void set_elementName_0(String_t* value) { ___elementName_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___elementName_0), (void*)value); } inline static int32_t get_offset_of_type_1() { return static_cast(offsetof(XmlElementAttribute_t1D20EF830E8F66F43BBDCEB96611CD9233154A94, ___type_1)); } inline Type_t * get_type_1() const { return ___type_1; } inline Type_t ** get_address_of_type_1() { return &___type_1; } inline void set_type_1(Type_t * value) { ___type_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___type_1), (void*)value); } inline static int32_t get_offset_of_order_2() { return static_cast(offsetof(XmlElementAttribute_t1D20EF830E8F66F43BBDCEB96611CD9233154A94, ___order_2)); } inline int32_t get_order_2() const { return ___order_2; } inline int32_t* get_address_of_order_2() { return &___order_2; } inline void set_order_2(int32_t value) { ___order_2 = value; } }; // System.Xml.XmlEntity struct XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 : public XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 { public: // System.String System.Xml.XmlEntity::publicId String_t* ___publicId_1; // System.String System.Xml.XmlEntity::systemId String_t* ___systemId_2; // System.String System.Xml.XmlEntity::notationName String_t* ___notationName_3; // System.String System.Xml.XmlEntity::name String_t* ___name_4; // System.String System.Xml.XmlEntity::unparsedReplacementStr String_t* ___unparsedReplacementStr_5; // System.String System.Xml.XmlEntity::baseURI String_t* ___baseURI_6; // System.Xml.XmlLinkedNode System.Xml.XmlEntity::lastChild XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * ___lastChild_7; // System.Boolean System.Xml.XmlEntity::childrenFoliating bool ___childrenFoliating_8; public: inline static int32_t get_offset_of_publicId_1() { return static_cast(offsetof(XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13, ___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(XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13, ___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_notationName_3() { return static_cast(offsetof(XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13, ___notationName_3)); } inline String_t* get_notationName_3() const { return ___notationName_3; } inline String_t** get_address_of_notationName_3() { return &___notationName_3; } inline void set_notationName_3(String_t* value) { ___notationName_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___notationName_3), (void*)value); } inline static int32_t get_offset_of_name_4() { return static_cast(offsetof(XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13, ___name_4)); } inline String_t* get_name_4() const { return ___name_4; } inline String_t** get_address_of_name_4() { return &___name_4; } inline void set_name_4(String_t* value) { ___name_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_4), (void*)value); } inline static int32_t get_offset_of_unparsedReplacementStr_5() { return static_cast(offsetof(XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13, ___unparsedReplacementStr_5)); } inline String_t* get_unparsedReplacementStr_5() const { return ___unparsedReplacementStr_5; } inline String_t** get_address_of_unparsedReplacementStr_5() { return &___unparsedReplacementStr_5; } inline void set_unparsedReplacementStr_5(String_t* value) { ___unparsedReplacementStr_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___unparsedReplacementStr_5), (void*)value); } inline static int32_t get_offset_of_baseURI_6() { return static_cast(offsetof(XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13, ___baseURI_6)); } inline String_t* get_baseURI_6() const { return ___baseURI_6; } inline String_t** get_address_of_baseURI_6() { return &___baseURI_6; } inline void set_baseURI_6(String_t* value) { ___baseURI_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___baseURI_6), (void*)value); } inline static int32_t get_offset_of_lastChild_7() { return static_cast(offsetof(XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13, ___lastChild_7)); } inline XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * get_lastChild_7() const { return ___lastChild_7; } inline XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 ** get_address_of_lastChild_7() { return &___lastChild_7; } inline void set_lastChild_7(XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * value) { ___lastChild_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___lastChild_7), (void*)value); } inline static int32_t get_offset_of_childrenFoliating_8() { return static_cast(offsetof(XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13, ___childrenFoliating_8)); } inline bool get_childrenFoliating_8() const { return ___childrenFoliating_8; } inline bool* get_address_of_childrenFoliating_8() { return &___childrenFoliating_8; } inline void set_childrenFoliating_8(bool value) { ___childrenFoliating_8 = value; } }; // System.Xml.Serialization.XmlEnumAttribute struct XmlEnumAttribute_tB7AB030D43502B1DEE005D647CC82265AFFE4D6E : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.String System.Xml.Serialization.XmlEnumAttribute::name String_t* ___name_0; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(XmlEnumAttribute_tB7AB030D43502B1DEE005D647CC82265AFFE4D6E, ___name_0)); } inline String_t* get_name_0() const { return ___name_0; } inline String_t** get_address_of_name_0() { return &___name_0; } inline void set_name_0(String_t* value) { ___name_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_0), (void*)value); } }; // System.Xml.Serialization.XmlIgnoreAttribute struct XmlIgnoreAttribute_t478DB7B508B6987B3CC531BABD12177E5CD7DDF6 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: public: }; // 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.XmlNameEx struct XmlNameEx_t0B800AB1A13303BCF6DB0BB1C91FFCD0EE05E91A : public XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 { public: // System.Byte System.Xml.XmlNameEx::flags uint8_t ___flags_7; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.XmlNameEx::memberType XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * ___memberType_8; // System.Xml.Schema.XmlSchemaType System.Xml.XmlNameEx::schemaType XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___schemaType_9; // System.Object System.Xml.XmlNameEx::decl RuntimeObject * ___decl_10; public: inline static int32_t get_offset_of_flags_7() { return static_cast(offsetof(XmlNameEx_t0B800AB1A13303BCF6DB0BB1C91FFCD0EE05E91A, ___flags_7)); } inline uint8_t get_flags_7() const { return ___flags_7; } inline uint8_t* get_address_of_flags_7() { return &___flags_7; } inline void set_flags_7(uint8_t value) { ___flags_7 = value; } inline static int32_t get_offset_of_memberType_8() { return static_cast(offsetof(XmlNameEx_t0B800AB1A13303BCF6DB0BB1C91FFCD0EE05E91A, ___memberType_8)); } inline XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * get_memberType_8() const { return ___memberType_8; } inline XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C ** get_address_of_memberType_8() { return &___memberType_8; } inline void set_memberType_8(XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * value) { ___memberType_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___memberType_8), (void*)value); } inline static int32_t get_offset_of_schemaType_9() { return static_cast(offsetof(XmlNameEx_t0B800AB1A13303BCF6DB0BB1C91FFCD0EE05E91A, ___schemaType_9)); } inline XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * get_schemaType_9() const { return ___schemaType_9; } inline XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA ** get_address_of_schemaType_9() { return &___schemaType_9; } inline void set_schemaType_9(XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * value) { ___schemaType_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___schemaType_9), (void*)value); } inline static int32_t get_offset_of_decl_10() { return static_cast(offsetof(XmlNameEx_t0B800AB1A13303BCF6DB0BB1C91FFCD0EE05E91A, ___decl_10)); } inline RuntimeObject * get_decl_10() const { return ___decl_10; } inline RuntimeObject ** get_address_of_decl_10() { return &___decl_10; } inline void set_decl_10(RuntimeObject * value) { ___decl_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___decl_10), (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.Schema.XmlSchemaAnnotated struct XmlSchemaAnnotated_t68F13E739330186883290FF723E752BD26F2E3A7 : public XmlSchemaObject_tD14BD548E370305745B6E1CAAF2572F1DBC7F3D3 { public: public: }; // 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.XmlNamedNodeMap/SmallXmlNodeList struct SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE { public: // System.Object System.Xml.XmlNamedNodeMap/SmallXmlNodeList::field RuntimeObject * ___field_0; public: inline static int32_t get_offset_of_field_0() { return static_cast(offsetof(SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE, ___field_0)); } inline RuntimeObject * get_field_0() const { return ___field_0; } inline RuntimeObject ** get_address_of_field_0() { return &___field_0; } inline void set_field_0(RuntimeObject * value) { ___field_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___field_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Xml.XmlNamedNodeMap/SmallXmlNodeList struct SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE_marshaled_pinvoke { Il2CppIUnknown* ___field_0; }; // Native definition for COM marshalling of System.Xml.XmlNamedNodeMap/SmallXmlNodeList struct SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE_marshaled_com { Il2CppIUnknown* ___field_0; }; // System.Xml.XmlNamespaceManager/NamespaceDeclaration struct NamespaceDeclaration_tA6C088F040DB7BC93B5EAF72BFB90CE3C5D1AF48 { public: // System.String System.Xml.XmlNamespaceManager/NamespaceDeclaration::prefix String_t* ___prefix_0; // System.String System.Xml.XmlNamespaceManager/NamespaceDeclaration::uri String_t* ___uri_1; // System.Int32 System.Xml.XmlNamespaceManager/NamespaceDeclaration::scopeId int32_t ___scopeId_2; // System.Int32 System.Xml.XmlNamespaceManager/NamespaceDeclaration::previousNsIndex int32_t ___previousNsIndex_3; public: inline static int32_t get_offset_of_prefix_0() { return static_cast(offsetof(NamespaceDeclaration_tA6C088F040DB7BC93B5EAF72BFB90CE3C5D1AF48, ___prefix_0)); } inline String_t* get_prefix_0() const { return ___prefix_0; } inline String_t** get_address_of_prefix_0() { return &___prefix_0; } inline void set_prefix_0(String_t* value) { ___prefix_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___prefix_0), (void*)value); } inline static int32_t get_offset_of_uri_1() { return static_cast(offsetof(NamespaceDeclaration_tA6C088F040DB7BC93B5EAF72BFB90CE3C5D1AF48, ___uri_1)); } inline String_t* get_uri_1() const { return ___uri_1; } inline String_t** get_address_of_uri_1() { return &___uri_1; } inline void set_uri_1(String_t* value) { ___uri_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___uri_1), (void*)value); } inline static int32_t get_offset_of_scopeId_2() { return static_cast(offsetof(NamespaceDeclaration_tA6C088F040DB7BC93B5EAF72BFB90CE3C5D1AF48, ___scopeId_2)); } inline int32_t get_scopeId_2() const { return ___scopeId_2; } inline int32_t* get_address_of_scopeId_2() { return &___scopeId_2; } inline void set_scopeId_2(int32_t value) { ___scopeId_2 = value; } inline static int32_t get_offset_of_previousNsIndex_3() { return static_cast(offsetof(NamespaceDeclaration_tA6C088F040DB7BC93B5EAF72BFB90CE3C5D1AF48, ___previousNsIndex_3)); } inline int32_t get_previousNsIndex_3() const { return ___previousNsIndex_3; } inline int32_t* get_address_of_previousNsIndex_3() { return &___previousNsIndex_3; } inline void set_previousNsIndex_3(int32_t value) { ___previousNsIndex_3 = value; } }; // Native definition for P/Invoke marshalling of System.Xml.XmlNamespaceManager/NamespaceDeclaration struct NamespaceDeclaration_tA6C088F040DB7BC93B5EAF72BFB90CE3C5D1AF48_marshaled_pinvoke { char* ___prefix_0; char* ___uri_1; int32_t ___scopeId_2; int32_t ___previousNsIndex_3; }; // Native definition for COM marshalling of System.Xml.XmlNamespaceManager/NamespaceDeclaration struct NamespaceDeclaration_tA6C088F040DB7BC93B5EAF72BFB90CE3C5D1AF48_marshaled_com { Il2CppChar* ___prefix_0; Il2CppChar* ___uri_1; int32_t ___scopeId_2; int32_t ___previousNsIndex_3; }; // 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.Collections.Generic.Dictionary`2/Enumerator struct Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::version int32_t ___version_1; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::index int32_t ___index_2; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::current KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 ___current_3; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::getEnumeratorRetType int32_t ___getEnumeratorRetType_4; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0, ___dictionary_0)); } inline Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_version_1() { return static_cast(offsetof(Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0, ___version_1)); } inline int32_t get_version_1() const { return ___version_1; } inline int32_t* get_address_of_version_1() { return &___version_1; } inline void set_version_1(int32_t value) { ___version_1 = value; } inline static int32_t get_offset_of_index_2() { return static_cast(offsetof(Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0, ___index_2)); } inline int32_t get_index_2() const { return ___index_2; } inline int32_t* get_address_of_index_2() { return &___index_2; } inline void set_index_2(int32_t value) { ___index_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0, ___current_3)); } inline KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 get_current_3() const { return ___current_3; } inline KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___key_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___value_1), (void*)NULL); #endif } inline static int32_t get_offset_of_getEnumeratorRetType_4() { return static_cast(offsetof(Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0, ___getEnumeratorRetType_4)); } inline int32_t get_getEnumeratorRetType_4() const { return ___getEnumeratorRetType_4; } inline int32_t* get_address_of_getEnumeratorRetType_4() { return &___getEnumeratorRetType_4; } inline void set_getEnumeratorRetType_4(int32_t value) { ___getEnumeratorRetType_4 = value; } }; // System.Collections.Generic.Dictionary`2/Enumerator struct Enumerator_t0342A051A9AAE92BBE378E8AA7F590657CE70B67 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58 * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::version int32_t ___version_1; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::index int32_t ___index_2; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::current KeyValuePair_2_t23BA4F26B4AE212F397BC15269A2FB08E162F125 ___current_3; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::getEnumeratorRetType int32_t ___getEnumeratorRetType_4; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t0342A051A9AAE92BBE378E8AA7F590657CE70B67, ___dictionary_0)); } inline Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_version_1() { return static_cast(offsetof(Enumerator_t0342A051A9AAE92BBE378E8AA7F590657CE70B67, ___version_1)); } inline int32_t get_version_1() const { return ___version_1; } inline int32_t* get_address_of_version_1() { return &___version_1; } inline void set_version_1(int32_t value) { ___version_1 = value; } inline static int32_t get_offset_of_index_2() { return static_cast(offsetof(Enumerator_t0342A051A9AAE92BBE378E8AA7F590657CE70B67, ___index_2)); } inline int32_t get_index_2() const { return ___index_2; } inline int32_t* get_address_of_index_2() { return &___index_2; } inline void set_index_2(int32_t value) { ___index_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t0342A051A9AAE92BBE378E8AA7F590657CE70B67, ___current_3)); } inline KeyValuePair_2_t23BA4F26B4AE212F397BC15269A2FB08E162F125 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t23BA4F26B4AE212F397BC15269A2FB08E162F125 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t23BA4F26B4AE212F397BC15269A2FB08E162F125 value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___key_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___value_1), (void*)NULL); #endif } inline static int32_t get_offset_of_getEnumeratorRetType_4() { return static_cast(offsetof(Enumerator_t0342A051A9AAE92BBE378E8AA7F590657CE70B67, ___getEnumeratorRetType_4)); } inline int32_t get_getEnumeratorRetType_4() const { return ___getEnumeratorRetType_4; } inline int32_t* get_address_of_getEnumeratorRetType_4() { return &___getEnumeratorRetType_4; } inline void set_getEnumeratorRetType_4(int32_t value) { ___getEnumeratorRetType_4 = value; } }; // System.Collections.Generic.Dictionary`2/Enumerator struct Enumerator_t2C62E3AA8D6B2EBDDFB51E620DF8419B1F116ED2 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::version int32_t ___version_1; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::index int32_t ___index_2; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::current KeyValuePair_2_t0D5C3EA84CD9FED9FCCA8810C99DBD15EEC9327F ___current_3; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::getEnumeratorRetType int32_t ___getEnumeratorRetType_4; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t2C62E3AA8D6B2EBDDFB51E620DF8419B1F116ED2, ___dictionary_0)); } inline Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_version_1() { return static_cast(offsetof(Enumerator_t2C62E3AA8D6B2EBDDFB51E620DF8419B1F116ED2, ___version_1)); } inline int32_t get_version_1() const { return ___version_1; } inline int32_t* get_address_of_version_1() { return &___version_1; } inline void set_version_1(int32_t value) { ___version_1 = value; } inline static int32_t get_offset_of_index_2() { return static_cast(offsetof(Enumerator_t2C62E3AA8D6B2EBDDFB51E620DF8419B1F116ED2, ___index_2)); } inline int32_t get_index_2() const { return ___index_2; } inline int32_t* get_address_of_index_2() { return &___index_2; } inline void set_index_2(int32_t value) { ___index_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t2C62E3AA8D6B2EBDDFB51E620DF8419B1F116ED2, ___current_3)); } inline KeyValuePair_2_t0D5C3EA84CD9FED9FCCA8810C99DBD15EEC9327F get_current_3() const { return ___current_3; } inline KeyValuePair_2_t0D5C3EA84CD9FED9FCCA8810C99DBD15EEC9327F * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t0D5C3EA84CD9FED9FCCA8810C99DBD15EEC9327F value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___key_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___value_1), (void*)NULL); #endif } inline static int32_t get_offset_of_getEnumeratorRetType_4() { return static_cast(offsetof(Enumerator_t2C62E3AA8D6B2EBDDFB51E620DF8419B1F116ED2, ___getEnumeratorRetType_4)); } inline int32_t get_getEnumeratorRetType_4() const { return ___getEnumeratorRetType_4; } inline int32_t* get_address_of_getEnumeratorRetType_4() { return &___getEnumeratorRetType_4; } inline void set_getEnumeratorRetType_4(int32_t value) { ___getEnumeratorRetType_4 = value; } }; // System.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.DateTimeOffset struct DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 { public: // System.DateTime System.DateTimeOffset::m_dateTime DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___m_dateTime_2; // System.Int16 System.DateTimeOffset::m_offsetMinutes int16_t ___m_offsetMinutes_3; public: inline static int32_t get_offset_of_m_dateTime_2() { return static_cast(offsetof(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5, ___m_dateTime_2)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_m_dateTime_2() const { return ___m_dateTime_2; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_m_dateTime_2() { return &___m_dateTime_2; } inline void set_m_dateTime_2(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___m_dateTime_2 = value; } inline static int32_t get_offset_of_m_offsetMinutes_3() { return static_cast(offsetof(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5, ___m_offsetMinutes_3)); } inline int16_t get_m_offsetMinutes_3() const { return ___m_offsetMinutes_3; } inline int16_t* get_address_of_m_offsetMinutes_3() { return &___m_offsetMinutes_3; } inline void set_m_offsetMinutes_3(int16_t value) { ___m_offsetMinutes_3 = value; } }; struct DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_StaticFields { public: // System.DateTimeOffset System.DateTimeOffset::MinValue DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 ___MinValue_0; // System.DateTimeOffset System.DateTimeOffset::MaxValue DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 ___MaxValue_1; public: inline static int32_t get_offset_of_MinValue_0() { return static_cast(offsetof(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_StaticFields, ___MinValue_0)); } inline DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 get_MinValue_0() const { return ___MinValue_0; } inline DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * get_address_of_MinValue_0() { return &___MinValue_0; } inline void set_MinValue_0(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 value) { ___MinValue_0 = value; } inline static int32_t get_offset_of_MaxValue_1() { return static_cast(offsetof(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_StaticFields, ___MaxValue_1)); } inline DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 get_MaxValue_1() const { return ___MaxValue_1; } inline DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * get_address_of_MaxValue_1() { return &___MaxValue_1; } inline void set_MaxValue_1(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 value) { ___MaxValue_1 = value; } }; // System.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.Xml.NamespaceHandling struct NamespaceHandling_t7974F9A117390EC627D6C12EB7219594674ADC80 { public: // System.Int32 System.Xml.NamespaceHandling::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(NamespaceHandling_t7974F9A117390EC627D6C12EB7219594674ADC80, ___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.NewLineHandling struct NewLineHandling_t416C739C0EBCB5F7CAE1A72562592E6FA6289CCA { public: // System.Int32 System.Xml.NewLineHandling::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(NewLineHandling_t416C739C0EBCB5F7CAE1A72562592E6FA6289CCA, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Globalization.NumberStyles struct NumberStyles_t379EFBF2535E1C950DEC8042704BB663BF636594 { public: // System.Int32 System.Globalization.NumberStyles::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(NumberStyles_t379EFBF2535E1C950DEC8042704BB663BF636594, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // 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.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.TimeSpan struct TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 { public: // System.Int64 System.TimeSpan::_ticks int64_t ____ticks_22; public: inline static int32_t get_offset_of__ticks_22() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203, ____ticks_22)); } inline int64_t get__ticks_22() const { return ____ticks_22; } inline int64_t* get_address_of__ticks_22() { return &____ticks_22; } inline void set__ticks_22(int64_t value) { ____ticks_22 = value; } }; struct TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields { public: // System.TimeSpan System.TimeSpan::Zero TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___Zero_19; // System.TimeSpan System.TimeSpan::MaxValue TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___MaxValue_20; // System.TimeSpan System.TimeSpan::MinValue TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___MinValue_21; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyConfigChecked bool ____legacyConfigChecked_23; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyMode bool ____legacyMode_24; public: inline static int32_t get_offset_of_Zero_19() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ___Zero_19)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_Zero_19() const { return ___Zero_19; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_Zero_19() { return &___Zero_19; } inline void set_Zero_19(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___Zero_19 = value; } inline static int32_t get_offset_of_MaxValue_20() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ___MaxValue_20)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_MaxValue_20() const { return ___MaxValue_20; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_MaxValue_20() { return &___MaxValue_20; } inline void set_MaxValue_20(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___MaxValue_20 = value; } inline static int32_t get_offset_of_MinValue_21() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ___MinValue_21)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_MinValue_21() const { return ___MinValue_21; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_MinValue_21() { return &___MinValue_21; } inline void set_MinValue_21(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___MinValue_21 = value; } inline static int32_t get_offset_of__legacyConfigChecked_23() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ____legacyConfigChecked_23)); } inline bool get__legacyConfigChecked_23() const { return ____legacyConfigChecked_23; } inline bool* get_address_of__legacyConfigChecked_23() { return &____legacyConfigChecked_23; } inline void set__legacyConfigChecked_23(bool value) { ____legacyConfigChecked_23 = value; } inline static int32_t get_offset_of__legacyMode_24() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ____legacyMode_24)); } inline bool get__legacyMode_24() const { return ____legacyMode_24; } inline bool* get_address_of__legacyMode_24() { return &____legacyMode_24; } inline void set__legacyMode_24(bool value) { ____legacyMode_24 = value; } }; // System.Xml.TriState struct TriState_t14A7E0F892D0205A14EF016A6610223577276FD7 { public: // System.Int32 System.Xml.TriState::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TriState_t14A7E0F892D0205A14EF016A6610223577276FD7, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.TypeCode struct TypeCode_tCB39BAB5CFB7A1E0BCB521413E3C46B81C31AA7C { public: // System.Int32 System.TypeCode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TypeCode_tCB39BAB5CFB7A1E0BCB521413E3C46B81C31AA7C, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // 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.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.XmlDeclaration struct XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC : public XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 { public: // System.String System.Xml.XmlDeclaration::version String_t* ___version_2; // System.String System.Xml.XmlDeclaration::encoding String_t* ___encoding_3; // System.String System.Xml.XmlDeclaration::standalone String_t* ___standalone_4; public: inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC, ___version_2)); } inline String_t* get_version_2() const { return ___version_2; } inline String_t** get_address_of_version_2() { return &___version_2; } inline void set_version_2(String_t* value) { ___version_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___version_2), (void*)value); } inline static int32_t get_offset_of_encoding_3() { return static_cast(offsetof(XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC, ___encoding_3)); } inline String_t* get_encoding_3() const { return ___encoding_3; } inline String_t** get_address_of_encoding_3() { return &___encoding_3; } inline void set_encoding_3(String_t* value) { ___encoding_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoding_3), (void*)value); } inline static int32_t get_offset_of_standalone_4() { return static_cast(offsetof(XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC, ___standalone_4)); } inline String_t* get_standalone_4() const { return ___standalone_4; } inline String_t** get_address_of_standalone_4() { return &___standalone_4; } inline void set_standalone_4(String_t* value) { ___standalone_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___standalone_4), (void*)value); } }; // System.Xml.XmlDocumentType struct XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F : public XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 { public: // System.String System.Xml.XmlDocumentType::name String_t* ___name_2; // System.String System.Xml.XmlDocumentType::publicId String_t* ___publicId_3; // System.String System.Xml.XmlDocumentType::systemId String_t* ___systemId_4; // System.String System.Xml.XmlDocumentType::internalSubset String_t* ___internalSubset_5; // System.Boolean System.Xml.XmlDocumentType::namespaces bool ___namespaces_6; // System.Xml.XmlNamedNodeMap System.Xml.XmlDocumentType::entities XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * ___entities_7; // System.Xml.XmlNamedNodeMap System.Xml.XmlDocumentType::notations XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * ___notations_8; // System.Xml.Schema.SchemaInfo System.Xml.XmlDocumentType::schemaInfo SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * ___schemaInfo_9; public: inline static int32_t get_offset_of_name_2() { return static_cast(offsetof(XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F, ___name_2)); } inline String_t* get_name_2() const { return ___name_2; } inline String_t** get_address_of_name_2() { return &___name_2; } inline void set_name_2(String_t* value) { ___name_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_2), (void*)value); } inline static int32_t get_offset_of_publicId_3() { return static_cast(offsetof(XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F, ___publicId_3)); } inline String_t* get_publicId_3() const { return ___publicId_3; } inline String_t** get_address_of_publicId_3() { return &___publicId_3; } inline void set_publicId_3(String_t* value) { ___publicId_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___publicId_3), (void*)value); } inline static int32_t get_offset_of_systemId_4() { return static_cast(offsetof(XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F, ___systemId_4)); } inline String_t* get_systemId_4() const { return ___systemId_4; } inline String_t** get_address_of_systemId_4() { return &___systemId_4; } inline void set_systemId_4(String_t* value) { ___systemId_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___systemId_4), (void*)value); } inline static int32_t get_offset_of_internalSubset_5() { return static_cast(offsetof(XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F, ___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_namespaces_6() { return static_cast(offsetof(XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F, ___namespaces_6)); } inline bool get_namespaces_6() const { return ___namespaces_6; } inline bool* get_address_of_namespaces_6() { return &___namespaces_6; } inline void set_namespaces_6(bool value) { ___namespaces_6 = value; } inline static int32_t get_offset_of_entities_7() { return static_cast(offsetof(XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F, ___entities_7)); } inline XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * get_entities_7() const { return ___entities_7; } inline XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 ** get_address_of_entities_7() { return &___entities_7; } inline void set_entities_7(XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * value) { ___entities_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___entities_7), (void*)value); } inline static int32_t get_offset_of_notations_8() { return static_cast(offsetof(XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F, ___notations_8)); } inline XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * get_notations_8() const { return ___notations_8; } inline XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 ** get_address_of_notations_8() { return &___notations_8; } inline void set_notations_8(XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * value) { ___notations_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___notations_8), (void*)value); } inline static int32_t get_offset_of_schemaInfo_9() { return static_cast(offsetof(XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F, ___schemaInfo_9)); } inline SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * get_schemaInfo_9() const { return ___schemaInfo_9; } inline SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 ** get_address_of_schemaInfo_9() { return &___schemaInfo_9; } inline void set_schemaInfo_9(SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * value) { ___schemaInfo_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___schemaInfo_9), (void*)value); } }; // System.Xml.XmlElement struct XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF : public XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 { public: // System.Xml.XmlName System.Xml.XmlElement::name XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * ___name_2; // System.Xml.XmlAttributeCollection System.Xml.XmlElement::attributes XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * ___attributes_3; // System.Xml.XmlLinkedNode System.Xml.XmlElement::lastChild XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * ___lastChild_4; public: inline static int32_t get_offset_of_name_2() { return static_cast(offsetof(XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF, ___name_2)); } inline XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * get_name_2() const { return ___name_2; } inline XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 ** get_address_of_name_2() { return &___name_2; } inline void set_name_2(XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * value) { ___name_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_2), (void*)value); } inline static int32_t get_offset_of_attributes_3() { return static_cast(offsetof(XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF, ___attributes_3)); } inline XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * get_attributes_3() const { return ___attributes_3; } inline XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 ** get_address_of_attributes_3() { return &___attributes_3; } inline void set_attributes_3(XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * value) { ___attributes_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___attributes_3), (void*)value); } inline static int32_t get_offset_of_lastChild_4() { return static_cast(offsetof(XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF, ___lastChild_4)); } inline XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * get_lastChild_4() const { return ___lastChild_4; } inline XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 ** get_address_of_lastChild_4() { return &___lastChild_4; } inline void set_lastChild_4(XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * value) { ___lastChild_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___lastChild_4), (void*)value); } }; // System.Xml.XmlEntityReference struct XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 : public XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 { public: // System.String System.Xml.XmlEntityReference::name String_t* ___name_2; // System.Xml.XmlLinkedNode System.Xml.XmlEntityReference::lastChild XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * ___lastChild_3; public: inline static int32_t get_offset_of_name_2() { return static_cast(offsetof(XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94, ___name_2)); } inline String_t* get_name_2() const { return ___name_2; } inline String_t** get_address_of_name_2() { return &___name_2; } inline void set_name_2(String_t* value) { ___name_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_2), (void*)value); } inline static int32_t get_offset_of_lastChild_3() { return static_cast(offsetof(XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94, ___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); } }; // System.Xml.XmlEventCache struct XmlEventCache_t7429BFB736D94B0281F53167E418058D78A4C028 : public XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 { public: // System.Collections.Generic.List`1 System.Xml.XmlEventCache::pages List_1_tA93C4538153D3E132FA2B0769673023B002DD93F * ___pages_2; // System.Xml.XmlEventCache/XmlEvent[] System.Xml.XmlEventCache::pageCurr XmlEventU5BU5D_t19D4DF807CB98BAA0DB24393D169BBD14B64100D* ___pageCurr_3; // System.Int32 System.Xml.XmlEventCache::pageSize int32_t ___pageSize_4; // System.Boolean System.Xml.XmlEventCache::hasRootNode bool ___hasRootNode_5; // System.Xml.Xsl.Runtime.StringConcat System.Xml.XmlEventCache::singleText StringConcat_t313CCAA6C94520A80805790FEC5864DFD57DAD36 ___singleText_6; // System.String System.Xml.XmlEventCache::baseUri String_t* ___baseUri_7; public: inline static int32_t get_offset_of_pages_2() { return static_cast(offsetof(XmlEventCache_t7429BFB736D94B0281F53167E418058D78A4C028, ___pages_2)); } inline List_1_tA93C4538153D3E132FA2B0769673023B002DD93F * get_pages_2() const { return ___pages_2; } inline List_1_tA93C4538153D3E132FA2B0769673023B002DD93F ** get_address_of_pages_2() { return &___pages_2; } inline void set_pages_2(List_1_tA93C4538153D3E132FA2B0769673023B002DD93F * value) { ___pages_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___pages_2), (void*)value); } inline static int32_t get_offset_of_pageCurr_3() { return static_cast(offsetof(XmlEventCache_t7429BFB736D94B0281F53167E418058D78A4C028, ___pageCurr_3)); } inline XmlEventU5BU5D_t19D4DF807CB98BAA0DB24393D169BBD14B64100D* get_pageCurr_3() const { return ___pageCurr_3; } inline XmlEventU5BU5D_t19D4DF807CB98BAA0DB24393D169BBD14B64100D** get_address_of_pageCurr_3() { return &___pageCurr_3; } inline void set_pageCurr_3(XmlEventU5BU5D_t19D4DF807CB98BAA0DB24393D169BBD14B64100D* value) { ___pageCurr_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___pageCurr_3), (void*)value); } inline static int32_t get_offset_of_pageSize_4() { return static_cast(offsetof(XmlEventCache_t7429BFB736D94B0281F53167E418058D78A4C028, ___pageSize_4)); } inline int32_t get_pageSize_4() const { return ___pageSize_4; } inline int32_t* get_address_of_pageSize_4() { return &___pageSize_4; } inline void set_pageSize_4(int32_t value) { ___pageSize_4 = value; } inline static int32_t get_offset_of_hasRootNode_5() { return static_cast(offsetof(XmlEventCache_t7429BFB736D94B0281F53167E418058D78A4C028, ___hasRootNode_5)); } inline bool get_hasRootNode_5() const { return ___hasRootNode_5; } inline bool* get_address_of_hasRootNode_5() { return &___hasRootNode_5; } inline void set_hasRootNode_5(bool value) { ___hasRootNode_5 = value; } inline static int32_t get_offset_of_singleText_6() { return static_cast(offsetof(XmlEventCache_t7429BFB736D94B0281F53167E418058D78A4C028, ___singleText_6)); } inline StringConcat_t313CCAA6C94520A80805790FEC5864DFD57DAD36 get_singleText_6() const { return ___singleText_6; } inline StringConcat_t313CCAA6C94520A80805790FEC5864DFD57DAD36 * get_address_of_singleText_6() { return &___singleText_6; } inline void set_singleText_6(StringConcat_t313CCAA6C94520A80805790FEC5864DFD57DAD36 value) { ___singleText_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___singleText_6))->___s1_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___singleText_6))->___s2_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___singleText_6))->___s3_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___singleText_6))->___s4_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___singleText_6))->___delimiter_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___singleText_6))->___strList_5), (void*)NULL); #endif } inline static int32_t get_offset_of_baseUri_7() { return static_cast(offsetof(XmlEventCache_t7429BFB736D94B0281F53167E418058D78A4C028, ___baseUri_7)); } inline String_t* get_baseUri_7() const { return ___baseUri_7; } inline String_t** get_address_of_baseUri_7() { return &___baseUri_7; } inline void set_baseUri_7(String_t* value) { ___baseUri_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___baseUri_7), (void*)value); } }; // System.Xml.XmlNamedNodeMap struct XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 : public RuntimeObject { public: // System.Xml.XmlNode System.Xml.XmlNamedNodeMap::parent XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___parent_0; // System.Xml.XmlNamedNodeMap/SmallXmlNodeList System.Xml.XmlNamedNodeMap::nodes SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE ___nodes_1; public: inline static int32_t get_offset_of_parent_0() { return static_cast(offsetof(XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771, ___parent_0)); } inline XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * get_parent_0() const { return ___parent_0; } inline XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 ** get_address_of_parent_0() { return &___parent_0; } inline void set_parent_0(XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * value) { ___parent_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_0), (void*)value); } inline static int32_t get_offset_of_nodes_1() { return static_cast(offsetof(XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771, ___nodes_1)); } inline SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE get_nodes_1() const { return ___nodes_1; } inline SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE * get_address_of_nodes_1() { return &___nodes_1; } inline void set_nodes_1(SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE value) { ___nodes_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___nodes_1))->___field_0), (void*)NULL); } }; // 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.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.Schema.XmlSchemaAttribute struct XmlSchemaAttribute_t2EB9DF55F6A28F15681A8E56140568B049AFD7F7 : public XmlSchemaAnnotated_t68F13E739330186883290FF723E752BD26F2E3A7 { public: public: }; // 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.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.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.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.SchemaAttDef/Reserve struct Reserve_t5D2FAFDD811B5DDB9AC140445601545BDBBC45C8 { public: // System.Int32 System.Xml.Schema.SchemaAttDef/Reserve::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Reserve_t5D2FAFDD811B5DDB9AC140445601545BDBBC45C8, ___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.XmlEventCache/XmlEventType struct XmlEventType_t138BCDD49AC4660058C13E24EAE70C2FA7FDEB70 { public: // System.Int32 System.Xml.XmlEventCache/XmlEventType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(XmlEventType_t138BCDD49AC4660058C13E24EAE70C2FA7FDEB70, ___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.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/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/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.Globalization.NumberFormatInfo struct NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D : public RuntimeObject { public: // System.Int32[] System.Globalization.NumberFormatInfo::numberGroupSizes Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___numberGroupSizes_1; // System.Int32[] System.Globalization.NumberFormatInfo::currencyGroupSizes Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___currencyGroupSizes_2; // System.Int32[] System.Globalization.NumberFormatInfo::percentGroupSizes Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___percentGroupSizes_3; // System.String System.Globalization.NumberFormatInfo::positiveSign String_t* ___positiveSign_4; // System.String System.Globalization.NumberFormatInfo::negativeSign String_t* ___negativeSign_5; // System.String System.Globalization.NumberFormatInfo::numberDecimalSeparator String_t* ___numberDecimalSeparator_6; // System.String System.Globalization.NumberFormatInfo::numberGroupSeparator String_t* ___numberGroupSeparator_7; // System.String System.Globalization.NumberFormatInfo::currencyGroupSeparator String_t* ___currencyGroupSeparator_8; // System.String System.Globalization.NumberFormatInfo::currencyDecimalSeparator String_t* ___currencyDecimalSeparator_9; // System.String System.Globalization.NumberFormatInfo::currencySymbol String_t* ___currencySymbol_10; // System.String System.Globalization.NumberFormatInfo::ansiCurrencySymbol String_t* ___ansiCurrencySymbol_11; // System.String System.Globalization.NumberFormatInfo::nanSymbol String_t* ___nanSymbol_12; // System.String System.Globalization.NumberFormatInfo::positiveInfinitySymbol String_t* ___positiveInfinitySymbol_13; // System.String System.Globalization.NumberFormatInfo::negativeInfinitySymbol String_t* ___negativeInfinitySymbol_14; // System.String System.Globalization.NumberFormatInfo::percentDecimalSeparator String_t* ___percentDecimalSeparator_15; // System.String System.Globalization.NumberFormatInfo::percentGroupSeparator String_t* ___percentGroupSeparator_16; // System.String System.Globalization.NumberFormatInfo::percentSymbol String_t* ___percentSymbol_17; // System.String System.Globalization.NumberFormatInfo::perMilleSymbol String_t* ___perMilleSymbol_18; // System.String[] System.Globalization.NumberFormatInfo::nativeDigits StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___nativeDigits_19; // System.Int32 System.Globalization.NumberFormatInfo::m_dataItem int32_t ___m_dataItem_20; // System.Int32 System.Globalization.NumberFormatInfo::numberDecimalDigits int32_t ___numberDecimalDigits_21; // System.Int32 System.Globalization.NumberFormatInfo::currencyDecimalDigits int32_t ___currencyDecimalDigits_22; // System.Int32 System.Globalization.NumberFormatInfo::currencyPositivePattern int32_t ___currencyPositivePattern_23; // System.Int32 System.Globalization.NumberFormatInfo::currencyNegativePattern int32_t ___currencyNegativePattern_24; // System.Int32 System.Globalization.NumberFormatInfo::numberNegativePattern int32_t ___numberNegativePattern_25; // System.Int32 System.Globalization.NumberFormatInfo::percentPositivePattern int32_t ___percentPositivePattern_26; // System.Int32 System.Globalization.NumberFormatInfo::percentNegativePattern int32_t ___percentNegativePattern_27; // System.Int32 System.Globalization.NumberFormatInfo::percentDecimalDigits int32_t ___percentDecimalDigits_28; // System.Int32 System.Globalization.NumberFormatInfo::digitSubstitution int32_t ___digitSubstitution_29; // System.Boolean System.Globalization.NumberFormatInfo::isReadOnly bool ___isReadOnly_30; // System.Boolean System.Globalization.NumberFormatInfo::m_useUserOverride bool ___m_useUserOverride_31; // System.Boolean System.Globalization.NumberFormatInfo::m_isInvariant bool ___m_isInvariant_32; // System.Boolean System.Globalization.NumberFormatInfo::validForParseAsNumber bool ___validForParseAsNumber_33; // System.Boolean System.Globalization.NumberFormatInfo::validForParseAsCurrency bool ___validForParseAsCurrency_34; public: inline static int32_t get_offset_of_numberGroupSizes_1() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___numberGroupSizes_1)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_numberGroupSizes_1() const { return ___numberGroupSizes_1; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_numberGroupSizes_1() { return &___numberGroupSizes_1; } inline void set_numberGroupSizes_1(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___numberGroupSizes_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___numberGroupSizes_1), (void*)value); } inline static int32_t get_offset_of_currencyGroupSizes_2() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___currencyGroupSizes_2)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_currencyGroupSizes_2() const { return ___currencyGroupSizes_2; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_currencyGroupSizes_2() { return &___currencyGroupSizes_2; } inline void set_currencyGroupSizes_2(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___currencyGroupSizes_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___currencyGroupSizes_2), (void*)value); } inline static int32_t get_offset_of_percentGroupSizes_3() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___percentGroupSizes_3)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_percentGroupSizes_3() const { return ___percentGroupSizes_3; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_percentGroupSizes_3() { return &___percentGroupSizes_3; } inline void set_percentGroupSizes_3(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___percentGroupSizes_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___percentGroupSizes_3), (void*)value); } inline static int32_t get_offset_of_positiveSign_4() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___positiveSign_4)); } inline String_t* get_positiveSign_4() const { return ___positiveSign_4; } inline String_t** get_address_of_positiveSign_4() { return &___positiveSign_4; } inline void set_positiveSign_4(String_t* value) { ___positiveSign_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___positiveSign_4), (void*)value); } inline static int32_t get_offset_of_negativeSign_5() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___negativeSign_5)); } inline String_t* get_negativeSign_5() const { return ___negativeSign_5; } inline String_t** get_address_of_negativeSign_5() { return &___negativeSign_5; } inline void set_negativeSign_5(String_t* value) { ___negativeSign_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___negativeSign_5), (void*)value); } inline static int32_t get_offset_of_numberDecimalSeparator_6() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___numberDecimalSeparator_6)); } inline String_t* get_numberDecimalSeparator_6() const { return ___numberDecimalSeparator_6; } inline String_t** get_address_of_numberDecimalSeparator_6() { return &___numberDecimalSeparator_6; } inline void set_numberDecimalSeparator_6(String_t* value) { ___numberDecimalSeparator_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___numberDecimalSeparator_6), (void*)value); } inline static int32_t get_offset_of_numberGroupSeparator_7() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___numberGroupSeparator_7)); } inline String_t* get_numberGroupSeparator_7() const { return ___numberGroupSeparator_7; } inline String_t** get_address_of_numberGroupSeparator_7() { return &___numberGroupSeparator_7; } inline void set_numberGroupSeparator_7(String_t* value) { ___numberGroupSeparator_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___numberGroupSeparator_7), (void*)value); } inline static int32_t get_offset_of_currencyGroupSeparator_8() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___currencyGroupSeparator_8)); } inline String_t* get_currencyGroupSeparator_8() const { return ___currencyGroupSeparator_8; } inline String_t** get_address_of_currencyGroupSeparator_8() { return &___currencyGroupSeparator_8; } inline void set_currencyGroupSeparator_8(String_t* value) { ___currencyGroupSeparator_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___currencyGroupSeparator_8), (void*)value); } inline static int32_t get_offset_of_currencyDecimalSeparator_9() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___currencyDecimalSeparator_9)); } inline String_t* get_currencyDecimalSeparator_9() const { return ___currencyDecimalSeparator_9; } inline String_t** get_address_of_currencyDecimalSeparator_9() { return &___currencyDecimalSeparator_9; } inline void set_currencyDecimalSeparator_9(String_t* value) { ___currencyDecimalSeparator_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___currencyDecimalSeparator_9), (void*)value); } inline static int32_t get_offset_of_currencySymbol_10() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___currencySymbol_10)); } inline String_t* get_currencySymbol_10() const { return ___currencySymbol_10; } inline String_t** get_address_of_currencySymbol_10() { return &___currencySymbol_10; } inline void set_currencySymbol_10(String_t* value) { ___currencySymbol_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___currencySymbol_10), (void*)value); } inline static int32_t get_offset_of_ansiCurrencySymbol_11() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___ansiCurrencySymbol_11)); } inline String_t* get_ansiCurrencySymbol_11() const { return ___ansiCurrencySymbol_11; } inline String_t** get_address_of_ansiCurrencySymbol_11() { return &___ansiCurrencySymbol_11; } inline void set_ansiCurrencySymbol_11(String_t* value) { ___ansiCurrencySymbol_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___ansiCurrencySymbol_11), (void*)value); } inline static int32_t get_offset_of_nanSymbol_12() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___nanSymbol_12)); } inline String_t* get_nanSymbol_12() const { return ___nanSymbol_12; } inline String_t** get_address_of_nanSymbol_12() { return &___nanSymbol_12; } inline void set_nanSymbol_12(String_t* value) { ___nanSymbol_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___nanSymbol_12), (void*)value); } inline static int32_t get_offset_of_positiveInfinitySymbol_13() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___positiveInfinitySymbol_13)); } inline String_t* get_positiveInfinitySymbol_13() const { return ___positiveInfinitySymbol_13; } inline String_t** get_address_of_positiveInfinitySymbol_13() { return &___positiveInfinitySymbol_13; } inline void set_positiveInfinitySymbol_13(String_t* value) { ___positiveInfinitySymbol_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___positiveInfinitySymbol_13), (void*)value); } inline static int32_t get_offset_of_negativeInfinitySymbol_14() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___negativeInfinitySymbol_14)); } inline String_t* get_negativeInfinitySymbol_14() const { return ___negativeInfinitySymbol_14; } inline String_t** get_address_of_negativeInfinitySymbol_14() { return &___negativeInfinitySymbol_14; } inline void set_negativeInfinitySymbol_14(String_t* value) { ___negativeInfinitySymbol_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___negativeInfinitySymbol_14), (void*)value); } inline static int32_t get_offset_of_percentDecimalSeparator_15() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___percentDecimalSeparator_15)); } inline String_t* get_percentDecimalSeparator_15() const { return ___percentDecimalSeparator_15; } inline String_t** get_address_of_percentDecimalSeparator_15() { return &___percentDecimalSeparator_15; } inline void set_percentDecimalSeparator_15(String_t* value) { ___percentDecimalSeparator_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___percentDecimalSeparator_15), (void*)value); } inline static int32_t get_offset_of_percentGroupSeparator_16() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___percentGroupSeparator_16)); } inline String_t* get_percentGroupSeparator_16() const { return ___percentGroupSeparator_16; } inline String_t** get_address_of_percentGroupSeparator_16() { return &___percentGroupSeparator_16; } inline void set_percentGroupSeparator_16(String_t* value) { ___percentGroupSeparator_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___percentGroupSeparator_16), (void*)value); } inline static int32_t get_offset_of_percentSymbol_17() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___percentSymbol_17)); } inline String_t* get_percentSymbol_17() const { return ___percentSymbol_17; } inline String_t** get_address_of_percentSymbol_17() { return &___percentSymbol_17; } inline void set_percentSymbol_17(String_t* value) { ___percentSymbol_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___percentSymbol_17), (void*)value); } inline static int32_t get_offset_of_perMilleSymbol_18() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___perMilleSymbol_18)); } inline String_t* get_perMilleSymbol_18() const { return ___perMilleSymbol_18; } inline String_t** get_address_of_perMilleSymbol_18() { return &___perMilleSymbol_18; } inline void set_perMilleSymbol_18(String_t* value) { ___perMilleSymbol_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___perMilleSymbol_18), (void*)value); } inline static int32_t get_offset_of_nativeDigits_19() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___nativeDigits_19)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_nativeDigits_19() const { return ___nativeDigits_19; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_nativeDigits_19() { return &___nativeDigits_19; } inline void set_nativeDigits_19(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___nativeDigits_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___nativeDigits_19), (void*)value); } inline static int32_t get_offset_of_m_dataItem_20() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___m_dataItem_20)); } inline int32_t get_m_dataItem_20() const { return ___m_dataItem_20; } inline int32_t* get_address_of_m_dataItem_20() { return &___m_dataItem_20; } inline void set_m_dataItem_20(int32_t value) { ___m_dataItem_20 = value; } inline static int32_t get_offset_of_numberDecimalDigits_21() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___numberDecimalDigits_21)); } inline int32_t get_numberDecimalDigits_21() const { return ___numberDecimalDigits_21; } inline int32_t* get_address_of_numberDecimalDigits_21() { return &___numberDecimalDigits_21; } inline void set_numberDecimalDigits_21(int32_t value) { ___numberDecimalDigits_21 = value; } inline static int32_t get_offset_of_currencyDecimalDigits_22() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___currencyDecimalDigits_22)); } inline int32_t get_currencyDecimalDigits_22() const { return ___currencyDecimalDigits_22; } inline int32_t* get_address_of_currencyDecimalDigits_22() { return &___currencyDecimalDigits_22; } inline void set_currencyDecimalDigits_22(int32_t value) { ___currencyDecimalDigits_22 = value; } inline static int32_t get_offset_of_currencyPositivePattern_23() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___currencyPositivePattern_23)); } inline int32_t get_currencyPositivePattern_23() const { return ___currencyPositivePattern_23; } inline int32_t* get_address_of_currencyPositivePattern_23() { return &___currencyPositivePattern_23; } inline void set_currencyPositivePattern_23(int32_t value) { ___currencyPositivePattern_23 = value; } inline static int32_t get_offset_of_currencyNegativePattern_24() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___currencyNegativePattern_24)); } inline int32_t get_currencyNegativePattern_24() const { return ___currencyNegativePattern_24; } inline int32_t* get_address_of_currencyNegativePattern_24() { return &___currencyNegativePattern_24; } inline void set_currencyNegativePattern_24(int32_t value) { ___currencyNegativePattern_24 = value; } inline static int32_t get_offset_of_numberNegativePattern_25() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___numberNegativePattern_25)); } inline int32_t get_numberNegativePattern_25() const { return ___numberNegativePattern_25; } inline int32_t* get_address_of_numberNegativePattern_25() { return &___numberNegativePattern_25; } inline void set_numberNegativePattern_25(int32_t value) { ___numberNegativePattern_25 = value; } inline static int32_t get_offset_of_percentPositivePattern_26() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___percentPositivePattern_26)); } inline int32_t get_percentPositivePattern_26() const { return ___percentPositivePattern_26; } inline int32_t* get_address_of_percentPositivePattern_26() { return &___percentPositivePattern_26; } inline void set_percentPositivePattern_26(int32_t value) { ___percentPositivePattern_26 = value; } inline static int32_t get_offset_of_percentNegativePattern_27() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___percentNegativePattern_27)); } inline int32_t get_percentNegativePattern_27() const { return ___percentNegativePattern_27; } inline int32_t* get_address_of_percentNegativePattern_27() { return &___percentNegativePattern_27; } inline void set_percentNegativePattern_27(int32_t value) { ___percentNegativePattern_27 = value; } inline static int32_t get_offset_of_percentDecimalDigits_28() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___percentDecimalDigits_28)); } inline int32_t get_percentDecimalDigits_28() const { return ___percentDecimalDigits_28; } inline int32_t* get_address_of_percentDecimalDigits_28() { return &___percentDecimalDigits_28; } inline void set_percentDecimalDigits_28(int32_t value) { ___percentDecimalDigits_28 = value; } inline static int32_t get_offset_of_digitSubstitution_29() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___digitSubstitution_29)); } inline int32_t get_digitSubstitution_29() const { return ___digitSubstitution_29; } inline int32_t* get_address_of_digitSubstitution_29() { return &___digitSubstitution_29; } inline void set_digitSubstitution_29(int32_t value) { ___digitSubstitution_29 = value; } inline static int32_t get_offset_of_isReadOnly_30() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___isReadOnly_30)); } inline bool get_isReadOnly_30() const { return ___isReadOnly_30; } inline bool* get_address_of_isReadOnly_30() { return &___isReadOnly_30; } inline void set_isReadOnly_30(bool value) { ___isReadOnly_30 = value; } inline static int32_t get_offset_of_m_useUserOverride_31() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___m_useUserOverride_31)); } inline bool get_m_useUserOverride_31() const { return ___m_useUserOverride_31; } inline bool* get_address_of_m_useUserOverride_31() { return &___m_useUserOverride_31; } inline void set_m_useUserOverride_31(bool value) { ___m_useUserOverride_31 = value; } inline static int32_t get_offset_of_m_isInvariant_32() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___m_isInvariant_32)); } inline bool get_m_isInvariant_32() const { return ___m_isInvariant_32; } inline bool* get_address_of_m_isInvariant_32() { return &___m_isInvariant_32; } inline void set_m_isInvariant_32(bool value) { ___m_isInvariant_32 = value; } inline static int32_t get_offset_of_validForParseAsNumber_33() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___validForParseAsNumber_33)); } inline bool get_validForParseAsNumber_33() const { return ___validForParseAsNumber_33; } inline bool* get_address_of_validForParseAsNumber_33() { return &___validForParseAsNumber_33; } inline void set_validForParseAsNumber_33(bool value) { ___validForParseAsNumber_33 = value; } inline static int32_t get_offset_of_validForParseAsCurrency_34() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D, ___validForParseAsCurrency_34)); } inline bool get_validForParseAsCurrency_34() const { return ___validForParseAsCurrency_34; } inline bool* get_address_of_validForParseAsCurrency_34() { return &___validForParseAsCurrency_34; } inline void set_validForParseAsCurrency_34(bool value) { ___validForParseAsCurrency_34 = value; } }; struct NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D_StaticFields { public: // System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.NumberFormatInfo::invariantInfo NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___invariantInfo_0; public: inline static int32_t get_offset_of_invariantInfo_0() { return static_cast(offsetof(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D_StaticFields, ___invariantInfo_0)); } inline NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * get_invariantInfo_0() const { return ___invariantInfo_0; } inline NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D ** get_address_of_invariantInfo_0() { return &___invariantInfo_0; } inline void set_invariantInfo_0(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * value) { ___invariantInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___invariantInfo_0), (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.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.XmlAttributeCollection struct XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 : public XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 { public: public: }; // 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.XmlCDataSection struct XmlCDataSection_tFC05DCD14B7C2893C0C5AF56AB629E77151A8BEA : public XmlCharacterData_tDE362DEBB89559C552E40DB1346331A259C9205B { public: public: }; // System.Xml.XmlComment struct XmlComment_t8945C1C6FC86151538A51D1CBFD3AEEEEC422F66 : public XmlCharacterData_tDE362DEBB89559C552E40DB1346331A259C9205B { public: public: }; // System.Xml.XmlEncodedRawTextWriter struct XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 : public XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 { public: // System.Boolean System.Xml.XmlEncodedRawTextWriter::useAsync bool ___useAsync_2; // System.Byte[] System.Xml.XmlEncodedRawTextWriter::bufBytes ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bufBytes_3; // System.IO.Stream System.Xml.XmlEncodedRawTextWriter::stream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream_4; // System.Text.Encoding System.Xml.XmlEncodedRawTextWriter::encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___encoding_5; // System.Xml.XmlCharType System.Xml.XmlEncodedRawTextWriter::xmlCharType XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA ___xmlCharType_6; // System.Int32 System.Xml.XmlEncodedRawTextWriter::bufPos int32_t ___bufPos_7; // System.Int32 System.Xml.XmlEncodedRawTextWriter::textPos int32_t ___textPos_8; // System.Int32 System.Xml.XmlEncodedRawTextWriter::contentPos int32_t ___contentPos_9; // System.Int32 System.Xml.XmlEncodedRawTextWriter::cdataPos int32_t ___cdataPos_10; // System.Int32 System.Xml.XmlEncodedRawTextWriter::attrEndPos int32_t ___attrEndPos_11; // System.Int32 System.Xml.XmlEncodedRawTextWriter::bufLen int32_t ___bufLen_12; // System.Boolean System.Xml.XmlEncodedRawTextWriter::writeToNull bool ___writeToNull_13; // System.Boolean System.Xml.XmlEncodedRawTextWriter::hadDoubleBracket bool ___hadDoubleBracket_14; // System.Boolean System.Xml.XmlEncodedRawTextWriter::inAttributeValue bool ___inAttributeValue_15; // System.Int32 System.Xml.XmlEncodedRawTextWriter::bufBytesUsed int32_t ___bufBytesUsed_16; // System.Char[] System.Xml.XmlEncodedRawTextWriter::bufChars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___bufChars_17; // System.Text.Encoder System.Xml.XmlEncodedRawTextWriter::encoder Encoder_t5095F24D3B1D0F70D08762B980731B9F1ADEE56A * ___encoder_18; // System.IO.TextWriter System.Xml.XmlEncodedRawTextWriter::writer TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * ___writer_19; // System.Boolean System.Xml.XmlEncodedRawTextWriter::trackTextContent bool ___trackTextContent_20; // System.Boolean System.Xml.XmlEncodedRawTextWriter::inTextContent bool ___inTextContent_21; // System.Int32 System.Xml.XmlEncodedRawTextWriter::lastMarkPos int32_t ___lastMarkPos_22; // System.Int32[] System.Xml.XmlEncodedRawTextWriter::textContentMarks Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___textContentMarks_23; // System.Xml.CharEntityEncoderFallback System.Xml.XmlEncodedRawTextWriter::charEntityFallback CharEntityEncoderFallback_t4D5B1863C30C436F12B2BE9E8EE22193E27960EE * ___charEntityFallback_24; // System.Xml.NewLineHandling System.Xml.XmlEncodedRawTextWriter::newLineHandling int32_t ___newLineHandling_25; // System.Boolean System.Xml.XmlEncodedRawTextWriter::closeOutput bool ___closeOutput_26; // System.Boolean System.Xml.XmlEncodedRawTextWriter::omitXmlDeclaration bool ___omitXmlDeclaration_27; // System.String System.Xml.XmlEncodedRawTextWriter::newLineChars String_t* ___newLineChars_28; // System.Boolean System.Xml.XmlEncodedRawTextWriter::checkCharacters bool ___checkCharacters_29; // System.Xml.XmlStandalone System.Xml.XmlEncodedRawTextWriter::standalone int32_t ___standalone_30; // System.Xml.XmlOutputMethod System.Xml.XmlEncodedRawTextWriter::outputMethod int32_t ___outputMethod_31; // System.Boolean System.Xml.XmlEncodedRawTextWriter::autoXmlDeclaration bool ___autoXmlDeclaration_32; // System.Boolean System.Xml.XmlEncodedRawTextWriter::mergeCDataSections bool ___mergeCDataSections_33; public: inline static int32_t get_offset_of_useAsync_2() { return static_cast(offsetof(XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51, ___useAsync_2)); } inline bool get_useAsync_2() const { return ___useAsync_2; } inline bool* get_address_of_useAsync_2() { return &___useAsync_2; } inline void set_useAsync_2(bool value) { ___useAsync_2 = value; } inline static int32_t get_offset_of_bufBytes_3() { return static_cast(offsetof(XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51, ___bufBytes_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_bufBytes_3() const { return ___bufBytes_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_bufBytes_3() { return &___bufBytes_3; } inline void set_bufBytes_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___bufBytes_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___bufBytes_3), (void*)value); } inline static int32_t get_offset_of_stream_4() { return static_cast(offsetof(XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51, ___stream_4)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_stream_4() const { return ___stream_4; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_stream_4() { return &___stream_4; } inline void set_stream_4(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___stream_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___stream_4), (void*)value); } inline static int32_t get_offset_of_encoding_5() { return static_cast(offsetof(XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51, ___encoding_5)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_encoding_5() const { return ___encoding_5; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_encoding_5() { return &___encoding_5; } inline void set_encoding_5(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___encoding_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoding_5), (void*)value); } inline static int32_t get_offset_of_xmlCharType_6() { return static_cast(offsetof(XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51, ___xmlCharType_6)); } inline XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA get_xmlCharType_6() const { return ___xmlCharType_6; } inline XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * get_address_of_xmlCharType_6() { return &___xmlCharType_6; } inline void set_xmlCharType_6(XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA value) { ___xmlCharType_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___xmlCharType_6))->___charProperties_2), (void*)NULL); } inline static int32_t get_offset_of_bufPos_7() { return static_cast(offsetof(XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51, ___bufPos_7)); } inline int32_t get_bufPos_7() const { return ___bufPos_7; } inline int32_t* get_address_of_bufPos_7() { return &___bufPos_7; } inline void set_bufPos_7(int32_t value) { ___bufPos_7 = value; } inline static int32_t get_offset_of_textPos_8() { return static_cast(offsetof(XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51, ___textPos_8)); } inline int32_t get_textPos_8() const { return ___textPos_8; } inline int32_t* get_address_of_textPos_8() { return &___textPos_8; } inline void set_textPos_8(int32_t value) { ___textPos_8 = value; } inline static int32_t get_offset_of_contentPos_9() { return static_cast(offsetof(XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51, ___contentPos_9)); } inline int32_t get_contentPos_9() const { return ___contentPos_9; } inline int32_t* get_address_of_contentPos_9() { return &___contentPos_9; } inline void set_contentPos_9(int32_t value) { ___contentPos_9 = value; } inline static int32_t get_offset_of_cdataPos_10() { return static_cast(offsetof(XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51, ___cdataPos_10)); } inline int32_t get_cdataPos_10() const { return ___cdataPos_10; } inline int32_t* get_address_of_cdataPos_10() { return &___cdataPos_10; } inline void set_cdataPos_10(int32_t value) { ___cdataPos_10 = value; } inline static int32_t get_offset_of_attrEndPos_11() { return static_cast(offsetof(XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51, ___attrEndPos_11)); } inline int32_t get_attrEndPos_11() const { return ___attrEndPos_11; } inline int32_t* get_address_of_attrEndPos_11() { return &___attrEndPos_11; } inline void set_attrEndPos_11(int32_t value) { ___attrEndPos_11 = value; } inline static int32_t get_offset_of_bufLen_12() { return static_cast(offsetof(XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51, ___bufLen_12)); } inline int32_t get_bufLen_12() const { return ___bufLen_12; } inline int32_t* get_address_of_bufLen_12() { return &___bufLen_12; } inline void set_bufLen_12(int32_t value) { ___bufLen_12 = value; } inline static int32_t get_offset_of_writeToNull_13() { return static_cast(offsetof(XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51, ___writeToNull_13)); } inline bool get_writeToNull_13() const { return ___writeToNull_13; } inline bool* get_address_of_writeToNull_13() { return &___writeToNull_13; } inline void set_writeToNull_13(bool value) { ___writeToNull_13 = value; } inline static int32_t get_offset_of_hadDoubleBracket_14() { return static_cast(offsetof(XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51, ___hadDoubleBracket_14)); } inline bool get_hadDoubleBracket_14() const { return ___hadDoubleBracket_14; } inline bool* get_address_of_hadDoubleBracket_14() { return &___hadDoubleBracket_14; } inline void set_hadDoubleBracket_14(bool value) { ___hadDoubleBracket_14 = value; } inline static int32_t get_offset_of_inAttributeValue_15() { return static_cast(offsetof(XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51, ___inAttributeValue_15)); } inline bool get_inAttributeValue_15() const { return ___inAttributeValue_15; } inline bool* get_address_of_inAttributeValue_15() { return &___inAttributeValue_15; } inline void set_inAttributeValue_15(bool value) { ___inAttributeValue_15 = value; } inline static int32_t get_offset_of_bufBytesUsed_16() { return static_cast(offsetof(XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51, ___bufBytesUsed_16)); } inline int32_t get_bufBytesUsed_16() const { return ___bufBytesUsed_16; } inline int32_t* get_address_of_bufBytesUsed_16() { return &___bufBytesUsed_16; } inline void set_bufBytesUsed_16(int32_t value) { ___bufBytesUsed_16 = value; } inline static int32_t get_offset_of_bufChars_17() { return static_cast(offsetof(XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51, ___bufChars_17)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_bufChars_17() const { return ___bufChars_17; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_bufChars_17() { return &___bufChars_17; } inline void set_bufChars_17(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___bufChars_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___bufChars_17), (void*)value); } inline static int32_t get_offset_of_encoder_18() { return static_cast(offsetof(XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51, ___encoder_18)); } inline Encoder_t5095F24D3B1D0F70D08762B980731B9F1ADEE56A * get_encoder_18() const { return ___encoder_18; } inline Encoder_t5095F24D3B1D0F70D08762B980731B9F1ADEE56A ** get_address_of_encoder_18() { return &___encoder_18; } inline void set_encoder_18(Encoder_t5095F24D3B1D0F70D08762B980731B9F1ADEE56A * value) { ___encoder_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoder_18), (void*)value); } inline static int32_t get_offset_of_writer_19() { return static_cast(offsetof(XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51, ___writer_19)); } inline TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * get_writer_19() const { return ___writer_19; } inline TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 ** get_address_of_writer_19() { return &___writer_19; } inline void set_writer_19(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * value) { ___writer_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___writer_19), (void*)value); } inline static int32_t get_offset_of_trackTextContent_20() { return static_cast(offsetof(XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51, ___trackTextContent_20)); } inline bool get_trackTextContent_20() const { return ___trackTextContent_20; } inline bool* get_address_of_trackTextContent_20() { return &___trackTextContent_20; } inline void set_trackTextContent_20(bool value) { ___trackTextContent_20 = value; } inline static int32_t get_offset_of_inTextContent_21() { return static_cast(offsetof(XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51, ___inTextContent_21)); } inline bool get_inTextContent_21() const { return ___inTextContent_21; } inline bool* get_address_of_inTextContent_21() { return &___inTextContent_21; } inline void set_inTextContent_21(bool value) { ___inTextContent_21 = value; } inline static int32_t get_offset_of_lastMarkPos_22() { return static_cast(offsetof(XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51, ___lastMarkPos_22)); } inline int32_t get_lastMarkPos_22() const { return ___lastMarkPos_22; } inline int32_t* get_address_of_lastMarkPos_22() { return &___lastMarkPos_22; } inline void set_lastMarkPos_22(int32_t value) { ___lastMarkPos_22 = value; } inline static int32_t get_offset_of_textContentMarks_23() { return static_cast(offsetof(XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51, ___textContentMarks_23)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_textContentMarks_23() const { return ___textContentMarks_23; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_textContentMarks_23() { return &___textContentMarks_23; } inline void set_textContentMarks_23(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___textContentMarks_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___textContentMarks_23), (void*)value); } inline static int32_t get_offset_of_charEntityFallback_24() { return static_cast(offsetof(XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51, ___charEntityFallback_24)); } inline CharEntityEncoderFallback_t4D5B1863C30C436F12B2BE9E8EE22193E27960EE * get_charEntityFallback_24() const { return ___charEntityFallback_24; } inline CharEntityEncoderFallback_t4D5B1863C30C436F12B2BE9E8EE22193E27960EE ** get_address_of_charEntityFallback_24() { return &___charEntityFallback_24; } inline void set_charEntityFallback_24(CharEntityEncoderFallback_t4D5B1863C30C436F12B2BE9E8EE22193E27960EE * value) { ___charEntityFallback_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___charEntityFallback_24), (void*)value); } inline static int32_t get_offset_of_newLineHandling_25() { return static_cast(offsetof(XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51, ___newLineHandling_25)); } inline int32_t get_newLineHandling_25() const { return ___newLineHandling_25; } inline int32_t* get_address_of_newLineHandling_25() { return &___newLineHandling_25; } inline void set_newLineHandling_25(int32_t value) { ___newLineHandling_25 = value; } inline static int32_t get_offset_of_closeOutput_26() { return static_cast(offsetof(XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51, ___closeOutput_26)); } inline bool get_closeOutput_26() const { return ___closeOutput_26; } inline bool* get_address_of_closeOutput_26() { return &___closeOutput_26; } inline void set_closeOutput_26(bool value) { ___closeOutput_26 = value; } inline static int32_t get_offset_of_omitXmlDeclaration_27() { return static_cast(offsetof(XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51, ___omitXmlDeclaration_27)); } inline bool get_omitXmlDeclaration_27() const { return ___omitXmlDeclaration_27; } inline bool* get_address_of_omitXmlDeclaration_27() { return &___omitXmlDeclaration_27; } inline void set_omitXmlDeclaration_27(bool value) { ___omitXmlDeclaration_27 = value; } inline static int32_t get_offset_of_newLineChars_28() { return static_cast(offsetof(XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51, ___newLineChars_28)); } inline String_t* get_newLineChars_28() const { return ___newLineChars_28; } inline String_t** get_address_of_newLineChars_28() { return &___newLineChars_28; } inline void set_newLineChars_28(String_t* value) { ___newLineChars_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___newLineChars_28), (void*)value); } inline static int32_t get_offset_of_checkCharacters_29() { return static_cast(offsetof(XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51, ___checkCharacters_29)); } inline bool get_checkCharacters_29() const { return ___checkCharacters_29; } inline bool* get_address_of_checkCharacters_29() { return &___checkCharacters_29; } inline void set_checkCharacters_29(bool value) { ___checkCharacters_29 = value; } inline static int32_t get_offset_of_standalone_30() { return static_cast(offsetof(XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51, ___standalone_30)); } inline int32_t get_standalone_30() const { return ___standalone_30; } inline int32_t* get_address_of_standalone_30() { return &___standalone_30; } inline void set_standalone_30(int32_t value) { ___standalone_30 = value; } inline static int32_t get_offset_of_outputMethod_31() { return static_cast(offsetof(XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51, ___outputMethod_31)); } inline int32_t get_outputMethod_31() const { return ___outputMethod_31; } inline int32_t* get_address_of_outputMethod_31() { return &___outputMethod_31; } inline void set_outputMethod_31(int32_t value) { ___outputMethod_31 = value; } inline static int32_t get_offset_of_autoXmlDeclaration_32() { return static_cast(offsetof(XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51, ___autoXmlDeclaration_32)); } inline bool get_autoXmlDeclaration_32() const { return ___autoXmlDeclaration_32; } inline bool* get_address_of_autoXmlDeclaration_32() { return &___autoXmlDeclaration_32; } inline void set_autoXmlDeclaration_32(bool value) { ___autoXmlDeclaration_32 = value; } inline static int32_t get_offset_of_mergeCDataSections_33() { return static_cast(offsetof(XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51, ___mergeCDataSections_33)); } inline bool get_mergeCDataSections_33() const { return ___mergeCDataSections_33; } inline bool* get_address_of_mergeCDataSections_33() { return &___mergeCDataSections_33; } inline void set_mergeCDataSections_33(bool value) { ___mergeCDataSections_33 = 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.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.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.XmlWhitespace struct XmlWhitespace_t7BB2E46A48255FAEF7A758CA9EE2191A4891D56C : public XmlCharacterData_tDE362DEBB89559C552E40DB1346331A259C9205B { public: public: }; // System.Xml.XmlWriterSettings struct XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 : public RuntimeObject { public: // System.Boolean System.Xml.XmlWriterSettings::useAsync bool ___useAsync_0; // System.Text.Encoding System.Xml.XmlWriterSettings::encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___encoding_1; // System.Boolean System.Xml.XmlWriterSettings::omitXmlDecl bool ___omitXmlDecl_2; // System.Xml.NewLineHandling System.Xml.XmlWriterSettings::newLineHandling int32_t ___newLineHandling_3; // System.String System.Xml.XmlWriterSettings::newLineChars String_t* ___newLineChars_4; // System.Xml.TriState System.Xml.XmlWriterSettings::indent int32_t ___indent_5; // System.String System.Xml.XmlWriterSettings::indentChars String_t* ___indentChars_6; // System.Boolean System.Xml.XmlWriterSettings::newLineOnAttributes bool ___newLineOnAttributes_7; // System.Boolean System.Xml.XmlWriterSettings::closeOutput bool ___closeOutput_8; // System.Xml.NamespaceHandling System.Xml.XmlWriterSettings::namespaceHandling int32_t ___namespaceHandling_9; // System.Xml.ConformanceLevel System.Xml.XmlWriterSettings::conformanceLevel int32_t ___conformanceLevel_10; // System.Boolean System.Xml.XmlWriterSettings::checkCharacters bool ___checkCharacters_11; // System.Boolean System.Xml.XmlWriterSettings::writeEndDocumentOnClose bool ___writeEndDocumentOnClose_12; // System.Xml.XmlOutputMethod System.Xml.XmlWriterSettings::outputMethod int32_t ___outputMethod_13; // System.Collections.Generic.List`1 System.Xml.XmlWriterSettings::cdataSections List_1_t3C367DB0980625D829CD027696F8FA0EA0C60B2D * ___cdataSections_14; // System.Boolean System.Xml.XmlWriterSettings::doNotEscapeUriAttributes bool ___doNotEscapeUriAttributes_15; // System.Boolean System.Xml.XmlWriterSettings::mergeCDataSections bool ___mergeCDataSections_16; // System.String System.Xml.XmlWriterSettings::mediaType String_t* ___mediaType_17; // System.String System.Xml.XmlWriterSettings::docTypeSystem String_t* ___docTypeSystem_18; // System.String System.Xml.XmlWriterSettings::docTypePublic String_t* ___docTypePublic_19; // System.Xml.XmlStandalone System.Xml.XmlWriterSettings::standalone int32_t ___standalone_20; // System.Boolean System.Xml.XmlWriterSettings::autoXmlDecl bool ___autoXmlDecl_21; // System.Boolean System.Xml.XmlWriterSettings::isReadOnly bool ___isReadOnly_22; public: inline static int32_t get_offset_of_useAsync_0() { return static_cast(offsetof(XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8, ___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_encoding_1() { return static_cast(offsetof(XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8, ___encoding_1)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_encoding_1() const { return ___encoding_1; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_encoding_1() { return &___encoding_1; } inline void set_encoding_1(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___encoding_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoding_1), (void*)value); } inline static int32_t get_offset_of_omitXmlDecl_2() { return static_cast(offsetof(XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8, ___omitXmlDecl_2)); } inline bool get_omitXmlDecl_2() const { return ___omitXmlDecl_2; } inline bool* get_address_of_omitXmlDecl_2() { return &___omitXmlDecl_2; } inline void set_omitXmlDecl_2(bool value) { ___omitXmlDecl_2 = value; } inline static int32_t get_offset_of_newLineHandling_3() { return static_cast(offsetof(XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8, ___newLineHandling_3)); } inline int32_t get_newLineHandling_3() const { return ___newLineHandling_3; } inline int32_t* get_address_of_newLineHandling_3() { return &___newLineHandling_3; } inline void set_newLineHandling_3(int32_t value) { ___newLineHandling_3 = value; } inline static int32_t get_offset_of_newLineChars_4() { return static_cast(offsetof(XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8, ___newLineChars_4)); } inline String_t* get_newLineChars_4() const { return ___newLineChars_4; } inline String_t** get_address_of_newLineChars_4() { return &___newLineChars_4; } inline void set_newLineChars_4(String_t* value) { ___newLineChars_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___newLineChars_4), (void*)value); } inline static int32_t get_offset_of_indent_5() { return static_cast(offsetof(XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8, ___indent_5)); } inline int32_t get_indent_5() const { return ___indent_5; } inline int32_t* get_address_of_indent_5() { return &___indent_5; } inline void set_indent_5(int32_t value) { ___indent_5 = value; } inline static int32_t get_offset_of_indentChars_6() { return static_cast(offsetof(XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8, ___indentChars_6)); } inline String_t* get_indentChars_6() const { return ___indentChars_6; } inline String_t** get_address_of_indentChars_6() { return &___indentChars_6; } inline void set_indentChars_6(String_t* value) { ___indentChars_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___indentChars_6), (void*)value); } inline static int32_t get_offset_of_newLineOnAttributes_7() { return static_cast(offsetof(XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8, ___newLineOnAttributes_7)); } inline bool get_newLineOnAttributes_7() const { return ___newLineOnAttributes_7; } inline bool* get_address_of_newLineOnAttributes_7() { return &___newLineOnAttributes_7; } inline void set_newLineOnAttributes_7(bool value) { ___newLineOnAttributes_7 = value; } inline static int32_t get_offset_of_closeOutput_8() { return static_cast(offsetof(XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8, ___closeOutput_8)); } inline bool get_closeOutput_8() const { return ___closeOutput_8; } inline bool* get_address_of_closeOutput_8() { return &___closeOutput_8; } inline void set_closeOutput_8(bool value) { ___closeOutput_8 = value; } inline static int32_t get_offset_of_namespaceHandling_9() { return static_cast(offsetof(XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8, ___namespaceHandling_9)); } inline int32_t get_namespaceHandling_9() const { return ___namespaceHandling_9; } inline int32_t* get_address_of_namespaceHandling_9() { return &___namespaceHandling_9; } inline void set_namespaceHandling_9(int32_t value) { ___namespaceHandling_9 = value; } inline static int32_t get_offset_of_conformanceLevel_10() { return static_cast(offsetof(XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8, ___conformanceLevel_10)); } inline int32_t get_conformanceLevel_10() const { return ___conformanceLevel_10; } inline int32_t* get_address_of_conformanceLevel_10() { return &___conformanceLevel_10; } inline void set_conformanceLevel_10(int32_t value) { ___conformanceLevel_10 = value; } inline static int32_t get_offset_of_checkCharacters_11() { return static_cast(offsetof(XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8, ___checkCharacters_11)); } inline bool get_checkCharacters_11() const { return ___checkCharacters_11; } inline bool* get_address_of_checkCharacters_11() { return &___checkCharacters_11; } inline void set_checkCharacters_11(bool value) { ___checkCharacters_11 = value; } inline static int32_t get_offset_of_writeEndDocumentOnClose_12() { return static_cast(offsetof(XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8, ___writeEndDocumentOnClose_12)); } inline bool get_writeEndDocumentOnClose_12() const { return ___writeEndDocumentOnClose_12; } inline bool* get_address_of_writeEndDocumentOnClose_12() { return &___writeEndDocumentOnClose_12; } inline void set_writeEndDocumentOnClose_12(bool value) { ___writeEndDocumentOnClose_12 = value; } inline static int32_t get_offset_of_outputMethod_13() { return static_cast(offsetof(XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8, ___outputMethod_13)); } inline int32_t get_outputMethod_13() const { return ___outputMethod_13; } inline int32_t* get_address_of_outputMethod_13() { return &___outputMethod_13; } inline void set_outputMethod_13(int32_t value) { ___outputMethod_13 = value; } inline static int32_t get_offset_of_cdataSections_14() { return static_cast(offsetof(XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8, ___cdataSections_14)); } inline List_1_t3C367DB0980625D829CD027696F8FA0EA0C60B2D * get_cdataSections_14() const { return ___cdataSections_14; } inline List_1_t3C367DB0980625D829CD027696F8FA0EA0C60B2D ** get_address_of_cdataSections_14() { return &___cdataSections_14; } inline void set_cdataSections_14(List_1_t3C367DB0980625D829CD027696F8FA0EA0C60B2D * value) { ___cdataSections_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___cdataSections_14), (void*)value); } inline static int32_t get_offset_of_doNotEscapeUriAttributes_15() { return static_cast(offsetof(XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8, ___doNotEscapeUriAttributes_15)); } inline bool get_doNotEscapeUriAttributes_15() const { return ___doNotEscapeUriAttributes_15; } inline bool* get_address_of_doNotEscapeUriAttributes_15() { return &___doNotEscapeUriAttributes_15; } inline void set_doNotEscapeUriAttributes_15(bool value) { ___doNotEscapeUriAttributes_15 = value; } inline static int32_t get_offset_of_mergeCDataSections_16() { return static_cast(offsetof(XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8, ___mergeCDataSections_16)); } inline bool get_mergeCDataSections_16() const { return ___mergeCDataSections_16; } inline bool* get_address_of_mergeCDataSections_16() { return &___mergeCDataSections_16; } inline void set_mergeCDataSections_16(bool value) { ___mergeCDataSections_16 = value; } inline static int32_t get_offset_of_mediaType_17() { return static_cast(offsetof(XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8, ___mediaType_17)); } inline String_t* get_mediaType_17() const { return ___mediaType_17; } inline String_t** get_address_of_mediaType_17() { return &___mediaType_17; } inline void set_mediaType_17(String_t* value) { ___mediaType_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___mediaType_17), (void*)value); } inline static int32_t get_offset_of_docTypeSystem_18() { return static_cast(offsetof(XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8, ___docTypeSystem_18)); } inline String_t* get_docTypeSystem_18() const { return ___docTypeSystem_18; } inline String_t** get_address_of_docTypeSystem_18() { return &___docTypeSystem_18; } inline void set_docTypeSystem_18(String_t* value) { ___docTypeSystem_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___docTypeSystem_18), (void*)value); } inline static int32_t get_offset_of_docTypePublic_19() { return static_cast(offsetof(XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8, ___docTypePublic_19)); } inline String_t* get_docTypePublic_19() const { return ___docTypePublic_19; } inline String_t** get_address_of_docTypePublic_19() { return &___docTypePublic_19; } inline void set_docTypePublic_19(String_t* value) { ___docTypePublic_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___docTypePublic_19), (void*)value); } inline static int32_t get_offset_of_standalone_20() { return static_cast(offsetof(XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8, ___standalone_20)); } inline int32_t get_standalone_20() const { return ___standalone_20; } inline int32_t* get_address_of_standalone_20() { return &___standalone_20; } inline void set_standalone_20(int32_t value) { ___standalone_20 = value; } inline static int32_t get_offset_of_autoXmlDecl_21() { return static_cast(offsetof(XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8, ___autoXmlDecl_21)); } inline bool get_autoXmlDecl_21() const { return ___autoXmlDecl_21; } inline bool* get_address_of_autoXmlDecl_21() { return &___autoXmlDecl_21; } inline void set_autoXmlDecl_21(bool value) { ___autoXmlDecl_21 = value; } inline static int32_t get_offset_of_isReadOnly_22() { return static_cast(offsetof(XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8, ___isReadOnly_22)); } inline bool get_isReadOnly_22() const { return ___isReadOnly_22; } inline bool* get_address_of_isReadOnly_22() { return &___isReadOnly_22; } inline void set_isReadOnly_22(bool value) { ___isReadOnly_22 = value; } }; // System.Xml.XmlEventCache/XmlEvent struct XmlEvent_t90A3FD5589BF0CB095CF3B7A0F395CC1604B92F8 { public: // System.Xml.XmlEventCache/XmlEventType System.Xml.XmlEventCache/XmlEvent::eventType int32_t ___eventType_0; // System.String System.Xml.XmlEventCache/XmlEvent::s1 String_t* ___s1_1; // System.String System.Xml.XmlEventCache/XmlEvent::s2 String_t* ___s2_2; // System.String System.Xml.XmlEventCache/XmlEvent::s3 String_t* ___s3_3; // System.Object System.Xml.XmlEventCache/XmlEvent::o RuntimeObject * ___o_4; public: inline static int32_t get_offset_of_eventType_0() { return static_cast(offsetof(XmlEvent_t90A3FD5589BF0CB095CF3B7A0F395CC1604B92F8, ___eventType_0)); } inline int32_t get_eventType_0() const { return ___eventType_0; } inline int32_t* get_address_of_eventType_0() { return &___eventType_0; } inline void set_eventType_0(int32_t value) { ___eventType_0 = value; } inline static int32_t get_offset_of_s1_1() { return static_cast(offsetof(XmlEvent_t90A3FD5589BF0CB095CF3B7A0F395CC1604B92F8, ___s1_1)); } inline String_t* get_s1_1() const { return ___s1_1; } inline String_t** get_address_of_s1_1() { return &___s1_1; } inline void set_s1_1(String_t* value) { ___s1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___s1_1), (void*)value); } inline static int32_t get_offset_of_s2_2() { return static_cast(offsetof(XmlEvent_t90A3FD5589BF0CB095CF3B7A0F395CC1604B92F8, ___s2_2)); } inline String_t* get_s2_2() const { return ___s2_2; } inline String_t** get_address_of_s2_2() { return &___s2_2; } inline void set_s2_2(String_t* value) { ___s2_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___s2_2), (void*)value); } inline static int32_t get_offset_of_s3_3() { return static_cast(offsetof(XmlEvent_t90A3FD5589BF0CB095CF3B7A0F395CC1604B92F8, ___s3_3)); } inline String_t* get_s3_3() const { return ___s3_3; } inline String_t** get_address_of_s3_3() { return &___s3_3; } inline void set_s3_3(String_t* value) { ___s3_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___s3_3), (void*)value); } inline static int32_t get_offset_of_o_4() { return static_cast(offsetof(XmlEvent_t90A3FD5589BF0CB095CF3B7A0F395CC1604B92F8, ___o_4)); } inline RuntimeObject * get_o_4() const { return ___o_4; } inline RuntimeObject ** get_address_of_o_4() { return &___o_4; } inline void set_o_4(RuntimeObject * value) { ___o_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___o_4), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Xml.XmlEventCache/XmlEvent struct XmlEvent_t90A3FD5589BF0CB095CF3B7A0F395CC1604B92F8_marshaled_pinvoke { int32_t ___eventType_0; char* ___s1_1; char* ___s2_2; char* ___s3_3; Il2CppIUnknown* ___o_4; }; // Native definition for COM marshalling of System.Xml.XmlEventCache/XmlEvent struct XmlEvent_t90A3FD5589BF0CB095CF3B7A0F395CC1604B92F8_marshaled_com { int32_t ___eventType_0; Il2CppChar* ___s1_1; Il2CppChar* ___s2_2; Il2CppChar* ___s3_3; Il2CppIUnknown* ___o_4; }; // 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.InvalidCastException struct InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.Resources.MissingManifestResourceException struct MissingManifestResourceException_tAC74F21ADC46CCB2BCC710464434E3B97F72FACB : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // System.Xml.Schema.SchemaAttDef struct SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 : public SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A { public: // System.String System.Xml.Schema.SchemaAttDef::defExpanded String_t* ___defExpanded_11; // System.Int32 System.Xml.Schema.SchemaAttDef::lineNum int32_t ___lineNum_12; // System.Int32 System.Xml.Schema.SchemaAttDef::linePos int32_t ___linePos_13; // System.Int32 System.Xml.Schema.SchemaAttDef::valueLineNum int32_t ___valueLineNum_14; // System.Int32 System.Xml.Schema.SchemaAttDef::valueLinePos int32_t ___valueLinePos_15; // System.Xml.Schema.SchemaAttDef/Reserve System.Xml.Schema.SchemaAttDef::reserved int32_t ___reserved_16; public: inline static int32_t get_offset_of_defExpanded_11() { return static_cast(offsetof(SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68, ___defExpanded_11)); } inline String_t* get_defExpanded_11() const { return ___defExpanded_11; } inline String_t** get_address_of_defExpanded_11() { return &___defExpanded_11; } inline void set_defExpanded_11(String_t* value) { ___defExpanded_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___defExpanded_11), (void*)value); } inline static int32_t get_offset_of_lineNum_12() { return static_cast(offsetof(SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68, ___lineNum_12)); } inline int32_t get_lineNum_12() const { return ___lineNum_12; } inline int32_t* get_address_of_lineNum_12() { return &___lineNum_12; } inline void set_lineNum_12(int32_t value) { ___lineNum_12 = value; } inline static int32_t get_offset_of_linePos_13() { return static_cast(offsetof(SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68, ___linePos_13)); } inline int32_t get_linePos_13() const { return ___linePos_13; } inline int32_t* get_address_of_linePos_13() { return &___linePos_13; } inline void set_linePos_13(int32_t value) { ___linePos_13 = value; } inline static int32_t get_offset_of_valueLineNum_14() { return static_cast(offsetof(SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68, ___valueLineNum_14)); } inline int32_t get_valueLineNum_14() const { return ___valueLineNum_14; } inline int32_t* get_address_of_valueLineNum_14() { return &___valueLineNum_14; } inline void set_valueLineNum_14(int32_t value) { ___valueLineNum_14 = value; } inline static int32_t get_offset_of_valueLinePos_15() { return static_cast(offsetof(SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68, ___valueLinePos_15)); } inline int32_t get_valueLinePos_15() const { return ___valueLinePos_15; } inline int32_t* get_address_of_valueLinePos_15() { return &___valueLinePos_15; } inline void set_valueLinePos_15(int32_t value) { ___valueLinePos_15 = value; } inline static int32_t get_offset_of_reserved_16() { return static_cast(offsetof(SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68, ___reserved_16)); } inline int32_t get_reserved_16() const { return ___reserved_16; } inline int32_t* get_address_of_reserved_16() { return &___reserved_16; } inline void set_reserved_16(int32_t value) { ___reserved_16 = value; } }; struct SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68_StaticFields { public: // System.Xml.Schema.SchemaAttDef System.Xml.Schema.SchemaAttDef::Empty SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * ___Empty_17; public: inline static int32_t get_offset_of_Empty_17() { return static_cast(offsetof(SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68_StaticFields, ___Empty_17)); } inline SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * get_Empty_17() const { return ___Empty_17; } inline SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 ** get_address_of_Empty_17() { return &___Empty_17; } inline void set_Empty_17(SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * value) { ___Empty_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_17), (void*)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.XmlAnyConverter struct XmlAnyConverter_t63B21107E546367CD411985884CA753D9B2065AB : public XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 { public: public: }; struct XmlAnyConverter_t63B21107E546367CD411985884CA753D9B2065AB_StaticFields { public: // System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlAnyConverter::Item XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * ___Item_32; // System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlAnyConverter::AnyAtomic XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * ___AnyAtomic_33; public: inline static int32_t get_offset_of_Item_32() { return static_cast(offsetof(XmlAnyConverter_t63B21107E546367CD411985884CA753D9B2065AB_StaticFields, ___Item_32)); } inline XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * get_Item_32() const { return ___Item_32; } inline XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 ** get_address_of_Item_32() { return &___Item_32; } inline void set_Item_32(XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * value) { ___Item_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___Item_32), (void*)value); } inline static int32_t get_offset_of_AnyAtomic_33() { return static_cast(offsetof(XmlAnyConverter_t63B21107E546367CD411985884CA753D9B2065AB_StaticFields, ___AnyAtomic_33)); } inline XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * get_AnyAtomic_33() const { return ___AnyAtomic_33; } inline XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 ** get_address_of_AnyAtomic_33() { return &___AnyAtomic_33; } inline void set_AnyAtomic_33(XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * value) { ___AnyAtomic_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___AnyAtomic_33), (void*)value); } }; // System.Xml.XmlEncodedRawTextWriterIndent struct XmlEncodedRawTextWriterIndent_t709119ADEBDA693CAB054DFCC9EA33372098D033 : public XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 { public: // System.Int32 System.Xml.XmlEncodedRawTextWriterIndent::indentLevel int32_t ___indentLevel_34; // System.Boolean System.Xml.XmlEncodedRawTextWriterIndent::newLineOnAttributes bool ___newLineOnAttributes_35; // System.String System.Xml.XmlEncodedRawTextWriterIndent::indentChars String_t* ___indentChars_36; // System.Boolean System.Xml.XmlEncodedRawTextWriterIndent::mixedContent bool ___mixedContent_37; // System.Xml.BitStack System.Xml.XmlEncodedRawTextWriterIndent::mixedContentStack BitStack_t06F411C96B04DE5B8D4A67EC95F15674B52ACB98 * ___mixedContentStack_38; // System.Xml.ConformanceLevel System.Xml.XmlEncodedRawTextWriterIndent::conformanceLevel int32_t ___conformanceLevel_39; public: inline static int32_t get_offset_of_indentLevel_34() { return static_cast(offsetof(XmlEncodedRawTextWriterIndent_t709119ADEBDA693CAB054DFCC9EA33372098D033, ___indentLevel_34)); } inline int32_t get_indentLevel_34() const { return ___indentLevel_34; } inline int32_t* get_address_of_indentLevel_34() { return &___indentLevel_34; } inline void set_indentLevel_34(int32_t value) { ___indentLevel_34 = value; } inline static int32_t get_offset_of_newLineOnAttributes_35() { return static_cast(offsetof(XmlEncodedRawTextWriterIndent_t709119ADEBDA693CAB054DFCC9EA33372098D033, ___newLineOnAttributes_35)); } inline bool get_newLineOnAttributes_35() const { return ___newLineOnAttributes_35; } inline bool* get_address_of_newLineOnAttributes_35() { return &___newLineOnAttributes_35; } inline void set_newLineOnAttributes_35(bool value) { ___newLineOnAttributes_35 = value; } inline static int32_t get_offset_of_indentChars_36() { return static_cast(offsetof(XmlEncodedRawTextWriterIndent_t709119ADEBDA693CAB054DFCC9EA33372098D033, ___indentChars_36)); } inline String_t* get_indentChars_36() const { return ___indentChars_36; } inline String_t** get_address_of_indentChars_36() { return &___indentChars_36; } inline void set_indentChars_36(String_t* value) { ___indentChars_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___indentChars_36), (void*)value); } inline static int32_t get_offset_of_mixedContent_37() { return static_cast(offsetof(XmlEncodedRawTextWriterIndent_t709119ADEBDA693CAB054DFCC9EA33372098D033, ___mixedContent_37)); } inline bool get_mixedContent_37() const { return ___mixedContent_37; } inline bool* get_address_of_mixedContent_37() { return &___mixedContent_37; } inline void set_mixedContent_37(bool value) { ___mixedContent_37 = value; } inline static int32_t get_offset_of_mixedContentStack_38() { return static_cast(offsetof(XmlEncodedRawTextWriterIndent_t709119ADEBDA693CAB054DFCC9EA33372098D033, ___mixedContentStack_38)); } inline BitStack_t06F411C96B04DE5B8D4A67EC95F15674B52ACB98 * get_mixedContentStack_38() const { return ___mixedContentStack_38; } inline BitStack_t06F411C96B04DE5B8D4A67EC95F15674B52ACB98 ** get_address_of_mixedContentStack_38() { return &___mixedContentStack_38; } inline void set_mixedContentStack_38(BitStack_t06F411C96B04DE5B8D4A67EC95F15674B52ACB98 * value) { ___mixedContentStack_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___mixedContentStack_38), (void*)value); } inline static int32_t get_offset_of_conformanceLevel_39() { return static_cast(offsetof(XmlEncodedRawTextWriterIndent_t709119ADEBDA693CAB054DFCC9EA33372098D033, ___conformanceLevel_39)); } inline int32_t get_conformanceLevel_39() const { return ___conformanceLevel_39; } inline int32_t* get_address_of_conformanceLevel_39() { return &___conformanceLevel_39; } inline void set_conformanceLevel_39(int32_t value) { ___conformanceLevel_39 = value; } }; // 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.Schema.XmlMiscConverter struct XmlMiscConverter_t702BEEF62354303AA68B6DA57B64742C8B68352F : public XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 { public: public: }; // System.Xml.Schema.XmlSchemaElement struct XmlSchemaElement_tB61A00A97A12A9B2620D005D0643B11EA1CA764A : 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.ArgumentNullException struct ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB : public ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 { public: public: }; // System.Xml.Schema.XmlAnyListConverter struct XmlAnyListConverter_tB593F219D22E519B5EA6D04321465C7FB2ADE60C : public XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D { public: public: }; struct XmlAnyListConverter_tB593F219D22E519B5EA6D04321465C7FB2ADE60C_StaticFields { public: // System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlAnyListConverter::ItemList XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * ___ItemList_33; // System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlAnyListConverter::AnyAtomicList XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * ___AnyAtomicList_34; public: inline static int32_t get_offset_of_ItemList_33() { return static_cast(offsetof(XmlAnyListConverter_tB593F219D22E519B5EA6D04321465C7FB2ADE60C_StaticFields, ___ItemList_33)); } inline XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * get_ItemList_33() const { return ___ItemList_33; } inline XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 ** get_address_of_ItemList_33() { return &___ItemList_33; } inline void set_ItemList_33(XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * value) { ___ItemList_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___ItemList_33), (void*)value); } inline static int32_t get_offset_of_AnyAtomicList_34() { return static_cast(offsetof(XmlAnyListConverter_tB593F219D22E519B5EA6D04321465C7FB2ADE60C_StaticFields, ___AnyAtomicList_34)); } inline XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * get_AnyAtomicList_34() const { return ___AnyAtomicList_34; } inline XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 ** get_address_of_AnyAtomicList_34() { return &___AnyAtomicList_34; } inline void set_AnyAtomicList_34(XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * value) { ___AnyAtomicList_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___AnyAtomicList_34), (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.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.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.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32 : public RuntimeArray { public: ALIGN_FIELD (8) int32_t m_Items[1]; public: inline int32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value) { m_Items[index] = value; } }; // System.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.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.Xml.XmlEventCache/XmlEvent[] struct XmlEventU5BU5D_t19D4DF807CB98BAA0DB24393D169BBD14B64100D : public RuntimeArray { public: ALIGN_FIELD (8) XmlEvent_t90A3FD5589BF0CB095CF3B7A0F395CC1604B92F8 m_Items[1]; public: inline XmlEvent_t90A3FD5589BF0CB095CF3B7A0F395CC1604B92F8 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline XmlEvent_t90A3FD5589BF0CB095CF3B7A0F395CC1604B92F8 * 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, XmlEvent_t90A3FD5589BF0CB095CF3B7A0F395CC1604B92F8 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___s1_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___s2_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___s3_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___o_4), (void*)NULL); #endif } inline XmlEvent_t90A3FD5589BF0CB095CF3B7A0F395CC1604B92F8 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline XmlEvent_t90A3FD5589BF0CB095CF3B7A0F395CC1604B92F8 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, XmlEvent_t90A3FD5589BF0CB095CF3B7A0F395CC1604B92F8 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___s1_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___s2_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___s3_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___o_4), (void*)NULL); #endif } }; // System.Boolean[] struct BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C : public RuntimeArray { public: ALIGN_FIELD (8) bool m_Items[1]; public: inline bool GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline bool* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, bool value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline bool GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline bool* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, bool value) { m_Items[index] = value; } }; // System.Byte[][] struct ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D : public RuntimeArray { public: ALIGN_FIELD (8) ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* m_Items[1]; public: inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** 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, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.DateTime[] struct DateTimeU5BU5D_t43291D587229E4ED44A327CC74DC7771EF2EBBC1 : public RuntimeArray { public: ALIGN_FIELD (8) DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 m_Items[1]; public: inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * 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, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { m_Items[index] = value; } }; // System.DateTimeOffset[] struct DateTimeOffsetU5BU5D_t81746224316E5FC7189685EFB35488C8CED41826 : public RuntimeArray { public: ALIGN_FIELD (8) DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 m_Items[1]; public: inline DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * 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, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 value) { m_Items[index] = value; } }; // System.Decimal[] struct DecimalU5BU5D_tAA3302A4A6ACCE77638A2346993A0FAAE2F9FDBA : public RuntimeArray { public: ALIGN_FIELD (8) Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 m_Items[1]; public: inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * 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, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { m_Items[index] = value; } }; // System.Double[] struct DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB : public RuntimeArray { public: ALIGN_FIELD (8) double m_Items[1]; public: inline double GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline double* 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, double value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline double GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline double* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, double value) { m_Items[index] = value; } }; // System.Int16[] struct Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD : public RuntimeArray { public: ALIGN_FIELD (8) int16_t m_Items[1]; public: inline int16_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int16_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, int16_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int16_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int16_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int16_t value) { m_Items[index] = value; } }; // System.Int64[] struct Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6 : public RuntimeArray { public: ALIGN_FIELD (8) int64_t m_Items[1]; public: inline int64_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int64_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, int64_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int64_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int64_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int64_t value) { m_Items[index] = value; } }; // System.SByte[] struct SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7 : public RuntimeArray { public: ALIGN_FIELD (8) int8_t m_Items[1]; public: inline int8_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int8_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, int8_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int8_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int8_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int8_t value) { m_Items[index] = value; } }; // System.Single[] struct SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA : public RuntimeArray { public: ALIGN_FIELD (8) float m_Items[1]; public: inline float GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline float* 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, float value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline float GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline float* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, float value) { m_Items[index] = value; } }; // System.TimeSpan[] struct TimeSpanU5BU5D_t93A1470C8423F710E4D26493EE109A5A5920D545 : public RuntimeArray { public: ALIGN_FIELD (8) TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 m_Items[1]; public: inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * 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, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { m_Items[index] = value; } }; // System.UInt16[] struct UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67 : public RuntimeArray { public: ALIGN_FIELD (8) uint16_t m_Items[1]; public: inline uint16_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint16_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, uint16_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint16_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint16_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint16_t value) { m_Items[index] = value; } }; // System.UInt32[] struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF : public RuntimeArray { public: ALIGN_FIELD (8) uint32_t m_Items[1]; public: inline uint32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint32_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, uint32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint32_t value) { m_Items[index] = value; } }; // System.UInt64[] struct UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2 : public RuntimeArray { public: ALIGN_FIELD (8) uint64_t m_Items[1]; public: inline uint64_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint64_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, uint64_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint64_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint64_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint64_t value) { m_Items[index] = value; } }; // System.Uri[] struct UriU5BU5D_tC686E8C5B661035A1A4E16DDDCDEC4949DDB6A00 : public RuntimeArray { public: ALIGN_FIELD (8) Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * m_Items[1]; public: inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** 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, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Xml.Schema.XmlAtomicValue[] struct XmlAtomicValueU5BU5D_t7F2E099316541748343CFA3FAF60A2402DE532E9 : public RuntimeArray { public: ALIGN_FIELD (8) XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * m_Items[1]; public: inline XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C ** 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, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Xml.XmlQualifiedName[] struct XmlQualifiedNameU5BU5D_tE9A62FBF4DF15B65C9A4430EBAE36CC671776E97 : public RuntimeArray { public: ALIGN_FIELD (8) XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * m_Items[1]; public: inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 ** 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, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Xml.XPath.XPathItem[] struct XPathItemU5BU5D_t1CA2C0DFA3C223B4D6D55B5C8EEBAE6F03048466 : public RuntimeArray { public: ALIGN_FIELD (8) XPathItem_t053B6F865E42EB40BFD03AE958B99844501E5701 * m_Items[1]; public: inline XPathItem_t053B6F865E42EB40BFD03AE958B99844501E5701 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline XPathItem_t053B6F865E42EB40BFD03AE958B99844501E5701 ** 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, XPathItem_t053B6F865E42EB40BFD03AE958B99844501E5701 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline XPathItem_t053B6F865E42EB40BFD03AE958B99844501E5701 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline XPathItem_t053B6F865E42EB40BFD03AE958B99844501E5701 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, XPathItem_t053B6F865E42EB40BFD03AE958B99844501E5701 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Xml.XPath.XPathNavigator[] struct XPathNavigatorU5BU5D_tA353A28494A4B90917938F631210FB020A8E4BF8 : public RuntimeArray { public: ALIGN_FIELD (8) XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * m_Items[1]; public: inline XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 ** 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, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Xml.XmlNamespaceManager/NamespaceDeclaration[] struct NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5 : public RuntimeArray { public: ALIGN_FIELD (8) NamespaceDeclaration_tA6C088F040DB7BC93B5EAF72BFB90CE3C5D1AF48 m_Items[1]; public: inline NamespaceDeclaration_tA6C088F040DB7BC93B5EAF72BFB90CE3C5D1AF48 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline NamespaceDeclaration_tA6C088F040DB7BC93B5EAF72BFB90CE3C5D1AF48 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, NamespaceDeclaration_tA6C088F040DB7BC93B5EAF72BFB90CE3C5D1AF48 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___prefix_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___uri_1), (void*)NULL); #endif } inline NamespaceDeclaration_tA6C088F040DB7BC93B5EAF72BFB90CE3C5D1AF48 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline NamespaceDeclaration_tA6C088F040DB7BC93B5EAF72BFB90CE3C5D1AF48 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, NamespaceDeclaration_tA6C088F040DB7BC93B5EAF72BFB90CE3C5D1AF48 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___prefix_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___uri_1), (void*)NULL); #endif } }; // !0 System.Collections.Generic.List`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_m7B5E3383CB67492E573AC0D875ED82A51350F188_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // T[] System.Xml.Schema.XmlListConverter::ToArray(System.Object,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* XmlListConverter_ToArray_TisRuntimeObject_m5376E3A6235D5F02916197062001991C6B0C3BC6_gshared (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, RuntimeObject * ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method); // T[] System.Xml.Schema.XmlListConverter::ToArray(System.Object,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* XmlListConverter_ToArray_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_m0C907E21C50F7EF796A3BDB6828AC4626E1B11E6_gshared (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, RuntimeObject * ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method); // T[] System.Xml.Schema.XmlListConverter::ToArray(System.Object,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* XmlListConverter_ToArray_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m16709167EBD17EF3652024E1D7C84C74A35CC308_gshared (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, RuntimeObject * ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method); // T[] System.Xml.Schema.XmlListConverter::ToArray(System.Object,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeU5BU5D_t43291D587229E4ED44A327CC74DC7771EF2EBBC1* XmlListConverter_ToArray_TisDateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_m44BBC884264FDBD43D16E8235308C304866A6272_gshared (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, RuntimeObject * ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method); // T[] System.Xml.Schema.XmlListConverter::ToArray(System.Object,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffsetU5BU5D_t81746224316E5FC7189685EFB35488C8CED41826* XmlListConverter_ToArray_TisDateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_m90F6AB9AED74E5899DDACCD6888A6E50496B55BA_gshared (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, RuntimeObject * ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method); // T[] System.Xml.Schema.XmlListConverter::ToArray(System.Object,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DecimalU5BU5D_tAA3302A4A6ACCE77638A2346993A0FAAE2F9FDBA* XmlListConverter_ToArray_TisDecimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_m7F83B3C1EBAE05A934D4F513DF14834E315908FB_gshared (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, RuntimeObject * ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method); // T[] System.Xml.Schema.XmlListConverter::ToArray(System.Object,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* XmlListConverter_ToArray_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_m7DCFB8318AA8AF2922BD00A06A870CDAB3712CE2_gshared (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, RuntimeObject * ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method); // T[] System.Xml.Schema.XmlListConverter::ToArray(System.Object,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* XmlListConverter_ToArray_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m327835B32A4A12ED9D116E59AEF4AB45D1162B71_gshared (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, RuntimeObject * ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method); // T[] System.Xml.Schema.XmlListConverter::ToArray(System.Object,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* XmlListConverter_ToArray_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m160BA337A37B5F6406EA8C6933DF53BF1D4A5982_gshared (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, RuntimeObject * ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method); // T[] System.Xml.Schema.XmlListConverter::ToArray(System.Object,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* XmlListConverter_ToArray_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m22F02F1775C6575179512F7CA3AC61F9559002EC_gshared (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, RuntimeObject * ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method); // T[] System.Xml.Schema.XmlListConverter::ToArray(System.Object,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7* XmlListConverter_ToArray_TisSByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_m8938456FCD37E687D55665FB23E45DDAB5849030_gshared (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, RuntimeObject * ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method); // T[] System.Xml.Schema.XmlListConverter::ToArray(System.Object,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* XmlListConverter_ToArray_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m21E40EBDE6D606ED30FBFEE29FE19643B1CEF6E4_gshared (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, RuntimeObject * ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method); // T[] System.Xml.Schema.XmlListConverter::ToArray(System.Object,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpanU5BU5D_t93A1470C8423F710E4D26493EE109A5A5920D545* XmlListConverter_ToArray_TisTimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_mA021A32F2A33834A62204B5DC380B8DCED90151A_gshared (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, RuntimeObject * ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method); // T[] System.Xml.Schema.XmlListConverter::ToArray(System.Object,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* XmlListConverter_ToArray_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_mE7F4B30C73BBC1AB882FE1C4B914636A11D911B4_gshared (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, RuntimeObject * ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method); // T[] System.Xml.Schema.XmlListConverter::ToArray(System.Object,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* XmlListConverter_ToArray_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mF2EDA5AC5A9EE43F060027C531C8179B2075B5AF_gshared (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, RuntimeObject * ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method); // T[] System.Xml.Schema.XmlListConverter::ToArray(System.Object,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* XmlListConverter_ToArray_TisUInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_m399AF972B5B8B1325567B510585E0D88509F6CA5_gshared (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, RuntimeObject * ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mBA0F95BC28DD65AA86AEA87839C278D24CDF43DF_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, RuntimeObject* ___collection0, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::get_Values() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueCollection_t0ACCC25930444F15B1857D00E9FB6021E5842852 * Dictionary_2_get_Values_mF25EF48FEEA57D7B78F91ECB70D589D003F532C4_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator System.Collections.Generic.Dictionary`2/ValueCollection::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t125181DA94FAAEC346371E0582D50084E0B602E2 ValueCollection_GetEnumerator_m2DEE2525A1312FFEE5EFA8A011F59D7ADD3781AD_gshared (ValueCollection_t0ACCC25930444F15B1857D00E9FB6021E5842852 * __this, const RuntimeMethod* method); // !1 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::get_Current() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_m2AA62EA524F2C6EE711BDA5EBC36CA2271389156_gshared_inline (Enumerator_t125181DA94FAAEC346371E0582D50084E0B602E2 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mAEC22D730EB290F4405C47EE9F330B3CD4E2DC68_gshared (Enumerator_t125181DA94FAAEC346371E0582D50084E0B602E2 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m20B0D06631B9715D2C26F9F0D0665BF0092FF7A6_gshared (Enumerator_t125181DA94FAAEC346371E0582D50084E0B602E2 * __this, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0 Dictionary_2_GetEnumerator_mD80BA563C32BF7C1EE95C9FC1BE3B423716CCE68_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_mA113B07C4C03A7CFBA37EE72824E5795AF960BE0_gshared (Dictionary_2_t1DDD2F48B87E022F599DF2452A49BB70BE95A7F8 * __this, RuntimeObject * ___key0, int32_t ___value1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m5CD823F646F17C2F5B1FB501DCDC0FE22BEBA864_gshared (Dictionary_2_t1DDD2F48B87E022F599DF2452A49BB70BE95A7F8 * __this, int32_t ___capacity0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_mBD7199657787018123B7B8F2B048B503D484C097_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, int32_t ___capacity0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_mA8F31A10EE1129768E13ACC4DC847B05EAD2A055_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::get_Keys() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyCollection_tCA4820F8266AF4059CC5A14888D8195F0D797499 * Dictionary_2_get_Keys_m14F0DE944E629ED442E40386FFE65268F5089A65_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator System.Collections.Generic.Dictionary`2/KeyCollection::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t4F7151B1D8B03D97F931400ABBC97A08CE419031 KeyCollection_GetEnumerator_m0252B3E83A9B8FAD9CFCE377DF531358529B743B_gshared (KeyCollection_tCA4820F8266AF4059CC5A14888D8195F0D797499 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m121B3AC8EDC09FFEC201BB0726120B4DCFCCFEDB_gshared (Dictionary_2_t1DDD2F48B87E022F599DF2452A49BB70BE95A7F8 * __this, RuntimeObject * ___key0, int32_t* ___value1, 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.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.Xml.XmlRawWriter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlRawWriter__ctor_mA2DC536DF02E2F33EB74D66CE039D330EBBE4F33 (XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.XmlWriterSettings::get_Async() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlWriterSettings_get_Async_mC77211C434725414D7DF59943DCE1B847C0A7C6F_inline (XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * __this, const RuntimeMethod* method); // System.Xml.NewLineHandling System.Xml.XmlWriterSettings::get_NewLineHandling() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlWriterSettings_get_NewLineHandling_m8014535D4630623343C88657D5329CED80B5539A_inline (XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.XmlWriterSettings::get_OmitXmlDeclaration() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlWriterSettings_get_OmitXmlDeclaration_m370F4394776E74A9AF30E03750AFA7B5C5B1AF41_inline (XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * __this, const RuntimeMethod* method); // System.String System.Xml.XmlWriterSettings::get_NewLineChars() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlWriterSettings_get_NewLineChars_m97289D4A49381A74C9A6B6E9614D850DE0503325_inline (XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.XmlWriterSettings::get_CheckCharacters() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlWriterSettings_get_CheckCharacters_mF45F8AB64E7E86830E82D45BED1D2301DA845302_inline (XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.XmlWriterSettings::get_CloseOutput() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlWriterSettings_get_CloseOutput_m6E6A62AE91109CC548BBE7DC2CA681DB2E96F98A_inline (XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * __this, const RuntimeMethod* method); // System.Xml.XmlStandalone System.Xml.XmlWriterSettings::get_Standalone() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlWriterSettings_get_Standalone_m70CB5E49F6B25B87C65613D1D8AF8D78B9CF2E23_inline (XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * __this, const RuntimeMethod* method); // System.Xml.XmlOutputMethod System.Xml.XmlWriterSettings::get_OutputMethod() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlWriterSettings_get_OutputMethod_mB66D206D5F27115B29E89B878F8105F9353D8CD4_inline (XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.XmlWriterSettings::get_MergeCDataSections() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlWriterSettings_get_MergeCDataSections_mBC8440CD91665D5331BA39449C307D7BDC68DF3B_inline (XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlEncodedRawTextWriter::ValidateContentChars(System.String,System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_ValidateContentChars_mBD456C6948B87903E7C2778A5E9BA5B3D604605E (XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * __this, String_t* ___chars0, String_t* ___propertyName1, bool ___allowOnlyWhitespace2, const RuntimeMethod* method); // System.Void System.Xml.XmlEncodedRawTextWriter::.ctor(System.Xml.XmlWriterSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter__ctor_m67ADAF9986323702F79E1A090E3D3893123E3F06 (XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * __this, XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * ___settings0, const RuntimeMethod* method); // System.Boolean System.Xml.XmlWriterSettings::get_AutoXmlDeclaration() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlWriterSettings_get_AutoXmlDeclaration_m12CF17F4516BFD28346BD85E6374F3AA221B6CC5_inline (XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * __this, const RuntimeMethod* method); // System.Text.Encoding System.Xml.XmlWriterSettings::get_Encoding() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * XmlWriterSettings_get_Encoding_m6A5CD77CA3A521F56BD27CDFE73DDDFDF588E6B9_inline (XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * __this, const RuntimeMethod* method); // System.Void System.Xml.CharEntityEncoderFallback::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CharEntityEncoderFallback__ctor_mC55B06F0EA34591E18782D6F9EF76AA980AF42B4 (CharEntityEncoderFallback_t4D5B1863C30C436F12B2BE9E8EE22193E27960EE * __this, const RuntimeMethod* method); // System.Void System.Text.Encoding::set_EncoderFallback(System.Text.EncoderFallback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Encoding_set_EncoderFallback_m75BA39C6302BD7EFBB4A48B02C406A14789B244A (Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * __this, EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * ___value0, const RuntimeMethod* method); // System.Void System.Xml.XmlEncodedRawTextWriter::ChangeTextContentMark(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_ChangeTextContentMark_mEF4D16ADDA4990B1B146E1C6743FEB923F3D1C41 (XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Xml.XmlEncodedRawTextWriter::RawText(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_RawText_m1A0B94A7A7377E369B4685225949970F808281B1 (XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * __this, String_t* ___s0, 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.Void System.Xml.XmlEncodedRawTextWriter::WriteCDataSection(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_WriteCDataSection_m26971A7C40BBC8DFD2390C30E3388EBDDBEE0279 (XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * __this, String_t* ___text0, const RuntimeMethod* method); // System.Void System.Xml.XmlEncodedRawTextWriter::WriteCommentOrPi(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_WriteCommentOrPi_mEEDCD7012F1B5569C13BC555A089ADEC60273E2A (XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * __this, String_t* ___text0, int32_t ___stopChar1, const RuntimeMethod* method); // System.Globalization.NumberFormatInfo System.Globalization.NumberFormatInfo::get_InvariantInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * NumberFormatInfo_get_InvariantInfo_m286BBD095BFCA546BD2CD67E856D1A205436C03F (const RuntimeMethod* method); // System.String System.Int32::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m246774E1922012AE787EB97743F42CB798B70CD8 (int32_t* __this, String_t* ___format0, RuntimeObject* ___provider1, 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.Exception System.Xml.XmlConvert::CreateInvalidCharException(System.Char,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_CreateInvalidCharException_m7F50BCBE8EBFD8D382C6062F523704CB9ABC9049 (Il2CppChar ___invChar0, Il2CppChar ___nextChar1, const RuntimeMethod* method); // System.Int32 System.Runtime.CompilerServices.RuntimeHelpers::get_OffsetToStringData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeHelpers_get_OffsetToStringData_mEB8E6EAEBAFAB7CD7F7A915B3081785AABB9FC42 (const RuntimeMethod* method); // System.Void System.Xml.XmlEncodedRawTextWriter::WriteAttributeTextBlock(System.Char*,System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_WriteAttributeTextBlock_m1A071EEE52E8D207B71E15A840AC441EC5F52B13 (XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * __this, Il2CppChar* ___pSrc0, Il2CppChar* ___pSrcEnd1, const RuntimeMethod* method); // System.Void System.Xml.XmlEncodedRawTextWriter::WriteElementTextBlock(System.Char*,System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_WriteElementTextBlock_mE015D1A62401272BC365FA42D37F6271455C548C (XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * __this, Il2CppChar* ___pSrc0, Il2CppChar* ___pSrcEnd1, const RuntimeMethod* method); // System.Int32 System.Xml.XmlCharType::CombineSurrogateChar(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlCharType_CombineSurrogateChar_m87E1DFC697895E2055353F4E12BFB7D9DDBA9A9B (int32_t ___lowChar0, int32_t ___highChar1, const RuntimeMethod* method); // System.Void System.Xml.XmlEncodedRawTextWriter::WriteRawWithCharChecking(System.Char*,System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_WriteRawWithCharChecking_m1C5307D7D4E5ACCE1B9DC622DCCE1D9EAEC74B61 (XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * __this, Il2CppChar* ___pSrcBegin0, Il2CppChar* ___pSrcEnd1, const RuntimeMethod* method); // System.Void System.Xml.XmlEncodedRawTextWriter::FlushEncoder() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_FlushEncoder_mD18303DCBB74AE62D2C56CF959D3FE3FF1E3188C (XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * __this, const RuntimeMethod* method); // System.Void System.Xml.CharEntityEncoderFallback::Reset(System.Int32[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CharEntityEncoderFallback_Reset_mB0D75DB57542FC4F1E90E1DE9DECAEE102BB3397 (CharEntityEncoderFallback_t4D5B1863C30C436F12B2BE9E8EE22193E27960EE * __this, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___textContentMarks0, int32_t ___endMarkPos1, const RuntimeMethod* method); // System.Void System.Xml.XmlEncodedRawTextWriter::EncodeChars(System.Int32,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_EncodeChars_mA84136B6B27D5B848D2B50DD04B0B2B7A080960F (XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * __this, int32_t ___startOffset0, int32_t ___endOffset1, bool ___writeAllToStream2, const RuntimeMethod* method); // System.Void System.Xml.CharEntityEncoderFallback::set_StartOffset(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CharEntityEncoderFallback_set_StartOffset_mF4AEA49D6B3CFCCD5E9AA73E570648904B4C3F96_inline (CharEntityEncoderFallback_t4D5B1863C30C436F12B2BE9E8EE22193E27960EE * __this, int32_t ___value0, const RuntimeMethod* method); // System.Char* System.Xml.XmlEncodedRawTextWriter::AmpEntity(System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar* XmlEncodedRawTextWriter_AmpEntity_m05C1E8E66451824B396AB6B6BAA9A1BBAB2F9919 (Il2CppChar* ___pDst0, const RuntimeMethod* method); // System.Char* System.Xml.XmlEncodedRawTextWriter::LtEntity(System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar* XmlEncodedRawTextWriter_LtEntity_m1BB209262B5D15971F158C5503F02F3E3267E820 (Il2CppChar* ___pDst0, const RuntimeMethod* method); // System.Char* System.Xml.XmlEncodedRawTextWriter::GtEntity(System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar* XmlEncodedRawTextWriter_GtEntity_mC1D2D5F6CF543954E8CA28C48398983E95270CBE (Il2CppChar* ___pDst0, const RuntimeMethod* method); // System.Char* System.Xml.XmlEncodedRawTextWriter::QuoteEntity(System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar* XmlEncodedRawTextWriter_QuoteEntity_mA18D68D7D13ECE08BDFA327A6305C553954A4A71 (Il2CppChar* ___pDst0, const RuntimeMethod* method); // System.Char* System.Xml.XmlEncodedRawTextWriter::TabEntity(System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar* XmlEncodedRawTextWriter_TabEntity_mC398DBEFDE213ABE25181CFEF81A7FA135793CD6 (Il2CppChar* ___pDst0, const RuntimeMethod* method); // System.Char* System.Xml.XmlEncodedRawTextWriter::CarriageReturnEntity(System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar* XmlEncodedRawTextWriter_CarriageReturnEntity_mBE668DC42E8424A0609D81BD401C47E673926B95 (Il2CppChar* ___pDst0, const RuntimeMethod* method); // System.Char* System.Xml.XmlEncodedRawTextWriter::LineFeedEntity(System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar* XmlEncodedRawTextWriter_LineFeedEntity_mB0F1265EF1027455FAA65422F4D3D600876F462A (Il2CppChar* ___pDst0, const RuntimeMethod* method); // System.Boolean System.Xml.XmlCharType::IsSurrogate(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsSurrogate_m01752EB49659860DAB0FEACB0AD1566216215DE8 (int32_t ___ch0, const RuntimeMethod* method); // System.Char* System.Xml.XmlEncodedRawTextWriter::EncodeSurrogate(System.Char*,System.Char*,System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar* XmlEncodedRawTextWriter_EncodeSurrogate_m1EE3EBDB2B588413C382CE60822439ED83D9C084 (Il2CppChar* ___pSrc0, Il2CppChar* ___pSrcEnd1, Il2CppChar* ___pDst2, const RuntimeMethod* method); // System.Char* System.Xml.XmlEncodedRawTextWriter::InvalidXmlChar(System.Int32,System.Char*,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar* XmlEncodedRawTextWriter_InvalidXmlChar_mAA6562013643C7D7E20618E2B0AA7C9A73785E00 (XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * __this, int32_t ___ch0, Il2CppChar* ___pDst1, bool ___entitize2, const RuntimeMethod* method); // System.Char* System.Xml.XmlEncodedRawTextWriter::WriteNewLine(System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar* XmlEncodedRawTextWriter_WriteNewLine_m20F9813319DAE8D4CE5F527DB7BD68E444DF6AB8 (XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * __this, Il2CppChar* ___pDst0, const RuntimeMethod* method); // System.Void System.Xml.XmlEncodedRawTextWriter::RawText(System.Char*,System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_RawText_m82E9509CAAD47ABE665B46830EEE58C0281D80EF (XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * __this, Il2CppChar* ___pSrcBegin0, Il2CppChar* ___pSrcEnd1, const RuntimeMethod* method); // System.Char* System.Xml.XmlEncodedRawTextWriter::RawEndCData(System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar* XmlEncodedRawTextWriter_RawEndCData_m5EF2F8B5363C7E1A504D9CBB2A11CD990D198C8F (Il2CppChar* ___pDst0, const RuntimeMethod* method); // System.Char* System.Xml.XmlEncodedRawTextWriter::RawStartCData(System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar* XmlEncodedRawTextWriter_RawStartCData_m7E817BF097D9A4ECF90DE764F4D849F8BE905FE7 (Il2CppChar* ___pDst0, const RuntimeMethod* method); // System.Exception System.Xml.XmlConvert::CreateInvalidSurrogatePairException(System.Char,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_CreateInvalidSurrogatePairException_m0DE4CC9F8620ABC31C61F6FDAFA3BC960F41F170 (Il2CppChar ___low0, Il2CppChar ___hi1, 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.ArgumentException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Exception System.Xml.XmlConvert::CreateInvalidHighSurrogateCharException(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_CreateInvalidHighSurrogateCharException_mD8CAB48E86A39FACE4A0274D91C7065A6458233E (Il2CppChar ___hi0, const RuntimeMethod* method); // System.Char* System.Xml.XmlEncodedRawTextWriter::CharEntity(System.Char*,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar* XmlEncodedRawTextWriter_CharEntity_mF804BA3FD404DAA4F94E13FA379AA715F4CAC54C (Il2CppChar* ___pDst0, Il2CppChar ___ch1, const RuntimeMethod* method); // System.Void System.Xml.XmlEncodedRawTextWriter::GrowTextContentMarks() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_GrowTextContentMarks_mE10E20095861668FD88E4D98E8E7F7F7C1BBF18B (XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * __this, const RuntimeMethod* method); // System.Void System.Array::Copy(System.Array,System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Copy_m40103AA97DC582C557B912CF4BBE86A4D166F803 (RuntimeArray * ___sourceArray0, RuntimeArray * ___destinationArray1, int32_t ___length2, const RuntimeMethod* method); // System.Boolean System.Xml.XmlCharType::IsOnlyWhitespace(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsOnlyWhitespace_m67C7128F455445CCB117BF101F75E69F41D1DBE5 (XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * __this, String_t* ___str0, 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.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.Boolean System.Xml.XmlCharType::IsTextChar(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsTextChar_mA8CF9F91752A9361BC4F6B1971E658323A3EC8F2 (XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * __this, Il2CppChar ___ch0, const RuntimeMethod* method); // System.String[] System.Xml.XmlException::BuildCharExceptionArgs(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* XmlException_BuildCharExceptionArgs_m4A2C0BF59A2C409511D7E233C9CACA9801D7254F (String_t* ___data0, int32_t ___invCharIndex1, 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.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.UInt32::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UInt32_ToString_mAF0A46E9EC70EA43A02EBE522FF287E20DEE691B (uint32_t* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Void System.Xml.XmlEncodedRawTextWriter::.ctor(System.IO.TextWriter,System.Xml.XmlWriterSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter__ctor_m8D1DDCA57FF8395D089EBC16BB9BD26E66148C91 (XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * __this, TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * ___writer0, XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * ___settings1, const RuntimeMethod* method); // System.Void System.Xml.XmlEncodedRawTextWriterIndent::Init(System.Xml.XmlWriterSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriterIndent_Init_mFBABCA5E482322957CFEF3A2E8EAE6784899BF34 (XmlEncodedRawTextWriterIndent_t709119ADEBDA693CAB054DFCC9EA33372098D033 * __this, XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * ___settings0, const RuntimeMethod* method); // System.Void System.Xml.XmlEncodedRawTextWriter::.ctor(System.IO.Stream,System.Xml.XmlWriterSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter__ctor_m91D1897CFEEA3DA159C64DDE123CDEA02943899C (XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream0, XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * ___settings1, const RuntimeMethod* method); // System.Void System.Xml.XmlEncodedRawTextWriterIndent::WriteIndent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriterIndent_WriteIndent_m64ECD71363B1D17A128A050E25B691F303FB6CB6 (XmlEncodedRawTextWriterIndent_t709119ADEBDA693CAB054DFCC9EA33372098D033 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlEncodedRawTextWriter::WriteDocType(System.String,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_WriteDocType_m1F776B011812BEDC0C3EC3F980AF06442A74588A (XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * __this, String_t* ___name0, String_t* ___pubid1, String_t* ___sysid2, String_t* ___subset3, const RuntimeMethod* method); // System.Void System.Xml.BitStack::PushBit(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BitStack_PushBit_mA8687765F153AF75D44D4DDD2C778B7CFC8AD795 (BitStack_t06F411C96B04DE5B8D4A67EC95F15674B52ACB98 * __this, bool ___bit0, const RuntimeMethod* method); // System.Void System.Xml.XmlEncodedRawTextWriter::WriteStartElement(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_WriteStartElement_m3D92CC6A40AA8A117183C074F2C2F8C4F1450878 (XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___ns2, const RuntimeMethod* method); // System.Boolean System.Xml.BitStack::PeekBit() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BitStack_PeekBit_m1290989B251A2D0C7D1360F7893BAAD01AA1B42A (BitStack_t06F411C96B04DE5B8D4A67EC95F15674B52ACB98 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlEncodedRawTextWriter::StartElementContent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_StartElementContent_m970B7C364A08B42F950BE0A047474F96AA00BBC2 (XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.BitStack::PopBit() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BitStack_PopBit_m84C75FC508ACE07B2E3E7AA45B9CFB91279553C3 (BitStack_t06F411C96B04DE5B8D4A67EC95F15674B52ACB98 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlEncodedRawTextWriter::WriteEndElement(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_WriteEndElement_m08A199C4E69584D34243788833035B855999C7ED (XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___ns2, const RuntimeMethod* method); // System.Void System.Xml.XmlEncodedRawTextWriter::WriteFullEndElement(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_WriteFullEndElement_mFD99546FB0303E282872C724FF7DB866D48117D4 (XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___ns2, const RuntimeMethod* method); // System.Void System.Xml.XmlEncodedRawTextWriter::WriteStartAttribute(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_WriteStartAttribute_mC47DBF553BE09A2DA37E8567E6479223F6B51CF5 (XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___ns2, const RuntimeMethod* method); // System.Void System.Xml.XmlEncodedRawTextWriter::WriteCData(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_WriteCData_m47927F76D81DB51BF79BCB0035EEF05E0830349E (XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * __this, String_t* ___text0, const RuntimeMethod* method); // System.Void System.Xml.XmlEncodedRawTextWriter::WriteComment(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_WriteComment_m9CEF66D867E4BB6B0DD86404D9B511EA12A44C12 (XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * __this, String_t* ___text0, const RuntimeMethod* method); // System.Void System.Xml.XmlEncodedRawTextWriter::WriteProcessingInstruction(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_WriteProcessingInstruction_mC7F9C0FC7E60122592BD675EB8F9E88825805C8E (XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * __this, String_t* ___name0, String_t* ___text1, const RuntimeMethod* method); // System.Void System.Xml.XmlEncodedRawTextWriter::WriteEntityRef(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_WriteEntityRef_m3D38D4D7E9053578F442A23E4401ED4DF7D000E8 (XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Void System.Xml.XmlEncodedRawTextWriter::WriteCharEntity(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_WriteCharEntity_mC10080307D4E591E1E53A6F08ABF0BFA12C2CA87 (XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * __this, Il2CppChar ___ch0, const RuntimeMethod* method); // System.Void System.Xml.XmlEncodedRawTextWriter::WriteSurrogateCharEntity(System.Char,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_WriteSurrogateCharEntity_mC44E89B3027D3B43DC971F30EE732B334A29A5A0 (XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * __this, Il2CppChar ___lowChar0, Il2CppChar ___highChar1, const RuntimeMethod* method); // System.Void System.Xml.XmlEncodedRawTextWriter::WriteWhitespace(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_WriteWhitespace_m2709A1810675B1B3A66277D28BB098252FB243D9 (XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * __this, String_t* ___ws0, const RuntimeMethod* method); // System.Void System.Xml.XmlEncodedRawTextWriter::WriteString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_WriteString_mFE3E8DDE7C228A954347AC94AD1A642181000B6E (XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * __this, String_t* ___text0, const RuntimeMethod* method); // System.Void System.Xml.XmlEncodedRawTextWriter::WriteChars(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_WriteChars_mB797B6AA4C98193D919368EE9702606E0B79DC11 (XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___buffer0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method); // System.Void System.Xml.XmlEncodedRawTextWriter::WriteRaw(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_WriteRaw_mDDF78C0D0BCAF381789C59DDA3EB78BFD0FA18DD (XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___buffer0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method); // System.Void System.Xml.XmlEncodedRawTextWriter::WriteRaw(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_WriteRaw_mB1BD338017543D641E4EB1261FE69CF0B4C4A7A9 (XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * __this, String_t* ___data0, const RuntimeMethod* method); // 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); // System.String System.Xml.XmlWriterSettings::get_IndentChars() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlWriterSettings_get_IndentChars_mCE3B39C83C32982B89ED6615ABA6EEAF95F3E549_inline (XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.XmlWriterSettings::get_NewLineOnAttributes() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlWriterSettings_get_NewLineOnAttributes_mA8C3C3A7E78EB3C7BE431D3980035410200E59F3_inline (XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * __this, const RuntimeMethod* method); // System.Void System.Xml.BitStack::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BitStack__ctor_mBA8CA47A8233563799783F70F09BBA442F66F5C6 (BitStack_t06F411C96B04DE5B8D4A67EC95F15674B52ACB98 * __this, 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.Void System.InvalidOperationException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * __this, String_t* ___message0, const RuntimeMethod* method); // System.String System.Xml.XmlNode::get_InnerText() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlNode_get_InnerText_mC4D331007A6366FC87C499062227ED912ABD9BF0 (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlLoader::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlLoader__ctor_mF5D358544A8546105CB2DC60D9D5969FCFF26967 (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlLoader::ExpandEntity(System.Xml.XmlEntity) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlLoader_ExpandEntity_mB914876C368C11CA6A2A83A4E52759EA2C738E81 (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * __this, XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 * ___ent0, 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.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.Void System.Xml.XmlNode::SetParent(System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNode_SetParent_m021F240181C9BB6F6544ED159F683BBDE5C5CA2D (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___node0, const RuntimeMethod* method); // System.Void System.Xml.XmlLoader::ExpandEntityReference(System.Xml.XmlEntityReference) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlLoader_ExpandEntityReference_m6A5DC6049742CE328968AC7DB1E46D24FA60425A (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * __this, XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * ___eref0, const RuntimeMethod* method); // System.Int32 System.String::LastIndexOf(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_LastIndexOf_m29D788F388576F13C5D522AD008A86859E5BA826 (String_t* __this, Il2CppChar ___value0, 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.String System.String::Concat(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B (String_t* ___str00, String_t* ___str11, const RuntimeMethod* method); // System.String System.String::Replace(System.Char,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Replace_mD912844A1141FE8771F55255C4A8D29C80C47618 (String_t* __this, Il2CppChar ___oldChar0, Il2CppChar ___newChar1, const RuntimeMethod* method); // System.Xml.XmlEntity System.Xml.XmlDocument::GetEntityNode(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 * XmlDocument_GetEntityNode_m42037E36DE52D878A296F6577B2677922EC4E809 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, String_t* ___name0, const RuntimeMethod* method); // System.String System.Xml.XmlEntity::get_SystemId() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlEntity_get_SystemId_m8BCDB233348C6CA78DC12DB3C39EFF4727592AB7_inline (XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 * __this, const RuntimeMethod* method); // System.String System.Xml.XmlEntityReference::ConstructBaseURI(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlEntityReference_ConstructBaseURI_mBB954A1CEBFD622AE352DCB5A220AF8E0557E04C (XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * __this, String_t* ___baseURI0, String_t* ___systemId1, const RuntimeMethod* method); // System.Int32 System.Xml.Xsl.Runtime.StringConcat::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t StringConcat_get_Count_m6AFA538C150AD1A02037CCD20108A27C3007FD3E_inline (StringConcat_t313CCAA6C94520A80805790FEC5864DFD57DAD36 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlEventCache::AddEvent(System.Xml.XmlEventCache/XmlEventType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEventCache_AddEvent_m68BC7D172FDC91F1C4F61AEBCD40E5D99EA8439B (XmlEventCache_t7429BFB736D94B0281F53167E418058D78A4C028 * __this, int32_t ___eventType0, const RuntimeMethod* method); // System.String System.Xml.Xsl.Runtime.StringConcat::GetResult() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringConcat_GetResult_m5195CCD8EA33F2A4EEC0B8B166DEB3D275D6B90E (StringConcat_t313CCAA6C94520A80805790FEC5864DFD57DAD36 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline XmlEventU5BU5D_t19D4DF807CB98BAA0DB24393D169BBD14B64100D* List_1_get_Item_m42689C8101D824682F0A51D0F82880DA953EE3B5_inline (List_1_tA93C4538153D3E132FA2B0769673023B002DD93F * __this, int32_t ___index0, const RuntimeMethod* method) { return (( XmlEventU5BU5D_t19D4DF807CB98BAA0DB24393D169BBD14B64100D* (*) (List_1_tA93C4538153D3E132FA2B0769673023B002DD93F *, int32_t, const RuntimeMethod*))List_1_get_Item_m7B5E3383CB67492E573AC0D875ED82A51350F188_gshared_inline)(__this, ___index0, method); } // System.Xml.XmlEventCache/XmlEventType System.Xml.XmlEventCache/XmlEvent::get_EventType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlEvent_get_EventType_m5E1A3D64EE0DF5F7A21C9A18107C0C9C7C1C66C7_inline (XmlEvent_t90A3FD5589BF0CB095CF3B7A0F395CC1604B92F8 * __this, const RuntimeMethod* method); // System.String System.Xml.XmlEventCache/XmlEvent::get_String1() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlEvent_get_String1_mDAC92F7047BE968646E4D51C6409D7CD4012DCFB_inline (XmlEvent_t90A3FD5589BF0CB095CF3B7A0F395CC1604B92F8 * __this, const RuntimeMethod* method); // System.String System.Xml.XmlEventCache/XmlEvent::get_String2() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlEvent_get_String2_mA958CB1614BFB8F5E3FB01B69A012B3ADDA51EDA_inline (XmlEvent_t90A3FD5589BF0CB095CF3B7A0F395CC1604B92F8 * __this, const RuntimeMethod* method); // System.String System.Xml.XmlEventCache/XmlEvent::get_String3() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlEvent_get_String3_mCFB8894B848A4CAE67E7562D27881348E6B206EF_inline (XmlEvent_t90A3FD5589BF0CB095CF3B7A0F395CC1604B92F8 * __this, const RuntimeMethod* method); // System.Object System.Xml.XmlEventCache/XmlEvent::get_Object() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * XmlEvent_get_Object_m53492BB3E8D7BE92F2B0A3A1230A6833CE1CC71F_inline (XmlEvent_t90A3FD5589BF0CB095CF3B7A0F395CC1604B92F8 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlWriter::WriteAttributeString(System.String,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlWriter_WriteAttributeString_m7ABADBF13E8DD19BD7F3970AD124DEF3441259CE (XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___ns2, String_t* ___value3, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_mCCB1DB6AEC86E71552C7530372E5D414AEDA9021_inline (List_1_tA93C4538153D3E132FA2B0769673023B002DD93F * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_tA93C4538153D3E132FA2B0769673023B002DD93F *, const RuntimeMethod*))List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline)(__this, method); } // System.Void System.Xml.XmlEventCache::AddEvent(System.Xml.XmlEventCache/XmlEventType,System.String,System.String,System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEventCache_AddEvent_m43838D0FF1FD563762BFDC2662225BF55504A23C (XmlEventCache_t7429BFB736D94B0281F53167E418058D78A4C028 * __this, int32_t ___eventType0, String_t* ___s11, String_t* ___s22, String_t* ___s33, RuntimeObject * ___o4, const RuntimeMethod* method); // System.Void System.Xml.XmlEventCache::AddEvent(System.Xml.XmlEventCache/XmlEventType,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEventCache_AddEvent_mBE462B2B5F049A2A4C6A22AA8B93363D020D8CFD (XmlEventCache_t7429BFB736D94B0281F53167E418058D78A4C028 * __this, int32_t ___eventType0, String_t* ___s11, String_t* ___s22, String_t* ___s33, const RuntimeMethod* method); // System.Void System.Xml.XmlEventCache::AddEvent(System.Xml.XmlEventCache/XmlEventType,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEventCache_AddEvent_m66BB7A39E427DD7BC061A62209F93C39C8FF3805 (XmlEventCache_t7429BFB736D94B0281F53167E418058D78A4C028 * __this, int32_t ___eventType0, String_t* ___s11, const RuntimeMethod* method); // System.Void System.Xml.XmlEventCache::AddEvent(System.Xml.XmlEventCache/XmlEventType,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEventCache_AddEvent_m5857B4A4C4218DDD8EAEE9803C356AB984ABE8CE (XmlEventCache_t7429BFB736D94B0281F53167E418058D78A4C028 * __this, int32_t ___eventType0, String_t* ___s11, String_t* ___s22, const RuntimeMethod* method); // System.Void System.Xml.Xsl.Runtime.StringConcat::ConcatNoDelimiter(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringConcat_ConcatNoDelimiter_m23E6E1C42594919991FA12D5538DACFF1302CD67 (StringConcat_t313CCAA6C94520A80805790FEC5864DFD57DAD36 * __this, String_t* ___s0, 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.Xml.XmlEventCache::AddEvent(System.Xml.XmlEventCache/XmlEventType,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEventCache_AddEvent_mCC9C01829C0ED0C096DE1BE3FDA66025E2FCDBD2 (XmlEventCache_t7429BFB736D94B0281F53167E418058D78A4C028 * __this, int32_t ___eventType0, RuntimeObject * ___o1, const RuntimeMethod* method); // System.Byte[] System.Xml.XmlEventCache::ToBytes(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* XmlEventCache_ToBytes_mFCFF9AEB989B7CDC153976D3034CFB917119DBBA (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method); // System.Void System.Xml.XmlWriter::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlWriter_Dispose_m1C350DA8CB5925DBAE6073FFFD18ED5824EF61EA (XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * __this, bool ___disposing0, const RuntimeMethod* method); // System.Int32 System.Xml.XmlEventCache::NewEvent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlEventCache_NewEvent_mF61C4274C1D57696857E1697FA8DF2DA5EC1A86C (XmlEventCache_t7429BFB736D94B0281F53167E418058D78A4C028 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlEventCache/XmlEvent::InitEvent(System.Xml.XmlEventCache/XmlEventType) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlEvent_InitEvent_m697F8F1C5FBAEBF07EEEFF5DF39BBB0B3046BC95_inline (XmlEvent_t90A3FD5589BF0CB095CF3B7A0F395CC1604B92F8 * __this, int32_t ___eventType0, const RuntimeMethod* method); // System.Void System.Xml.XmlEventCache/XmlEvent::InitEvent(System.Xml.XmlEventCache/XmlEventType,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEvent_InitEvent_m97CBD24760A7B28920D39BFCF894D00562B007C1 (XmlEvent_t90A3FD5589BF0CB095CF3B7A0F395CC1604B92F8 * __this, int32_t ___eventType0, String_t* ___s11, const RuntimeMethod* method); // System.Void System.Xml.XmlEventCache/XmlEvent::InitEvent(System.Xml.XmlEventCache/XmlEventType,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEvent_InitEvent_m1F01A7DF45F8CF6EB8A70E7EDD5702DA5CF7E026 (XmlEvent_t90A3FD5589BF0CB095CF3B7A0F395CC1604B92F8 * __this, int32_t ___eventType0, String_t* ___s11, String_t* ___s22, const RuntimeMethod* method); // System.Void System.Xml.XmlEventCache/XmlEvent::InitEvent(System.Xml.XmlEventCache/XmlEventType,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEvent_InitEvent_m27372226CAE65BD167B245E4636C47406982454E (XmlEvent_t90A3FD5589BF0CB095CF3B7A0F395CC1604B92F8 * __this, int32_t ___eventType0, String_t* ___s11, String_t* ___s22, String_t* ___s33, const RuntimeMethod* method); // System.Void System.Xml.XmlEventCache/XmlEvent::InitEvent(System.Xml.XmlEventCache/XmlEventType,System.String,System.String,System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEvent_InitEvent_mC0BABAD00E5DAE5C23EE9D545B7B105DDEB2C4FB (XmlEvent_t90A3FD5589BF0CB095CF3B7A0F395CC1604B92F8 * __this, int32_t ___eventType0, String_t* ___s11, String_t* ___s22, String_t* ___s33, RuntimeObject * ___o4, const RuntimeMethod* method); // System.Void System.Xml.XmlEventCache/XmlEvent::InitEvent(System.Xml.XmlEventCache/XmlEventType,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEvent_InitEvent_mB94B972DF8B3C9C759907CD4238EB9CABCE73A9F (XmlEvent_t90A3FD5589BF0CB095CF3B7A0F395CC1604B92F8 * __this, int32_t ___eventType0, RuntimeObject * ___o1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_mB82CFFBC12650A236A12C75F377D54DF831A5894 (List_1_tA93C4538153D3E132FA2B0769673023B002DD93F * __this, const RuntimeMethod* method) { (( void (*) (List_1_tA93C4538153D3E132FA2B0769673023B002DD93F *, const RuntimeMethod*))List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_mF69790CA3FA9F8820309F9887A1BBB3F491D8F6E (List_1_tA93C4538153D3E132FA2B0769673023B002DD93F * __this, XmlEventU5BU5D_t19D4DF807CB98BAA0DB24393D169BBD14B64100D* ___item0, const RuntimeMethod* method) { (( void (*) (List_1_tA93C4538153D3E132FA2B0769673023B002DD93F *, XmlEventU5BU5D_t19D4DF807CB98BAA0DB24393D169BBD14B64100D*, const RuntimeMethod*))List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared)(__this, ___item0, method); } // System.Void System.Xml.Xsl.Runtime.StringConcat::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringConcat_Clear_mB16BB6C5D653C368610F5AF2115E88BA79F39A83 (StringConcat_t313CCAA6C94520A80805790FEC5864DFD57DAD36 * __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.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.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E (RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ___handle0, 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.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.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.XmlException::CreateMessage(System.String,System.String[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlException_CreateMessage_m222F162AE354DEA3AFD7969544733DD123BA90DB (String_t* ___res0, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___args1, int32_t ___lineNumber2, int32_t ___linePosition3, 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.XmlException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_m4E096C7446FAB4E4B00FB2D530ED083A91E5C756 (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.Xml.XmlException::.ctor(System.String,System.Exception,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_m828060C266C3003539491FDB7F9BCEA07A24B352 (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * __this, String_t* ___message0, Exception_t * ___innerException1, int32_t ___lineNumber2, int32_t ___linePosition3, 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.String System.Xml.XmlException::FormatUserMessage(System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlException_FormatUserMessage_m43C6731234AE7C72D5C1C88905B6E4A21C2C4CA5 (String_t* ___message0, int32_t ___lineNumber1, int32_t ___linePosition2, 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.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.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.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.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.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::Format(System.IFormatProvider,System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m90ED4B078849D42FA1A7C5EB7AC7F74F235F6916 (RuntimeObject* ___provider0, String_t* ___format1, RuntimeObject * ___arg02, const RuntimeMethod* method); // System.String System.Char::ToString(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Char_ToString_m06BE905F629AFE67313D613EC0ABFA8572CAEFC2 (Il2CppChar* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.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.NameTable::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameTable__ctor_mE309EB2FC114B34D12ED3FBC00E878AF6A154CB0 (NameTable_t3BB114C691B98D26C27BAF10FFFE11D974EE4728 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlImplementation::.ctor(System.Xml.XmlNameTable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlImplementation__ctor_m02BACC3AFEBF8E1F973D793E33E1FE174BDD5104 (XmlImplementation_tE66EA5FEAE495F36B03F697C51E4815D4B5D1D59 * __this, XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * ___nt0, const RuntimeMethod* method); // System.Void System.Object::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405 (RuntimeObject * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlDocument::.ctor(System.Xml.XmlImplementation) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument__ctor_m43B868426E05CE674112BBEB6E87751CFB3203D3 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, XmlImplementation_tE66EA5FEAE495F36B03F697C51E4815D4B5D1D59 * ___imp0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlBaseConverter::.ctor(System.Xml.Schema.XmlBaseConverter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlBaseConverter__ctor_m072615A81DBEB908FDC4B17281BC9ECC4FD71AFD (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * ___converterAtomic0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlBaseConverter::.ctor(System.Xml.Schema.XmlBaseConverter,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlBaseConverter__ctor_mA8A52CA1291E958C71717A53BD213C4DA1FB86B6 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * ___converterAtomic0, Type_t * ___clrTypeDefault1, 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.XmlListConverter::.ctor(System.Xml.Schema.XmlBaseConverter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlListConverter__ctor_m4B75A94998828129EE80166FFB9177AF2047E17C (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * ___atomicConverter0, 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.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.Type System.Object::GetType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B (RuntimeObject * __this, 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.Boolean System.Xml.Schema.XmlListConverter::IsListType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlListConverter_IsListType_m52AD207537D65C4F1CF7B2781115B82247E2A4B6 (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, Type_t * ___type0, const RuntimeMethod* method); // System.Exception System.Xml.Schema.XmlListConverter::CreateInvalidClrMappingException(System.Type,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlListConverter_CreateInvalidClrMappingException_m30A35929A5D711E0F5C324D3037510B225B6FCB4 (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, Type_t * ___sourceType0, Type_t * ___destinationType1, const RuntimeMethod* method); // System.String System.Xml.Schema.XmlListConverter::ListAsString(System.Collections.IEnumerable,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlListConverter_ListAsString_m850B4E414D44460FA7264B442A03173F16BC46C3 (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, RuntimeObject* ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method); // System.Collections.Generic.List`1 System.Xml.Schema.XmlListConverter::StringAsList(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * XmlListConverter_StringAsList_m272B3D760403B14DEE5AF9138545973257792249 (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, String_t* ___value0, const RuntimeMethod* method); // System.Boolean System.Type::get_IsArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsArray_m15FE83DD8FAF090F9BDA924753C7750AAEA7CFD1 (Type_t * __this, const RuntimeMethod* method); // T[] System.Xml.Schema.XmlListConverter::ToArray(System.Object,System.Xml.IXmlNamespaceResolver) inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* XmlListConverter_ToArray_TisRuntimeObject_m5376E3A6235D5F02916197062001991C6B0C3BC6 (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, RuntimeObject * ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method) { return (( ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* (*) (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D *, RuntimeObject *, RuntimeObject*, const RuntimeMethod*))XmlListConverter_ToArray_TisRuntimeObject_m5376E3A6235D5F02916197062001991C6B0C3BC6_gshared)(__this, ___list0, ___nsResolver1, method); } // T[] System.Xml.Schema.XmlListConverter::ToArray(System.Object,System.Xml.IXmlNamespaceResolver) inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* XmlListConverter_ToArray_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_m0C907E21C50F7EF796A3BDB6828AC4626E1B11E6 (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, RuntimeObject * ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method) { return (( BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* (*) (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D *, RuntimeObject *, RuntimeObject*, const RuntimeMethod*))XmlListConverter_ToArray_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_m0C907E21C50F7EF796A3BDB6828AC4626E1B11E6_gshared)(__this, ___list0, ___nsResolver1, method); } // T[] System.Xml.Schema.XmlListConverter::ToArray(System.Object,System.Xml.IXmlNamespaceResolver) inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* XmlListConverter_ToArray_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m16709167EBD17EF3652024E1D7C84C74A35CC308 (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, RuntimeObject * ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method) { return (( ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* (*) (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D *, RuntimeObject *, RuntimeObject*, const RuntimeMethod*))XmlListConverter_ToArray_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m16709167EBD17EF3652024E1D7C84C74A35CC308_gshared)(__this, ___list0, ___nsResolver1, method); } // T[] System.Xml.Schema.XmlListConverter::ToArray(System.Object,System.Xml.IXmlNamespaceResolver) inline ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* XmlListConverter_ToArray_TisByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_m7E1B469F555277144EB62BE0864E321E1F221E8E (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, RuntimeObject * ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method) { return (( ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* (*) (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D *, RuntimeObject *, RuntimeObject*, const RuntimeMethod*))XmlListConverter_ToArray_TisRuntimeObject_m5376E3A6235D5F02916197062001991C6B0C3BC6_gshared)(__this, ___list0, ___nsResolver1, method); } // T[] System.Xml.Schema.XmlListConverter::ToArray(System.Object,System.Xml.IXmlNamespaceResolver) inline DateTimeU5BU5D_t43291D587229E4ED44A327CC74DC7771EF2EBBC1* XmlListConverter_ToArray_TisDateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_m44BBC884264FDBD43D16E8235308C304866A6272 (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, RuntimeObject * ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method) { return (( DateTimeU5BU5D_t43291D587229E4ED44A327CC74DC7771EF2EBBC1* (*) (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D *, RuntimeObject *, RuntimeObject*, const RuntimeMethod*))XmlListConverter_ToArray_TisDateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_m44BBC884264FDBD43D16E8235308C304866A6272_gshared)(__this, ___list0, ___nsResolver1, method); } // T[] System.Xml.Schema.XmlListConverter::ToArray(System.Object,System.Xml.IXmlNamespaceResolver) inline DateTimeOffsetU5BU5D_t81746224316E5FC7189685EFB35488C8CED41826* XmlListConverter_ToArray_TisDateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_m90F6AB9AED74E5899DDACCD6888A6E50496B55BA (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, RuntimeObject * ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method) { return (( DateTimeOffsetU5BU5D_t81746224316E5FC7189685EFB35488C8CED41826* (*) (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D *, RuntimeObject *, RuntimeObject*, const RuntimeMethod*))XmlListConverter_ToArray_TisDateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_m90F6AB9AED74E5899DDACCD6888A6E50496B55BA_gshared)(__this, ___list0, ___nsResolver1, method); } // T[] System.Xml.Schema.XmlListConverter::ToArray(System.Object,System.Xml.IXmlNamespaceResolver) inline DecimalU5BU5D_tAA3302A4A6ACCE77638A2346993A0FAAE2F9FDBA* XmlListConverter_ToArray_TisDecimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_m7F83B3C1EBAE05A934D4F513DF14834E315908FB (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, RuntimeObject * ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method) { return (( DecimalU5BU5D_tAA3302A4A6ACCE77638A2346993A0FAAE2F9FDBA* (*) (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D *, RuntimeObject *, RuntimeObject*, const RuntimeMethod*))XmlListConverter_ToArray_TisDecimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_m7F83B3C1EBAE05A934D4F513DF14834E315908FB_gshared)(__this, ___list0, ___nsResolver1, method); } // T[] System.Xml.Schema.XmlListConverter::ToArray(System.Object,System.Xml.IXmlNamespaceResolver) inline DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* XmlListConverter_ToArray_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_m7DCFB8318AA8AF2922BD00A06A870CDAB3712CE2 (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, RuntimeObject * ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method) { return (( DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* (*) (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D *, RuntimeObject *, RuntimeObject*, const RuntimeMethod*))XmlListConverter_ToArray_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_m7DCFB8318AA8AF2922BD00A06A870CDAB3712CE2_gshared)(__this, ___list0, ___nsResolver1, method); } // T[] System.Xml.Schema.XmlListConverter::ToArray(System.Object,System.Xml.IXmlNamespaceResolver) inline Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* XmlListConverter_ToArray_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m327835B32A4A12ED9D116E59AEF4AB45D1162B71 (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, RuntimeObject * ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method) { return (( Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* (*) (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D *, RuntimeObject *, RuntimeObject*, const RuntimeMethod*))XmlListConverter_ToArray_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m327835B32A4A12ED9D116E59AEF4AB45D1162B71_gshared)(__this, ___list0, ___nsResolver1, method); } // T[] System.Xml.Schema.XmlListConverter::ToArray(System.Object,System.Xml.IXmlNamespaceResolver) inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* XmlListConverter_ToArray_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m160BA337A37B5F6406EA8C6933DF53BF1D4A5982 (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, RuntimeObject * ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method) { return (( Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* (*) (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D *, RuntimeObject *, RuntimeObject*, const RuntimeMethod*))XmlListConverter_ToArray_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m160BA337A37B5F6406EA8C6933DF53BF1D4A5982_gshared)(__this, ___list0, ___nsResolver1, method); } // T[] System.Xml.Schema.XmlListConverter::ToArray(System.Object,System.Xml.IXmlNamespaceResolver) inline Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* XmlListConverter_ToArray_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m22F02F1775C6575179512F7CA3AC61F9559002EC (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, RuntimeObject * ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method) { return (( Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* (*) (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D *, RuntimeObject *, RuntimeObject*, const RuntimeMethod*))XmlListConverter_ToArray_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m22F02F1775C6575179512F7CA3AC61F9559002EC_gshared)(__this, ___list0, ___nsResolver1, method); } // T[] System.Xml.Schema.XmlListConverter::ToArray(System.Object,System.Xml.IXmlNamespaceResolver) inline SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7* XmlListConverter_ToArray_TisSByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_m8938456FCD37E687D55665FB23E45DDAB5849030 (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, RuntimeObject * ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method) { return (( SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7* (*) (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D *, RuntimeObject *, RuntimeObject*, const RuntimeMethod*))XmlListConverter_ToArray_TisSByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_m8938456FCD37E687D55665FB23E45DDAB5849030_gshared)(__this, ___list0, ___nsResolver1, method); } // T[] System.Xml.Schema.XmlListConverter::ToArray(System.Object,System.Xml.IXmlNamespaceResolver) inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* XmlListConverter_ToArray_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m21E40EBDE6D606ED30FBFEE29FE19643B1CEF6E4 (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, RuntimeObject * ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method) { return (( SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* (*) (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D *, RuntimeObject *, RuntimeObject*, const RuntimeMethod*))XmlListConverter_ToArray_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m21E40EBDE6D606ED30FBFEE29FE19643B1CEF6E4_gshared)(__this, ___list0, ___nsResolver1, method); } // T[] System.Xml.Schema.XmlListConverter::ToArray(System.Object,System.Xml.IXmlNamespaceResolver) inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* XmlListConverter_ToArray_TisString_t_m80CD12E5776470334B39DA11B0EA08E7FC308E00 (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, RuntimeObject * ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method) { return (( StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* (*) (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D *, RuntimeObject *, RuntimeObject*, const RuntimeMethod*))XmlListConverter_ToArray_TisRuntimeObject_m5376E3A6235D5F02916197062001991C6B0C3BC6_gshared)(__this, ___list0, ___nsResolver1, method); } // T[] System.Xml.Schema.XmlListConverter::ToArray(System.Object,System.Xml.IXmlNamespaceResolver) inline TimeSpanU5BU5D_t93A1470C8423F710E4D26493EE109A5A5920D545* XmlListConverter_ToArray_TisTimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_mA021A32F2A33834A62204B5DC380B8DCED90151A (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, RuntimeObject * ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method) { return (( TimeSpanU5BU5D_t93A1470C8423F710E4D26493EE109A5A5920D545* (*) (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D *, RuntimeObject *, RuntimeObject*, const RuntimeMethod*))XmlListConverter_ToArray_TisTimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_mA021A32F2A33834A62204B5DC380B8DCED90151A_gshared)(__this, ___list0, ___nsResolver1, method); } // T[] System.Xml.Schema.XmlListConverter::ToArray(System.Object,System.Xml.IXmlNamespaceResolver) inline UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* XmlListConverter_ToArray_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_mE7F4B30C73BBC1AB882FE1C4B914636A11D911B4 (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, RuntimeObject * ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method) { return (( UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* (*) (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D *, RuntimeObject *, RuntimeObject*, const RuntimeMethod*))XmlListConverter_ToArray_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_mE7F4B30C73BBC1AB882FE1C4B914636A11D911B4_gshared)(__this, ___list0, ___nsResolver1, method); } // T[] System.Xml.Schema.XmlListConverter::ToArray(System.Object,System.Xml.IXmlNamespaceResolver) inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* XmlListConverter_ToArray_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mF2EDA5AC5A9EE43F060027C531C8179B2075B5AF (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, RuntimeObject * ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method) { return (( UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* (*) (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D *, RuntimeObject *, RuntimeObject*, const RuntimeMethod*))XmlListConverter_ToArray_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mF2EDA5AC5A9EE43F060027C531C8179B2075B5AF_gshared)(__this, ___list0, ___nsResolver1, method); } // T[] System.Xml.Schema.XmlListConverter::ToArray(System.Object,System.Xml.IXmlNamespaceResolver) inline UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* XmlListConverter_ToArray_TisUInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_m399AF972B5B8B1325567B510585E0D88509F6CA5 (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, RuntimeObject * ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method) { return (( UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* (*) (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D *, RuntimeObject *, RuntimeObject*, const RuntimeMethod*))XmlListConverter_ToArray_TisUInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_m399AF972B5B8B1325567B510585E0D88509F6CA5_gshared)(__this, ___list0, ___nsResolver1, method); } // T[] System.Xml.Schema.XmlListConverter::ToArray(System.Object,System.Xml.IXmlNamespaceResolver) inline UriU5BU5D_tC686E8C5B661035A1A4E16DDDCDEC4949DDB6A00* XmlListConverter_ToArray_TisUri_t4A915E1CC15B2C650F478099AD448E9466CBF612_mAD7A7C3EAF3497AF14D159FE1C9D525727FDB7AD (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, RuntimeObject * ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method) { return (( UriU5BU5D_tC686E8C5B661035A1A4E16DDDCDEC4949DDB6A00* (*) (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D *, RuntimeObject *, RuntimeObject*, const RuntimeMethod*))XmlListConverter_ToArray_TisRuntimeObject_m5376E3A6235D5F02916197062001991C6B0C3BC6_gshared)(__this, ___list0, ___nsResolver1, method); } // T[] System.Xml.Schema.XmlListConverter::ToArray(System.Object,System.Xml.IXmlNamespaceResolver) inline XmlAtomicValueU5BU5D_t7F2E099316541748343CFA3FAF60A2402DE532E9* XmlListConverter_ToArray_TisXmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_m062C892F11DC3F2FBE308A4CE704C2B2C21B1B15 (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, RuntimeObject * ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method) { return (( XmlAtomicValueU5BU5D_t7F2E099316541748343CFA3FAF60A2402DE532E9* (*) (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D *, RuntimeObject *, RuntimeObject*, const RuntimeMethod*))XmlListConverter_ToArray_TisRuntimeObject_m5376E3A6235D5F02916197062001991C6B0C3BC6_gshared)(__this, ___list0, ___nsResolver1, method); } // T[] System.Xml.Schema.XmlListConverter::ToArray(System.Object,System.Xml.IXmlNamespaceResolver) inline XmlQualifiedNameU5BU5D_tE9A62FBF4DF15B65C9A4430EBAE36CC671776E97* XmlListConverter_ToArray_TisXmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_m40EA7BFD995F0A9EC256FA42B12ABA4845F0FFDA (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, RuntimeObject * ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method) { return (( XmlQualifiedNameU5BU5D_tE9A62FBF4DF15B65C9A4430EBAE36CC671776E97* (*) (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D *, RuntimeObject *, RuntimeObject*, const RuntimeMethod*))XmlListConverter_ToArray_TisRuntimeObject_m5376E3A6235D5F02916197062001991C6B0C3BC6_gshared)(__this, ___list0, ___nsResolver1, method); } // T[] System.Xml.Schema.XmlListConverter::ToArray(System.Object,System.Xml.IXmlNamespaceResolver) inline XPathItemU5BU5D_t1CA2C0DFA3C223B4D6D55B5C8EEBAE6F03048466* XmlListConverter_ToArray_TisXPathItem_t053B6F865E42EB40BFD03AE958B99844501E5701_m41B3418FD54F6C8FE9FDE7C550AFDFAD4E6DAA93 (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, RuntimeObject * ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method) { return (( XPathItemU5BU5D_t1CA2C0DFA3C223B4D6D55B5C8EEBAE6F03048466* (*) (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D *, RuntimeObject *, RuntimeObject*, const RuntimeMethod*))XmlListConverter_ToArray_TisRuntimeObject_m5376E3A6235D5F02916197062001991C6B0C3BC6_gshared)(__this, ___list0, ___nsResolver1, method); } // T[] System.Xml.Schema.XmlListConverter::ToArray(System.Object,System.Xml.IXmlNamespaceResolver) inline XPathNavigatorU5BU5D_tA353A28494A4B90917938F631210FB020A8E4BF8* XmlListConverter_ToArray_TisXPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9_m7D0EDFED44533001DCF1B6039C407973A3E99B0B (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, RuntimeObject * ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method) { return (( XPathNavigatorU5BU5D_tA353A28494A4B90917938F631210FB020A8E4BF8* (*) (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D *, RuntimeObject *, RuntimeObject*, const RuntimeMethod*))XmlListConverter_ToArray_TisRuntimeObject_m5376E3A6235D5F02916197062001991C6B0C3BC6_gshared)(__this, ___list0, ___nsResolver1, method); } // System.Boolean System.Type::op_Inequality(System.Type,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Inequality_m6DDC5E923203A79BF505F9275B694AD3FAA36DB0 (Type_t * ___left0, Type_t * ___right1, const RuntimeMethod* method); // System.Collections.IList System.Xml.Schema.XmlListConverter::ToList(System.Object,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlListConverter_ToList_m376A5DEA4CE968219A37DD83A5CC0FD69ADF7928 (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, RuntimeObject * ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, const RuntimeMethod*))List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, RuntimeObject * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, RuntimeObject *, const RuntimeMethod*))List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared)(__this, ___item0, method); } // System.String[] System.Xml.XmlConvert::SplitString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* XmlConvert_SplitString_m4E1B4AB4C95F6E6DF137F5312D161F945E2FD617 (String_t* ___value0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor(System.Collections.Generic.IEnumerable`1) inline void List_1__ctor_m3B393E373AD261001D4424109EB3242226C1450A (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * __this, RuntimeObject* ___collection0, const RuntimeMethod* method) { (( void (*) (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *, RuntimeObject*, const RuntimeMethod*))List_1__ctor_mBA0F95BC28DD65AA86AEA87839C278D24CDF43DF_gshared)(__this, ___collection0, method); } // System.Void System.Text.StringBuilder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9 (StringBuilder_t * __this, const RuntimeMethod* method); // System.Int32 System.Text.StringBuilder::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0 (StringBuilder_t * __this, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E (StringBuilder_t * __this, Il2CppChar ___value0, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1 (StringBuilder_t * __this, String_t* ___value0, const RuntimeMethod* method); // System.String System.Xml.Schema.XmlBaseConverter::get_XmlTypeName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_get_XmlTypeName_mB8B4B81BF250AB15E908A1FD1414B7261DE8F4D3 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, const RuntimeMethod* method); // System.Void System.InvalidCastException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidCastException__ctor_m50103CBF0C211B93BF46697875413A10B5A5C5A3 (InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Xml.XmlTextReaderImpl System.Xml.XmlTextReader::get_Impl() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * XmlTextReader_get_Impl_mF1F74E7D8B05F5B8DFD02CDB1F68694DAE4C919C_inline (XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlDocument::SetBaseURI(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlDocument_SetBaseURI_m31BDB1234D5BA3E8593E9F245A9D7DD27D90ADE7_inline (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, String_t* ___inBaseURI0, const RuntimeMethod* method); // System.Xml.ValidationType System.Xml.XmlReaderSettings::get_ValidationType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlReaderSettings_get_ValidationType_m9ED8E4F543926256EAC4E052764A786FCE05C449_inline (XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * __this, const RuntimeMethod* method); // 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); // System.Void System.Xml.XmlDocument::set_Schemas(System.Xml.Schema.XmlSchemaSet) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlDocument_set_Schemas_m280471322832DE2070B53C6E6C54583DBE377D13_inline (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0 * ___value0, const RuntimeMethod* method); // System.Void System.Xml.XmlLoader::LoadDocSequence(System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlLoader_LoadDocSequence_mD49A018F55D0D844D2C5040443A95F6D23169198 (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * __this, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___parentDoc0, const RuntimeMethod* method); // System.Xml.XmlNode System.Xml.XmlLoader::LoadNode(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlLoader_LoadNode_mE0EC6871563BDC5D83D885173186D5182A15D2A4 (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * __this, bool ___skipOverWhitespace0, const RuntimeMethod* method); // System.Void System.Xml.XmlElement::set_IsEmpty(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlElement_set_IsEmpty_mE5B520F63BDFB84E37B795E2B7F0BAA54981EA25 (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * __this, bool ___value0, const RuntimeMethod* method); // System.Xml.XmlAttribute System.Xml.XmlLoader::LoadAttributeNode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * XmlLoader_LoadAttributeNode_m72E64D3F37BA529D722627406F29DE567B266BB2 (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * __this, const RuntimeMethod* method); // System.Xml.XmlAttribute System.Xml.XmlAttributeCollection::Append(System.Xml.XmlAttribute) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * XmlAttributeCollection_Append_m38C817C6F498FD65F262169490947B40BA887782 (XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * __this, XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * ___node0, const RuntimeMethod* method); // System.Xml.XmlName System.Xml.XmlDocument::AddXmlName(System.String,System.String,System.String,System.Xml.Schema.IXmlSchemaInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * XmlDocument_AddXmlName_mFAE6AC9E0E1E235388C67440F2887F8F829AAD0C (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___namespaceURI2, RuntimeObject* ___schemaInfo3, const RuntimeMethod* method); // System.Void System.Xml.XmlElement::set_XmlName(System.Xml.XmlName) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlElement_set_XmlName_m6BF0CB16BB12B567796E028798409659F0878366_inline (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * __this, XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * ___value0, const RuntimeMethod* method); // System.Xml.XmlEntityReference System.Xml.XmlLoader::LoadEntityReferenceNode(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * XmlLoader_LoadEntityReferenceNode_mDE0023179947F0B2F6D5D213873677F0073C2175 (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * __this, bool ___direct0, const RuntimeMethod* method); // System.Xml.XmlDeclaration System.Xml.XmlLoader::LoadDeclarationNode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * XmlLoader_LoadDeclarationNode_m39E315764B4F78F48FBED9637A1674A6295AB463 (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * __this, const RuntimeMethod* method); // System.Xml.XmlDocumentType System.Xml.XmlLoader::LoadDocumentTypeNode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * XmlLoader_LoadDocumentTypeNode_mE3D6BDF47DA58759F4D758C9E3F31A722DA3DA15 (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * __this, const RuntimeMethod* method); // System.Exception System.Xml.XmlLoader::UnexpectedNodeType(System.Xml.XmlNodeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlLoader_UnexpectedNodeType_m28795DB01BC2B99DE6593D207E0A3C87B1AD19F6 (int32_t ___nodetype0, const RuntimeMethod* method); // System.Xml.XmlAttribute System.Xml.XmlLoader::LoadDefaultAttribute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * XmlLoader_LoadDefaultAttribute_m860BB06A5BB900E32872F8220AFA4E6350945924 (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * __this, const RuntimeMethod* method); // System.Xml.XmlName System.Xml.XmlDocument::AddAttrXmlName(System.String,System.String,System.String,System.Xml.Schema.IXmlSchemaInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * XmlDocument_AddAttrXmlName_m0D2ECDDCAA54A68EC3811E69FA4CF493EBA85A57 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___namespaceURI2, RuntimeObject* ___schemaInfo3, const RuntimeMethod* method); // System.Void System.Xml.XmlAttribute::set_XmlName(System.Xml.XmlName) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlAttribute_set_XmlName_m304F68B9D5B5C58D53B5FDD19FDE62F8EFA9A0A4_inline (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * __this, XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * ___value0, const RuntimeMethod* method); // System.Void System.Xml.XmlLoader::LoadAttributeValue(System.Xml.XmlNode,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlLoader_LoadAttributeValue_m8D878F964CB195A2739E68F6D3A5E48CC0B61781 (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___parent0, bool ___direct1, 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.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.XmlEntityReference::.ctor(System.String,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEntityReference__ctor_m37F0842BAE1416D08F62C521367D650B89C61BE9 (XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * __this, String_t* ___name0, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___doc1, const RuntimeMethod* method); // 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); // System.Xml.XmlNode System.Xml.XmlLoader::LoadNodeDirect() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlLoader_LoadNodeDirect_m3F863AFB2C66947E080F81182FD282EDDC9872C4 (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlLoader::ParseXmlDeclarationValue(System.String,System.String&,System.String&,System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlLoader_ParseXmlDeclarationValue_m7A687F39E9FCC8A8D3AA9ECA6CFEE5FB4D375DAE (String_t* ___strValue0, String_t** ___version1, String_t** ___encoding2, String_t** ___standalone3, const RuntimeMethod* method); // System.Void System.Xml.XmlLoader::LoadDocumentType(System.Xml.IDtdInfo,System.Xml.XmlDocumentType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlLoader_LoadDocumentType_m7FB94891A1FDAA814F9E5245C36015D89E004114 (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * __this, RuntimeObject* ___dtdInfo0, XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * ___dtNode1, const RuntimeMethod* method); // System.Void System.Xml.XmlLoader::ParseDocumentType(System.Xml.XmlDocumentType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlLoader_ParseDocumentType_m05C412AAC3CDE7A77775EEB1E3951F1101061150 (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * __this, XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * ___dtNode0, const RuntimeMethod* method); // System.Void System.Xml.XmlElement::.ctor(System.String,System.String,System.String,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlElement__ctor_m7EF87BE7BF1F09B5E43F24BA0B3F8EAF88E5F9C1 (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___namespaceURI2, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___doc3, const RuntimeMethod* method); // System.Xml.XmlAttribute System.Xml.XmlLoader::LoadAttributeNodeDirect() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * XmlLoader_LoadAttributeNodeDirect_m13022CF1BAF25B295F0125C21A9E70AB4BC5EC87 (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * __this, const RuntimeMethod* method); // 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); // System.Void System.Xml.XmlWhitespace::.ctor(System.String,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlWhitespace__ctor_m3A108BEE96CE7575F27A1DED29804E41C8B847D0 (XmlWhitespace_t7BB2E46A48255FAEF7A758CA9EE2191A4891D56C * __this, String_t* ___strData0, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___doc1, const RuntimeMethod* method); // System.Void System.Xml.XmlCDataSection::.ctor(System.String,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlCDataSection__ctor_m7627C8277D242E9C27B55D71AE63A94FF7F42C28 (XmlCDataSection_tFC05DCD14B7C2893C0C5AF56AB629E77151A8BEA * __this, String_t* ___data0, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___doc1, const RuntimeMethod* method); // 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); // System.Void System.Xml.XmlComment::.ctor(System.String,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlComment__ctor_m16B823CBCB20A2DDBAF0769CED08B16C07DD744C (XmlComment_t8945C1C6FC86151538A51D1CBFD3AEEEEC422F66 * __this, String_t* ___comment0, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___doc1, const RuntimeMethod* method); // System.Void System.Xml.XmlUnspecifiedAttribute::.ctor(System.String,System.String,System.String,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlUnspecifiedAttribute__ctor_m1C3FF58C6D59200A0E34294C09EDBFE4401C03E3 (XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641 * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___namespaceURI2, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___doc3, const RuntimeMethod* method); // System.Void System.Xml.XmlAttribute::.ctor(System.String,System.String,System.String,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAttribute__ctor_m1CC4421CFD643E837A80EBD7C725CB0DD5E6F036 (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___namespaceURI2, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___doc3, const RuntimeMethod* method); // System.Boolean System.Xml.XmlDocument::get_HasSetResolver() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlDocument_get_HasSetResolver_mC2C6B3468CB289554D1B1BBFB362D8F0A63D4792_inline (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, const RuntimeMethod* method); // System.Xml.XmlResolver System.Xml.XmlDocument::GetResolver() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * XmlDocument_GetResolver_m8FB9F7E522BD80FF4E7CB398BCE65D313E1C6D6C_inline (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlLoader::ParseDocumentType(System.Xml.XmlDocumentType,System.Boolean,System.Xml.XmlResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlLoader_ParseDocumentType_mFEAA499A797885F5E8E4B99C00880923F1CD6BC5 (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * __this, XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * ___dtNode0, bool ___bUseResolver1, XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * ___resolver2, 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.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); // 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); // System.Boolean System.Xml.XmlDocumentType::get_ParseWithNamespaces() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlDocumentType_get_ParseWithNamespaces_m0B06FD0B85241C23F59FDF8ABA65C59F6320A9DB_inline (XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * __this, const RuntimeMethod* method); // 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); // 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.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.String System.Xml.XmlDocumentType::get_PublicId() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlDocumentType_get_PublicId_m40162F4E886473F9CED7BA6DB746A9D87FCEC052_inline (XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * __this, const RuntimeMethod* method); // System.String System.Xml.XmlDocumentType::get_SystemId() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlDocumentType_get_SystemId_m13D5529B12AAC1D746290E215EEE55488797F48C_inline (XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * __this, const RuntimeMethod* method); // System.String System.Xml.XmlDocumentType::get_InternalSubset() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlDocumentType_get_InternalSubset_m47D58BEC6FC720A12886D22C9A68A7480F1BFF26_inline (XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * __this, 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.Void System.Xml.XmlDocumentType::set_DtdSchemaInfo(System.Xml.Schema.SchemaInfo) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlDocumentType_set_DtdSchemaInfo_m2A2B4A126F4EA330CD02BAFC9C57422DF167DF02_inline (XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * __this, SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * ___value0, const RuntimeMethod* method); // System.Void System.Xml.XmlDocument::set_DtdSchemaInfo(System.Xml.Schema.SchemaInfo) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlDocument_set_DtdSchemaInfo_m1AF56BE37994CB289D682DDE25087BB5EB756917_inline (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * ___value0, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2 System.Xml.Schema.SchemaInfo::get_Notations() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Dictionary_2_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121 * SchemaInfo_get_Notations_m615DDF89AC678404C3AD22848E608B8597437A64 (SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * __this, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::get_Values() inline ValueCollection_tD9F8742BCDE46BE10F45030D7DEE230F8F9D24FA * Dictionary_2_get_Values_m138EBDA95DA7B998A3134BCAFD7F91B1821EC8CB (Dictionary_2_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121 * __this, const RuntimeMethod* method) { return (( ValueCollection_tD9F8742BCDE46BE10F45030D7DEE230F8F9D24FA * (*) (Dictionary_2_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121 *, const RuntimeMethod*))Dictionary_2_get_Values_mF25EF48FEEA57D7B78F91ECB70D589D003F532C4_gshared)(__this, method); } // System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator System.Collections.Generic.Dictionary`2/ValueCollection::GetEnumerator() inline Enumerator_t336D0B712F86524766108F6C46C4A8556C26914E ValueCollection_GetEnumerator_m328CB00B4EBA0F724E4A971007779E789EA4DAF8 (ValueCollection_tD9F8742BCDE46BE10F45030D7DEE230F8F9D24FA * __this, const RuntimeMethod* method) { return (( Enumerator_t336D0B712F86524766108F6C46C4A8556C26914E (*) (ValueCollection_tD9F8742BCDE46BE10F45030D7DEE230F8F9D24FA *, const RuntimeMethod*))ValueCollection_GetEnumerator_m2DEE2525A1312FFEE5EFA8A011F59D7ADD3781AD_gshared)(__this, method); } // !1 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::get_Current() inline SchemaNotation_t8D5A15431203B940197C8F7319BE3BF677D12CED * Enumerator_get_Current_m7517A1B02124E9747A4D0F8A007FF06614E1B1CB_inline (Enumerator_t336D0B712F86524766108F6C46C4A8556C26914E * __this, const RuntimeMethod* method) { return (( SchemaNotation_t8D5A15431203B940197C8F7319BE3BF677D12CED * (*) (Enumerator_t336D0B712F86524766108F6C46C4A8556C26914E *, const RuntimeMethod*))Enumerator_get_Current_m2AA62EA524F2C6EE711BDA5EBC36CA2271389156_gshared_inline)(__this, method); } // System.Xml.XmlNamedNodeMap System.Xml.XmlDocumentType::get_Notations() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * XmlDocumentType_get_Notations_m3AACD560964AA333D42AAB5609234C6D1E333B25 (XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * __this, const RuntimeMethod* method); // System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNotation::get_Name() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * SchemaNotation_get_Name_m08D1A0F31266536764CE44A0633DCC84525E18F3_inline (SchemaNotation_t8D5A15431203B940197C8F7319BE3BF677D12CED * __this, 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.String System.Xml.Schema.SchemaNotation::get_Pubid() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* SchemaNotation_get_Pubid_mF5506EEC55649230D39056045E6E3BEA6425EE2D_inline (SchemaNotation_t8D5A15431203B940197C8F7319BE3BF677D12CED * __this, const RuntimeMethod* method); // System.String System.Xml.Schema.SchemaNotation::get_SystemLiteral() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* SchemaNotation_get_SystemLiteral_m9DB468F07E2E95DFAF2D82A4165D5665E4F9EC6D_inline (SchemaNotation_t8D5A15431203B940197C8F7319BE3BF677D12CED * __this, const RuntimeMethod* method); // 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); // System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::MoveNext() inline bool Enumerator_MoveNext_m85F1BE592F5A6080495783B6DE2F5DC53ADA6447 (Enumerator_t336D0B712F86524766108F6C46C4A8556C26914E * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t336D0B712F86524766108F6C46C4A8556C26914E *, const RuntimeMethod*))Enumerator_MoveNext_mAEC22D730EB290F4405C47EE9F330B3CD4E2DC68_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::Dispose() inline void Enumerator_Dispose_m76091F2A128252E9DCA425F161EB45F2DC9B3D4A (Enumerator_t336D0B712F86524766108F6C46C4A8556C26914E * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t336D0B712F86524766108F6C46C4A8556C26914E *, const RuntimeMethod*))Enumerator_Dispose_m20B0D06631B9715D2C26F9F0D0665BF0092FF7A6_gshared)(__this, method); } // System.Collections.Generic.Dictionary`2 System.Xml.Schema.SchemaInfo::get_GeneralEntities() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523 * SchemaInfo_get_GeneralEntities_m766F776B2DCD6503DD48FD924FF369CDD1F1CC94 (SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * __this, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::get_Values() inline ValueCollection_tECAE69F11CA0C245794C99313E46CEAB79289400 * Dictionary_2_get_Values_m420807B5975F103BC70BF8C07C249B59DBB14E61 (Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523 * __this, const RuntimeMethod* method) { return (( ValueCollection_tECAE69F11CA0C245794C99313E46CEAB79289400 * (*) (Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523 *, const RuntimeMethod*))Dictionary_2_get_Values_mF25EF48FEEA57D7B78F91ECB70D589D003F532C4_gshared)(__this, method); } // System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator System.Collections.Generic.Dictionary`2/ValueCollection::GetEnumerator() inline Enumerator_tB0BB04BD5E441FEE7A2A434572B1842CBD0DD61C ValueCollection_GetEnumerator_mBD09562F25B4FC8C66D2C5F483BB80409F21F886 (ValueCollection_tECAE69F11CA0C245794C99313E46CEAB79289400 * __this, const RuntimeMethod* method) { return (( Enumerator_tB0BB04BD5E441FEE7A2A434572B1842CBD0DD61C (*) (ValueCollection_tECAE69F11CA0C245794C99313E46CEAB79289400 *, const RuntimeMethod*))ValueCollection_GetEnumerator_m2DEE2525A1312FFEE5EFA8A011F59D7ADD3781AD_gshared)(__this, method); } // !1 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::get_Current() inline SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * Enumerator_get_Current_m4A701063056932FE3DC5481D4BAFC54B4F083603_inline (Enumerator_tB0BB04BD5E441FEE7A2A434572B1842CBD0DD61C * __this, const RuntimeMethod* method) { return (( SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * (*) (Enumerator_tB0BB04BD5E441FEE7A2A434572B1842CBD0DD61C *, const RuntimeMethod*))Enumerator_get_Current_m2AA62EA524F2C6EE711BDA5EBC36CA2271389156_gshared_inline)(__this, method); } // System.Xml.XmlQualifiedName System.Xml.Schema.SchemaEntity::get_Name() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * SchemaEntity_get_Name_mB20AA73F025F99A004B20738C773CEB8D40B7EBA_inline (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, const RuntimeMethod* method); // System.String System.Xml.Schema.SchemaEntity::get_Text() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* SchemaEntity_get_Text_mBDDEA973537098FDCC625FC2349A5D6A2092718D_inline (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, const RuntimeMethod* method); // System.String System.Xml.Schema.SchemaEntity::get_Pubid() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* SchemaEntity_get_Pubid_mFC308D0C87C3A88CB67A813B56F97F538749E786_inline (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, const RuntimeMethod* method); // System.String System.Xml.Schema.SchemaEntity::get_Url() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* SchemaEntity_get_Url_m5A96254918F00575C76A5CC66B5D23D15D77EF98_inline (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, const RuntimeMethod* method); // System.Xml.XmlQualifiedName System.Xml.Schema.SchemaEntity::get_NData() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * SchemaEntity_get_NData_mFA6084E09F48F115394AEDF935A40D43F59EA9FC_inline (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, const RuntimeMethod* method); // System.Boolean System.Xml.XmlQualifiedName::get_IsEmpty() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlQualifiedName_get_IsEmpty_m694779833F49A6E81D29F112E3D39483A5967F93 (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlEntity::.ctor(System.String,System.String,System.String,System.String,System.String,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEntity__ctor_m424E2E84CDBC7042A4F14281D7EC76AF65D9834B (XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 * __this, String_t* ___name0, String_t* ___strdata1, String_t* ___publicId2, String_t* ___systemId3, String_t* ___notationName4, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___doc5, const RuntimeMethod* method); // System.String System.Xml.Schema.SchemaEntity::get_DeclaredURI() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SchemaEntity_get_DeclaredURI_m0E6729CDB1F1FBD637A9F2F951C60895AF8C94A3 (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlEntity::SetBaseURI(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlEntity_SetBaseURI_m0A9F9BFB5EB283241D37C5FB76A75B196E9A02FC_inline (XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 * __this, String_t* ___inBaseURI0, const RuntimeMethod* method); // System.Xml.XmlNamedNodeMap System.Xml.XmlDocumentType::get_Entities() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * XmlDocumentType_get_Entities_m22051780B2E41F368B9584A87BE932CEF1239C94 (XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::MoveNext() inline bool Enumerator_MoveNext_m5CE225D2553D42BFD59CAAA8E00BCABC95FB6501 (Enumerator_tB0BB04BD5E441FEE7A2A434572B1842CBD0DD61C * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_tB0BB04BD5E441FEE7A2A434572B1842CBD0DD61C *, const RuntimeMethod*))Enumerator_MoveNext_mAEC22D730EB290F4405C47EE9F330B3CD4E2DC68_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::Dispose() inline void Enumerator_Dispose_mC29BFE590DD617C72A33F5A07E5F5EEE31DC80AB (Enumerator_tB0BB04BD5E441FEE7A2A434572B1842CBD0DD61C * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_tB0BB04BD5E441FEE7A2A434572B1842CBD0DD61C *, const RuntimeMethod*))Enumerator_Dispose_m20B0D06631B9715D2C26F9F0D0665BF0092FF7A6_gshared)(__this, method); } // System.Collections.Generic.Dictionary`2 System.Xml.Schema.SchemaInfo::get_ParameterEntities() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523 * SchemaInfo_get_ParameterEntities_mAA1DDEE2B365C5D72CF8A4C20C1F98A6351C7C30 (SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlDocument::set_Entities(System.Xml.XmlNamedNodeMap) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlDocument_set_Entities_mB92A98D7A12C0D4707F952AF3CBAC627F3D65C92_inline (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * ___value0, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2 System.Xml.Schema.SchemaInfo::get_ElementDecls() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 * SchemaInfo_get_ElementDecls_m693F83C6FD11BDFA1D422BE8F036916818491177_inline (SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * __this, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() inline Enumerator_t2C62E3AA8D6B2EBDDFB51E620DF8419B1F116ED2 Dictionary_2_GetEnumerator_m59E0AB49CBED1ED39D4BEF0F7EBA959EDC34ADD0 (Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 * __this, const RuntimeMethod* method) { return (( Enumerator_t2C62E3AA8D6B2EBDDFB51E620DF8419B1F116ED2 (*) (Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 *, const RuntimeMethod*))Dictionary_2_GetEnumerator_mD80BA563C32BF7C1EE95C9FC1BE3B423716CCE68_gshared)(__this, method); } // System.Collections.Generic.Dictionary`2 System.Xml.Schema.SchemaElementDecl::get_AttDefs() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58 * SchemaElementDecl_get_AttDefs_m8A9485A9D345A6E2694C4C9FB6A61965E582A2B9_inline (SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * __this, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() inline Enumerator_t0342A051A9AAE92BBE378E8AA7F590657CE70B67 Dictionary_2_GetEnumerator_m169EE2976435B9374F41400391432944DA194E1F (Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58 * __this, const RuntimeMethod* method) { return (( Enumerator_t0342A051A9AAE92BBE378E8AA7F590657CE70B67 (*) (Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58 *, const RuntimeMethod*))Dictionary_2_GetEnumerator_mD80BA563C32BF7C1EE95C9FC1BE3B423716CCE68_gshared)(__this, method); } // System.Xml.Schema.XmlSchemaDatatype System.Xml.Schema.SchemaDeclBase::get_Datatype() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * SchemaDeclBase_get_Datatype_mA6244D69EB46EA7A09CDB3BD3370B49B89A47FD1_inline (SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A * __this, const RuntimeMethod* method); // System.String System.Xml.Schema.SchemaDeclBase::get_Prefix() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SchemaDeclBase_get_Prefix_mF758E713FDA809839D669B6E429AA694EF4588EB (SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A * __this, const RuntimeMethod* method); // System.Xml.XmlQualifiedName System.Xml.Schema.SchemaDeclBase::get_Name() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * SchemaDeclBase_get_Name_m87FD6E6D364B0F6E028FE4FE87AEFF71575E009E_inline (SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A * __this, const RuntimeMethod* method); // System.Boolean System.Xml.XmlDocument::AddIdInfo(System.Xml.XmlName,System.Xml.XmlName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlDocument_AddIdInfo_m0317D8BC240E156E59B96015FD3F724F9223CBF2 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * ___eleName0, XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * ___attrName1, 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.Xml.XmlParserContext System.Xml.XmlLoader::GetContext(System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * XmlLoader_GetContext_mC656D66570FED1E0E14068E8FD7F000633A92268 (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___node0, const RuntimeMethod* method); // System.Xml.XmlReader System.Xml.XmlLoader::CreateInnerXmlReader(System.String,System.Xml.XmlNodeType,System.Xml.XmlParserContext,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * XmlLoader_CreateInnerXmlReader_m23ADD78DC3BB730570FD09D8F2B3FF4E71EFF4B2 (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * __this, String_t* ___xmlFragment0, int32_t ___nt1, XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * ___context2, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___doc3, const RuntimeMethod* method); // System.Void System.Xml.XmlDocument::set_IsLoading(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlDocument_set_IsLoading_m0E2E34BFE906431E4AB12CEF24B22578E4756EA2_inline (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, bool ___value0, 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.Xml.XmlNamespaceManager System.Xml.XmlLoader::ParsePartialContent(System.Xml.XmlNode,System.String,System.Xml.XmlNodeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * XmlLoader_ParsePartialContent_mB68D0DF9BE3A865A541CA730E85A3FEA1DAB2E01 (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___parentNode0, String_t* ___innerxmltext1, int32_t ___nt2, const RuntimeMethod* method); // System.Void System.Xml.XmlLoader::RemoveDuplicateNamespace(System.Xml.XmlElement,System.Xml.XmlNamespaceManager,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlLoader_RemoveDuplicateNamespace_m6FA345534C13D84B54C155EA8C3B98B8BD32C07B (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * __this, XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * ___elem0, XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * ___mgr1, bool ___fCheckElemAttrs2, const RuntimeMethod* method); // System.Xml.XmlAttribute System.Xml.XmlAttributeCollection::get_ItemOf(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * XmlAttributeCollection_get_ItemOf_m894BDF6EBAD997061CDB95E4AF3ABC6A4CB0434F (XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * __this, int32_t ___i0, const RuntimeMethod* method); // System.String System.Xml.XmlLoader::EntitizeName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlLoader_EntitizeName_m49AD4ECC12DF362966C3D1E90A04BDCB8B1A49BC (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * __this, String_t* ___name0, const RuntimeMethod* method); // System.Xml.XmlNamedNodeMap System.Xml.XmlDocument::get_Entities() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * XmlDocument_get_Entities_m0A2BA922218E21549F4166215BA17B834A251471 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, 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.Boolean System.Xml.XmlDocument::get_ActualLoadingStatus() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlDocument_get_ActualLoadingStatus_m132F4C9F3AF7325A4F7D75871F11F56555D2FA27_inline (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, 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.Void System.Xml.XmlTextReaderImpl::set_DisableUndeclaredEntityCheck(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlTextReaderImpl_set_DisableUndeclaredEntityCheck_mB9FB8144B877DD69D695FE2C53AD87A2D19C4BB1_inline (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, bool ___value0, const RuntimeMethod* method); // System.Xml.Schema.SchemaInfo System.Xml.XmlDocumentType::get_DtdSchemaInfo() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * XmlDocumentType_get_DtdSchemaInfo_m044BADB1D184372A1C09F862CC56C9BEF1A8DD05_inline (XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * __this, const RuntimeMethod* method); // 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); // 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.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.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); // System.Void System.Xml.Schema.XmlMiscConverter::.ctor(System.Xml.Schema.XmlSchemaType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlMiscConverter__ctor_mFEB85979C62F8370B521003E7B0B56F05D31E039 (XmlMiscConverter_t702BEEF62354303AA68B6DA57B64742C8B68352F * __this, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___schemaType0, 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.String System.Xml.Schema.XmlBaseConverter::Base64BinaryToString(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_Base64BinaryToString_m59A44A6E71E0578878E4B6642206F928C5D57506 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___value0, const RuntimeMethod* method); // System.String System.Xml.XmlConvert::ToBinHexString(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToBinHexString_m05F21BAA06869432003751577B987CA948EED9D6 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___inArray0, const RuntimeMethod* method); // System.Boolean System.Xml.Schema.XmlBaseConverter::IsDerivedFrom(System.Type,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlBaseConverter_IsDerivedFrom_m117274B87FC08431F3D7CF94149EF1BA772EFF65 (Type_t * ___derivedType0, Type_t * ___baseType1, const RuntimeMethod* method); // System.String System.Xml.Schema.XmlBaseConverter::AnyUriToString(System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_AnyUriToString_mB66420B33B586048AE31773CBCC7CB4560E8389C (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___value0, const RuntimeMethod* method); // System.String System.Xml.Schema.XmlBaseConverter::DayTimeDurationToString(System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_DayTimeDurationToString_m0279D68AB80F0DEB9DFD8F3253D693B4C7338119 (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___value0, const RuntimeMethod* method); // System.String System.Xml.Schema.XmlBaseConverter::DurationToString(System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_DurationToString_m16A4BE64597A0DFD04A10B31153CB6B777131590 (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___value0, const RuntimeMethod* method); // System.String System.Xml.Schema.XmlBaseConverter::YearMonthDurationToString(System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_YearMonthDurationToString_m1DC78F1E05283A46D077FAD364D4FF9F6998CECC (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___value0, const RuntimeMethod* method); // System.String System.Xml.Schema.XmlBaseConverter::QNameToString(System.Xml.XmlQualifiedName,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_QNameToString_m61F53ABFDBA14C450E5145BA3332297F34E64848 (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___qname0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method); // System.Object System.Xml.Schema.XmlMiscConverter::ChangeTypeWildcardDestination(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlMiscConverter_ChangeTypeWildcardDestination_m177A5ED2E88C7B5A5E6BD2863E09B00C78D911F7 (XmlMiscConverter_t702BEEF62354303AA68B6DA57B64742C8B68352F * __this, RuntimeObject * ___value0, Type_t * ___destinationType1, RuntimeObject* ___nsResolver2, const RuntimeMethod* method); // System.Byte[] System.Xml.Schema.XmlBaseConverter::StringToBase64Binary(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* XmlBaseConverter_StringToBase64Binary_mFCE9389E2A006251DC339123C0FAABDD02391D66 (String_t* ___value0, const RuntimeMethod* method); // System.Byte[] System.Xml.Schema.XmlBaseConverter::StringToHexBinary(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* XmlBaseConverter_StringToHexBinary_m6D14BF1DCAB917D7216C93AFF8A6F3C26C232E6D (String_t* ___value0, const RuntimeMethod* method); // System.Xml.XmlQualifiedName System.Xml.Schema.XmlBaseConverter::StringToQName(System.String,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * XmlBaseConverter_StringToQName_mA5EEB0AAA815547D579AE4EFBF7D3563A631E333 (String_t* ___value0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method); // System.TimeSpan System.Xml.Schema.XmlBaseConverter::StringToDayTimeDuration(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 XmlBaseConverter_StringToDayTimeDuration_m298C73FC23242CB1805D8C3445480EF8059B5801 (String_t* ___value0, const RuntimeMethod* method); // System.TimeSpan System.Xml.Schema.XmlBaseConverter::StringToDuration(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 XmlBaseConverter_StringToDuration_mED29E7E7F7E1E414AA876B9A72A2BC1002A631AB (String_t* ___value0, const RuntimeMethod* method); // System.TimeSpan System.Xml.Schema.XmlBaseConverter::StringToYearMonthDuration(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 XmlBaseConverter_StringToYearMonthDuration_m46F2496A09AF4F29AB469A37CE26CC02632CB78C (String_t* ___value0, const RuntimeMethod* method); // System.Uri System.Xml.XmlConvert::ToUri(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * XmlConvert_ToUri_mA74C5DC38B2A4CE02CE06DFABAB5958FF7C2B0DB (String_t* ___s0, 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.String,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAtomicValue__ctor_mBE544B9A5915B023A9E59802A1C3D36B5632A6F7 (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * __this, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___xmlType0, String_t* ___value1, RuntimeObject* ___nsResolver2, const RuntimeMethod* method); // System.Object System.Xml.Schema.XmlMiscConverter::ChangeTypeWildcardSource(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlMiscConverter_ChangeTypeWildcardSource_m6047F385A13550911CAFC03F0CD077780032AA3D (XmlMiscConverter_t702BEEF62354303AA68B6DA57B64742C8B68352F * __this, RuntimeObject * ___value0, Type_t * ___destinationType1, RuntimeObject* ___nsResolver2, 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.Void System.Xml.Schema.XmlAtomicValue::.ctor(System.Xml.Schema.XmlSchemaType,System.Object,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAtomicValue__ctor_m831AF2CEC0B180020D7FAEF0B0701039A3434D99 (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * __this, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___xmlType0, RuntimeObject * ___value1, RuntimeObject* ___nsResolver2, const RuntimeMethod* method); // System.Void System.Xml.XmlName::.ctor(System.String,System.String,System.String,System.Int32,System.Xml.XmlDocument,System.Xml.XmlName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlName__ctor_m993F9A1DBA7F29813BCCF059490FDFE8E1883FAB (XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___ns2, int32_t ___hashCode3, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___ownerDoc4, XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * ___next5, const RuntimeMethod* method); // System.Void System.Xml.XmlNameEx::.ctor(System.String,System.String,System.String,System.Int32,System.Xml.XmlDocument,System.Xml.XmlName,System.Xml.Schema.IXmlSchemaInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNameEx__ctor_m416586A9D42A30E2FEC7C03CC6E010EB7E90947F (XmlNameEx_t0B800AB1A13303BCF6DB0BB1C91FFCD0EE05E91A * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___ns2, int32_t ___hashCode3, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___ownerDoc4, XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * ___next5, RuntimeObject* ___schemaInfo6, const RuntimeMethod* method); // System.Void System.Threading.Monitor::Enter(System.Object,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4 (RuntimeObject * ___obj0, bool* ___lockTaken1, const RuntimeMethod* method); // System.Void System.Threading.Monitor::Exit(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void System.Xml.XmlNameEx::SetValidity(System.Xml.Schema.XmlSchemaValidity) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNameEx_SetValidity_mC91EEB182BEB7AFEA6340DCD2F327BFB51723D70 (XmlNameEx_t0B800AB1A13303BCF6DB0BB1C91FFCD0EE05E91A * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void System.Xml.XmlNameEx::SetIsDefault(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNameEx_SetIsDefault_mBAC15FFF5B89170CCD5ED9D194345CE28E5387E8 (XmlNameEx_t0B800AB1A13303BCF6DB0BB1C91FFCD0EE05E91A * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Xml.XmlNameEx::SetIsNil(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNameEx_SetIsNil_mDD2EC3EAF5E85F77B9ED6DF25A0468D288EFBA5A (XmlNameEx_t0B800AB1A13303BCF6DB0BB1C91FFCD0EE05E91A * __this, bool ___value0, const RuntimeMethod* method); // System.Boolean System.Xml.XmlDocument::get_CanReportValidity() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlDocument_get_CanReportValidity_m904E0976974126FFE5D5E2D2758F4B89EC9075AA_inline (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, const RuntimeMethod* method); // System.Int32 System.Xml.XmlNamedNodeMap::FindNodeOffset(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlNamedNodeMap_FindNodeOffset_m44D37FF053E899226FCF31B07B41C63A8DD33178 (XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Object System.Xml.XmlNamedNodeMap/SmallXmlNodeList::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SmallXmlNodeList_get_Item_mB9359FC058C97EE9AD78BB1131A921616814A90E (SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE * __this, int32_t ___index0, const RuntimeMethod* method); // System.Int32 System.Xml.XmlNamedNodeMap::FindNodeOffset(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlNamedNodeMap_FindNodeOffset_m44F371B544C2F3D922DD278ACAF580F041B681BC (XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * __this, String_t* ___localName0, String_t* ___namespaceURI1, const RuntimeMethod* method); // System.Xml.XmlNode System.Xml.XmlNamedNodeMap::ReplaceNodeAt(System.Int32,System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlNamedNodeMap_ReplaceNodeAt_mED1453C90B30B9E39031D70510D38303421F559E (XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * __this, int32_t ___i0, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___node1, const RuntimeMethod* method); // System.Int32 System.Xml.XmlNamedNodeMap/SmallXmlNodeList::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SmallXmlNodeList_get_Count_m531CBC894FC78314798ED52A184AB776B4C1E482 (SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE * __this, const RuntimeMethod* method); // System.Collections.IEnumerator System.Xml.XmlNamedNodeMap/SmallXmlNodeList::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SmallXmlNodeList_GetEnumerator_mB22BFB1AD52DA04FA5D10B8C62D996894DF967C8 (SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlNamedNodeMap/SmallXmlNodeList::Add(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlNodeList_Add_m23AA92A77C388F16C324B3DABE2FB17E3DA5DCF6 (SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Xml.XmlNodeChangedEventArgs System.Xml.XmlDocument::GetInsertEventArgsForLoad(System.Xml.XmlNode,System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * XmlDocument_GetInsertEventArgsForLoad_mB44E03A2F7197CB02F20DBDA4C62636439E76441 (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___node0, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___newParent1, const RuntimeMethod* method); // System.Void System.Xml.XmlNamedNodeMap/SmallXmlNodeList::RemoveAt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlNodeList_RemoveAt_mA3D7ACC3756E6109DBA4F77F83E2AF9A639A0FCE (SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void System.Xml.XmlNamedNodeMap/SmallXmlNodeList::Insert(System.Int32,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmallXmlNodeList_Insert_m746B9DDFD7B78894075135B2902335F4E6B4465B (SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE * __this, int32_t ___index0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Void System.Xml.XmlNamespaceManager/NamespaceDeclaration::Set(System.String,System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NamespaceDeclaration_Set_mE6E6F7B98C17F9565B0EF691EA013D0A0CED2A1C (NamespaceDeclaration_tA6C088F040DB7BC93B5EAF72BFB90CE3C5D1AF48 * __this, String_t* ___prefix0, String_t* ___uri1, int32_t ___scopeId2, int32_t ___previousNsIndex3, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) inline void Dictionary_2_set_Item_m3546162A565F55B309A9FAB19BD271411D7DB75B (Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * __this, String_t* ___key0, int32_t ___value1, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 *, String_t*, int32_t, const RuntimeMethod*))Dictionary_2_set_Item_mA113B07C4C03A7CFBA37EE72824E5795AF960BE0_gshared)(__this, ___key0, ___value1, 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.Int32 System.Xml.XmlNamespaceManager::LookupNamespaceDecl(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlNamespaceManager_LookupNamespaceDecl_m51D3F629C9788D7081F017E207A6E41A7966E2DA (XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * __this, String_t* ___prefix0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor(System.Int32) inline void Dictionary_2__ctor_mEC554451CB98B6F31912A513825E0ACFD4FC2763 (Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * __this, int32_t ___capacity0, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 *, int32_t, const RuntimeMethod*))Dictionary_2__ctor_m5CD823F646F17C2F5B1FB501DCDC0FE22BEBA864_gshared)(__this, ___capacity0, method); } // System.Boolean System.String::Equals(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_mAFC6038D294F341434D9D67D7EADC7F97C556C9B (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor(System.Int32) inline void Dictionary_2__ctor_m374496B3B8F3532FC52B465384E6C950DDA79F8B (Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * __this, int32_t ___capacity0, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 *, int32_t, const RuntimeMethod*))Dictionary_2__ctor_mBD7199657787018123B7B8F2B048B503D484C097_gshared)(__this, ___capacity0, method); } // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) inline void Dictionary_2_set_Item_m1ACD9DE86340A7CA50E97B170F973A5A09160DCE (Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * __this, String_t* ___key0, String_t* ___value1, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 *, String_t*, String_t*, const RuntimeMethod*))Dictionary_2_set_Item_mA8F31A10EE1129768E13ACC4DC847B05EAD2A055_gshared)(__this, ___key0, ___value1, method); } // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::get_Keys() inline KeyCollection_t52C81163A051BCD87A36FEF95F736DD600E2305D * Dictionary_2_get_Keys_m21F0F6BC1FCFC0FEE024B53453596D43D0BC472B (Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * __this, const RuntimeMethod* method) { return (( KeyCollection_t52C81163A051BCD87A36FEF95F736DD600E2305D * (*) (Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 *, const RuntimeMethod*))Dictionary_2_get_Keys_m14F0DE944E629ED442E40386FFE65268F5089A65_gshared)(__this, method); } // System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator System.Collections.Generic.Dictionary`2/KeyCollection::GetEnumerator() inline Enumerator_t02FBEF5309FE3C4F8A7A1140B9590258FF5FA547 KeyCollection_GetEnumerator_mAC8E6DFDCE301D5AAE4F1DF7835BF981868AFF78 (KeyCollection_t52C81163A051BCD87A36FEF95F736DD600E2305D * __this, const RuntimeMethod* method) { return (( Enumerator_t02FBEF5309FE3C4F8A7A1140B9590258FF5FA547 (*) (KeyCollection_t52C81163A051BCD87A36FEF95F736DD600E2305D *, const RuntimeMethod*))KeyCollection_GetEnumerator_m0252B3E83A9B8FAD9CFCE377DF531358529B743B_gshared)(__this, method); } // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) inline bool Dictionary_2_TryGetValue_m12D15059187064926CD935FC89749E0A8BD52729 (Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * __this, String_t* ___key0, int32_t* ___value1, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 *, String_t*, int32_t*, const RuntimeMethod*))Dictionary_2_TryGetValue_m121B3AC8EDC09FFEC201BB0726120B4DCFCCFEDB_gshared)(__this, ___key0, ___value1, method); } // System.Xml.XmlNodeList System.Xml.XmlNode::SelectNodes(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNodeList_t1DBBA2CC948CC6631BC33AA7405E11C8105E6EE9 * XmlNode_SelectNodes_mDF6C485478C6D296F341776A7CEEE3A075B8488E (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, String_t* ___xpath0, const RuntimeMethod* method); // System.Void System.Xml.XPathNodeList::.ctor(System.Xml.XPath.XPathNodeIterator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathNodeList__ctor_m9A387EF85A449620CA6B74159FC0F81AA536C842 (XPathNodeList_t4A1DB4E840970E1644EC63914E811BE82E6528F9 * __this, XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * ___nodeIterator0, const RuntimeMethod* method); // System.Void System.Xml.XmlChildNodes::.ctor(System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlChildNodes__ctor_m447E865BB02D414739239B061BF2328552BAF0D7 (XmlChildNodes_t2146FA67722B453134AC4DC4B33C3B670B8BE2BB * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___container0, const RuntimeMethod* method); // System.Void System.Xml.XmlNode::UnnestTextNodes(System.Xml.XmlNode,System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNode_UnnestTextNodes_mE460B85E8B14536A7588E3D097797D9089465CD1 (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___prevNode0, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___nextNode1, const RuntimeMethod* method); // System.Void System.Xml.XmlNode::NestTextNodes(System.Xml.XmlNode,System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNode_NestTextNodes_m22AF6885F16CD91D1C26F4BE64498B08B5A9615E (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___prevNode0, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___nextNode1, const RuntimeMethod* method); // System.Boolean System.Xml.XmlNode::AncestorNode(System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlNode_AncestorNode_mAD8557E379C49F4B2C5810337135A37452C97CF9 (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___node0, const RuntimeMethod* method); // System.Boolean System.Xml.XmlNode::HasReadOnlyParent(System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlNode_HasReadOnlyParent_m35DF66DD152A7C3E84A4594DFC1C3A5F66CB9668 (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___n0, const RuntimeMethod* method); // System.Void System.Xml.XmlChildEnumerator::.ctor(System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlChildEnumerator__ctor_m05CAB16D0FC521D715119DFE83D2B11C7BB2FD8D (XmlChildEnumerator_t4D3EFEF86EDA656B48EC532A24FF67A30C599559 * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___container0, const RuntimeMethod* method); // System.Void System.Xml.XmlNode::AppendChildText(System.Text.StringBuilder) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNode_AppendChildText_m0462C1366B56FB55B04821B890A521155952CC1A (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, StringBuilder_t * ___builder0, const RuntimeMethod* method); // System.String System.Xml.XmlEntityReference::get_ChildBaseURI() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlEntityReference_get_ChildBaseURI_mEECCAFAFA9976549B810CDB4A77B37F0E6FF60EC (XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * __this, const RuntimeMethod* method); // System.String System.Xml.XmlNode::GetPrefixOfNamespaceStrict(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlNode_GetPrefixOfNamespaceStrict_m61F54FCB1A4B3B3FE9C345D41040B0D641704D32 (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, String_t* ___namespaceURI0, const RuntimeMethod* method); // System.Xml.XmlDocument System.Xml.XmlNode::get_Document() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * XmlNode_get_Document_m27D02F61DE3D7CD8194841802F77B1F31D245D8C (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __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.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.Void System.ThrowHelper::ThrowArgumentOutOfRangeException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentOutOfRangeException_m4841366ABC2B2AFA37C10900551D7E07522C0929 (const RuntimeMethod* method); #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Serialization.XmlElementAttribute::.ctor(System.String,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlElementAttribute__ctor_m012F146BFD5AC0449C0270DB7C5699EA3C60BB1F (XmlElementAttribute_t1D20EF830E8F66F43BBDCEB96611CD9233154A94 * __this, String_t* ___elementName0, Type_t * ___type1, const RuntimeMethod* method) { { __this->set_order_2((-1)); Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); String_t* L_0 = ___elementName0; __this->set_elementName_0(L_0); Type_t * L_1 = ___type1; __this->set_type_1(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.XmlEncodedRawTextWriter::.ctor(System.Xml.XmlWriterSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter__ctor_m67ADAF9986323702F79E1A090E3D3893123E3F06 (XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * __this, XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * ___settings0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral13DB4394207994E4948B5E3FAE7BA705B9B8E7B3); s_Il2CppMethodInitialized = true; } { XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA L_0; L_0 = XmlCharType_get_Instance_mA3CFC9BC3797565FD176224C6116F41AC8BA65B5(/*hidden argument*/NULL); __this->set_xmlCharType_6(L_0); __this->set_bufPos_7(1); __this->set_textPos_8(1); __this->set_bufLen_12(((int32_t)6144)); XmlRawWriter__ctor_mA2DC536DF02E2F33EB74D66CE039D330EBBE4F33(__this, /*hidden argument*/NULL); XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * L_1 = ___settings0; NullCheck(L_1); bool L_2; L_2 = XmlWriterSettings_get_Async_mC77211C434725414D7DF59943DCE1B847C0A7C6F_inline(L_1, /*hidden argument*/NULL); __this->set_useAsync_2(L_2); XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * L_3 = ___settings0; NullCheck(L_3); int32_t L_4; L_4 = XmlWriterSettings_get_NewLineHandling_m8014535D4630623343C88657D5329CED80B5539A_inline(L_3, /*hidden argument*/NULL); __this->set_newLineHandling_25(L_4); XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * L_5 = ___settings0; NullCheck(L_5); bool L_6; L_6 = XmlWriterSettings_get_OmitXmlDeclaration_m370F4394776E74A9AF30E03750AFA7B5C5B1AF41_inline(L_5, /*hidden argument*/NULL); __this->set_omitXmlDeclaration_27(L_6); XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * L_7 = ___settings0; NullCheck(L_7); String_t* L_8; L_8 = XmlWriterSettings_get_NewLineChars_m97289D4A49381A74C9A6B6E9614D850DE0503325_inline(L_7, /*hidden argument*/NULL); __this->set_newLineChars_28(L_8); XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * L_9 = ___settings0; NullCheck(L_9); bool L_10; L_10 = XmlWriterSettings_get_CheckCharacters_mF45F8AB64E7E86830E82D45BED1D2301DA845302_inline(L_9, /*hidden argument*/NULL); __this->set_checkCharacters_29(L_10); XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * L_11 = ___settings0; NullCheck(L_11); bool L_12; L_12 = XmlWriterSettings_get_CloseOutput_m6E6A62AE91109CC548BBE7DC2CA681DB2E96F98A_inline(L_11, /*hidden argument*/NULL); __this->set_closeOutput_26(L_12); XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * L_13 = ___settings0; NullCheck(L_13); int32_t L_14; L_14 = XmlWriterSettings_get_Standalone_m70CB5E49F6B25B87C65613D1D8AF8D78B9CF2E23_inline(L_13, /*hidden argument*/NULL); __this->set_standalone_30(L_14); XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * L_15 = ___settings0; NullCheck(L_15); int32_t L_16; L_16 = XmlWriterSettings_get_OutputMethod_mB66D206D5F27115B29E89B878F8105F9353D8CD4_inline(L_15, /*hidden argument*/NULL); __this->set_outputMethod_31(L_16); XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * L_17 = ___settings0; NullCheck(L_17); bool L_18; L_18 = XmlWriterSettings_get_MergeCDataSections_mBC8440CD91665D5331BA39449C307D7BDC68DF3B_inline(L_17, /*hidden argument*/NULL); __this->set_mergeCDataSections_33(L_18); bool L_19 = __this->get_checkCharacters_29(); if (!L_19) { goto IL_00b8; } } { int32_t L_20 = __this->get_newLineHandling_25(); if (L_20) { goto IL_00b8; } } { String_t* L_21 = __this->get_newLineChars_28(); XmlEncodedRawTextWriter_ValidateContentChars_mBD456C6948B87903E7C2778A5E9BA5B3D604605E(__this, L_21, _stringLiteral13DB4394207994E4948B5E3FAE7BA705B9B8E7B3, (bool)0, /*hidden argument*/NULL); } IL_00b8: { return; } } // System.Void System.Xml.XmlEncodedRawTextWriter::.ctor(System.IO.TextWriter,System.Xml.XmlWriterSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter__ctor_m8D1DDCA57FF8395D089EBC16BB9BD26E66148C91 (XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * __this, TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * ___writer0, XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * ___settings1, 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; } { XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * L_0 = ___settings1; XmlEncodedRawTextWriter__ctor_m67ADAF9986323702F79E1A090E3D3893123E3F06(__this, L_0, /*hidden argument*/NULL); TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_1 = ___writer0; __this->set_writer_19(L_1); TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_2 = ___writer0; NullCheck(L_2); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_3; L_3 = VirtualFuncInvoker0< Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * >::Invoke(11 /* System.Text.Encoding System.IO.TextWriter::get_Encoding() */, L_2); __this->set_encoding_5(L_3); XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * L_4 = ___settings1; NullCheck(L_4); bool L_5; L_5 = XmlWriterSettings_get_Async_mC77211C434725414D7DF59943DCE1B847C0A7C6F_inline(L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_002d; } } { __this->set_bufLen_12(((int32_t)65536)); } IL_002d: { int32_t L_6 = __this->get_bufLen_12(); 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)((int32_t)32)))); __this->set_bufChars_17(L_7); XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * L_8 = ___settings1; NullCheck(L_8); bool L_9; L_9 = XmlWriterSettings_get_AutoXmlDeclaration_m12CF17F4516BFD28346BD85E6374F3AA221B6CC5_inline(L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_005c; } } { int32_t L_10 = __this->get_standalone_30(); VirtualActionInvoker1< int32_t >::Invoke(34 /* System.Void System.Xml.XmlRawWriter::WriteXmlDeclaration(System.Xml.XmlStandalone) */, __this, L_10); __this->set_autoXmlDeclaration_32((bool)1); } IL_005c: { return; } } // System.Void System.Xml.XmlEncodedRawTextWriter::.ctor(System.IO.Stream,System.Xml.XmlWriterSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter__ctor_m91D1897CFEEA3DA159C64DDE123CDEA02943899C (XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream0, XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * ___settings1, 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*)&CharEntityEncoderFallback_t4D5B1863C30C436F12B2BE9E8EE22193E27960EE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; { XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * L_0 = ___settings1; XmlEncodedRawTextWriter__ctor_m67ADAF9986323702F79E1A090E3D3893123E3F06(__this, L_0, /*hidden argument*/NULL); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_1 = ___stream0; __this->set_stream_4(L_1); XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * L_2 = ___settings1; NullCheck(L_2); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_3; L_3 = XmlWriterSettings_get_Encoding_m6A5CD77CA3A521F56BD27CDFE73DDDFDF588E6B9_inline(L_2, /*hidden argument*/NULL); __this->set_encoding_5(L_3); XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * L_4 = ___settings1; NullCheck(L_4); bool L_5; L_5 = XmlWriterSettings_get_Async_mC77211C434725414D7DF59943DCE1B847C0A7C6F_inline(L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_002d; } } { __this->set_bufLen_12(((int32_t)65536)); } IL_002d: { int32_t L_6 = __this->get_bufLen_12(); 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)((int32_t)32)))); __this->set_bufChars_17(L_7); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_8 = __this->get_bufChars_17(); NullCheck(L_8); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length)))); __this->set_bufBytes_3(L_9); __this->set_bufBytesUsed_16(0); __this->set_trackTextContent_20((bool)1); __this->set_inTextContent_21((bool)0); __this->set_lastMarkPos_22(0); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_10 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)((int32_t)64)); __this->set_textContentMarks_23(L_10); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_11 = __this->get_textContentMarks_23(); NullCheck(L_11); (L_11)->SetAt(static_cast(0), (int32_t)1); CharEntityEncoderFallback_t4D5B1863C30C436F12B2BE9E8EE22193E27960EE * L_12 = (CharEntityEncoderFallback_t4D5B1863C30C436F12B2BE9E8EE22193E27960EE *)il2cpp_codegen_object_new(CharEntityEncoderFallback_t4D5B1863C30C436F12B2BE9E8EE22193E27960EE_il2cpp_TypeInfo_var); CharEntityEncoderFallback__ctor_mC55B06F0EA34591E18782D6F9EF76AA980AF42B4(L_12, /*hidden argument*/NULL); __this->set_charEntityFallback_24(L_12); XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * L_13 = ___settings1; NullCheck(L_13); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_14; L_14 = XmlWriterSettings_get_Encoding_m6A5CD77CA3A521F56BD27CDFE73DDDFDF588E6B9_inline(L_13, /*hidden argument*/NULL); NullCheck(L_14); RuntimeObject * L_15; L_15 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(10 /* System.Object System.Text.Encoding::Clone() */, L_14); __this->set_encoding_5(((Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 *)CastclassClass((RuntimeObject*)L_15, Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_il2cpp_TypeInfo_var))); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_16 = __this->get_encoding_5(); CharEntityEncoderFallback_t4D5B1863C30C436F12B2BE9E8EE22193E27960EE * L_17 = __this->get_charEntityFallback_24(); NullCheck(L_16); Encoding_set_EncoderFallback_m75BA39C6302BD7EFBB4A48B02C406A14789B244A(L_16, L_17, /*hidden argument*/NULL); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_18 = __this->get_encoding_5(); NullCheck(L_18); Encoder_t5095F24D3B1D0F70D08762B980731B9F1ADEE56A * L_19; L_19 = VirtualFuncInvoker0< Encoder_t5095F24D3B1D0F70D08762B980731B9F1ADEE56A * >::Invoke(32 /* System.Text.Encoder System.Text.Encoding::GetEncoder() */, L_18); __this->set_encoder_18(L_19); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_20 = ___stream0; NullCheck(L_20); bool L_21; L_21 = VirtualFuncInvoker0< bool >::Invoke(8 /* System.Boolean System.IO.Stream::get_CanSeek() */, L_20); if (!L_21) { goto IL_00d9; } } { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_22 = ___stream0; NullCheck(L_22); int64_t L_23; L_23 = VirtualFuncInvoker0< int64_t >::Invoke(11 /* System.Int64 System.IO.Stream::get_Position() */, L_22); if (L_23) { goto IL_00f9; } } IL_00d9: { Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_24 = __this->get_encoding_5(); NullCheck(L_24); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_25; L_25 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(6 /* System.Byte[] System.Text.Encoding::GetPreamble() */, L_24); V_0 = L_25; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_26 = V_0; NullCheck(L_26); if (!(((RuntimeArray*)L_26)->max_length)) { goto IL_00f9; } } { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_27 = __this->get_stream_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_28 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_29 = V_0; NullCheck(L_29); NullCheck(L_27); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(32 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_27, L_28, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_29)->max_length)))); } IL_00f9: { XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * L_30 = ___settings1; NullCheck(L_30); bool L_31; L_31 = XmlWriterSettings_get_AutoXmlDeclaration_m12CF17F4516BFD28346BD85E6374F3AA221B6CC5_inline(L_30, /*hidden argument*/NULL); if (!L_31) { goto IL_0114; } } { int32_t L_32 = __this->get_standalone_30(); VirtualActionInvoker1< int32_t >::Invoke(34 /* System.Void System.Xml.XmlRawWriter::WriteXmlDeclaration(System.Xml.XmlStandalone) */, __this, L_32); __this->set_autoXmlDeclaration_32((bool)1); } IL_0114: { return; } } // System.Void System.Xml.XmlEncodedRawTextWriter::WriteXmlDeclaration(System.Xml.XmlStandalone) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_WriteXmlDeclaration_m1E4FF4BB6417F258D043AEB189ADE7886A30C4B3 (XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * __this, int32_t ___standalone0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral11AC5E2BD66016383281878F99D761B6B9AB5F11); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1C250646ACB5EAA28E079007EF6B9BECFDAEDC6E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral36D06DCF7061DEC1E8DF4C9D2BB8EB53DBD3087E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4C9D5EB3A2133DCF493D42AFE0769A5D81E10AF1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7BFA33A11F0B12AF1B7FA1D9BA996EAE1EF77B49); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB968B651B32BD07EAAB4CB96683980AF16C47C0B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralED7D39EDF70E08FE57B2522D102BF72B9E5D5331); s_Il2CppMethodInitialized = true; } XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * G_B10_0 = NULL; XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * G_B9_0 = NULL; String_t* G_B11_0 = NULL; XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * G_B11_1 = NULL; { bool L_0 = __this->get_omitXmlDeclaration_27(); if (L_0) { goto IL_0096; } } { bool L_1 = __this->get_autoXmlDeclaration_32(); if (L_1) { goto IL_0096; } } { bool L_2 = __this->get_trackTextContent_20(); if (!L_2) { goto IL_002d; } } { bool L_3 = __this->get_inTextContent_21(); if (!L_3) { goto IL_002d; } } { XmlEncodedRawTextWriter_ChangeTextContentMark_mEF4D16ADDA4990B1B146E1C6743FEB923F3D1C41(__this, (bool)0, /*hidden argument*/NULL); } IL_002d: { XmlEncodedRawTextWriter_RawText_m1A0B94A7A7377E369B4685225949970F808281B1(__this, _stringLiteralB968B651B32BD07EAAB4CB96683980AF16C47C0B, /*hidden argument*/NULL); XmlEncodedRawTextWriter_RawText_m1A0B94A7A7377E369B4685225949970F808281B1(__this, _stringLiteral11AC5E2BD66016383281878F99D761B6B9AB5F11, /*hidden argument*/NULL); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_4 = __this->get_encoding_5(); if (!L_4) { goto IL_0067; } } { XmlEncodedRawTextWriter_RawText_m1A0B94A7A7377E369B4685225949970F808281B1(__this, _stringLiteral36D06DCF7061DEC1E8DF4C9D2BB8EB53DBD3087E, /*hidden argument*/NULL); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_5 = __this->get_encoding_5(); NullCheck(L_5); String_t* L_6; L_6 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Text.Encoding::get_WebName() */, L_5); XmlEncodedRawTextWriter_RawText_m1A0B94A7A7377E369B4685225949970F808281B1(__this, L_6, /*hidden argument*/NULL); } IL_0067: { int32_t L_7 = ___standalone0; if (!L_7) { goto IL_008b; } } { XmlEncodedRawTextWriter_RawText_m1A0B94A7A7377E369B4685225949970F808281B1(__this, _stringLiteral1C250646ACB5EAA28E079007EF6B9BECFDAEDC6E, /*hidden argument*/NULL); int32_t L_8 = ___standalone0; G_B9_0 = __this; if ((((int32_t)L_8) == ((int32_t)1))) { G_B10_0 = __this; goto IL_0081; } } { G_B11_0 = _stringLiteral7BFA33A11F0B12AF1B7FA1D9BA996EAE1EF77B49; G_B11_1 = G_B9_0; goto IL_0086; } IL_0081: { G_B11_0 = _stringLiteralED7D39EDF70E08FE57B2522D102BF72B9E5D5331; G_B11_1 = G_B10_0; } IL_0086: { NullCheck(G_B11_1); XmlEncodedRawTextWriter_RawText_m1A0B94A7A7377E369B4685225949970F808281B1(G_B11_1, G_B11_0, /*hidden argument*/NULL); } IL_008b: { XmlEncodedRawTextWriter_RawText_m1A0B94A7A7377E369B4685225949970F808281B1(__this, _stringLiteral4C9D5EB3A2133DCF493D42AFE0769A5D81E10AF1, /*hidden argument*/NULL); } IL_0096: { return; } } // System.Void System.Xml.XmlEncodedRawTextWriter::WriteXmlDeclaration(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_WriteXmlDeclaration_mF92A87DB78AB419BBCAF57083E82C1BBE1F61743 (XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * __this, String_t* ___xmldecl0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBECFA9FA31EDDEEE54C61C3D0DD81CBF07EA7158); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_omitXmlDeclaration_27(); if (L_0) { goto IL_001c; } } { bool L_1 = __this->get_autoXmlDeclaration_32(); if (L_1) { goto IL_001c; } } { String_t* L_2 = ___xmldecl0; VirtualActionInvoker2< String_t*, String_t* >::Invoke(16 /* System.Void System.Xml.XmlWriter::WriteProcessingInstruction(System.String,System.String) */, __this, _stringLiteralBECFA9FA31EDDEEE54C61C3D0DD81CBF07EA7158, L_2); } IL_001c: { return; } } // System.Void System.Xml.XmlEncodedRawTextWriter::WriteDocType(System.String,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_WriteDocType_m1F776B011812BEDC0C3EC3F980AF06442A74588A (XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * __this, String_t* ___name0, String_t* ___pubid1, String_t* ___sysid2, String_t* ___subset3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7721A48ACA2DB6CF7BA1F50E38BE38587D4927BA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral88E0DBECA18651C0DE1E09C9B180E8C851A4F92B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC7C776080FBFB5F15E2EAAE9A4C65AE2C17FE00B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3782EC504B73600A2DA83B623313BF6EC38CAE3); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { bool L_0 = __this->get_trackTextContent_20(); if (!L_0) { goto IL_0017; } } { bool L_1 = __this->get_inTextContent_21(); if (!L_1) { goto IL_0017; } } { XmlEncodedRawTextWriter_ChangeTextContentMark_mEF4D16ADDA4990B1B146E1C6743FEB923F3D1C41(__this, (bool)0, /*hidden argument*/NULL); } IL_0017: { XmlEncodedRawTextWriter_RawText_m1A0B94A7A7377E369B4685225949970F808281B1(__this, _stringLiteralC7C776080FBFB5F15E2EAAE9A4C65AE2C17FE00B, /*hidden argument*/NULL); String_t* L_2 = ___name0; XmlEncodedRawTextWriter_RawText_m1A0B94A7A7377E369B4685225949970F808281B1(__this, L_2, /*hidden argument*/NULL); String_t* L_3 = ___pubid1; if (!L_3) { goto IL_006f; } } { XmlEncodedRawTextWriter_RawText_m1A0B94A7A7377E369B4685225949970F808281B1(__this, _stringLiteral7721A48ACA2DB6CF7BA1F50E38BE38587D4927BA, /*hidden argument*/NULL); String_t* L_4 = ___pubid1; XmlEncodedRawTextWriter_RawText_m1A0B94A7A7377E369B4685225949970F808281B1(__this, L_4, /*hidden argument*/NULL); XmlEncodedRawTextWriter_RawText_m1A0B94A7A7377E369B4685225949970F808281B1(__this, _stringLiteral88E0DBECA18651C0DE1E09C9B180E8C851A4F92B, /*hidden argument*/NULL); String_t* L_5 = ___sysid2; if (!L_5) { goto IL_0053; } } { String_t* L_6 = ___sysid2; XmlEncodedRawTextWriter_RawText_m1A0B94A7A7377E369B4685225949970F808281B1(__this, L_6, /*hidden argument*/NULL); } IL_0053: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_7 = __this->get_bufChars_17(); int32_t L_8 = __this->get_bufPos_7(); V_0 = L_8; int32_t L_9 = V_0; __this->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1))); int32_t L_10 = V_0; NullCheck(L_7); (L_7)->SetAt(static_cast(L_10), (Il2CppChar)((int32_t)34)); goto IL_00ba; } IL_006f: { String_t* L_11 = ___sysid2; if (!L_11) { goto IL_00a0; } } { XmlEncodedRawTextWriter_RawText_m1A0B94A7A7377E369B4685225949970F808281B1(__this, _stringLiteralF3782EC504B73600A2DA83B623313BF6EC38CAE3, /*hidden argument*/NULL); String_t* L_12 = ___sysid2; XmlEncodedRawTextWriter_RawText_m1A0B94A7A7377E369B4685225949970F808281B1(__this, L_12, /*hidden argument*/NULL); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_13 = __this->get_bufChars_17(); int32_t L_14 = __this->get_bufPos_7(); V_0 = L_14; int32_t L_15 = V_0; __this->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1))); int32_t L_16 = V_0; NullCheck(L_13); (L_13)->SetAt(static_cast(L_16), (Il2CppChar)((int32_t)34)); goto IL_00ba; } IL_00a0: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_17 = __this->get_bufChars_17(); int32_t L_18 = __this->get_bufPos_7(); V_0 = L_18; int32_t L_19 = V_0; __this->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1))); int32_t L_20 = V_0; NullCheck(L_17); (L_17)->SetAt(static_cast(L_20), (Il2CppChar)((int32_t)32)); } IL_00ba: { String_t* L_21 = ___subset3; if (!L_21) { goto IL_00fa; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_22 = __this->get_bufChars_17(); int32_t L_23 = __this->get_bufPos_7(); V_0 = L_23; int32_t L_24 = V_0; __this->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1))); int32_t L_25 = V_0; NullCheck(L_22); (L_22)->SetAt(static_cast(L_25), (Il2CppChar)((int32_t)91)); String_t* L_26 = ___subset3; XmlEncodedRawTextWriter_RawText_m1A0B94A7A7377E369B4685225949970F808281B1(__this, L_26, /*hidden argument*/NULL); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_27 = __this->get_bufChars_17(); int32_t L_28 = __this->get_bufPos_7(); V_0 = L_28; int32_t L_29 = V_0; __this->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1))); int32_t L_30 = V_0; NullCheck(L_27); (L_27)->SetAt(static_cast(L_30), (Il2CppChar)((int32_t)93)); } IL_00fa: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_31 = __this->get_bufChars_17(); int32_t L_32 = __this->get_bufPos_7(); V_0 = L_32; int32_t L_33 = V_0; __this->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1))); int32_t L_34 = V_0; NullCheck(L_31); (L_31)->SetAt(static_cast(L_34), (Il2CppChar)((int32_t)62)); return; } } // System.Void System.Xml.XmlEncodedRawTextWriter::WriteStartElement(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_WriteStartElement_m3D92CC6A40AA8A117183C074F2C2F8C4F1450878 (XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___ns2, const RuntimeMethod* method) { int32_t V_0 = 0; { bool L_0 = __this->get_trackTextContent_20(); if (!L_0) { goto IL_0017; } } { bool L_1 = __this->get_inTextContent_21(); if (!L_1) { goto IL_0017; } } { XmlEncodedRawTextWriter_ChangeTextContentMark_mEF4D16ADDA4990B1B146E1C6743FEB923F3D1C41(__this, (bool)0, /*hidden argument*/NULL); } IL_0017: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_2 = __this->get_bufChars_17(); int32_t L_3 = __this->get_bufPos_7(); V_0 = L_3; int32_t L_4 = V_0; __this->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1))); int32_t L_5 = V_0; NullCheck(L_2); (L_2)->SetAt(static_cast(L_5), (Il2CppChar)((int32_t)60)); String_t* L_6 = ___prefix0; if (!L_6) { goto IL_005d; } } { String_t* L_7 = ___prefix0; NullCheck(L_7); int32_t L_8; L_8 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_005d; } } { String_t* L_9 = ___prefix0; XmlEncodedRawTextWriter_RawText_m1A0B94A7A7377E369B4685225949970F808281B1(__this, L_9, /*hidden argument*/NULL); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_10 = __this->get_bufChars_17(); int32_t L_11 = __this->get_bufPos_7(); V_0 = L_11; int32_t L_12 = V_0; __this->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1))); int32_t L_13 = V_0; NullCheck(L_10); (L_10)->SetAt(static_cast(L_13), (Il2CppChar)((int32_t)58)); } IL_005d: { String_t* L_14 = ___localName1; XmlEncodedRawTextWriter_RawText_m1A0B94A7A7377E369B4685225949970F808281B1(__this, L_14, /*hidden argument*/NULL); int32_t L_15 = __this->get_bufPos_7(); __this->set_attrEndPos_11(L_15); return; } } // System.Void System.Xml.XmlEncodedRawTextWriter::StartElementContent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_StartElementContent_m970B7C364A08B42F950BE0A047474F96AA00BBC2 (XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = __this->get_bufChars_17(); int32_t L_1 = __this->get_bufPos_7(); V_0 = L_1; int32_t L_2 = V_0; __this->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1))); int32_t L_3 = V_0; NullCheck(L_0); (L_0)->SetAt(static_cast(L_3), (Il2CppChar)((int32_t)62)); int32_t L_4 = __this->get_bufPos_7(); __this->set_contentPos_9(L_4); return; } } // System.Void System.Xml.XmlEncodedRawTextWriter::WriteEndElement(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_WriteEndElement_m08A199C4E69584D34243788833035B855999C7ED (XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___ns2, const RuntimeMethod* method) { int32_t V_0 = 0; { bool L_0 = __this->get_trackTextContent_20(); if (!L_0) { goto IL_0017; } } { bool L_1 = __this->get_inTextContent_21(); if (!L_1) { goto IL_0017; } } { XmlEncodedRawTextWriter_ChangeTextContentMark_mEF4D16ADDA4990B1B146E1C6743FEB923F3D1C41(__this, (bool)0, /*hidden argument*/NULL); } IL_0017: { int32_t L_2 = __this->get_contentPos_9(); int32_t L_3 = __this->get_bufPos_7(); if ((((int32_t)L_2) == ((int32_t)L_3))) { goto IL_00aa; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_4 = __this->get_bufChars_17(); int32_t L_5 = __this->get_bufPos_7(); V_0 = L_5; int32_t L_6 = V_0; __this->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1))); int32_t L_7 = V_0; NullCheck(L_4); (L_4)->SetAt(static_cast(L_7), (Il2CppChar)((int32_t)60)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_8 = __this->get_bufChars_17(); int32_t L_9 = __this->get_bufPos_7(); V_0 = L_9; int32_t L_10 = V_0; __this->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1))); int32_t L_11 = V_0; NullCheck(L_8); (L_8)->SetAt(static_cast(L_11), (Il2CppChar)((int32_t)47)); String_t* L_12 = ___prefix0; if (!L_12) { goto IL_0088; } } { String_t* L_13 = ___prefix0; NullCheck(L_13); int32_t L_14; L_14 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_0088; } } { String_t* L_15 = ___prefix0; XmlEncodedRawTextWriter_RawText_m1A0B94A7A7377E369B4685225949970F808281B1(__this, L_15, /*hidden argument*/NULL); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_16 = __this->get_bufChars_17(); int32_t L_17 = __this->get_bufPos_7(); V_0 = L_17; int32_t L_18 = V_0; __this->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1))); int32_t L_19 = V_0; NullCheck(L_16); (L_16)->SetAt(static_cast(L_19), (Il2CppChar)((int32_t)58)); } IL_0088: { String_t* L_20 = ___localName1; XmlEncodedRawTextWriter_RawText_m1A0B94A7A7377E369B4685225949970F808281B1(__this, L_20, /*hidden argument*/NULL); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_21 = __this->get_bufChars_17(); int32_t L_22 = __this->get_bufPos_7(); V_0 = L_22; int32_t L_23 = V_0; __this->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1))); int32_t L_24 = V_0; NullCheck(L_21); (L_21)->SetAt(static_cast(L_24), (Il2CppChar)((int32_t)62)); return; } IL_00aa: { int32_t L_25 = __this->get_bufPos_7(); __this->set_bufPos_7(((int32_t)il2cpp_codegen_subtract((int32_t)L_25, (int32_t)1))); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_26 = __this->get_bufChars_17(); int32_t L_27 = __this->get_bufPos_7(); V_0 = L_27; int32_t L_28 = V_0; __this->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1))); int32_t L_29 = V_0; NullCheck(L_26); (L_26)->SetAt(static_cast(L_29), (Il2CppChar)((int32_t)32)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_30 = __this->get_bufChars_17(); int32_t L_31 = __this->get_bufPos_7(); V_0 = L_31; int32_t L_32 = V_0; __this->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1))); int32_t L_33 = V_0; NullCheck(L_30); (L_30)->SetAt(static_cast(L_33), (Il2CppChar)((int32_t)47)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_34 = __this->get_bufChars_17(); int32_t L_35 = __this->get_bufPos_7(); V_0 = L_35; int32_t L_36 = V_0; __this->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1))); int32_t L_37 = V_0; NullCheck(L_34); (L_34)->SetAt(static_cast(L_37), (Il2CppChar)((int32_t)62)); return; } } // System.Void System.Xml.XmlEncodedRawTextWriter::WriteFullEndElement(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_WriteFullEndElement_mFD99546FB0303E282872C724FF7DB866D48117D4 (XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___ns2, const RuntimeMethod* method) { int32_t V_0 = 0; { bool L_0 = __this->get_trackTextContent_20(); if (!L_0) { goto IL_0017; } } { bool L_1 = __this->get_inTextContent_21(); if (!L_1) { goto IL_0017; } } { XmlEncodedRawTextWriter_ChangeTextContentMark_mEF4D16ADDA4990B1B146E1C6743FEB923F3D1C41(__this, (bool)0, /*hidden argument*/NULL); } IL_0017: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_2 = __this->get_bufChars_17(); int32_t L_3 = __this->get_bufPos_7(); V_0 = L_3; int32_t L_4 = V_0; __this->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1))); int32_t L_5 = V_0; NullCheck(L_2); (L_2)->SetAt(static_cast(L_5), (Il2CppChar)((int32_t)60)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_6 = __this->get_bufChars_17(); int32_t L_7 = __this->get_bufPos_7(); V_0 = L_7; int32_t L_8 = V_0; __this->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1))); int32_t L_9 = V_0; NullCheck(L_6); (L_6)->SetAt(static_cast(L_9), (Il2CppChar)((int32_t)47)); String_t* L_10 = ___prefix0; if (!L_10) { goto IL_0077; } } { String_t* L_11 = ___prefix0; NullCheck(L_11); int32_t L_12; L_12 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_0077; } } { String_t* L_13 = ___prefix0; XmlEncodedRawTextWriter_RawText_m1A0B94A7A7377E369B4685225949970F808281B1(__this, L_13, /*hidden argument*/NULL); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_14 = __this->get_bufChars_17(); int32_t L_15 = __this->get_bufPos_7(); V_0 = L_15; int32_t L_16 = V_0; __this->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1))); int32_t L_17 = V_0; NullCheck(L_14); (L_14)->SetAt(static_cast(L_17), (Il2CppChar)((int32_t)58)); } IL_0077: { String_t* L_18 = ___localName1; XmlEncodedRawTextWriter_RawText_m1A0B94A7A7377E369B4685225949970F808281B1(__this, L_18, /*hidden argument*/NULL); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_19 = __this->get_bufChars_17(); int32_t L_20 = __this->get_bufPos_7(); V_0 = L_20; int32_t L_21 = V_0; __this->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1))); int32_t L_22 = V_0; NullCheck(L_19); (L_19)->SetAt(static_cast(L_22), (Il2CppChar)((int32_t)62)); return; } } // System.Void System.Xml.XmlEncodedRawTextWriter::WriteStartAttribute(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_WriteStartAttribute_mC47DBF553BE09A2DA37E8567E6479223F6B51CF5 (XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___ns2, const RuntimeMethod* method) { int32_t V_0 = 0; { bool L_0 = __this->get_trackTextContent_20(); if (!L_0) { goto IL_0017; } } { bool L_1 = __this->get_inTextContent_21(); if (!L_1) { goto IL_0017; } } { XmlEncodedRawTextWriter_ChangeTextContentMark_mEF4D16ADDA4990B1B146E1C6743FEB923F3D1C41(__this, (bool)0, /*hidden argument*/NULL); } IL_0017: { int32_t L_2 = __this->get_attrEndPos_11(); int32_t L_3 = __this->get_bufPos_7(); if ((!(((uint32_t)L_2) == ((uint32_t)L_3)))) { goto IL_003f; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_4 = __this->get_bufChars_17(); int32_t L_5 = __this->get_bufPos_7(); V_0 = L_5; int32_t L_6 = V_0; __this->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1))); int32_t L_7 = V_0; NullCheck(L_4); (L_4)->SetAt(static_cast(L_7), (Il2CppChar)((int32_t)32)); } IL_003f: { String_t* L_8 = ___prefix0; if (!L_8) { goto IL_006c; } } { String_t* L_9 = ___prefix0; NullCheck(L_9); int32_t L_10; L_10 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_9, /*hidden argument*/NULL); if ((((int32_t)L_10) <= ((int32_t)0))) { goto IL_006c; } } { String_t* L_11 = ___prefix0; XmlEncodedRawTextWriter_RawText_m1A0B94A7A7377E369B4685225949970F808281B1(__this, L_11, /*hidden argument*/NULL); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_12 = __this->get_bufChars_17(); int32_t L_13 = __this->get_bufPos_7(); V_0 = L_13; int32_t L_14 = V_0; __this->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1))); int32_t L_15 = V_0; NullCheck(L_12); (L_12)->SetAt(static_cast(L_15), (Il2CppChar)((int32_t)58)); } IL_006c: { String_t* L_16 = ___localName1; XmlEncodedRawTextWriter_RawText_m1A0B94A7A7377E369B4685225949970F808281B1(__this, L_16, /*hidden argument*/NULL); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_17 = __this->get_bufChars_17(); int32_t L_18 = __this->get_bufPos_7(); V_0 = L_18; int32_t L_19 = V_0; __this->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1))); int32_t L_20 = V_0; NullCheck(L_17); (L_17)->SetAt(static_cast(L_20), (Il2CppChar)((int32_t)61)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_21 = __this->get_bufChars_17(); int32_t L_22 = __this->get_bufPos_7(); V_0 = L_22; int32_t L_23 = V_0; __this->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1))); int32_t L_24 = V_0; NullCheck(L_21); (L_21)->SetAt(static_cast(L_24), (Il2CppChar)((int32_t)34)); __this->set_inAttributeValue_15((bool)1); return; } } // System.Void System.Xml.XmlEncodedRawTextWriter::WriteEndAttribute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_WriteEndAttribute_mAE1765AF9E4DE9D31C65D1A0BF66FE4E0F1EA261 (XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { bool L_0 = __this->get_trackTextContent_20(); if (!L_0) { goto IL_0017; } } { bool L_1 = __this->get_inTextContent_21(); if (!L_1) { goto IL_0017; } } { XmlEncodedRawTextWriter_ChangeTextContentMark_mEF4D16ADDA4990B1B146E1C6743FEB923F3D1C41(__this, (bool)0, /*hidden argument*/NULL); } IL_0017: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_2 = __this->get_bufChars_17(); int32_t L_3 = __this->get_bufPos_7(); V_0 = L_3; int32_t L_4 = V_0; __this->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1))); int32_t L_5 = V_0; NullCheck(L_2); (L_2)->SetAt(static_cast(L_5), (Il2CppChar)((int32_t)34)); __this->set_inAttributeValue_15((bool)0); int32_t L_6 = __this->get_bufPos_7(); __this->set_attrEndPos_11(L_6); return; } } // System.Void System.Xml.XmlEncodedRawTextWriter::WriteNamespaceDeclaration(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_WriteNamespaceDeclaration_m1AA2F308F45D5452D6D76D59D9DF0C4554C8BDEC (XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * __this, String_t* ___prefix0, String_t* ___namespaceName1, const RuntimeMethod* method) { { String_t* L_0 = ___prefix0; VirtualActionInvoker1< String_t* >::Invoke(42 /* System.Void System.Xml.XmlRawWriter::WriteStartNamespaceDeclaration(System.String) */, __this, L_0); String_t* L_1 = ___namespaceName1; VirtualActionInvoker1< String_t* >::Invoke(20 /* System.Void System.Xml.XmlWriter::WriteString(System.String) */, __this, L_1); VirtualActionInvoker0::Invoke(43 /* System.Void System.Xml.XmlRawWriter::WriteEndNamespaceDeclaration() */, __this); return; } } // System.Boolean System.Xml.XmlEncodedRawTextWriter::get_SupportsNamespaceDeclarationInChunks() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlEncodedRawTextWriter_get_SupportsNamespaceDeclarationInChunks_m0403CEEEF9983EF89B42496F3097943F90EA5CE1 (XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Void System.Xml.XmlEncodedRawTextWriter::WriteStartNamespaceDeclaration(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_WriteStartNamespaceDeclaration_mE89C0F39E7867EDF4318B0430A775D64BE19F5DD (XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * __this, String_t* ___prefix0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7445C16916FA3BA29CF130D3BC44506627A580F8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD7BB4816F511937863E42D9A34BAB32B43210AE7); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { bool L_0 = __this->get_trackTextContent_20(); if (!L_0) { goto IL_0017; } } { bool L_1 = __this->get_inTextContent_21(); if (!L_1) { goto IL_0017; } } { XmlEncodedRawTextWriter_ChangeTextContentMark_mEF4D16ADDA4990B1B146E1C6743FEB923F3D1C41(__this, (bool)0, /*hidden argument*/NULL); } IL_0017: { String_t* L_2 = ___prefix0; NullCheck(L_2); int32_t L_3; L_3 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_002c; } } { XmlEncodedRawTextWriter_RawText_m1A0B94A7A7377E369B4685225949970F808281B1(__this, _stringLiteral7445C16916FA3BA29CF130D3BC44506627A580F8, /*hidden argument*/NULL); goto IL_0072; } IL_002c: { XmlEncodedRawTextWriter_RawText_m1A0B94A7A7377E369B4685225949970F808281B1(__this, _stringLiteralD7BB4816F511937863E42D9A34BAB32B43210AE7, /*hidden argument*/NULL); String_t* L_4 = ___prefix0; XmlEncodedRawTextWriter_RawText_m1A0B94A7A7377E369B4685225949970F808281B1(__this, L_4, /*hidden argument*/NULL); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_5 = __this->get_bufChars_17(); int32_t L_6 = __this->get_bufPos_7(); V_0 = L_6; int32_t L_7 = V_0; __this->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1))); int32_t L_8 = V_0; NullCheck(L_5); (L_5)->SetAt(static_cast(L_8), (Il2CppChar)((int32_t)61)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_9 = __this->get_bufChars_17(); int32_t L_10 = __this->get_bufPos_7(); V_0 = L_10; int32_t L_11 = V_0; __this->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1))); int32_t L_12 = V_0; NullCheck(L_9); (L_9)->SetAt(static_cast(L_12), (Il2CppChar)((int32_t)34)); } IL_0072: { __this->set_inAttributeValue_15((bool)1); bool L_13 = __this->get_trackTextContent_20(); if (!L_13) { goto IL_0090; } } { bool L_14 = __this->get_inTextContent_21(); if (L_14) { goto IL_0090; } } { XmlEncodedRawTextWriter_ChangeTextContentMark_mEF4D16ADDA4990B1B146E1C6743FEB923F3D1C41(__this, (bool)1, /*hidden argument*/NULL); } IL_0090: { return; } } // System.Void System.Xml.XmlEncodedRawTextWriter::WriteEndNamespaceDeclaration() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_WriteEndNamespaceDeclaration_mC41A08EAD913E47C9024D6FAEADAC9A7A1252D66 (XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { bool L_0 = __this->get_trackTextContent_20(); if (!L_0) { goto IL_0017; } } { bool L_1 = __this->get_inTextContent_21(); if (!L_1) { goto IL_0017; } } { XmlEncodedRawTextWriter_ChangeTextContentMark_mEF4D16ADDA4990B1B146E1C6743FEB923F3D1C41(__this, (bool)0, /*hidden argument*/NULL); } IL_0017: { __this->set_inAttributeValue_15((bool)0); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_2 = __this->get_bufChars_17(); int32_t L_3 = __this->get_bufPos_7(); V_0 = L_3; int32_t L_4 = V_0; __this->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1))); int32_t L_5 = V_0; NullCheck(L_2); (L_2)->SetAt(static_cast(L_5), (Il2CppChar)((int32_t)34)); int32_t L_6 = __this->get_bufPos_7(); __this->set_attrEndPos_11(L_6); return; } } // System.Void System.Xml.XmlEncodedRawTextWriter::WriteCData(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_WriteCData_m47927F76D81DB51BF79BCB0035EEF05E0830349E (XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * __this, String_t* ___text0, const RuntimeMethod* method) { int32_t V_0 = 0; { bool L_0 = __this->get_trackTextContent_20(); if (!L_0) { goto IL_0017; } } { bool L_1 = __this->get_inTextContent_21(); if (!L_1) { goto IL_0017; } } { XmlEncodedRawTextWriter_ChangeTextContentMark_mEF4D16ADDA4990B1B146E1C6743FEB923F3D1C41(__this, (bool)0, /*hidden argument*/NULL); } IL_0017: { bool L_2 = __this->get_mergeCDataSections_33(); if (!L_2) { goto IL_0040; } } { int32_t L_3 = __this->get_bufPos_7(); int32_t L_4 = __this->get_cdataPos_10(); if ((!(((uint32_t)L_3) == ((uint32_t)L_4)))) { goto IL_0040; } } { int32_t L_5 = __this->get_bufPos_7(); __this->set_bufPos_7(((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)3))); goto IL_012a; } IL_0040: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_6 = __this->get_bufChars_17(); int32_t L_7 = __this->get_bufPos_7(); V_0 = L_7; int32_t L_8 = V_0; __this->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1))); int32_t L_9 = V_0; NullCheck(L_6); (L_6)->SetAt(static_cast(L_9), (Il2CppChar)((int32_t)60)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_10 = __this->get_bufChars_17(); int32_t L_11 = __this->get_bufPos_7(); V_0 = L_11; int32_t L_12 = V_0; __this->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1))); int32_t L_13 = V_0; NullCheck(L_10); (L_10)->SetAt(static_cast(L_13), (Il2CppChar)((int32_t)33)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_14 = __this->get_bufChars_17(); int32_t L_15 = __this->get_bufPos_7(); V_0 = L_15; int32_t L_16 = V_0; __this->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1))); int32_t L_17 = V_0; NullCheck(L_14); (L_14)->SetAt(static_cast(L_17), (Il2CppChar)((int32_t)91)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_18 = __this->get_bufChars_17(); int32_t L_19 = __this->get_bufPos_7(); V_0 = L_19; int32_t L_20 = V_0; __this->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1))); int32_t L_21 = V_0; NullCheck(L_18); (L_18)->SetAt(static_cast(L_21), (Il2CppChar)((int32_t)67)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_22 = __this->get_bufChars_17(); int32_t L_23 = __this->get_bufPos_7(); V_0 = L_23; int32_t L_24 = V_0; __this->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1))); int32_t L_25 = V_0; NullCheck(L_22); (L_22)->SetAt(static_cast(L_25), (Il2CppChar)((int32_t)68)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_26 = __this->get_bufChars_17(); int32_t L_27 = __this->get_bufPos_7(); V_0 = L_27; int32_t L_28 = V_0; __this->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1))); int32_t L_29 = V_0; NullCheck(L_26); (L_26)->SetAt(static_cast(L_29), (Il2CppChar)((int32_t)65)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_30 = __this->get_bufChars_17(); int32_t L_31 = __this->get_bufPos_7(); V_0 = L_31; int32_t L_32 = V_0; __this->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1))); int32_t L_33 = V_0; NullCheck(L_30); (L_30)->SetAt(static_cast(L_33), (Il2CppChar)((int32_t)84)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_34 = __this->get_bufChars_17(); int32_t L_35 = __this->get_bufPos_7(); V_0 = L_35; int32_t L_36 = V_0; __this->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1))); int32_t L_37 = V_0; NullCheck(L_34); (L_34)->SetAt(static_cast(L_37), (Il2CppChar)((int32_t)65)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_38 = __this->get_bufChars_17(); int32_t L_39 = __this->get_bufPos_7(); V_0 = L_39; int32_t L_40 = V_0; __this->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1))); int32_t L_41 = V_0; NullCheck(L_38); (L_38)->SetAt(static_cast(L_41), (Il2CppChar)((int32_t)91)); } IL_012a: { String_t* L_42 = ___text0; XmlEncodedRawTextWriter_WriteCDataSection_m26971A7C40BBC8DFD2390C30E3388EBDDBEE0279(__this, L_42, /*hidden argument*/NULL); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_43 = __this->get_bufChars_17(); int32_t L_44 = __this->get_bufPos_7(); V_0 = L_44; int32_t L_45 = V_0; __this->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)1))); int32_t L_46 = V_0; NullCheck(L_43); (L_43)->SetAt(static_cast(L_46), (Il2CppChar)((int32_t)93)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_47 = __this->get_bufChars_17(); int32_t L_48 = __this->get_bufPos_7(); V_0 = L_48; int32_t L_49 = V_0; __this->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)1))); int32_t L_50 = V_0; NullCheck(L_47); (L_47)->SetAt(static_cast(L_50), (Il2CppChar)((int32_t)93)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_51 = __this->get_bufChars_17(); int32_t L_52 = __this->get_bufPos_7(); V_0 = L_52; int32_t L_53 = V_0; __this->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)1))); int32_t L_54 = V_0; NullCheck(L_51); (L_51)->SetAt(static_cast(L_54), (Il2CppChar)((int32_t)62)); int32_t L_55 = __this->get_bufPos_7(); __this->set_textPos_8(L_55); int32_t L_56 = __this->get_bufPos_7(); __this->set_cdataPos_10(L_56); return; } } // System.Void System.Xml.XmlEncodedRawTextWriter::WriteComment(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_WriteComment_m9CEF66D867E4BB6B0DD86404D9B511EA12A44C12 (XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * __this, String_t* ___text0, const RuntimeMethod* method) { int32_t V_0 = 0; { bool L_0 = __this->get_trackTextContent_20(); if (!L_0) { goto IL_0017; } } { bool L_1 = __this->get_inTextContent_21(); if (!L_1) { goto IL_0017; } } { XmlEncodedRawTextWriter_ChangeTextContentMark_mEF4D16ADDA4990B1B146E1C6743FEB923F3D1C41(__this, (bool)0, /*hidden argument*/NULL); } IL_0017: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_2 = __this->get_bufChars_17(); int32_t L_3 = __this->get_bufPos_7(); V_0 = L_3; int32_t L_4 = V_0; __this->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1))); int32_t L_5 = V_0; NullCheck(L_2); (L_2)->SetAt(static_cast(L_5), (Il2CppChar)((int32_t)60)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_6 = __this->get_bufChars_17(); int32_t L_7 = __this->get_bufPos_7(); V_0 = L_7; int32_t L_8 = V_0; __this->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1))); int32_t L_9 = V_0; NullCheck(L_6); (L_6)->SetAt(static_cast(L_9), (Il2CppChar)((int32_t)33)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_10 = __this->get_bufChars_17(); int32_t L_11 = __this->get_bufPos_7(); V_0 = L_11; int32_t L_12 = V_0; __this->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1))); int32_t L_13 = V_0; NullCheck(L_10); (L_10)->SetAt(static_cast(L_13), (Il2CppChar)((int32_t)45)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_14 = __this->get_bufChars_17(); int32_t L_15 = __this->get_bufPos_7(); V_0 = L_15; int32_t L_16 = V_0; __this->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1))); int32_t L_17 = V_0; NullCheck(L_14); (L_14)->SetAt(static_cast(L_17), (Il2CppChar)((int32_t)45)); String_t* L_18 = ___text0; XmlEncodedRawTextWriter_WriteCommentOrPi_mEEDCD7012F1B5569C13BC555A089ADEC60273E2A(__this, L_18, ((int32_t)45), /*hidden argument*/NULL); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_19 = __this->get_bufChars_17(); int32_t L_20 = __this->get_bufPos_7(); V_0 = L_20; int32_t L_21 = V_0; __this->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1))); int32_t L_22 = V_0; NullCheck(L_19); (L_19)->SetAt(static_cast(L_22), (Il2CppChar)((int32_t)45)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_23 = __this->get_bufChars_17(); int32_t L_24 = __this->get_bufPos_7(); V_0 = L_24; int32_t L_25 = V_0; __this->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1))); int32_t L_26 = V_0; NullCheck(L_23); (L_23)->SetAt(static_cast(L_26), (Il2CppChar)((int32_t)45)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_27 = __this->get_bufChars_17(); int32_t L_28 = __this->get_bufPos_7(); V_0 = L_28; int32_t L_29 = V_0; __this->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1))); int32_t L_30 = V_0; NullCheck(L_27); (L_27)->SetAt(static_cast(L_30), (Il2CppChar)((int32_t)62)); return; } } // System.Void System.Xml.XmlEncodedRawTextWriter::WriteProcessingInstruction(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_WriteProcessingInstruction_mC7F9C0FC7E60122592BD675EB8F9E88825805C8E (XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * __this, String_t* ___name0, String_t* ___text1, const RuntimeMethod* method) { int32_t V_0 = 0; { bool L_0 = __this->get_trackTextContent_20(); if (!L_0) { goto IL_0017; } } { bool L_1 = __this->get_inTextContent_21(); if (!L_1) { goto IL_0017; } } { XmlEncodedRawTextWriter_ChangeTextContentMark_mEF4D16ADDA4990B1B146E1C6743FEB923F3D1C41(__this, (bool)0, /*hidden argument*/NULL); } IL_0017: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_2 = __this->get_bufChars_17(); int32_t L_3 = __this->get_bufPos_7(); V_0 = L_3; int32_t L_4 = V_0; __this->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1))); int32_t L_5 = V_0; NullCheck(L_2); (L_2)->SetAt(static_cast(L_5), (Il2CppChar)((int32_t)60)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_6 = __this->get_bufChars_17(); int32_t L_7 = __this->get_bufPos_7(); V_0 = L_7; int32_t L_8 = V_0; __this->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1))); int32_t L_9 = V_0; NullCheck(L_6); (L_6)->SetAt(static_cast(L_9), (Il2CppChar)((int32_t)63)); String_t* L_10 = ___name0; XmlEncodedRawTextWriter_RawText_m1A0B94A7A7377E369B4685225949970F808281B1(__this, L_10, /*hidden argument*/NULL); String_t* L_11 = ___text1; NullCheck(L_11); int32_t L_12; L_12 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_11, /*hidden argument*/NULL); if ((((int32_t)L_12) <= ((int32_t)0))) { goto IL_007e; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_13 = __this->get_bufChars_17(); int32_t L_14 = __this->get_bufPos_7(); V_0 = L_14; int32_t L_15 = V_0; __this->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1))); int32_t L_16 = V_0; NullCheck(L_13); (L_13)->SetAt(static_cast(L_16), (Il2CppChar)((int32_t)32)); String_t* L_17 = ___text1; XmlEncodedRawTextWriter_WriteCommentOrPi_mEEDCD7012F1B5569C13BC555A089ADEC60273E2A(__this, L_17, ((int32_t)63), /*hidden argument*/NULL); } IL_007e: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_18 = __this->get_bufChars_17(); int32_t L_19 = __this->get_bufPos_7(); V_0 = L_19; int32_t L_20 = V_0; __this->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1))); int32_t L_21 = V_0; NullCheck(L_18); (L_18)->SetAt(static_cast(L_21), (Il2CppChar)((int32_t)63)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_22 = __this->get_bufChars_17(); int32_t L_23 = __this->get_bufPos_7(); V_0 = L_23; int32_t L_24 = V_0; __this->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1))); int32_t L_25 = V_0; NullCheck(L_22); (L_22)->SetAt(static_cast(L_25), (Il2CppChar)((int32_t)62)); return; } } // System.Void System.Xml.XmlEncodedRawTextWriter::WriteEntityRef(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_WriteEntityRef_m3D38D4D7E9053578F442A23E4401ED4DF7D000E8 (XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * __this, String_t* ___name0, const RuntimeMethod* method) { int32_t V_0 = 0; { bool L_0 = __this->get_trackTextContent_20(); if (!L_0) { goto IL_0017; } } { bool L_1 = __this->get_inTextContent_21(); if (!L_1) { goto IL_0017; } } { XmlEncodedRawTextWriter_ChangeTextContentMark_mEF4D16ADDA4990B1B146E1C6743FEB923F3D1C41(__this, (bool)0, /*hidden argument*/NULL); } IL_0017: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_2 = __this->get_bufChars_17(); int32_t L_3 = __this->get_bufPos_7(); V_0 = L_3; int32_t L_4 = V_0; __this->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1))); int32_t L_5 = V_0; NullCheck(L_2); (L_2)->SetAt(static_cast(L_5), (Il2CppChar)((int32_t)38)); String_t* L_6 = ___name0; XmlEncodedRawTextWriter_RawText_m1A0B94A7A7377E369B4685225949970F808281B1(__this, L_6, /*hidden argument*/NULL); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_7 = __this->get_bufChars_17(); int32_t L_8 = __this->get_bufPos_7(); V_0 = L_8; int32_t L_9 = V_0; __this->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1))); int32_t L_10 = V_0; NullCheck(L_7); (L_7)->SetAt(static_cast(L_10), (Il2CppChar)((int32_t)59)); int32_t L_11 = __this->get_bufPos_7(); int32_t L_12 = __this->get_bufLen_12(); if ((((int32_t)L_11) <= ((int32_t)L_12))) { goto IL_0066; } } { VirtualActionInvoker0::Invoke(46 /* System.Void System.Xml.XmlEncodedRawTextWriter::FlushBuffer() */, __this); } IL_0066: { int32_t L_13 = __this->get_bufPos_7(); __this->set_textPos_8(L_13); return; } } // System.Void System.Xml.XmlEncodedRawTextWriter::WriteCharEntity(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_WriteCharEntity_mC10080307D4E591E1E53A6F08ABF0BFA12C2CA87 (XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * __this, Il2CppChar ___ch0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD5D2875F228D651E1289522AEAAB8C492001C1BE); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; { Il2CppChar L_0 = ___ch0; V_1 = L_0; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_1; L_1 = NumberFormatInfo_get_InvariantInfo_m286BBD095BFCA546BD2CD67E856D1A205436C03F(/*hidden argument*/NULL); String_t* L_2; L_2 = Int32_ToString_m246774E1922012AE787EB97743F42CB798B70CD8((int32_t*)(&V_1), _stringLiteralD5D2875F228D651E1289522AEAAB8C492001C1BE, L_1, /*hidden argument*/NULL); V_0 = L_2; bool L_3 = __this->get_checkCharacters_29(); if (!L_3) { goto IL_0032; } } { XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * L_4 = __this->get_address_of_xmlCharType_6(); Il2CppChar L_5 = ___ch0; bool L_6; L_6 = XmlCharType_IsCharData_m8FA0C15217389BFB0EC8DCD7CBED0A1DE4EF7444((XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA *)L_4, L_5, /*hidden argument*/NULL); if (L_6) { goto IL_0032; } } { Il2CppChar L_7 = ___ch0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var))); Exception_t * L_8; L_8 = XmlConvert_CreateInvalidCharException_m7F50BCBE8EBFD8D382C6062F523704CB9ABC9049(L_7, 0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlEncodedRawTextWriter_WriteCharEntity_mC10080307D4E591E1E53A6F08ABF0BFA12C2CA87_RuntimeMethod_var))); } IL_0032: { bool L_9 = __this->get_trackTextContent_20(); if (!L_9) { goto IL_0049; } } { bool L_10 = __this->get_inTextContent_21(); if (!L_10) { goto IL_0049; } } { XmlEncodedRawTextWriter_ChangeTextContentMark_mEF4D16ADDA4990B1B146E1C6743FEB923F3D1C41(__this, (bool)0, /*hidden argument*/NULL); } IL_0049: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_11 = __this->get_bufChars_17(); int32_t L_12 = __this->get_bufPos_7(); V_1 = L_12; int32_t L_13 = V_1; __this->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1))); int32_t L_14 = V_1; NullCheck(L_11); (L_11)->SetAt(static_cast(L_14), (Il2CppChar)((int32_t)38)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_15 = __this->get_bufChars_17(); int32_t L_16 = __this->get_bufPos_7(); V_1 = L_16; int32_t L_17 = V_1; __this->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1))); int32_t L_18 = V_1; NullCheck(L_15); (L_15)->SetAt(static_cast(L_18), (Il2CppChar)((int32_t)35)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_19 = __this->get_bufChars_17(); int32_t L_20 = __this->get_bufPos_7(); V_1 = L_20; int32_t L_21 = V_1; __this->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1))); int32_t L_22 = V_1; NullCheck(L_19); (L_19)->SetAt(static_cast(L_22), (Il2CppChar)((int32_t)120)); String_t* L_23 = V_0; XmlEncodedRawTextWriter_RawText_m1A0B94A7A7377E369B4685225949970F808281B1(__this, L_23, /*hidden argument*/NULL); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_24 = __this->get_bufChars_17(); int32_t L_25 = __this->get_bufPos_7(); V_1 = L_25; int32_t L_26 = V_1; __this->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1))); int32_t L_27 = V_1; NullCheck(L_24); (L_24)->SetAt(static_cast(L_27), (Il2CppChar)((int32_t)59)); int32_t L_28 = __this->get_bufPos_7(); int32_t L_29 = __this->get_bufLen_12(); if ((((int32_t)L_28) <= ((int32_t)L_29))) { goto IL_00cc; } } { VirtualActionInvoker0::Invoke(46 /* System.Void System.Xml.XmlEncodedRawTextWriter::FlushBuffer() */, __this); } IL_00cc: { int32_t L_30 = __this->get_bufPos_7(); __this->set_textPos_8(L_30); return; } } // System.Void System.Xml.XmlEncodedRawTextWriter::WriteWhitespace(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_WriteWhitespace_m2709A1810675B1B3A66277D28BB098252FB243D9 (XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * __this, String_t* ___ws0, const RuntimeMethod* method) { Il2CppChar* V_0 = NULL; String_t* V_1 = NULL; Il2CppChar* V_2 = NULL; { bool L_0 = __this->get_trackTextContent_20(); if (!L_0) { goto IL_0017; } } { bool L_1 = __this->get_inTextContent_21(); if (!L_1) { goto IL_0017; } } { XmlEncodedRawTextWriter_ChangeTextContentMark_mEF4D16ADDA4990B1B146E1C6743FEB923F3D1C41(__this, (bool)0, /*hidden argument*/NULL); } IL_0017: { String_t* L_2 = ___ws0; V_1 = L_2; String_t* L_3 = V_1; V_0 = (Il2CppChar*)((uintptr_t)L_3); Il2CppChar* L_4 = V_0; if (!L_4) { goto IL_0027; } } { Il2CppChar* L_5 = V_0; int32_t L_6; L_6 = RuntimeHelpers_get_OffsetToStringData_mEB8E6EAEBAFAB7CD7F7A915B3081785AABB9FC42(/*hidden argument*/NULL); V_0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_5, (int32_t)L_6)); } IL_0027: { Il2CppChar* L_7 = V_0; String_t* L_8 = ___ws0; NullCheck(L_8); int32_t L_9; L_9 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_8, /*hidden argument*/NULL); V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_7, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_9), (int32_t)2)))); bool L_10 = __this->get_inAttributeValue_15(); if (!L_10) { goto IL_0045; } } { Il2CppChar* L_11 = V_0; Il2CppChar* L_12 = V_2; XmlEncodedRawTextWriter_WriteAttributeTextBlock_m1A071EEE52E8D207B71E15A840AC441EC5F52B13(__this, (Il2CppChar*)(Il2CppChar*)L_11, (Il2CppChar*)(Il2CppChar*)L_12, /*hidden argument*/NULL); goto IL_004d; } IL_0045: { Il2CppChar* L_13 = V_0; Il2CppChar* L_14 = V_2; XmlEncodedRawTextWriter_WriteElementTextBlock_mE015D1A62401272BC365FA42D37F6271455C548C(__this, (Il2CppChar*)(Il2CppChar*)L_13, (Il2CppChar*)(Il2CppChar*)L_14, /*hidden argument*/NULL); } IL_004d: { V_1 = (String_t*)NULL; return; } } // System.Void System.Xml.XmlEncodedRawTextWriter::WriteString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_WriteString_mFE3E8DDE7C228A954347AC94AD1A642181000B6E (XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * __this, String_t* ___text0, const RuntimeMethod* method) { Il2CppChar* V_0 = NULL; String_t* V_1 = NULL; Il2CppChar* V_2 = NULL; { bool L_0 = __this->get_trackTextContent_20(); if (!L_0) { goto IL_0017; } } { bool L_1 = __this->get_inTextContent_21(); if (L_1) { goto IL_0017; } } { XmlEncodedRawTextWriter_ChangeTextContentMark_mEF4D16ADDA4990B1B146E1C6743FEB923F3D1C41(__this, (bool)1, /*hidden argument*/NULL); } IL_0017: { String_t* L_2 = ___text0; V_1 = L_2; String_t* L_3 = V_1; V_0 = (Il2CppChar*)((uintptr_t)L_3); Il2CppChar* L_4 = V_0; if (!L_4) { goto IL_0027; } } { Il2CppChar* L_5 = V_0; int32_t L_6; L_6 = RuntimeHelpers_get_OffsetToStringData_mEB8E6EAEBAFAB7CD7F7A915B3081785AABB9FC42(/*hidden argument*/NULL); V_0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_5, (int32_t)L_6)); } IL_0027: { Il2CppChar* L_7 = V_0; String_t* L_8 = ___text0; NullCheck(L_8); int32_t L_9; L_9 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_8, /*hidden argument*/NULL); V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_7, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_9), (int32_t)2)))); bool L_10 = __this->get_inAttributeValue_15(); if (!L_10) { goto IL_0045; } } { Il2CppChar* L_11 = V_0; Il2CppChar* L_12 = V_2; XmlEncodedRawTextWriter_WriteAttributeTextBlock_m1A071EEE52E8D207B71E15A840AC441EC5F52B13(__this, (Il2CppChar*)(Il2CppChar*)L_11, (Il2CppChar*)(Il2CppChar*)L_12, /*hidden argument*/NULL); goto IL_004d; } IL_0045: { Il2CppChar* L_13 = V_0; Il2CppChar* L_14 = V_2; XmlEncodedRawTextWriter_WriteElementTextBlock_mE015D1A62401272BC365FA42D37F6271455C548C(__this, (Il2CppChar*)(Il2CppChar*)L_13, (Il2CppChar*)(Il2CppChar*)L_14, /*hidden argument*/NULL); } IL_004d: { V_1 = (String_t*)NULL; return; } } // System.Void System.Xml.XmlEncodedRawTextWriter::WriteSurrogateCharEntity(System.Char,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_WriteSurrogateCharEntity_mC44E89B3027D3B43DC971F30EE732B334A29A5A0 (XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * __this, Il2CppChar ___lowChar0, Il2CppChar ___highChar1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD5D2875F228D651E1289522AEAAB8C492001C1BE); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { bool L_0 = __this->get_trackTextContent_20(); if (!L_0) { goto IL_0017; } } { bool L_1 = __this->get_inTextContent_21(); if (!L_1) { goto IL_0017; } } { XmlEncodedRawTextWriter_ChangeTextContentMark_mEF4D16ADDA4990B1B146E1C6743FEB923F3D1C41(__this, (bool)0, /*hidden argument*/NULL); } IL_0017: { Il2CppChar L_2 = ___lowChar0; Il2CppChar L_3 = ___highChar1; int32_t L_4; L_4 = XmlCharType_CombineSurrogateChar_m87E1DFC697895E2055353F4E12BFB7D9DDBA9A9B(L_2, L_3, /*hidden argument*/NULL); V_0 = L_4; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_5 = __this->get_bufChars_17(); int32_t L_6 = __this->get_bufPos_7(); V_1 = L_6; int32_t L_7 = V_1; __this->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1))); int32_t L_8 = V_1; NullCheck(L_5); (L_5)->SetAt(static_cast(L_8), (Il2CppChar)((int32_t)38)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_9 = __this->get_bufChars_17(); int32_t L_10 = __this->get_bufPos_7(); V_1 = L_10; int32_t L_11 = V_1; __this->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1))); int32_t L_12 = V_1; NullCheck(L_9); (L_9)->SetAt(static_cast(L_12), (Il2CppChar)((int32_t)35)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_13 = __this->get_bufChars_17(); int32_t L_14 = __this->get_bufPos_7(); V_1 = L_14; int32_t L_15 = V_1; __this->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1))); int32_t L_16 = V_1; NullCheck(L_13); (L_13)->SetAt(static_cast(L_16), (Il2CppChar)((int32_t)120)); NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_17; L_17 = NumberFormatInfo_get_InvariantInfo_m286BBD095BFCA546BD2CD67E856D1A205436C03F(/*hidden argument*/NULL); String_t* L_18; L_18 = Int32_ToString_m246774E1922012AE787EB97743F42CB798B70CD8((int32_t*)(&V_0), _stringLiteralD5D2875F228D651E1289522AEAAB8C492001C1BE, L_17, /*hidden argument*/NULL); XmlEncodedRawTextWriter_RawText_m1A0B94A7A7377E369B4685225949970F808281B1(__this, L_18, /*hidden argument*/NULL); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_19 = __this->get_bufChars_17(); int32_t L_20 = __this->get_bufPos_7(); V_1 = L_20; int32_t L_21 = V_1; __this->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1))); int32_t L_22 = V_1; NullCheck(L_19); (L_19)->SetAt(static_cast(L_22), (Il2CppChar)((int32_t)59)); int32_t L_23 = __this->get_bufPos_7(); __this->set_textPos_8(L_23); return; } } // System.Void System.Xml.XmlEncodedRawTextWriter::WriteChars(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_WriteChars_mB797B6AA4C98193D919368EE9702606E0B79DC11 (XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___buffer0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { Il2CppChar* V_0 = NULL; Il2CppChar* V_1 = NULL; { bool L_0 = __this->get_trackTextContent_20(); if (!L_0) { goto IL_0017; } } { bool L_1 = __this->get_inTextContent_21(); if (L_1) { goto IL_0017; } } { XmlEncodedRawTextWriter_ChangeTextContentMark_mEF4D16ADDA4990B1B146E1C6743FEB923F3D1C41(__this, (bool)1, /*hidden argument*/NULL); } IL_0017: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_2 = ___buffer0; int32_t L_3 = ___index1; NullCheck(L_2); V_1 = (Il2CppChar*)((L_2)->GetAddressAt(static_cast(L_3))); Il2CppChar* L_4 = V_1; V_0 = (Il2CppChar*)((uintptr_t)L_4); bool L_5 = __this->get_inAttributeValue_15(); if (!L_5) { goto IL_0039; } } { Il2CppChar* L_6 = V_0; Il2CppChar* L_7 = V_0; int32_t L_8 = ___count2; XmlEncodedRawTextWriter_WriteAttributeTextBlock_m1A071EEE52E8D207B71E15A840AC441EC5F52B13(__this, (Il2CppChar*)(Il2CppChar*)L_6, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_7, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_8), (int32_t)2)))), /*hidden argument*/NULL); goto IL_0046; } IL_0039: { Il2CppChar* L_9 = V_0; Il2CppChar* L_10 = V_0; int32_t L_11 = ___count2; XmlEncodedRawTextWriter_WriteElementTextBlock_mE015D1A62401272BC365FA42D37F6271455C548C(__this, (Il2CppChar*)(Il2CppChar*)L_9, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_11), (int32_t)2)))), /*hidden argument*/NULL); } IL_0046: { V_1 = (Il2CppChar*)((uintptr_t)0); return; } } // System.Void System.Xml.XmlEncodedRawTextWriter::WriteRaw(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_WriteRaw_mDDF78C0D0BCAF381789C59DDA3EB78BFD0FA18DD (XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___buffer0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { Il2CppChar* V_0 = NULL; Il2CppChar* V_1 = NULL; { bool L_0 = __this->get_trackTextContent_20(); if (!L_0) { goto IL_0017; } } { bool L_1 = __this->get_inTextContent_21(); if (!L_1) { goto IL_0017; } } { XmlEncodedRawTextWriter_ChangeTextContentMark_mEF4D16ADDA4990B1B146E1C6743FEB923F3D1C41(__this, (bool)0, /*hidden argument*/NULL); } IL_0017: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_2 = ___buffer0; int32_t L_3 = ___index1; NullCheck(L_2); V_1 = (Il2CppChar*)((L_2)->GetAddressAt(static_cast(L_3))); Il2CppChar* L_4 = V_1; V_0 = (Il2CppChar*)((uintptr_t)L_4); Il2CppChar* L_5 = V_0; Il2CppChar* L_6 = V_0; int32_t L_7 = ___count2; XmlEncodedRawTextWriter_WriteRawWithCharChecking_m1C5307D7D4E5ACCE1B9DC622DCCE1D9EAEC74B61(__this, (Il2CppChar*)(Il2CppChar*)L_5, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_6, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_7), (int32_t)2)))), /*hidden argument*/NULL); V_1 = (Il2CppChar*)((uintptr_t)0); int32_t L_8 = __this->get_bufPos_7(); __this->set_textPos_8(L_8); return; } } // System.Void System.Xml.XmlEncodedRawTextWriter::WriteRaw(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_WriteRaw_mB1BD338017543D641E4EB1261FE69CF0B4C4A7A9 (XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * __this, String_t* ___data0, const RuntimeMethod* method) { Il2CppChar* V_0 = NULL; String_t* V_1 = NULL; { bool L_0 = __this->get_trackTextContent_20(); if (!L_0) { goto IL_0017; } } { bool L_1 = __this->get_inTextContent_21(); if (!L_1) { goto IL_0017; } } { XmlEncodedRawTextWriter_ChangeTextContentMark_mEF4D16ADDA4990B1B146E1C6743FEB923F3D1C41(__this, (bool)0, /*hidden argument*/NULL); } IL_0017: { String_t* L_2 = ___data0; V_1 = L_2; String_t* L_3 = V_1; V_0 = (Il2CppChar*)((uintptr_t)L_3); Il2CppChar* L_4 = V_0; if (!L_4) { goto IL_0027; } } { Il2CppChar* L_5 = V_0; int32_t L_6; L_6 = RuntimeHelpers_get_OffsetToStringData_mEB8E6EAEBAFAB7CD7F7A915B3081785AABB9FC42(/*hidden argument*/NULL); V_0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_5, (int32_t)L_6)); } IL_0027: { Il2CppChar* L_7 = V_0; Il2CppChar* L_8 = V_0; String_t* L_9 = ___data0; NullCheck(L_9); int32_t L_10; L_10 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_9, /*hidden argument*/NULL); XmlEncodedRawTextWriter_WriteRawWithCharChecking_m1C5307D7D4E5ACCE1B9DC622DCCE1D9EAEC74B61(__this, (Il2CppChar*)(Il2CppChar*)L_7, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_8, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_10), (int32_t)2)))), /*hidden argument*/NULL); V_1 = (String_t*)NULL; int32_t L_11 = __this->get_bufPos_7(); __this->set_textPos_8(L_11); return; } } // System.Void System.Xml.XmlEncodedRawTextWriter::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_Close_mF637AA7F275D3265789A284890932D517EBB3CD9 (XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * __this, const RuntimeMethod* method) { Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) VirtualActionInvoker0::Invoke(46 /* System.Void System.Xml.XmlEncodedRawTextWriter::FlushBuffer() */, __this); XmlEncodedRawTextWriter_FlushEncoder_mD18303DCBB74AE62D2C56CF959D3FE3FF1E3188C(__this, /*hidden argument*/NULL); IL2CPP_LEAVE(0x7E, FINALLY_000e); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_000e; } FINALLY_000e: {// begin finally (depth: 1) { __this->set_writeToNull_13((bool)1); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_stream_4(); if (!L_0) { goto IL_0049; } } IL_001d: try {// begin try (depth: 2) Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_1 = __this->get_stream_4(); NullCheck(L_1); VirtualActionInvoker0::Invoke(20 /* System.Void System.IO.Stream::Flush() */, L_1); IL2CPP_LEAVE(0x7D, FINALLY_002a); }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_002a; } FINALLY_002a: {// begin finally (depth: 2) { } IL_002b: try {// begin try (depth: 3) { bool L_2 = __this->get_closeOutput_26(); if (!L_2) { goto IL_003e; } } IL_0033: { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_3 = __this->get_stream_4(); NullCheck(L_3); VirtualActionInvoker0::Invoke(18 /* System.Void System.IO.Stream::Close() */, L_3); } IL_003e: { IL2CPP_LEAVE(0x48, FINALLY_0040); } }// end try (depth: 3) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0040; } FINALLY_0040: {// begin finally (depth: 3) __this->set_stream_4((Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB *)NULL); IL2CPP_END_FINALLY(64) }// end finally (depth: 3) IL2CPP_CLEANUP(64) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x48, IL_0048) } IL_0048: { IL2CPP_END_FINALLY(42) } }// end finally (depth: 2) IL2CPP_CLEANUP(42) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_0049: { TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_4 = __this->get_writer_19(); if (!L_4) { goto IL_007d; } } IL_0051: try {// begin try (depth: 2) TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_5 = __this->get_writer_19(); NullCheck(L_5); VirtualActionInvoker0::Invoke(10 /* System.Void System.IO.TextWriter::Flush() */, L_5); IL2CPP_LEAVE(0x7D, FINALLY_005e); }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_005e; } FINALLY_005e: {// begin finally (depth: 2) { } IL_005f: try {// begin try (depth: 3) { bool L_6 = __this->get_closeOutput_26(); if (!L_6) { goto IL_0072; } } IL_0067: { TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_7 = __this->get_writer_19(); NullCheck(L_7); VirtualActionInvoker0::Invoke(8 /* System.Void System.IO.TextWriter::Close() */, L_7); } IL_0072: { IL2CPP_LEAVE(0x7C, FINALLY_0074); } }// end try (depth: 3) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0074; } FINALLY_0074: {// begin finally (depth: 3) __this->set_writer_19((TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 *)NULL); IL2CPP_END_FINALLY(116) }// end finally (depth: 3) IL2CPP_CLEANUP(116) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7C, IL_007c) } IL_007c: { IL2CPP_END_FINALLY(94) } }// end finally (depth: 2) IL2CPP_CLEANUP(94) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7D, IL_007d) } IL_007d: { IL2CPP_END_FINALLY(14) } }// end finally (depth: 1) IL2CPP_CLEANUP(14) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7E, IL_007e) } IL_007e: { return; } } // System.Void System.Xml.XmlEncodedRawTextWriter::Flush() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_Flush_mC8E7FD13F6C571B76D2575ABC3771C473071C686 (XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * __this, const RuntimeMethod* method) { { VirtualActionInvoker0::Invoke(46 /* System.Void System.Xml.XmlEncodedRawTextWriter::FlushBuffer() */, __this); XmlEncodedRawTextWriter_FlushEncoder_mD18303DCBB74AE62D2C56CF959D3FE3FF1E3188C(__this, /*hidden argument*/NULL); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_stream_4(); if (!L_0) { goto IL_0020; } } { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_1 = __this->get_stream_4(); NullCheck(L_1); VirtualActionInvoker0::Invoke(20 /* System.Void System.IO.Stream::Flush() */, L_1); return; } IL_0020: { TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_2 = __this->get_writer_19(); if (!L_2) { goto IL_0033; } } { TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_3 = __this->get_writer_19(); NullCheck(L_3); VirtualActionInvoker0::Invoke(10 /* System.Void System.IO.TextWriter::Flush() */, L_3); } IL_0033: { return; } } // System.Void System.Xml.XmlEncodedRawTextWriter::FlushBuffer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_FlushBuffer_m0509953DC6A3CCC5217838BF840C4EC53AF7ADF2 (XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * __this, const RuntimeMethod* method) { Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * G_B12_0 = NULL; XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * G_B11_0 = NULL; int32_t G_B13_0 = 0; XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * G_B13_1 = NULL; XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * G_B15_0 = NULL; XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * G_B14_0 = NULL; int32_t G_B16_0 = 0; XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * G_B16_1 = NULL; IL_0000: try {// begin try (depth: 1) try {// begin try (depth: 2) { bool L_0 = __this->get_writeToNull_13(); if (L_0) { goto IL_007c; } } IL_0008: { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_1 = __this->get_stream_4(); if (!L_1) { goto IL_0062; } } IL_0010: { bool L_2 = __this->get_trackTextContent_20(); if (!L_2) { goto IL_0052; } } IL_0018: { CharEntityEncoderFallback_t4D5B1863C30C436F12B2BE9E8EE22193E27960EE * L_3 = __this->get_charEntityFallback_24(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_4 = __this->get_textContentMarks_23(); int32_t L_5 = __this->get_lastMarkPos_22(); NullCheck(L_3); CharEntityEncoderFallback_Reset_mB0D75DB57542FC4F1E90E1DE9DECAEE102BB3397(L_3, L_4, L_5, /*hidden argument*/NULL); int32_t L_6 = __this->get_lastMarkPos_22(); if (!((int32_t)((int32_t)L_6&(int32_t)1))) { goto IL_004b; } } IL_0039: { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_7 = __this->get_textContentMarks_23(); NullCheck(L_7); (L_7)->SetAt(static_cast(1), (int32_t)1); __this->set_lastMarkPos_22(1); goto IL_0052; } IL_004b: { __this->set_lastMarkPos_22(0); } IL_0052: { int32_t L_8 = __this->get_bufPos_7(); XmlEncodedRawTextWriter_EncodeChars_mA84136B6B27D5B848D2B50DD04B0B2B7A080960F(__this, 1, L_8, (bool)1, /*hidden argument*/NULL); goto IL_007c; } IL_0062: { TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_9 = __this->get_writer_19(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_10 = __this->get_bufChars_17(); int32_t L_11 = __this->get_bufPos_7(); NullCheck(L_9); VirtualActionInvoker3< CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*, int32_t, int32_t >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.Char[],System.Int32,System.Int32) */, L_9, L_10, 1, ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)1))); } IL_007c: { IL2CPP_LEAVE(0xE5, FINALLY_0088); } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_007e; } throw e; } CATCH_007e: {// begin catch(System.Object) __this->set_writeToNull_13((bool)1); IL2CPP_RAISE_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlEncodedRawTextWriter_FlushBuffer_m0509953DC6A3CCC5217838BF840C4EC53AF7ADF2_RuntimeMethod_var))); }// end catch (depth: 2) }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0088; } FINALLY_0088: {// begin finally (depth: 1) { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_12 = __this->get_bufChars_17(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_13 = __this->get_bufChars_17(); int32_t L_14 = __this->get_bufPos_7(); NullCheck(L_13); int32_t L_15 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)1)); uint16_t L_16 = (uint16_t)(L_13)->GetAt(static_cast(L_15)); NullCheck(L_12); (L_12)->SetAt(static_cast(0), (Il2CppChar)L_16); int32_t L_17 = __this->get_textPos_8(); int32_t L_18 = __this->get_bufPos_7(); G_B11_0 = __this; if ((((int32_t)L_17) == ((int32_t)L_18))) { G_B12_0 = __this; goto IL_00b1; } } IL_00ae: { G_B13_0 = 0; G_B13_1 = G_B11_0; goto IL_00b2; } IL_00b1: { G_B13_0 = 1; G_B13_1 = G_B12_0; } IL_00b2: { NullCheck(G_B13_1); G_B13_1->set_textPos_8(G_B13_0); int32_t L_19 = __this->get_attrEndPos_11(); int32_t L_20 = __this->get_bufPos_7(); G_B14_0 = __this; if ((((int32_t)L_19) == ((int32_t)L_20))) { G_B15_0 = __this; goto IL_00c9; } } IL_00c6: { G_B16_0 = 0; G_B16_1 = G_B14_0; goto IL_00ca; } IL_00c9: { G_B16_0 = 1; G_B16_1 = G_B15_0; } IL_00ca: { NullCheck(G_B16_1); G_B16_1->set_attrEndPos_11(G_B16_0); __this->set_contentPos_9(0); __this->set_cdataPos_10(0); __this->set_bufPos_7(1); IL2CPP_END_FINALLY(136) } }// end finally (depth: 1) IL2CPP_CLEANUP(136) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xE5, IL_00e5) } IL_00e5: { return; } } // System.Void System.Xml.XmlEncodedRawTextWriter::EncodeChars(System.Int32,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_EncodeChars_mA84136B6B27D5B848D2B50DD04B0B2B7A080960F (XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * __this, int32_t ___startOffset0, int32_t ___endOffset1, bool ___writeAllToStream2, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; bool V_2 = false; { goto IL_0095; } IL_0005: { CharEntityEncoderFallback_t4D5B1863C30C436F12B2BE9E8EE22193E27960EE * L_0 = __this->get_charEntityFallback_24(); if (!L_0) { goto IL_0019; } } { CharEntityEncoderFallback_t4D5B1863C30C436F12B2BE9E8EE22193E27960EE * L_1 = __this->get_charEntityFallback_24(); int32_t L_2 = ___startOffset0; NullCheck(L_1); CharEntityEncoderFallback_set_StartOffset_mF4AEA49D6B3CFCCD5E9AA73E570648904B4C3F96_inline(L_1, L_2, /*hidden argument*/NULL); } IL_0019: { Encoder_t5095F24D3B1D0F70D08762B980731B9F1ADEE56A * L_3 = __this->get_encoder_18(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_4 = __this->get_bufChars_17(); int32_t L_5 = ___startOffset0; int32_t L_6 = ___endOffset1; int32_t L_7 = ___startOffset0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = __this->get_bufBytes_3(); int32_t L_9 = __this->get_bufBytesUsed_16(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = __this->get_bufBytes_3(); NullCheck(L_10); int32_t L_11 = __this->get_bufBytesUsed_16(); NullCheck(L_3); VirtualActionInvoker10< CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*, int32_t, int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t, bool, int32_t*, int32_t*, bool* >::Invoke(9 /* System.Void System.Text.Encoder::Convert(System.Char[],System.Int32,System.Int32,System.Byte[],System.Int32,System.Int32,System.Boolean,System.Int32&,System.Int32&,System.Boolean&) */, L_3, L_4, L_5, ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)L_7)), L_8, L_9, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length))), (int32_t)L_11)), (bool)0, (int32_t*)(&V_0), (int32_t*)(&V_1), (bool*)(&V_2)); int32_t L_12 = ___startOffset0; int32_t L_13 = V_0; ___startOffset0 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)L_13)); int32_t L_14 = __this->get_bufBytesUsed_16(); int32_t L_15 = V_1; __this->set_bufBytesUsed_16(((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)L_15))); int32_t L_16 = __this->get_bufBytesUsed_16(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_17 = __this->get_bufBytes_3(); NullCheck(L_17); if ((((int32_t)L_16) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_17)->max_length))), (int32_t)((int32_t)16)))))) { goto IL_0095; } } { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_18 = __this->get_stream_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19 = __this->get_bufBytes_3(); int32_t L_20 = __this->get_bufBytesUsed_16(); NullCheck(L_18); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(32 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_18, L_19, 0, L_20); __this->set_bufBytesUsed_16(0); } IL_0095: { int32_t L_21 = ___startOffset0; int32_t L_22 = ___endOffset1; if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_0005; } } { bool L_23 = ___writeAllToStream2; if (!L_23) { goto IL_00c7; } } { int32_t L_24 = __this->get_bufBytesUsed_16(); if ((((int32_t)L_24) <= ((int32_t)0))) { goto IL_00c7; } } { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_25 = __this->get_stream_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_26 = __this->get_bufBytes_3(); int32_t L_27 = __this->get_bufBytesUsed_16(); NullCheck(L_25); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(32 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_25, L_26, 0, L_27); __this->set_bufBytesUsed_16(0); } IL_00c7: { return; } } // System.Void System.Xml.XmlEncodedRawTextWriter::FlushEncoder() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_FlushEncoder_mD18303DCBB74AE62D2C56CF959D3FE3FF1E3188C (XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; bool V_2 = false; { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = __this->get_stream_4(); if (!L_0) { goto IL_0047; } } { Encoder_t5095F24D3B1D0F70D08762B980731B9F1ADEE56A * L_1 = __this->get_encoder_18(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_2 = __this->get_bufChars_17(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = __this->get_bufBytes_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = __this->get_bufBytes_3(); NullCheck(L_4); NullCheck(L_1); VirtualActionInvoker10< CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*, int32_t, int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t, bool, int32_t*, int32_t*, bool* >::Invoke(9 /* System.Void System.Text.Encoder::Convert(System.Char[],System.Int32,System.Int32,System.Byte[],System.Int32,System.Int32,System.Boolean,System.Int32&,System.Int32&,System.Boolean&) */, L_1, L_2, 1, 0, L_3, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))), (bool)1, (int32_t*)(&V_0), (int32_t*)(&V_1), (bool*)(&V_2)); int32_t L_5 = V_1; if (!L_5) { goto IL_0047; } } { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_6 = __this->get_stream_4(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = __this->get_bufBytes_3(); int32_t L_8 = V_1; NullCheck(L_6); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(32 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_6, L_7, 0, L_8); } IL_0047: { return; } } // System.Void System.Xml.XmlEncodedRawTextWriter::WriteAttributeTextBlock(System.Char*,System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_WriteAttributeTextBlock_m1A071EEE52E8D207B71E15A840AC441EC5F52B13 (XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * __this, Il2CppChar* ___pSrc0, Il2CppChar* ___pSrcEnd1, const RuntimeMethod* method) { Il2CppChar* V_0 = NULL; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* V_1 = NULL; Il2CppChar* V_2 = NULL; int32_t V_3 = 0; Il2CppChar* V_4 = NULL; { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = __this->get_bufChars_17(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_1 = L_0; V_1 = L_1; if (!L_1) { goto IL_000f; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_2 = V_1; NullCheck(L_2); if (((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))) { goto IL_0014; } } IL_000f: { V_0 = (Il2CppChar*)((uintptr_t)0); goto IL_001d; } IL_0014: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_3 = V_1; NullCheck(L_3); V_0 = (Il2CppChar*)((uintptr_t)((L_3)->GetAddressAt(static_cast(0)))); } IL_001d: { Il2CppChar* L_4 = V_0; int32_t L_5 = __this->get_bufPos_7(); V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_5), (int32_t)2)))); V_3 = 0; } IL_002b: { Il2CppChar* L_6 = V_2; Il2CppChar* L_7 = ___pSrcEnd1; Il2CppChar* L_8 = ___pSrc0; V_4 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_6, (intptr_t)((intptr_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_7, (intptr_t)L_8))/(int32_t)2)))), (int64_t)((int64_t)((int64_t)2))))))); Il2CppChar* L_9 = V_4; Il2CppChar* L_10 = V_0; int32_t L_11 = __this->get_bufLen_12(); if ((!(((uintptr_t)L_9) > ((uintptr_t)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_11), (int32_t)2)))))))) { goto IL_0064; } } { Il2CppChar* L_12 = V_0; int32_t L_13 = __this->get_bufLen_12(); V_4 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_12, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_13), (int32_t)2)))); goto IL_0064; } IL_0057: { Il2CppChar* L_14 = V_2; int32_t L_15 = V_3; *((int16_t*)L_14) = (int16_t)((int32_t)((uint16_t)L_15)); Il2CppChar* L_16 = V_2; V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_16, (int32_t)2)); Il2CppChar* L_17 = ___pSrc0; ___pSrc0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_17, (int32_t)2)); } IL_0064: { Il2CppChar* L_18 = V_2; Il2CppChar* L_19 = V_4; if ((!(((uintptr_t)L_18) < ((uintptr_t)L_19)))) { goto IL_0081; } } { XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * L_20 = __this->get_address_of_xmlCharType_6(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_21 = L_20->get_charProperties_2(); Il2CppChar* L_22 = ___pSrc0; int32_t L_23 = *((uint16_t*)L_22); int32_t L_24 = L_23; V_3 = L_24; NullCheck(L_21); int32_t L_25 = L_24; uint8_t L_26 = (L_21)->GetAt(static_cast(L_25)); if (((int32_t)((int32_t)L_26&(int32_t)((int32_t)128)))) { goto IL_0057; } } IL_0081: { Il2CppChar* L_27 = ___pSrc0; Il2CppChar* L_28 = ___pSrcEnd1; if ((!(((uintptr_t)L_27) < ((uintptr_t)L_28)))) { goto IL_01dd; } } { Il2CppChar* L_29 = V_2; Il2CppChar* L_30 = V_4; if ((!(((uintptr_t)L_29) >= ((uintptr_t)L_30)))) { goto IL_00a6; } } { Il2CppChar* L_31 = V_2; Il2CppChar* L_32 = V_0; __this->set_bufPos_7(((int32_t)((int32_t)((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_31, (intptr_t)L_32))/(int32_t)2))))))); VirtualActionInvoker0::Invoke(46 /* System.Void System.Xml.XmlEncodedRawTextWriter::FlushBuffer() */, __this); Il2CppChar* L_33 = V_0; V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_33, (int32_t)2)); goto IL_002b; } IL_00a6: { int32_t L_34 = V_3; if ((((int32_t)L_34) > ((int32_t)((int32_t)38)))) { goto IL_00d7; } } { int32_t L_35 = V_3; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_35, (int32_t)((int32_t)9)))) { case 0: { goto IL_0128; } case 1: { goto IL_0166; } case 2: { goto IL_0182; } case 3: { goto IL_0182; } case 4: { goto IL_014a; } } } { int32_t L_36 = V_3; if ((((int32_t)L_36) == ((int32_t)((int32_t)34)))) { goto IL_010f; } } { int32_t L_37 = V_3; if ((((int32_t)L_37) == ((int32_t)((int32_t)38)))) { goto IL_00eb; } } { goto IL_0182; } IL_00d7: { int32_t L_38 = V_3; if ((((int32_t)L_38) == ((int32_t)((int32_t)39)))) { goto IL_011b; } } { int32_t L_39 = V_3; if ((((int32_t)L_39) == ((int32_t)((int32_t)60)))) { goto IL_00f7; } } { int32_t L_40 = V_3; if ((((int32_t)L_40) == ((int32_t)((int32_t)62)))) { goto IL_0103; } } { goto IL_0182; } IL_00eb: { Il2CppChar* L_41 = V_2; Il2CppChar* L_42; L_42 = XmlEncodedRawTextWriter_AmpEntity_m05C1E8E66451824B396AB6B6BAA9A1BBAB2F9919((Il2CppChar*)(Il2CppChar*)L_41, /*hidden argument*/NULL); V_2 = (Il2CppChar*)L_42; goto IL_01d3; } IL_00f7: { Il2CppChar* L_43 = V_2; Il2CppChar* L_44; L_44 = XmlEncodedRawTextWriter_LtEntity_m1BB209262B5D15971F158C5503F02F3E3267E820((Il2CppChar*)(Il2CppChar*)L_43, /*hidden argument*/NULL); V_2 = (Il2CppChar*)L_44; goto IL_01d3; } IL_0103: { Il2CppChar* L_45 = V_2; Il2CppChar* L_46; L_46 = XmlEncodedRawTextWriter_GtEntity_mC1D2D5F6CF543954E8CA28C48398983E95270CBE((Il2CppChar*)(Il2CppChar*)L_45, /*hidden argument*/NULL); V_2 = (Il2CppChar*)L_46; goto IL_01d3; } IL_010f: { Il2CppChar* L_47 = V_2; Il2CppChar* L_48; L_48 = XmlEncodedRawTextWriter_QuoteEntity_mA18D68D7D13ECE08BDFA327A6305C553954A4A71((Il2CppChar*)(Il2CppChar*)L_47, /*hidden argument*/NULL); V_2 = (Il2CppChar*)L_48; goto IL_01d3; } IL_011b: { Il2CppChar* L_49 = V_2; int32_t L_50 = V_3; *((int16_t*)L_49) = (int16_t)((int32_t)((uint16_t)L_50)); Il2CppChar* L_51 = V_2; V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_51, (int32_t)2)); goto IL_01d3; } IL_0128: { int32_t L_52 = __this->get_newLineHandling_25(); if ((!(((uint32_t)L_52) == ((uint32_t)2)))) { goto IL_013e; } } { Il2CppChar* L_53 = V_2; int32_t L_54 = V_3; *((int16_t*)L_53) = (int16_t)((int32_t)((uint16_t)L_54)); Il2CppChar* L_55 = V_2; V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_55, (int32_t)2)); goto IL_01d3; } IL_013e: { Il2CppChar* L_56 = V_2; Il2CppChar* L_57; L_57 = XmlEncodedRawTextWriter_TabEntity_mC398DBEFDE213ABE25181CFEF81A7FA135793CD6((Il2CppChar*)(Il2CppChar*)L_56, /*hidden argument*/NULL); V_2 = (Il2CppChar*)L_57; goto IL_01d3; } IL_014a: { int32_t L_58 = __this->get_newLineHandling_25(); if ((!(((uint32_t)L_58) == ((uint32_t)2)))) { goto IL_015d; } } { Il2CppChar* L_59 = V_2; int32_t L_60 = V_3; *((int16_t*)L_59) = (int16_t)((int32_t)((uint16_t)L_60)); Il2CppChar* L_61 = V_2; V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_61, (int32_t)2)); goto IL_01d3; } IL_015d: { Il2CppChar* L_62 = V_2; Il2CppChar* L_63; L_63 = XmlEncodedRawTextWriter_CarriageReturnEntity_mBE668DC42E8424A0609D81BD401C47E673926B95((Il2CppChar*)(Il2CppChar*)L_62, /*hidden argument*/NULL); V_2 = (Il2CppChar*)L_63; goto IL_01d3; } IL_0166: { int32_t L_64 = __this->get_newLineHandling_25(); if ((!(((uint32_t)L_64) == ((uint32_t)2)))) { goto IL_0179; } } { Il2CppChar* L_65 = V_2; int32_t L_66 = V_3; *((int16_t*)L_65) = (int16_t)((int32_t)((uint16_t)L_66)); Il2CppChar* L_67 = V_2; V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_67, (int32_t)2)); goto IL_01d3; } IL_0179: { Il2CppChar* L_68 = V_2; Il2CppChar* L_69; L_69 = XmlEncodedRawTextWriter_LineFeedEntity_mB0F1265EF1027455FAA65422F4D3D600876F462A((Il2CppChar*)(Il2CppChar*)L_68, /*hidden argument*/NULL); V_2 = (Il2CppChar*)L_69; goto IL_01d3; } IL_0182: { int32_t L_70 = V_3; bool L_71; L_71 = XmlCharType_IsSurrogate_m01752EB49659860DAB0FEACB0AD1566216215DE8(L_70, /*hidden argument*/NULL); if (!L_71) { goto IL_01a0; } } { Il2CppChar* L_72 = ___pSrc0; Il2CppChar* L_73 = ___pSrcEnd1; Il2CppChar* L_74 = V_2; Il2CppChar* L_75; L_75 = XmlEncodedRawTextWriter_EncodeSurrogate_m1EE3EBDB2B588413C382CE60822439ED83D9C084((Il2CppChar*)(Il2CppChar*)L_72, (Il2CppChar*)(Il2CppChar*)L_73, (Il2CppChar*)(Il2CppChar*)L_74, /*hidden argument*/NULL); V_2 = (Il2CppChar*)L_75; Il2CppChar* L_76 = ___pSrc0; ___pSrc0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_76, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)2), (int32_t)2)))); goto IL_002b; } IL_01a0: { int32_t L_77 = V_3; if ((((int32_t)L_77) <= ((int32_t)((int32_t)127)))) { goto IL_01ad; } } { int32_t L_78 = V_3; if ((((int32_t)L_78) < ((int32_t)((int32_t)65534)))) { goto IL_01c1; } } IL_01ad: { int32_t L_79 = V_3; Il2CppChar* L_80 = V_2; Il2CppChar* L_81; L_81 = XmlEncodedRawTextWriter_InvalidXmlChar_mAA6562013643C7D7E20618E2B0AA7C9A73785E00(__this, L_79, (Il2CppChar*)(Il2CppChar*)L_80, (bool)1, /*hidden argument*/NULL); V_2 = (Il2CppChar*)L_81; Il2CppChar* L_82 = ___pSrc0; ___pSrc0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_82, (int32_t)2)); goto IL_002b; } IL_01c1: { Il2CppChar* L_83 = V_2; int32_t L_84 = V_3; *((int16_t*)L_83) = (int16_t)((int32_t)((uint16_t)L_84)); Il2CppChar* L_85 = V_2; V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_85, (int32_t)2)); Il2CppChar* L_86 = ___pSrc0; ___pSrc0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_86, (int32_t)2)); goto IL_002b; } IL_01d3: { Il2CppChar* L_87 = ___pSrc0; ___pSrc0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_87, (int32_t)2)); goto IL_002b; } IL_01dd: { Il2CppChar* L_88 = V_2; Il2CppChar* L_89 = V_0; __this->set_bufPos_7(((int32_t)((int32_t)((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_88, (intptr_t)L_89))/(int32_t)2))))))); V_1 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)NULL; return; } } // System.Void System.Xml.XmlEncodedRawTextWriter::WriteElementTextBlock(System.Char*,System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_WriteElementTextBlock_mE015D1A62401272BC365FA42D37F6271455C548C (XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * __this, Il2CppChar* ___pSrc0, Il2CppChar* ___pSrcEnd1, const RuntimeMethod* method) { Il2CppChar* V_0 = NULL; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* V_1 = NULL; Il2CppChar* V_2 = NULL; int32_t V_3 = 0; Il2CppChar* V_4 = NULL; int32_t V_5 = 0; { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = __this->get_bufChars_17(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_1 = L_0; V_1 = L_1; if (!L_1) { goto IL_000f; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_2 = V_1; NullCheck(L_2); if (((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))) { goto IL_0014; } } IL_000f: { V_0 = (Il2CppChar*)((uintptr_t)0); goto IL_001d; } IL_0014: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_3 = V_1; NullCheck(L_3); V_0 = (Il2CppChar*)((uintptr_t)((L_3)->GetAddressAt(static_cast(0)))); } IL_001d: { Il2CppChar* L_4 = V_0; int32_t L_5 = __this->get_bufPos_7(); V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_5), (int32_t)2)))); V_3 = 0; } IL_002b: { Il2CppChar* L_6 = V_2; Il2CppChar* L_7 = ___pSrcEnd1; Il2CppChar* L_8 = ___pSrc0; V_4 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_6, (intptr_t)((intptr_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_7, (intptr_t)L_8))/(int32_t)2)))), (int64_t)((int64_t)((int64_t)2))))))); Il2CppChar* L_9 = V_4; Il2CppChar* L_10 = V_0; int32_t L_11 = __this->get_bufLen_12(); if ((!(((uintptr_t)L_9) > ((uintptr_t)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_11), (int32_t)2)))))))) { goto IL_0064; } } { Il2CppChar* L_12 = V_0; int32_t L_13 = __this->get_bufLen_12(); V_4 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_12, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_13), (int32_t)2)))); goto IL_0064; } IL_0057: { Il2CppChar* L_14 = V_2; int32_t L_15 = V_3; *((int16_t*)L_14) = (int16_t)((int32_t)((uint16_t)L_15)); Il2CppChar* L_16 = V_2; V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_16, (int32_t)2)); Il2CppChar* L_17 = ___pSrc0; ___pSrc0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_17, (int32_t)2)); } IL_0064: { Il2CppChar* L_18 = V_2; Il2CppChar* L_19 = V_4; if ((!(((uintptr_t)L_18) < ((uintptr_t)L_19)))) { goto IL_0081; } } { XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * L_20 = __this->get_address_of_xmlCharType_6(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_21 = L_20->get_charProperties_2(); Il2CppChar* L_22 = ___pSrc0; int32_t L_23 = *((uint16_t*)L_22); int32_t L_24 = L_23; V_3 = L_24; NullCheck(L_21); int32_t L_25 = L_24; uint8_t L_26 = (L_21)->GetAt(static_cast(L_25)); if (((int32_t)((int32_t)L_26&(int32_t)((int32_t)128)))) { goto IL_0057; } } IL_0081: { Il2CppChar* L_27 = ___pSrc0; Il2CppChar* L_28 = ___pSrcEnd1; if ((!(((uintptr_t)L_27) < ((uintptr_t)L_28)))) { goto IL_01e0; } } { Il2CppChar* L_29 = V_2; Il2CppChar* L_30 = V_4; if ((!(((uintptr_t)L_29) >= ((uintptr_t)L_30)))) { goto IL_00a6; } } { Il2CppChar* L_31 = V_2; Il2CppChar* L_32 = V_0; __this->set_bufPos_7(((int32_t)((int32_t)((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_31, (intptr_t)L_32))/(int32_t)2))))))); VirtualActionInvoker0::Invoke(46 /* System.Void System.Xml.XmlEncodedRawTextWriter::FlushBuffer() */, __this); Il2CppChar* L_33 = V_0; V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_33, (int32_t)2)); goto IL_002b; } IL_00a6: { int32_t L_34 = V_3; if ((((int32_t)L_34) > ((int32_t)((int32_t)38)))) { goto IL_00d7; } } { int32_t L_35 = V_3; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_35, (int32_t)((int32_t)9)))) { case 0: { goto IL_010f; } case 1: { goto IL_011c; } case 2: { goto IL_0185; } case 3: { goto IL_0185; } case 4: { goto IL_013e; } } } { int32_t L_36 = V_3; if ((((int32_t)L_36) == ((int32_t)((int32_t)34)))) { goto IL_010f; } } { int32_t L_37 = V_3; if ((((int32_t)L_37) == ((int32_t)((int32_t)38)))) { goto IL_00eb; } } { goto IL_0185; } IL_00d7: { int32_t L_38 = V_3; if ((((int32_t)L_38) == ((int32_t)((int32_t)39)))) { goto IL_010f; } } { int32_t L_39 = V_3; if ((((int32_t)L_39) == ((int32_t)((int32_t)60)))) { goto IL_00f7; } } { int32_t L_40 = V_3; if ((((int32_t)L_40) == ((int32_t)((int32_t)62)))) { goto IL_0103; } } { goto IL_0185; } IL_00eb: { Il2CppChar* L_41 = V_2; Il2CppChar* L_42; L_42 = XmlEncodedRawTextWriter_AmpEntity_m05C1E8E66451824B396AB6B6BAA9A1BBAB2F9919((Il2CppChar*)(Il2CppChar*)L_41, /*hidden argument*/NULL); V_2 = (Il2CppChar*)L_42; goto IL_01d6; } IL_00f7: { Il2CppChar* L_43 = V_2; Il2CppChar* L_44; L_44 = XmlEncodedRawTextWriter_LtEntity_m1BB209262B5D15971F158C5503F02F3E3267E820((Il2CppChar*)(Il2CppChar*)L_43, /*hidden argument*/NULL); V_2 = (Il2CppChar*)L_44; goto IL_01d6; } IL_0103: { Il2CppChar* L_45 = V_2; Il2CppChar* L_46; L_46 = XmlEncodedRawTextWriter_GtEntity_mC1D2D5F6CF543954E8CA28C48398983E95270CBE((Il2CppChar*)(Il2CppChar*)L_45, /*hidden argument*/NULL); V_2 = (Il2CppChar*)L_46; goto IL_01d6; } IL_010f: { Il2CppChar* L_47 = V_2; int32_t L_48 = V_3; *((int16_t*)L_47) = (int16_t)((int32_t)((uint16_t)L_48)); Il2CppChar* L_49 = V_2; V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_49, (int32_t)2)); goto IL_01d6; } IL_011c: { int32_t L_50 = __this->get_newLineHandling_25(); if (L_50) { goto IL_0131; } } { Il2CppChar* L_51 = V_2; Il2CppChar* L_52; L_52 = XmlEncodedRawTextWriter_WriteNewLine_m20F9813319DAE8D4CE5F527DB7BD68E444DF6AB8(__this, (Il2CppChar*)(Il2CppChar*)L_51, /*hidden argument*/NULL); V_2 = (Il2CppChar*)L_52; goto IL_01d6; } IL_0131: { Il2CppChar* L_53 = V_2; int32_t L_54 = V_3; *((int16_t*)L_53) = (int16_t)((int32_t)((uint16_t)L_54)); Il2CppChar* L_55 = V_2; V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_55, (int32_t)2)); goto IL_01d6; } IL_013e: { int32_t L_56 = __this->get_newLineHandling_25(); V_5 = L_56; int32_t L_57 = V_5; switch (L_57) { case 0: { goto IL_015b; } case 1: { goto IL_0172; } case 2: { goto IL_017b; } } } { goto IL_01d6; } IL_015b: { Il2CppChar* L_58 = ___pSrc0; int32_t L_59 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_58, (int32_t)2))); if ((!(((uint32_t)L_59) == ((uint32_t)((int32_t)10))))) { goto IL_0168; } } { Il2CppChar* L_60 = ___pSrc0; ___pSrc0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_60, (int32_t)2)); } IL_0168: { Il2CppChar* L_61 = V_2; Il2CppChar* L_62; L_62 = XmlEncodedRawTextWriter_WriteNewLine_m20F9813319DAE8D4CE5F527DB7BD68E444DF6AB8(__this, (Il2CppChar*)(Il2CppChar*)L_61, /*hidden argument*/NULL); V_2 = (Il2CppChar*)L_62; goto IL_01d6; } IL_0172: { Il2CppChar* L_63 = V_2; Il2CppChar* L_64; L_64 = XmlEncodedRawTextWriter_CarriageReturnEntity_mBE668DC42E8424A0609D81BD401C47E673926B95((Il2CppChar*)(Il2CppChar*)L_63, /*hidden argument*/NULL); V_2 = (Il2CppChar*)L_64; goto IL_01d6; } IL_017b: { Il2CppChar* L_65 = V_2; int32_t L_66 = V_3; *((int16_t*)L_65) = (int16_t)((int32_t)((uint16_t)L_66)); Il2CppChar* L_67 = V_2; V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_67, (int32_t)2)); goto IL_01d6; } IL_0185: { int32_t L_68 = V_3; bool L_69; L_69 = XmlCharType_IsSurrogate_m01752EB49659860DAB0FEACB0AD1566216215DE8(L_68, /*hidden argument*/NULL); if (!L_69) { goto IL_01a3; } } { Il2CppChar* L_70 = ___pSrc0; Il2CppChar* L_71 = ___pSrcEnd1; Il2CppChar* L_72 = V_2; Il2CppChar* L_73; L_73 = XmlEncodedRawTextWriter_EncodeSurrogate_m1EE3EBDB2B588413C382CE60822439ED83D9C084((Il2CppChar*)(Il2CppChar*)L_70, (Il2CppChar*)(Il2CppChar*)L_71, (Il2CppChar*)(Il2CppChar*)L_72, /*hidden argument*/NULL); V_2 = (Il2CppChar*)L_73; Il2CppChar* L_74 = ___pSrc0; ___pSrc0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_74, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)2), (int32_t)2)))); goto IL_002b; } IL_01a3: { int32_t L_75 = V_3; if ((((int32_t)L_75) <= ((int32_t)((int32_t)127)))) { goto IL_01b0; } } { int32_t L_76 = V_3; if ((((int32_t)L_76) < ((int32_t)((int32_t)65534)))) { goto IL_01c4; } } IL_01b0: { int32_t L_77 = V_3; Il2CppChar* L_78 = V_2; Il2CppChar* L_79; L_79 = XmlEncodedRawTextWriter_InvalidXmlChar_mAA6562013643C7D7E20618E2B0AA7C9A73785E00(__this, L_77, (Il2CppChar*)(Il2CppChar*)L_78, (bool)1, /*hidden argument*/NULL); V_2 = (Il2CppChar*)L_79; Il2CppChar* L_80 = ___pSrc0; ___pSrc0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_80, (int32_t)2)); goto IL_002b; } IL_01c4: { Il2CppChar* L_81 = V_2; int32_t L_82 = V_3; *((int16_t*)L_81) = (int16_t)((int32_t)((uint16_t)L_82)); Il2CppChar* L_83 = V_2; V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_83, (int32_t)2)); Il2CppChar* L_84 = ___pSrc0; ___pSrc0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_84, (int32_t)2)); goto IL_002b; } IL_01d6: { Il2CppChar* L_85 = ___pSrc0; ___pSrc0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_85, (int32_t)2)); goto IL_002b; } IL_01e0: { Il2CppChar* L_86 = V_2; Il2CppChar* L_87 = V_0; __this->set_bufPos_7(((int32_t)((int32_t)((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_86, (intptr_t)L_87))/(int32_t)2))))))); int32_t L_88 = __this->get_bufPos_7(); __this->set_textPos_8(L_88); __this->set_contentPos_9(0); V_1 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)NULL; return; } } // System.Void System.Xml.XmlEncodedRawTextWriter::RawText(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_RawText_m1A0B94A7A7377E369B4685225949970F808281B1 (XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * __this, String_t* ___s0, const RuntimeMethod* method) { Il2CppChar* V_0 = NULL; String_t* V_1 = NULL; { String_t* L_0 = ___s0; V_1 = L_0; String_t* L_1 = V_1; V_0 = (Il2CppChar*)((uintptr_t)L_1); Il2CppChar* L_2 = V_0; if (!L_2) { goto IL_0010; } } { Il2CppChar* L_3 = V_0; int32_t L_4; L_4 = RuntimeHelpers_get_OffsetToStringData_mEB8E6EAEBAFAB7CD7F7A915B3081785AABB9FC42(/*hidden argument*/NULL); V_0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_3, (int32_t)L_4)); } IL_0010: { Il2CppChar* L_5 = V_0; Il2CppChar* L_6 = V_0; String_t* L_7 = ___s0; NullCheck(L_7); int32_t L_8; L_8 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_7, /*hidden argument*/NULL); XmlEncodedRawTextWriter_RawText_m82E9509CAAD47ABE665B46830EEE58C0281D80EF(__this, (Il2CppChar*)(Il2CppChar*)L_5, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_6, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_8), (int32_t)2)))), /*hidden argument*/NULL); V_1 = (String_t*)NULL; return; } } // System.Void System.Xml.XmlEncodedRawTextWriter::RawText(System.Char*,System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_RawText_m82E9509CAAD47ABE665B46830EEE58C0281D80EF (XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * __this, Il2CppChar* ___pSrcBegin0, Il2CppChar* ___pSrcEnd1, const RuntimeMethod* method) { Il2CppChar* V_0 = NULL; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* V_1 = NULL; Il2CppChar* V_2 = NULL; Il2CppChar* V_3 = NULL; int32_t V_4 = 0; Il2CppChar* V_5 = NULL; { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = __this->get_bufChars_17(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_1 = L_0; V_1 = L_1; if (!L_1) { goto IL_000f; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_2 = V_1; NullCheck(L_2); if (((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))) { goto IL_0014; } } IL_000f: { V_0 = (Il2CppChar*)((uintptr_t)0); goto IL_001d; } IL_0014: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_3 = V_1; NullCheck(L_3); V_0 = (Il2CppChar*)((uintptr_t)((L_3)->GetAddressAt(static_cast(0)))); } IL_001d: { Il2CppChar* L_4 = V_0; int32_t L_5 = __this->get_bufPos_7(); V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_5), (int32_t)2)))); Il2CppChar* L_6 = ___pSrcBegin0; V_3 = (Il2CppChar*)L_6; V_4 = 0; } IL_002e: { Il2CppChar* L_7 = V_2; Il2CppChar* L_8 = ___pSrcEnd1; Il2CppChar* L_9 = V_3; V_5 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_7, (intptr_t)((intptr_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_8, (intptr_t)L_9))/(int32_t)2)))), (int64_t)((int64_t)((int64_t)2))))))); Il2CppChar* L_10 = V_5; Il2CppChar* L_11 = V_0; int32_t L_12 = __this->get_bufLen_12(); if ((!(((uintptr_t)L_10) > ((uintptr_t)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_11, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_12), (int32_t)2)))))))) { goto IL_0067; } } { Il2CppChar* L_13 = V_0; int32_t L_14 = __this->get_bufLen_12(); V_5 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_13, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_14), (int32_t)2)))); goto IL_0067; } IL_005a: { Il2CppChar* L_15 = V_3; V_3 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_15, (int32_t)2)); Il2CppChar* L_16 = V_2; int32_t L_17 = V_4; *((int16_t*)L_16) = (int16_t)((int32_t)((uint16_t)L_17)); Il2CppChar* L_18 = V_2; V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_18, (int32_t)2)); } IL_0067: { Il2CppChar* L_19 = V_2; Il2CppChar* L_20 = V_5; if ((!(((uintptr_t)L_19) < ((uintptr_t)L_20)))) { goto IL_0078; } } { Il2CppChar* L_21 = V_3; int32_t L_22 = *((uint16_t*)L_21); int32_t L_23 = L_22; V_4 = L_23; if ((((int32_t)L_23) < ((int32_t)((int32_t)55296)))) { goto IL_005a; } } IL_0078: { Il2CppChar* L_24 = V_3; Il2CppChar* L_25 = ___pSrcEnd1; if ((!(((uintptr_t)L_24) < ((uintptr_t)L_25)))) { goto IL_00ed; } } { Il2CppChar* L_26 = V_2; Il2CppChar* L_27 = V_5; if ((!(((uintptr_t)L_26) >= ((uintptr_t)L_27)))) { goto IL_009a; } } { Il2CppChar* L_28 = V_2; Il2CppChar* L_29 = V_0; __this->set_bufPos_7(((int32_t)((int32_t)((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_28, (intptr_t)L_29))/(int32_t)2))))))); VirtualActionInvoker0::Invoke(46 /* System.Void System.Xml.XmlEncodedRawTextWriter::FlushBuffer() */, __this); Il2CppChar* L_30 = V_0; V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_30, (int32_t)2)); goto IL_002e; } IL_009a: { int32_t L_31 = V_4; bool L_32; L_32 = XmlCharType_IsSurrogate_m01752EB49659860DAB0FEACB0AD1566216215DE8(L_31, /*hidden argument*/NULL); if (!L_32) { goto IL_00b8; } } { Il2CppChar* L_33 = V_3; Il2CppChar* L_34 = ___pSrcEnd1; Il2CppChar* L_35 = V_2; Il2CppChar* L_36; L_36 = XmlEncodedRawTextWriter_EncodeSurrogate_m1EE3EBDB2B588413C382CE60822439ED83D9C084((Il2CppChar*)(Il2CppChar*)L_33, (Il2CppChar*)(Il2CppChar*)L_34, (Il2CppChar*)(Il2CppChar*)L_35, /*hidden argument*/NULL); V_2 = (Il2CppChar*)L_36; Il2CppChar* L_37 = V_3; V_3 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_37, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)2), (int32_t)2)))); goto IL_002e; } IL_00b8: { int32_t L_38 = V_4; if ((((int32_t)L_38) <= ((int32_t)((int32_t)127)))) { goto IL_00c7; } } { int32_t L_39 = V_4; if ((((int32_t)L_39) < ((int32_t)((int32_t)65534)))) { goto IL_00db; } } IL_00c7: { int32_t L_40 = V_4; Il2CppChar* L_41 = V_2; Il2CppChar* L_42; L_42 = XmlEncodedRawTextWriter_InvalidXmlChar_mAA6562013643C7D7E20618E2B0AA7C9A73785E00(__this, L_40, (Il2CppChar*)(Il2CppChar*)L_41, (bool)0, /*hidden argument*/NULL); V_2 = (Il2CppChar*)L_42; Il2CppChar* L_43 = V_3; V_3 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_43, (int32_t)2)); goto IL_002e; } IL_00db: { Il2CppChar* L_44 = V_2; int32_t L_45 = V_4; *((int16_t*)L_44) = (int16_t)((int32_t)((uint16_t)L_45)); Il2CppChar* L_46 = V_2; V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_46, (int32_t)2)); Il2CppChar* L_47 = V_3; V_3 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_47, (int32_t)2)); goto IL_002e; } IL_00ed: { Il2CppChar* L_48 = V_2; Il2CppChar* L_49 = V_0; __this->set_bufPos_7(((int32_t)((int32_t)((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_48, (intptr_t)L_49))/(int32_t)2))))))); V_1 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)NULL; return; } } // System.Void System.Xml.XmlEncodedRawTextWriter::WriteRawWithCharChecking(System.Char*,System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_WriteRawWithCharChecking_m1C5307D7D4E5ACCE1B9DC622DCCE1D9EAEC74B61 (XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * __this, Il2CppChar* ___pSrcBegin0, Il2CppChar* ___pSrcEnd1, const RuntimeMethod* method) { Il2CppChar* V_0 = NULL; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* V_1 = NULL; Il2CppChar* V_2 = NULL; Il2CppChar* V_3 = NULL; int32_t V_4 = 0; Il2CppChar* V_5 = NULL; { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = __this->get_bufChars_17(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_1 = L_0; V_1 = L_1; if (!L_1) { goto IL_000f; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_2 = V_1; NullCheck(L_2); if (((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))) { goto IL_0014; } } IL_000f: { V_0 = (Il2CppChar*)((uintptr_t)0); goto IL_001d; } IL_0014: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_3 = V_1; NullCheck(L_3); V_0 = (Il2CppChar*)((uintptr_t)((L_3)->GetAddressAt(static_cast(0)))); } IL_001d: { Il2CppChar* L_4 = ___pSrcBegin0; V_2 = (Il2CppChar*)L_4; Il2CppChar* L_5 = V_0; int32_t L_6 = __this->get_bufPos_7(); V_3 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_5, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_6), (int32_t)2)))); V_4 = 0; } IL_002e: { Il2CppChar* L_7 = V_3; Il2CppChar* L_8 = ___pSrcEnd1; Il2CppChar* L_9 = V_2; V_5 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_7, (intptr_t)((intptr_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_8, (intptr_t)L_9))/(int32_t)2)))), (int64_t)((int64_t)((int64_t)2))))))); Il2CppChar* L_10 = V_5; Il2CppChar* L_11 = V_0; int32_t L_12 = __this->get_bufLen_12(); if ((!(((uintptr_t)L_10) > ((uintptr_t)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_11, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_12), (int32_t)2)))))))) { goto IL_0067; } } { Il2CppChar* L_13 = V_0; int32_t L_14 = __this->get_bufLen_12(); V_5 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_13, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_14), (int32_t)2)))); goto IL_0067; } IL_005a: { Il2CppChar* L_15 = V_3; int32_t L_16 = V_4; *((int16_t*)L_15) = (int16_t)((int32_t)((uint16_t)L_16)); Il2CppChar* L_17 = V_3; V_3 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_17, (int32_t)2)); Il2CppChar* L_18 = V_2; V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_18, (int32_t)2)); } IL_0067: { Il2CppChar* L_19 = V_3; Il2CppChar* L_20 = V_5; if ((!(((uintptr_t)L_19) < ((uintptr_t)L_20)))) { goto IL_0082; } } { XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * L_21 = __this->get_address_of_xmlCharType_6(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22 = L_21->get_charProperties_2(); Il2CppChar* L_23 = V_2; int32_t L_24 = *((uint16_t*)L_23); int32_t L_25 = L_24; V_4 = L_25; NullCheck(L_22); int32_t L_26 = L_25; uint8_t L_27 = (L_22)->GetAt(static_cast(L_26)); if (((int32_t)((int32_t)L_27&(int32_t)((int32_t)64)))) { goto IL_005a; } } IL_0082: { Il2CppChar* L_28 = V_2; Il2CppChar* L_29 = ___pSrcEnd1; if ((!(((uintptr_t)L_28) < ((uintptr_t)L_29)))) { goto IL_018f; } } { Il2CppChar* L_30 = V_3; Il2CppChar* L_31 = V_5; if ((!(((uintptr_t)L_30) >= ((uintptr_t)L_31)))) { goto IL_00a7; } } { Il2CppChar* L_32 = V_3; Il2CppChar* L_33 = V_0; __this->set_bufPos_7(((int32_t)((int32_t)((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_32, (intptr_t)L_33))/(int32_t)2))))))); VirtualActionInvoker0::Invoke(46 /* System.Void System.Xml.XmlEncodedRawTextWriter::FlushBuffer() */, __this); Il2CppChar* L_34 = V_0; V_3 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_34, (int32_t)2)); goto IL_002e; } IL_00a7: { int32_t L_35 = V_4; if ((((int32_t)L_35) > ((int32_t)((int32_t)38)))) { goto IL_00d3; } } { int32_t L_36 = V_4; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_36, (int32_t)((int32_t)9)))) { case 0: { goto IL_00df; } case 1: { goto IL_0116; } case 2: { goto IL_0133; } case 3: { goto IL_0133; } case 4: { goto IL_00ed; } } } { int32_t L_37 = V_4; if ((((int32_t)L_37) == ((int32_t)((int32_t)38)))) { goto IL_00df; } } { goto IL_0133; } IL_00d3: { int32_t L_38 = V_4; if ((((int32_t)L_38) == ((int32_t)((int32_t)60)))) { goto IL_00df; } } { int32_t L_39 = V_4; if ((!(((uint32_t)L_39) == ((uint32_t)((int32_t)93))))) { goto IL_0133; } } IL_00df: { Il2CppChar* L_40 = V_3; int32_t L_41 = V_4; *((int16_t*)L_40) = (int16_t)((int32_t)((uint16_t)L_41)); Il2CppChar* L_42 = V_3; V_3 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_42, (int32_t)2)); goto IL_0186; } IL_00ed: { int32_t L_43 = __this->get_newLineHandling_25(); if (L_43) { goto IL_010b; } } { Il2CppChar* L_44 = V_2; int32_t L_45 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_44, (int32_t)2))); if ((!(((uint32_t)L_45) == ((uint32_t)((int32_t)10))))) { goto IL_0101; } } { Il2CppChar* L_46 = V_2; V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_46, (int32_t)2)); } IL_0101: { Il2CppChar* L_47 = V_3; Il2CppChar* L_48; L_48 = XmlEncodedRawTextWriter_WriteNewLine_m20F9813319DAE8D4CE5F527DB7BD68E444DF6AB8(__this, (Il2CppChar*)(Il2CppChar*)L_47, /*hidden argument*/NULL); V_3 = (Il2CppChar*)L_48; goto IL_0186; } IL_010b: { Il2CppChar* L_49 = V_3; int32_t L_50 = V_4; *((int16_t*)L_49) = (int16_t)((int32_t)((uint16_t)L_50)); Il2CppChar* L_51 = V_3; V_3 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_51, (int32_t)2)); goto IL_0186; } IL_0116: { int32_t L_52 = __this->get_newLineHandling_25(); if (L_52) { goto IL_0128; } } { Il2CppChar* L_53 = V_3; Il2CppChar* L_54; L_54 = XmlEncodedRawTextWriter_WriteNewLine_m20F9813319DAE8D4CE5F527DB7BD68E444DF6AB8(__this, (Il2CppChar*)(Il2CppChar*)L_53, /*hidden argument*/NULL); V_3 = (Il2CppChar*)L_54; goto IL_0186; } IL_0128: { Il2CppChar* L_55 = V_3; int32_t L_56 = V_4; *((int16_t*)L_55) = (int16_t)((int32_t)((uint16_t)L_56)); Il2CppChar* L_57 = V_3; V_3 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_57, (int32_t)2)); goto IL_0186; } IL_0133: { int32_t L_58 = V_4; bool L_59; L_59 = XmlCharType_IsSurrogate_m01752EB49659860DAB0FEACB0AD1566216215DE8(L_58, /*hidden argument*/NULL); if (!L_59) { goto IL_0151; } } { Il2CppChar* L_60 = V_2; Il2CppChar* L_61 = ___pSrcEnd1; Il2CppChar* L_62 = V_3; Il2CppChar* L_63; L_63 = XmlEncodedRawTextWriter_EncodeSurrogate_m1EE3EBDB2B588413C382CE60822439ED83D9C084((Il2CppChar*)(Il2CppChar*)L_60, (Il2CppChar*)(Il2CppChar*)L_61, (Il2CppChar*)(Il2CppChar*)L_62, /*hidden argument*/NULL); V_3 = (Il2CppChar*)L_63; Il2CppChar* L_64 = V_2; V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_64, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)2), (int32_t)2)))); goto IL_002e; } IL_0151: { int32_t L_65 = V_4; if ((((int32_t)L_65) <= ((int32_t)((int32_t)127)))) { goto IL_0160; } } { int32_t L_66 = V_4; if ((((int32_t)L_66) < ((int32_t)((int32_t)65534)))) { goto IL_0174; } } IL_0160: { int32_t L_67 = V_4; Il2CppChar* L_68 = V_3; Il2CppChar* L_69; L_69 = XmlEncodedRawTextWriter_InvalidXmlChar_mAA6562013643C7D7E20618E2B0AA7C9A73785E00(__this, L_67, (Il2CppChar*)(Il2CppChar*)L_68, (bool)0, /*hidden argument*/NULL); V_3 = (Il2CppChar*)L_69; Il2CppChar* L_70 = V_2; V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_70, (int32_t)2)); goto IL_002e; } IL_0174: { Il2CppChar* L_71 = V_3; int32_t L_72 = V_4; *((int16_t*)L_71) = (int16_t)((int32_t)((uint16_t)L_72)); Il2CppChar* L_73 = V_3; V_3 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_73, (int32_t)2)); Il2CppChar* L_74 = V_2; V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_74, (int32_t)2)); goto IL_002e; } IL_0186: { Il2CppChar* L_75 = V_2; V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_75, (int32_t)2)); goto IL_002e; } IL_018f: { Il2CppChar* L_76 = V_3; Il2CppChar* L_77 = V_0; __this->set_bufPos_7(((int32_t)((int32_t)((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_76, (intptr_t)L_77))/(int32_t)2))))))); V_1 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)NULL; return; } } // System.Void System.Xml.XmlEncodedRawTextWriter::WriteCommentOrPi(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_WriteCommentOrPi_mEEDCD7012F1B5569C13BC555A089ADEC60273E2A (XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * __this, String_t* ___text0, int32_t ___stopChar1, const RuntimeMethod* method) { Il2CppChar* V_0 = NULL; String_t* V_1 = NULL; Il2CppChar* V_2 = NULL; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* V_3 = NULL; Il2CppChar* V_4 = NULL; Il2CppChar* V_5 = NULL; Il2CppChar* V_6 = NULL; int32_t V_7 = 0; Il2CppChar* V_8 = NULL; { String_t* L_0 = ___text0; NullCheck(L_0); int32_t L_1; L_1 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_001d; } } { int32_t L_2 = __this->get_bufPos_7(); int32_t L_3 = __this->get_bufLen_12(); if ((((int32_t)L_2) < ((int32_t)L_3))) { goto IL_001c; } } { VirtualActionInvoker0::Invoke(46 /* System.Void System.Xml.XmlEncodedRawTextWriter::FlushBuffer() */, __this); } IL_001c: { return; } IL_001d: { String_t* L_4 = ___text0; V_1 = L_4; String_t* L_5 = V_1; V_0 = (Il2CppChar*)((uintptr_t)L_5); Il2CppChar* L_6 = V_0; if (!L_6) { goto IL_002d; } } { Il2CppChar* L_7 = V_0; int32_t L_8; L_8 = RuntimeHelpers_get_OffsetToStringData_mEB8E6EAEBAFAB7CD7F7A915B3081785AABB9FC42(/*hidden argument*/NULL); V_0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_7, (int32_t)L_8)); } IL_002d: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_9 = __this->get_bufChars_17(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_10 = L_9; V_3 = L_10; if (!L_10) { goto IL_003c; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_11 = V_3; NullCheck(L_11); if (((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length)))) { goto IL_0041; } } IL_003c: { V_2 = (Il2CppChar*)((uintptr_t)0); goto IL_004a; } IL_0041: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_12 = V_3; NullCheck(L_12); V_2 = (Il2CppChar*)((uintptr_t)((L_12)->GetAddressAt(static_cast(0)))); } IL_004a: { Il2CppChar* L_13 = V_0; V_4 = (Il2CppChar*)L_13; Il2CppChar* L_14 = V_0; String_t* L_15 = ___text0; NullCheck(L_15); int32_t L_16; L_16 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_15, /*hidden argument*/NULL); V_5 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_14, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_16), (int32_t)2)))); Il2CppChar* L_17 = V_2; int32_t L_18 = __this->get_bufPos_7(); V_6 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_17, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_18), (int32_t)2)))); V_7 = 0; } IL_006a: { Il2CppChar* L_19 = V_6; Il2CppChar* L_20 = V_5; Il2CppChar* L_21 = V_4; V_8 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_19, (intptr_t)((intptr_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_20, (intptr_t)L_21))/(int32_t)2)))), (int64_t)((int64_t)((int64_t)2))))))); Il2CppChar* L_22 = V_8; Il2CppChar* L_23 = V_2; int32_t L_24 = __this->get_bufLen_12(); if ((!(((uintptr_t)L_22) > ((uintptr_t)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_23, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_24), (int32_t)2)))))))) { goto IL_00ab; } } { Il2CppChar* L_25 = V_2; int32_t L_26 = __this->get_bufLen_12(); V_8 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_25, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_26), (int32_t)2)))); goto IL_00ab; } IL_0099: { Il2CppChar* L_27 = V_6; int32_t L_28 = V_7; *((int16_t*)L_27) = (int16_t)((int32_t)((uint16_t)L_28)); Il2CppChar* L_29 = V_6; V_6 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_29, (int32_t)2)); Il2CppChar* L_30 = V_4; V_4 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_30, (int32_t)2)); } IL_00ab: { Il2CppChar* L_31 = V_6; Il2CppChar* L_32 = V_8; if ((!(((uintptr_t)L_31) < ((uintptr_t)L_32)))) { goto IL_00cd; } } { XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * L_33 = __this->get_address_of_xmlCharType_6(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_34 = L_33->get_charProperties_2(); Il2CppChar* L_35 = V_4; int32_t L_36 = *((uint16_t*)L_35); int32_t L_37 = L_36; V_7 = L_37; NullCheck(L_34); int32_t L_38 = L_37; uint8_t L_39 = (L_34)->GetAt(static_cast(L_38)); if (!((int32_t)((int32_t)L_39&(int32_t)((int32_t)64)))) { goto IL_00cd; } } { int32_t L_40 = V_7; int32_t L_41 = ___stopChar1; if ((!(((uint32_t)L_40) == ((uint32_t)L_41)))) { goto IL_0099; } } IL_00cd: { Il2CppChar* L_42 = V_4; Il2CppChar* L_43 = V_5; if ((!(((uintptr_t)L_42) < ((uintptr_t)L_43)))) { goto IL_02a1; } } { Il2CppChar* L_44 = V_6; Il2CppChar* L_45 = V_8; if ((!(((uintptr_t)L_44) >= ((uintptr_t)L_45)))) { goto IL_00fa; } } { Il2CppChar* L_46 = V_6; Il2CppChar* L_47 = V_2; __this->set_bufPos_7(((int32_t)((int32_t)((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_46, (intptr_t)L_47))/(int32_t)2))))))); VirtualActionInvoker0::Invoke(46 /* System.Void System.Xml.XmlEncodedRawTextWriter::FlushBuffer() */, __this); Il2CppChar* L_48 = V_2; V_6 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_48, (int32_t)2)); goto IL_006a; } IL_00fa: { int32_t L_49 = V_7; if ((((int32_t)L_49) > ((int32_t)((int32_t)45)))) { goto IL_0132; } } { int32_t L_50 = V_7; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_50, (int32_t)((int32_t)9)))) { case 0: { goto IL_0226; } case 1: { goto IL_0204; } case 2: { goto IL_0234; } case 3: { goto IL_0234; } case 4: { goto IL_01cd; } } } { int32_t L_51 = V_7; if ((((int32_t)L_51) == ((int32_t)((int32_t)38)))) { goto IL_0226; } } { int32_t L_52 = V_7; if ((((int32_t)L_52) == ((int32_t)((int32_t)45)))) { goto IL_014c; } } { goto IL_0234; } IL_0132: { int32_t L_53 = V_7; if ((((int32_t)L_53) == ((int32_t)((int32_t)60)))) { goto IL_0226; } } { int32_t L_54 = V_7; if ((((int32_t)L_54) == ((int32_t)((int32_t)63)))) { goto IL_0183; } } { int32_t L_55 = V_7; if ((((int32_t)L_55) == ((int32_t)((int32_t)93)))) { goto IL_01bd; } } { goto IL_0234; } IL_014c: { Il2CppChar* L_56 = V_6; *((int16_t*)L_56) = (int16_t)((int32_t)45); Il2CppChar* L_57 = V_6; V_6 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_57, (int32_t)2)); int32_t L_58 = V_7; int32_t L_59 = ___stopChar1; if ((!(((uint32_t)L_58) == ((uint32_t)L_59)))) { goto IL_0296; } } { Il2CppChar* L_60 = V_4; Il2CppChar* L_61 = V_5; if ((((intptr_t)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_60, (int32_t)2))) == ((intptr_t)L_61))) { goto IL_0173; } } { Il2CppChar* L_62 = V_4; int32_t L_63 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_62, (int32_t)2))); if ((!(((uint32_t)L_63) == ((uint32_t)((int32_t)45))))) { goto IL_0296; } } IL_0173: { Il2CppChar* L_64 = V_6; *((int16_t*)L_64) = (int16_t)((int32_t)32); Il2CppChar* L_65 = V_6; V_6 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_65, (int32_t)2)); goto IL_0296; } IL_0183: { Il2CppChar* L_66 = V_6; *((int16_t*)L_66) = (int16_t)((int32_t)63); Il2CppChar* L_67 = V_6; V_6 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_67, (int32_t)2)); int32_t L_68 = V_7; int32_t L_69 = ___stopChar1; if ((!(((uint32_t)L_68) == ((uint32_t)L_69)))) { goto IL_0296; } } { Il2CppChar* L_70 = V_4; Il2CppChar* L_71 = V_5; if ((!(((uintptr_t)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_70, (int32_t)2))) < ((uintptr_t)L_71)))) { goto IL_0296; } } { Il2CppChar* L_72 = V_4; int32_t L_73 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_72, (int32_t)2))); if ((!(((uint32_t)L_73) == ((uint32_t)((int32_t)62))))) { goto IL_0296; } } { Il2CppChar* L_74 = V_6; *((int16_t*)L_74) = (int16_t)((int32_t)32); Il2CppChar* L_75 = V_6; V_6 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_75, (int32_t)2)); goto IL_0296; } IL_01bd: { Il2CppChar* L_76 = V_6; *((int16_t*)L_76) = (int16_t)((int32_t)93); Il2CppChar* L_77 = V_6; V_6 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_77, (int32_t)2)); goto IL_0296; } IL_01cd: { int32_t L_78 = __this->get_newLineHandling_25(); if (L_78) { goto IL_01f3; } } { Il2CppChar* L_79 = V_4; int32_t L_80 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_79, (int32_t)2))); if ((!(((uint32_t)L_80) == ((uint32_t)((int32_t)10))))) { goto IL_01e4; } } { Il2CppChar* L_81 = V_4; V_4 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_81, (int32_t)2)); } IL_01e4: { Il2CppChar* L_82 = V_6; Il2CppChar* L_83; L_83 = XmlEncodedRawTextWriter_WriteNewLine_m20F9813319DAE8D4CE5F527DB7BD68E444DF6AB8(__this, (Il2CppChar*)(Il2CppChar*)L_82, /*hidden argument*/NULL); V_6 = (Il2CppChar*)L_83; goto IL_0296; } IL_01f3: { Il2CppChar* L_84 = V_6; int32_t L_85 = V_7; *((int16_t*)L_84) = (int16_t)((int32_t)((uint16_t)L_85)); Il2CppChar* L_86 = V_6; V_6 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_86, (int32_t)2)); goto IL_0296; } IL_0204: { int32_t L_87 = __this->get_newLineHandling_25(); if (L_87) { goto IL_0218; } } { Il2CppChar* L_88 = V_6; Il2CppChar* L_89; L_89 = XmlEncodedRawTextWriter_WriteNewLine_m20F9813319DAE8D4CE5F527DB7BD68E444DF6AB8(__this, (Il2CppChar*)(Il2CppChar*)L_88, /*hidden argument*/NULL); V_6 = (Il2CppChar*)L_89; goto IL_0296; } IL_0218: { Il2CppChar* L_90 = V_6; int32_t L_91 = V_7; *((int16_t*)L_90) = (int16_t)((int32_t)((uint16_t)L_91)); Il2CppChar* L_92 = V_6; V_6 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_92, (int32_t)2)); goto IL_0296; } IL_0226: { Il2CppChar* L_93 = V_6; int32_t L_94 = V_7; *((int16_t*)L_93) = (int16_t)((int32_t)((uint16_t)L_94)); Il2CppChar* L_95 = V_6; V_6 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_95, (int32_t)2)); goto IL_0296; } IL_0234: { int32_t L_96 = V_7; bool L_97; L_97 = XmlCharType_IsSurrogate_m01752EB49659860DAB0FEACB0AD1566216215DE8(L_96, /*hidden argument*/NULL); if (!L_97) { goto IL_0258; } } { Il2CppChar* L_98 = V_4; Il2CppChar* L_99 = V_5; Il2CppChar* L_100 = V_6; Il2CppChar* L_101; L_101 = XmlEncodedRawTextWriter_EncodeSurrogate_m1EE3EBDB2B588413C382CE60822439ED83D9C084((Il2CppChar*)(Il2CppChar*)L_98, (Il2CppChar*)(Il2CppChar*)L_99, (Il2CppChar*)(Il2CppChar*)L_100, /*hidden argument*/NULL); V_6 = (Il2CppChar*)L_101; Il2CppChar* L_102 = V_4; V_4 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_102, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)2), (int32_t)2)))); goto IL_006a; } IL_0258: { int32_t L_103 = V_7; if ((((int32_t)L_103) <= ((int32_t)((int32_t)127)))) { goto IL_0267; } } { int32_t L_104 = V_7; if ((((int32_t)L_104) < ((int32_t)((int32_t)65534)))) { goto IL_027f; } } IL_0267: { int32_t L_105 = V_7; Il2CppChar* L_106 = V_6; Il2CppChar* L_107; L_107 = XmlEncodedRawTextWriter_InvalidXmlChar_mAA6562013643C7D7E20618E2B0AA7C9A73785E00(__this, L_105, (Il2CppChar*)(Il2CppChar*)L_106, (bool)0, /*hidden argument*/NULL); V_6 = (Il2CppChar*)L_107; Il2CppChar* L_108 = V_4; V_4 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_108, (int32_t)2)); goto IL_006a; } IL_027f: { Il2CppChar* L_109 = V_6; int32_t L_110 = V_7; *((int16_t*)L_109) = (int16_t)((int32_t)((uint16_t)L_110)); Il2CppChar* L_111 = V_6; V_6 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_111, (int32_t)2)); Il2CppChar* L_112 = V_4; V_4 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_112, (int32_t)2)); goto IL_006a; } IL_0296: { Il2CppChar* L_113 = V_4; V_4 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_113, (int32_t)2)); goto IL_006a; } IL_02a1: { Il2CppChar* L_114 = V_6; Il2CppChar* L_115 = V_2; __this->set_bufPos_7(((int32_t)((int32_t)((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_114, (intptr_t)L_115))/(int32_t)2))))))); V_3 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)NULL; V_1 = (String_t*)NULL; return; } } // System.Void System.Xml.XmlEncodedRawTextWriter::WriteCDataSection(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_WriteCDataSection_m26971A7C40BBC8DFD2390C30E3388EBDDBEE0279 (XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * __this, String_t* ___text0, const RuntimeMethod* method) { Il2CppChar* V_0 = NULL; String_t* V_1 = NULL; Il2CppChar* V_2 = NULL; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* V_3 = NULL; Il2CppChar* V_4 = NULL; Il2CppChar* V_5 = NULL; Il2CppChar* V_6 = NULL; int32_t V_7 = 0; Il2CppChar* V_8 = NULL; { String_t* L_0 = ___text0; NullCheck(L_0); int32_t L_1; L_1 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_001d; } } { int32_t L_2 = __this->get_bufPos_7(); int32_t L_3 = __this->get_bufLen_12(); if ((((int32_t)L_2) < ((int32_t)L_3))) { goto IL_001c; } } { VirtualActionInvoker0::Invoke(46 /* System.Void System.Xml.XmlEncodedRawTextWriter::FlushBuffer() */, __this); } IL_001c: { return; } IL_001d: { String_t* L_4 = ___text0; V_1 = L_4; String_t* L_5 = V_1; V_0 = (Il2CppChar*)((uintptr_t)L_5); Il2CppChar* L_6 = V_0; if (!L_6) { goto IL_002d; } } { Il2CppChar* L_7 = V_0; int32_t L_8; L_8 = RuntimeHelpers_get_OffsetToStringData_mEB8E6EAEBAFAB7CD7F7A915B3081785AABB9FC42(/*hidden argument*/NULL); V_0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_7, (int32_t)L_8)); } IL_002d: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_9 = __this->get_bufChars_17(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_10 = L_9; V_3 = L_10; if (!L_10) { goto IL_003c; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_11 = V_3; NullCheck(L_11); if (((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length)))) { goto IL_0041; } } IL_003c: { V_2 = (Il2CppChar*)((uintptr_t)0); goto IL_004a; } IL_0041: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_12 = V_3; NullCheck(L_12); V_2 = (Il2CppChar*)((uintptr_t)((L_12)->GetAddressAt(static_cast(0)))); } IL_004a: { Il2CppChar* L_13 = V_0; V_4 = (Il2CppChar*)L_13; Il2CppChar* L_14 = V_0; String_t* L_15 = ___text0; NullCheck(L_15); int32_t L_16; L_16 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_15, /*hidden argument*/NULL); V_5 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_14, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_16), (int32_t)2)))); Il2CppChar* L_17 = V_2; int32_t L_18 = __this->get_bufPos_7(); V_6 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_17, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_18), (int32_t)2)))); V_7 = 0; } IL_006a: { Il2CppChar* L_19 = V_6; Il2CppChar* L_20 = V_5; Il2CppChar* L_21 = V_4; V_8 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_19, (intptr_t)((intptr_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_20, (intptr_t)L_21))/(int32_t)2)))), (int64_t)((int64_t)((int64_t)2))))))); Il2CppChar* L_22 = V_8; Il2CppChar* L_23 = V_2; int32_t L_24 = __this->get_bufLen_12(); if ((!(((uintptr_t)L_22) > ((uintptr_t)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_23, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_24), (int32_t)2)))))))) { goto IL_00ab; } } { Il2CppChar* L_25 = V_2; int32_t L_26 = __this->get_bufLen_12(); V_8 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_25, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_26), (int32_t)2)))); goto IL_00ab; } IL_0099: { Il2CppChar* L_27 = V_6; int32_t L_28 = V_7; *((int16_t*)L_27) = (int16_t)((int32_t)((uint16_t)L_28)); Il2CppChar* L_29 = V_6; V_6 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_29, (int32_t)2)); Il2CppChar* L_30 = V_4; V_4 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_30, (int32_t)2)); } IL_00ab: { Il2CppChar* L_31 = V_6; Il2CppChar* L_32 = V_8; if ((!(((uintptr_t)L_31) < ((uintptr_t)L_32)))) { goto IL_00d1; } } { XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * L_33 = __this->get_address_of_xmlCharType_6(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_34 = L_33->get_charProperties_2(); Il2CppChar* L_35 = V_4; int32_t L_36 = *((uint16_t*)L_35); int32_t L_37 = L_36; V_7 = L_37; NullCheck(L_34); int32_t L_38 = L_37; uint8_t L_39 = (L_34)->GetAt(static_cast(L_38)); if (!((int32_t)((int32_t)L_39&(int32_t)((int32_t)128)))) { goto IL_00d1; } } { int32_t L_40 = V_7; if ((!(((uint32_t)L_40) == ((uint32_t)((int32_t)93))))) { goto IL_0099; } } IL_00d1: { Il2CppChar* L_41 = V_4; Il2CppChar* L_42 = V_5; if ((!(((uintptr_t)L_41) < ((uintptr_t)L_42)))) { goto IL_028b; } } { Il2CppChar* L_43 = V_6; Il2CppChar* L_44 = V_8; if ((!(((uintptr_t)L_43) >= ((uintptr_t)L_44)))) { goto IL_00fe; } } { Il2CppChar* L_45 = V_6; Il2CppChar* L_46 = V_2; __this->set_bufPos_7(((int32_t)((int32_t)((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_45, (intptr_t)L_46))/(int32_t)2))))))); VirtualActionInvoker0::Invoke(46 /* System.Void System.Xml.XmlEncodedRawTextWriter::FlushBuffer() */, __this); Il2CppChar* L_47 = V_2; V_6 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_47, (int32_t)2)); goto IL_006a; } IL_00fe: { int32_t L_48 = V_7; if ((((int32_t)L_48) > ((int32_t)((int32_t)39)))) { goto IL_013b; } } { int32_t L_49 = V_7; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_49, (int32_t)((int32_t)9)))) { case 0: { goto IL_0210; } case 1: { goto IL_01ee; } case 2: { goto IL_021e; } case 3: { goto IL_021e; } case 4: { goto IL_01b7; } } } { int32_t L_50 = V_7; if ((((int32_t)L_50) == ((int32_t)((int32_t)34)))) { goto IL_0210; } } { int32_t L_51 = V_7; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_51, (int32_t)((int32_t)38)))) > ((uint32_t)1)))) { goto IL_0210; } } { goto IL_021e; } IL_013b: { int32_t L_52 = V_7; if ((((int32_t)L_52) == ((int32_t)((int32_t)60)))) { goto IL_0210; } } { int32_t L_53 = V_7; if ((((int32_t)L_53) == ((int32_t)((int32_t)62)))) { goto IL_0155; } } { int32_t L_54 = V_7; if ((((int32_t)L_54) == ((int32_t)((int32_t)93)))) { goto IL_018b; } } { goto IL_021e; } IL_0155: { bool L_55 = __this->get_hadDoubleBracket_14(); if (!L_55) { goto IL_017b; } } { Il2CppChar* L_56 = V_6; int32_t L_57 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_56, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)(-1)), (int32_t)2))))); if ((!(((uint32_t)L_57) == ((uint32_t)((int32_t)93))))) { goto IL_017b; } } { Il2CppChar* L_58 = V_6; Il2CppChar* L_59; L_59 = XmlEncodedRawTextWriter_RawEndCData_m5EF2F8B5363C7E1A504D9CBB2A11CD990D198C8F((Il2CppChar*)(Il2CppChar*)L_58, /*hidden argument*/NULL); V_6 = (Il2CppChar*)L_59; Il2CppChar* L_60 = V_6; Il2CppChar* L_61; L_61 = XmlEncodedRawTextWriter_RawStartCData_m7E817BF097D9A4ECF90DE764F4D849F8BE905FE7((Il2CppChar*)(Il2CppChar*)L_60, /*hidden argument*/NULL); V_6 = (Il2CppChar*)L_61; } IL_017b: { Il2CppChar* L_62 = V_6; *((int16_t*)L_62) = (int16_t)((int32_t)62); Il2CppChar* L_63 = V_6; V_6 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_63, (int32_t)2)); goto IL_0280; } IL_018b: { Il2CppChar* L_64 = V_6; int32_t L_65 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_64, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)(-1)), (int32_t)2))))); if ((!(((uint32_t)L_65) == ((uint32_t)((int32_t)93))))) { goto IL_01a0; } } { __this->set_hadDoubleBracket_14((bool)1); goto IL_01a7; } IL_01a0: { __this->set_hadDoubleBracket_14((bool)0); } IL_01a7: { Il2CppChar* L_66 = V_6; *((int16_t*)L_66) = (int16_t)((int32_t)93); Il2CppChar* L_67 = V_6; V_6 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_67, (int32_t)2)); goto IL_0280; } IL_01b7: { int32_t L_68 = __this->get_newLineHandling_25(); if (L_68) { goto IL_01dd; } } { Il2CppChar* L_69 = V_4; int32_t L_70 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_69, (int32_t)2))); if ((!(((uint32_t)L_70) == ((uint32_t)((int32_t)10))))) { goto IL_01ce; } } { Il2CppChar* L_71 = V_4; V_4 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_71, (int32_t)2)); } IL_01ce: { Il2CppChar* L_72 = V_6; Il2CppChar* L_73; L_73 = XmlEncodedRawTextWriter_WriteNewLine_m20F9813319DAE8D4CE5F527DB7BD68E444DF6AB8(__this, (Il2CppChar*)(Il2CppChar*)L_72, /*hidden argument*/NULL); V_6 = (Il2CppChar*)L_73; goto IL_0280; } IL_01dd: { Il2CppChar* L_74 = V_6; int32_t L_75 = V_7; *((int16_t*)L_74) = (int16_t)((int32_t)((uint16_t)L_75)); Il2CppChar* L_76 = V_6; V_6 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_76, (int32_t)2)); goto IL_0280; } IL_01ee: { int32_t L_77 = __this->get_newLineHandling_25(); if (L_77) { goto IL_0202; } } { Il2CppChar* L_78 = V_6; Il2CppChar* L_79; L_79 = XmlEncodedRawTextWriter_WriteNewLine_m20F9813319DAE8D4CE5F527DB7BD68E444DF6AB8(__this, (Il2CppChar*)(Il2CppChar*)L_78, /*hidden argument*/NULL); V_6 = (Il2CppChar*)L_79; goto IL_0280; } IL_0202: { Il2CppChar* L_80 = V_6; int32_t L_81 = V_7; *((int16_t*)L_80) = (int16_t)((int32_t)((uint16_t)L_81)); Il2CppChar* L_82 = V_6; V_6 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_82, (int32_t)2)); goto IL_0280; } IL_0210: { Il2CppChar* L_83 = V_6; int32_t L_84 = V_7; *((int16_t*)L_83) = (int16_t)((int32_t)((uint16_t)L_84)); Il2CppChar* L_85 = V_6; V_6 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_85, (int32_t)2)); goto IL_0280; } IL_021e: { int32_t L_86 = V_7; bool L_87; L_87 = XmlCharType_IsSurrogate_m01752EB49659860DAB0FEACB0AD1566216215DE8(L_86, /*hidden argument*/NULL); if (!L_87) { goto IL_0242; } } { Il2CppChar* L_88 = V_4; Il2CppChar* L_89 = V_5; Il2CppChar* L_90 = V_6; Il2CppChar* L_91; L_91 = XmlEncodedRawTextWriter_EncodeSurrogate_m1EE3EBDB2B588413C382CE60822439ED83D9C084((Il2CppChar*)(Il2CppChar*)L_88, (Il2CppChar*)(Il2CppChar*)L_89, (Il2CppChar*)(Il2CppChar*)L_90, /*hidden argument*/NULL); V_6 = (Il2CppChar*)L_91; Il2CppChar* L_92 = V_4; V_4 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_92, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)2), (int32_t)2)))); goto IL_006a; } IL_0242: { int32_t L_93 = V_7; if ((((int32_t)L_93) <= ((int32_t)((int32_t)127)))) { goto IL_0251; } } { int32_t L_94 = V_7; if ((((int32_t)L_94) < ((int32_t)((int32_t)65534)))) { goto IL_0269; } } IL_0251: { int32_t L_95 = V_7; Il2CppChar* L_96 = V_6; Il2CppChar* L_97; L_97 = XmlEncodedRawTextWriter_InvalidXmlChar_mAA6562013643C7D7E20618E2B0AA7C9A73785E00(__this, L_95, (Il2CppChar*)(Il2CppChar*)L_96, (bool)0, /*hidden argument*/NULL); V_6 = (Il2CppChar*)L_97; Il2CppChar* L_98 = V_4; V_4 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_98, (int32_t)2)); goto IL_006a; } IL_0269: { Il2CppChar* L_99 = V_6; int32_t L_100 = V_7; *((int16_t*)L_99) = (int16_t)((int32_t)((uint16_t)L_100)); Il2CppChar* L_101 = V_6; V_6 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_101, (int32_t)2)); Il2CppChar* L_102 = V_4; V_4 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_102, (int32_t)2)); goto IL_006a; } IL_0280: { Il2CppChar* L_103 = V_4; V_4 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_103, (int32_t)2)); goto IL_006a; } IL_028b: { Il2CppChar* L_104 = V_6; Il2CppChar* L_105 = V_2; __this->set_bufPos_7(((int32_t)((int32_t)((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_104, (intptr_t)L_105))/(int32_t)2))))))); V_3 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)NULL; V_1 = (String_t*)NULL; return; } } // System.Char* System.Xml.XmlEncodedRawTextWriter::EncodeSurrogate(System.Char*,System.Char*,System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar* XmlEncodedRawTextWriter_EncodeSurrogate_m1EE3EBDB2B588413C382CE60822439ED83D9C084 (Il2CppChar* ___pSrc0, Il2CppChar* ___pSrcEnd1, Il2CppChar* ___pDst2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LocalAppContextSwitches_t7DE7089D88737BF60BDED34A745482CFE05266BF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { Il2CppChar* L_0 = ___pSrc0; int32_t L_1 = *((uint16_t*)L_0); V_0 = L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) > ((int32_t)((int32_t)56319)))) { goto IL_005b; } } { Il2CppChar* L_3 = ___pSrc0; Il2CppChar* L_4 = ___pSrcEnd1; if ((!(((uintptr_t)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_3, (int32_t)2))) < ((uintptr_t)L_4)))) { goto IL_004b; } } { Il2CppChar* L_5 = ___pSrc0; int32_t L_6 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_5, (int32_t)2))); V_1 = L_6; int32_t L_7 = V_1; if ((((int32_t)L_7) < ((int32_t)((int32_t)56320)))) { goto IL_0041; } } { bool L_8 = ((LocalAppContextSwitches_t7DE7089D88737BF60BDED34A745482CFE05266BF_StaticFields*)il2cpp_codegen_static_fields_for(LocalAppContextSwitches_t7DE7089D88737BF60BDED34A745482CFE05266BF_il2cpp_TypeInfo_var))->get_DontThrowOnInvalidSurrogatePairs_0(); if (L_8) { goto IL_002d; } } { int32_t L_9 = V_1; if ((((int32_t)L_9) > ((int32_t)((int32_t)57343)))) { goto IL_0041; } } IL_002d: { Il2CppChar* L_10 = ___pDst2; int32_t L_11 = V_0; *((int16_t*)L_10) = (int16_t)((int32_t)((uint16_t)L_11)); Il2CppChar* L_12 = ___pDst2; int32_t L_13 = V_1; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_12, (int32_t)2))) = (int16_t)((int32_t)((uint16_t)L_13)); Il2CppChar* L_14 = ___pDst2; ___pDst2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_14, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)2), (int32_t)2)))); Il2CppChar* L_15 = ___pDst2; return (Il2CppChar*)(L_15); } IL_0041: { int32_t L_16 = V_1; int32_t L_17 = V_0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var))); Exception_t * L_18; L_18 = XmlConvert_CreateInvalidSurrogatePairException_m0DE4CC9F8620ABC31C61F6FDAFA3BC960F41F170(((int32_t)((uint16_t)L_16)), ((int32_t)((uint16_t)L_17)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlEncodedRawTextWriter_EncodeSurrogate_m1EE3EBDB2B588413C382CE60822439ED83D9C084_RuntimeMethod_var))); } IL_004b: { String_t* L_19; L_19 = Res_GetString_m4303E63CA6945331BF5584376F6AA7262D1C6887(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFE53A3AF35DC43A86F8AA824C5449731805C32DD)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_20 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_20, L_19, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlEncodedRawTextWriter_EncodeSurrogate_m1EE3EBDB2B588413C382CE60822439ED83D9C084_RuntimeMethod_var))); } IL_005b: { int32_t L_21 = V_0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var))); Exception_t * L_22; L_22 = XmlConvert_CreateInvalidHighSurrogateCharException_mD8CAB48E86A39FACE4A0274D91C7065A6458233E(((int32_t)((uint16_t)L_21)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_22, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlEncodedRawTextWriter_EncodeSurrogate_m1EE3EBDB2B588413C382CE60822439ED83D9C084_RuntimeMethod_var))); } } // System.Char* System.Xml.XmlEncodedRawTextWriter::InvalidXmlChar(System.Int32,System.Char*,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar* XmlEncodedRawTextWriter_InvalidXmlChar_mAA6562013643C7D7E20618E2B0AA7C9A73785E00 (XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * __this, int32_t ___ch0, Il2CppChar* ___pDst1, bool ___entitize2, const RuntimeMethod* method) { { bool L_0 = __this->get_checkCharacters_29(); if (!L_0) { goto IL_0011; } } { int32_t L_1 = ___ch0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var))); Exception_t * L_2; L_2 = XmlConvert_CreateInvalidCharException_m7F50BCBE8EBFD8D382C6062F523704CB9ABC9049(((int32_t)((uint16_t)L_1)), 0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlEncodedRawTextWriter_InvalidXmlChar_mAA6562013643C7D7E20618E2B0AA7C9A73785E00_RuntimeMethod_var))); } IL_0011: { bool L_3 = ___entitize2; if (!L_3) { goto IL_001d; } } { Il2CppChar* L_4 = ___pDst1; int32_t L_5 = ___ch0; Il2CppChar* L_6; L_6 = XmlEncodedRawTextWriter_CharEntity_mF804BA3FD404DAA4F94E13FA379AA715F4CAC54C((Il2CppChar*)(Il2CppChar*)L_4, ((int32_t)((uint16_t)L_5)), /*hidden argument*/NULL); return (Il2CppChar*)(L_6); } IL_001d: { Il2CppChar* L_7 = ___pDst1; int32_t L_8 = ___ch0; *((int16_t*)L_7) = (int16_t)((int32_t)((uint16_t)L_8)); Il2CppChar* L_9 = ___pDst1; ___pDst1 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_9, (int32_t)2)); Il2CppChar* L_10 = ___pDst1; return (Il2CppChar*)(L_10); } } // System.Void System.Xml.XmlEncodedRawTextWriter::EncodeChar(System.Char*&,System.Char*,System.Char*&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_EncodeChar_m398F6E83053B407E2CBAFF7D925808BBDD9AAED3 (XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * __this, Il2CppChar** ___pSrc0, Il2CppChar* ___pSrcEnd1, Il2CppChar** ___pDst2, const RuntimeMethod* method) { int32_t V_0 = 0; { Il2CppChar** L_0 = ___pSrc0; int32_t L_1 = *((uint16_t*)(*((intptr_t*)L_0))); V_0 = L_1; int32_t L_2 = V_0; bool L_3; L_3 = XmlCharType_IsSurrogate_m01752EB49659860DAB0FEACB0AD1566216215DE8(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0022; } } { Il2CppChar** L_4 = ___pDst2; Il2CppChar** L_5 = ___pSrc0; Il2CppChar* L_6 = ___pSrcEnd1; Il2CppChar** L_7 = ___pDst2; Il2CppChar* L_8; L_8 = XmlEncodedRawTextWriter_EncodeSurrogate_m1EE3EBDB2B588413C382CE60822439ED83D9C084((Il2CppChar*)(Il2CppChar*)(*((intptr_t*)L_5)), (Il2CppChar*)(Il2CppChar*)L_6, (Il2CppChar*)(Il2CppChar*)(*((intptr_t*)L_7)), /*hidden argument*/NULL); *((intptr_t*)L_4) = (intptr_t)L_8; Il2CppChar** L_9 = ___pSrc0; Il2CppChar** L_10 = ___pSrc0; *((intptr_t*)L_9) = (intptr_t)((intptr_t)il2cpp_codegen_add((intptr_t)(*((intptr_t*)L_10)), (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)2), (int32_t)2)))); return; } IL_0022: { int32_t L_11 = V_0; if ((((int32_t)L_11) <= ((int32_t)((int32_t)127)))) { goto IL_002f; } } { int32_t L_12 = V_0; if ((((int32_t)L_12) < ((int32_t)((int32_t)65534)))) { goto IL_0042; } } IL_002f: { Il2CppChar** L_13 = ___pDst2; int32_t L_14 = V_0; Il2CppChar** L_15 = ___pDst2; Il2CppChar* L_16; L_16 = XmlEncodedRawTextWriter_InvalidXmlChar_mAA6562013643C7D7E20618E2B0AA7C9A73785E00(__this, L_14, (Il2CppChar*)(Il2CppChar*)(*((intptr_t*)L_15)), (bool)0, /*hidden argument*/NULL); *((intptr_t*)L_13) = (intptr_t)L_16; Il2CppChar** L_17 = ___pSrc0; Il2CppChar** L_18 = ___pSrc0; *((intptr_t*)L_17) = (intptr_t)((intptr_t)il2cpp_codegen_add((intptr_t)(*((intptr_t*)L_18)), (int32_t)2)); return; } IL_0042: { Il2CppChar** L_19 = ___pDst2; int32_t L_20 = V_0; *((int16_t*)(*((intptr_t*)L_19))) = (int16_t)((int32_t)((uint16_t)L_20)); Il2CppChar** L_21 = ___pDst2; Il2CppChar** L_22 = ___pDst2; *((intptr_t*)L_21) = (intptr_t)((intptr_t)il2cpp_codegen_add((intptr_t)(*((intptr_t*)L_22)), (int32_t)2)); Il2CppChar** L_23 = ___pSrc0; Il2CppChar** L_24 = ___pSrc0; *((intptr_t*)L_23) = (intptr_t)((intptr_t)il2cpp_codegen_add((intptr_t)(*((intptr_t*)L_24)), (int32_t)2)); return; } } // System.Void System.Xml.XmlEncodedRawTextWriter::ChangeTextContentMark(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_ChangeTextContentMark_mEF4D16ADDA4990B1B146E1C6743FEB923F3D1C41 (XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * __this, bool ___value0, const RuntimeMethod* method) { int32_t V_0 = 0; { bool L_0 = ___value0; __this->set_inTextContent_21(L_0); int32_t L_1 = __this->get_lastMarkPos_22(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_2 = __this->get_textContentMarks_23(); NullCheck(L_2); if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1))) == ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length))))))) { goto IL_001f; } } { XmlEncodedRawTextWriter_GrowTextContentMarks_mE10E20095861668FD88E4D98E8E7F7F7C1BBF18B(__this, /*hidden argument*/NULL); } IL_001f: { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_3 = __this->get_textContentMarks_23(); int32_t L_4 = __this->get_lastMarkPos_22(); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); int32_t L_5 = V_0; __this->set_lastMarkPos_22(L_5); int32_t L_6 = V_0; int32_t L_7 = __this->get_bufPos_7(); NullCheck(L_3); (L_3)->SetAt(static_cast(L_6), (int32_t)L_7); return; } } // System.Void System.Xml.XmlEncodedRawTextWriter::GrowTextContentMarks() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_GrowTextContentMarks_mE10E20095861668FD88E4D98E8E7F7F7C1BBF18B (XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_0 = NULL; { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = __this->get_textContentMarks_23(); NullCheck(L_0); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))), (int32_t)2))); V_0 = L_1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_2 = __this->get_textContentMarks_23(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_3 = V_0; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_4 = __this->get_textContentMarks_23(); NullCheck(L_4); Array_Copy_m40103AA97DC582C557B912CF4BBE86A4D166F803((RuntimeArray *)(RuntimeArray *)L_2, (RuntimeArray *)(RuntimeArray *)L_3, ((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))), /*hidden argument*/NULL); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_5 = V_0; __this->set_textContentMarks_23(L_5); return; } } // System.Char* System.Xml.XmlEncodedRawTextWriter::WriteNewLine(System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar* XmlEncodedRawTextWriter_WriteNewLine_m20F9813319DAE8D4CE5F527DB7BD68E444DF6AB8 (XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * __this, Il2CppChar* ___pDst0, const RuntimeMethod* method) { Il2CppChar* V_0 = NULL; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* V_1 = NULL; { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = __this->get_bufChars_17(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_1 = L_0; V_1 = L_1; if (!L_1) { goto IL_000f; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_2 = V_1; NullCheck(L_2); if (((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))) { goto IL_0014; } } IL_000f: { V_0 = (Il2CppChar*)((uintptr_t)0); goto IL_001d; } IL_0014: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_3 = V_1; NullCheck(L_3); V_0 = (Il2CppChar*)((uintptr_t)((L_3)->GetAddressAt(static_cast(0)))); } IL_001d: { Il2CppChar* L_4 = ___pDst0; Il2CppChar* L_5 = V_0; __this->set_bufPos_7(((int32_t)((int32_t)((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_4, (intptr_t)L_5))/(int32_t)2))))))); String_t* L_6 = __this->get_newLineChars_28(); XmlEncodedRawTextWriter_RawText_m1A0B94A7A7377E369B4685225949970F808281B1(__this, L_6, /*hidden argument*/NULL); Il2CppChar* L_7 = V_0; int32_t L_8 = __this->get_bufPos_7(); return (Il2CppChar*)(((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_7, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_8), (int32_t)2))))); } } // System.Char* System.Xml.XmlEncodedRawTextWriter::LtEntity(System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar* XmlEncodedRawTextWriter_LtEntity_m1BB209262B5D15971F158C5503F02F3E3267E820 (Il2CppChar* ___pDst0, const RuntimeMethod* method) { { Il2CppChar* L_0 = ___pDst0; *((int16_t*)L_0) = (int16_t)((int32_t)38); Il2CppChar* L_1 = ___pDst0; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_1, (int32_t)2))) = (int16_t)((int32_t)108); Il2CppChar* L_2 = ___pDst0; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_2, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)2), (int32_t)2))))) = (int16_t)((int32_t)116); Il2CppChar* L_3 = ___pDst0; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_3, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)3), (int32_t)2))))) = (int16_t)((int32_t)59); Il2CppChar* L_4 = ___pDst0; return (Il2CppChar*)(((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)4), (int32_t)2))))); } } // System.Char* System.Xml.XmlEncodedRawTextWriter::GtEntity(System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar* XmlEncodedRawTextWriter_GtEntity_mC1D2D5F6CF543954E8CA28C48398983E95270CBE (Il2CppChar* ___pDst0, const RuntimeMethod* method) { { Il2CppChar* L_0 = ___pDst0; *((int16_t*)L_0) = (int16_t)((int32_t)38); Il2CppChar* L_1 = ___pDst0; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_1, (int32_t)2))) = (int16_t)((int32_t)103); Il2CppChar* L_2 = ___pDst0; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_2, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)2), (int32_t)2))))) = (int16_t)((int32_t)116); Il2CppChar* L_3 = ___pDst0; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_3, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)3), (int32_t)2))))) = (int16_t)((int32_t)59); Il2CppChar* L_4 = ___pDst0; return (Il2CppChar*)(((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)4), (int32_t)2))))); } } // System.Char* System.Xml.XmlEncodedRawTextWriter::AmpEntity(System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar* XmlEncodedRawTextWriter_AmpEntity_m05C1E8E66451824B396AB6B6BAA9A1BBAB2F9919 (Il2CppChar* ___pDst0, const RuntimeMethod* method) { { Il2CppChar* L_0 = ___pDst0; *((int16_t*)L_0) = (int16_t)((int32_t)38); Il2CppChar* L_1 = ___pDst0; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_1, (int32_t)2))) = (int16_t)((int32_t)97); Il2CppChar* L_2 = ___pDst0; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_2, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)2), (int32_t)2))))) = (int16_t)((int32_t)109); Il2CppChar* L_3 = ___pDst0; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_3, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)3), (int32_t)2))))) = (int16_t)((int32_t)112); Il2CppChar* L_4 = ___pDst0; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)4), (int32_t)2))))) = (int16_t)((int32_t)59); Il2CppChar* L_5 = ___pDst0; return (Il2CppChar*)(((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_5, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)5), (int32_t)2))))); } } // System.Char* System.Xml.XmlEncodedRawTextWriter::QuoteEntity(System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar* XmlEncodedRawTextWriter_QuoteEntity_mA18D68D7D13ECE08BDFA327A6305C553954A4A71 (Il2CppChar* ___pDst0, const RuntimeMethod* method) { { Il2CppChar* L_0 = ___pDst0; *((int16_t*)L_0) = (int16_t)((int32_t)38); Il2CppChar* L_1 = ___pDst0; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_1, (int32_t)2))) = (int16_t)((int32_t)113); Il2CppChar* L_2 = ___pDst0; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_2, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)2), (int32_t)2))))) = (int16_t)((int32_t)117); Il2CppChar* L_3 = ___pDst0; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_3, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)3), (int32_t)2))))) = (int16_t)((int32_t)111); Il2CppChar* L_4 = ___pDst0; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)4), (int32_t)2))))) = (int16_t)((int32_t)116); Il2CppChar* L_5 = ___pDst0; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_5, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)5), (int32_t)2))))) = (int16_t)((int32_t)59); Il2CppChar* L_6 = ___pDst0; return (Il2CppChar*)(((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_6, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)6), (int32_t)2))))); } } // System.Char* System.Xml.XmlEncodedRawTextWriter::TabEntity(System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar* XmlEncodedRawTextWriter_TabEntity_mC398DBEFDE213ABE25181CFEF81A7FA135793CD6 (Il2CppChar* ___pDst0, const RuntimeMethod* method) { { Il2CppChar* L_0 = ___pDst0; *((int16_t*)L_0) = (int16_t)((int32_t)38); Il2CppChar* L_1 = ___pDst0; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_1, (int32_t)2))) = (int16_t)((int32_t)35); Il2CppChar* L_2 = ___pDst0; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_2, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)2), (int32_t)2))))) = (int16_t)((int32_t)120); Il2CppChar* L_3 = ___pDst0; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_3, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)3), (int32_t)2))))) = (int16_t)((int32_t)57); Il2CppChar* L_4 = ___pDst0; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)4), (int32_t)2))))) = (int16_t)((int32_t)59); Il2CppChar* L_5 = ___pDst0; return (Il2CppChar*)(((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_5, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)5), (int32_t)2))))); } } // System.Char* System.Xml.XmlEncodedRawTextWriter::LineFeedEntity(System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar* XmlEncodedRawTextWriter_LineFeedEntity_mB0F1265EF1027455FAA65422F4D3D600876F462A (Il2CppChar* ___pDst0, const RuntimeMethod* method) { { Il2CppChar* L_0 = ___pDst0; *((int16_t*)L_0) = (int16_t)((int32_t)38); Il2CppChar* L_1 = ___pDst0; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_1, (int32_t)2))) = (int16_t)((int32_t)35); Il2CppChar* L_2 = ___pDst0; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_2, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)2), (int32_t)2))))) = (int16_t)((int32_t)120); Il2CppChar* L_3 = ___pDst0; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_3, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)3), (int32_t)2))))) = (int16_t)((int32_t)65); Il2CppChar* L_4 = ___pDst0; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)4), (int32_t)2))))) = (int16_t)((int32_t)59); Il2CppChar* L_5 = ___pDst0; return (Il2CppChar*)(((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_5, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)5), (int32_t)2))))); } } // System.Char* System.Xml.XmlEncodedRawTextWriter::CarriageReturnEntity(System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar* XmlEncodedRawTextWriter_CarriageReturnEntity_mBE668DC42E8424A0609D81BD401C47E673926B95 (Il2CppChar* ___pDst0, const RuntimeMethod* method) { { Il2CppChar* L_0 = ___pDst0; *((int16_t*)L_0) = (int16_t)((int32_t)38); Il2CppChar* L_1 = ___pDst0; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_1, (int32_t)2))) = (int16_t)((int32_t)35); Il2CppChar* L_2 = ___pDst0; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_2, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)2), (int32_t)2))))) = (int16_t)((int32_t)120); Il2CppChar* L_3 = ___pDst0; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_3, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)3), (int32_t)2))))) = (int16_t)((int32_t)68); Il2CppChar* L_4 = ___pDst0; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)4), (int32_t)2))))) = (int16_t)((int32_t)59); Il2CppChar* L_5 = ___pDst0; return (Il2CppChar*)(((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_5, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)5), (int32_t)2))))); } } // System.Char* System.Xml.XmlEncodedRawTextWriter::CharEntity(System.Char*,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar* XmlEncodedRawTextWriter_CharEntity_mF804BA3FD404DAA4F94E13FA379AA715F4CAC54C (Il2CppChar* ___pDst0, Il2CppChar ___ch1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD5D2875F228D651E1289522AEAAB8C492001C1BE); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Il2CppChar* V_1 = NULL; String_t* V_2 = NULL; Il2CppChar* V_3 = NULL; Il2CppChar V_4 = 0x0; { Il2CppChar L_0 = ___ch1; V_0 = L_0; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_1; L_1 = NumberFormatInfo_get_InvariantInfo_m286BBD095BFCA546BD2CD67E856D1A205436C03F(/*hidden argument*/NULL); String_t* L_2; L_2 = Int32_ToString_m246774E1922012AE787EB97743F42CB798B70CD8((int32_t*)(&V_0), _stringLiteralD5D2875F228D651E1289522AEAAB8C492001C1BE, L_1, /*hidden argument*/NULL); Il2CppChar* L_3 = ___pDst0; *((int16_t*)L_3) = (int16_t)((int32_t)38); Il2CppChar* L_4 = ___pDst0; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_4, (int32_t)2))) = (int16_t)((int32_t)35); Il2CppChar* L_5 = ___pDst0; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_5, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)2), (int32_t)2))))) = (int16_t)((int32_t)120); Il2CppChar* L_6 = ___pDst0; ___pDst0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_6, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)3), (int32_t)2)))); V_2 = L_2; String_t* L_7 = V_2; V_1 = (Il2CppChar*)((uintptr_t)L_7); Il2CppChar* L_8 = V_1; if (!L_8) { goto IL_003d; } } { Il2CppChar* L_9 = V_1; int32_t L_10; L_10 = RuntimeHelpers_get_OffsetToStringData_mEB8E6EAEBAFAB7CD7F7A915B3081785AABB9FC42(/*hidden argument*/NULL); V_1 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_9, (int32_t)L_10)); } IL_003d: { Il2CppChar* L_11 = V_1; V_3 = (Il2CppChar*)L_11; } IL_003f: { Il2CppChar* L_12 = ___pDst0; Il2CppChar* L_13 = (Il2CppChar*)L_12; ___pDst0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_13, (int32_t)2)); Il2CppChar* L_14 = V_3; Il2CppChar* L_15 = (Il2CppChar*)L_14; V_3 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_15, (int32_t)2)); int32_t L_16 = *((uint16_t*)L_15); int32_t L_17 = L_16; V_4 = L_17; *((int16_t*)L_13) = (int16_t)L_17; Il2CppChar L_18 = V_4; if (L_18) { goto IL_003f; } } { V_2 = (String_t*)NULL; Il2CppChar* L_19 = ___pDst0; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_19, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)(-1)), (int32_t)2))))) = (int16_t)((int32_t)59); Il2CppChar* L_20 = ___pDst0; return (Il2CppChar*)(L_20); } } // System.Char* System.Xml.XmlEncodedRawTextWriter::RawStartCData(System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar* XmlEncodedRawTextWriter_RawStartCData_m7E817BF097D9A4ECF90DE764F4D849F8BE905FE7 (Il2CppChar* ___pDst0, const RuntimeMethod* method) { { Il2CppChar* L_0 = ___pDst0; *((int16_t*)L_0) = (int16_t)((int32_t)60); Il2CppChar* L_1 = ___pDst0; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_1, (int32_t)2))) = (int16_t)((int32_t)33); Il2CppChar* L_2 = ___pDst0; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_2, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)2), (int32_t)2))))) = (int16_t)((int32_t)91); Il2CppChar* L_3 = ___pDst0; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_3, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)3), (int32_t)2))))) = (int16_t)((int32_t)67); Il2CppChar* L_4 = ___pDst0; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)4), (int32_t)2))))) = (int16_t)((int32_t)68); Il2CppChar* L_5 = ___pDst0; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_5, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)5), (int32_t)2))))) = (int16_t)((int32_t)65); Il2CppChar* L_6 = ___pDst0; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_6, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)6), (int32_t)2))))) = (int16_t)((int32_t)84); Il2CppChar* L_7 = ___pDst0; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_7, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)7), (int32_t)2))))) = (int16_t)((int32_t)65); Il2CppChar* L_8 = ___pDst0; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_8, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)8), (int32_t)2))))) = (int16_t)((int32_t)91); Il2CppChar* L_9 = ___pDst0; return (Il2CppChar*)(((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_9, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)((int32_t)9)), (int32_t)2))))); } } // System.Char* System.Xml.XmlEncodedRawTextWriter::RawEndCData(System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar* XmlEncodedRawTextWriter_RawEndCData_m5EF2F8B5363C7E1A504D9CBB2A11CD990D198C8F (Il2CppChar* ___pDst0, const RuntimeMethod* method) { { Il2CppChar* L_0 = ___pDst0; *((int16_t*)L_0) = (int16_t)((int32_t)93); Il2CppChar* L_1 = ___pDst0; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_1, (int32_t)2))) = (int16_t)((int32_t)93); Il2CppChar* L_2 = ___pDst0; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_2, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)2), (int32_t)2))))) = (int16_t)((int32_t)62); Il2CppChar* L_3 = ___pDst0; return (Il2CppChar*)(((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_3, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)3), (int32_t)2))))); } } // System.Void System.Xml.XmlEncodedRawTextWriter::ValidateContentChars(System.String,System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_ValidateContentChars_mBD456C6948B87903E7C2778A5E9BA5B3D604605E (XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * __this, String_t* ___chars0, String_t* ___propertyName1, bool ___allowOnlyWhitespace2, const RuntimeMethod* method) { String_t* V_0 = NULL; int32_t V_1 = 0; Il2CppChar V_2 = 0x0; uint32_t V_3 = 0; { bool L_0 = ___allowOnlyWhitespace2; if (!L_0) { goto IL_002e; } } { XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * L_1 = __this->get_address_of_xmlCharType_6(); String_t* L_2 = ___chars0; bool L_3; L_3 = XmlCharType_IsOnlyWhitespace_m67C7128F455445CCB117BF101F75E69F41D1DBE5((XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA *)L_1, L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0148; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_5 = L_4; String_t* L_6 = ___propertyName1; NullCheck(L_5); ArrayElementTypeCheck (L_5, L_6); (L_5)->SetAt(static_cast(0), (RuntimeObject *)L_6); String_t* L_7; L_7 = Res_GetString_m1D06B81901B03CA849045926741403907612BB4B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5520F0EAC899C656D9482CE97A660E8F8E28ED01)), L_5, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_8 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_8, L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlEncodedRawTextWriter_ValidateContentChars_mBD456C6948B87903E7C2778A5E9BA5B3D604605E_RuntimeMethod_var))); } IL_002e: { V_0 = (String_t*)NULL; V_1 = 0; goto IL_011d; } IL_0037: { XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * L_9 = __this->get_address_of_xmlCharType_6(); String_t* L_10 = ___chars0; int32_t L_11 = V_1; NullCheck(L_10); Il2CppChar L_12; L_12 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_10, L_11, /*hidden argument*/NULL); bool L_13; L_13 = XmlCharType_IsTextChar_mA8CF9F91752A9361BC4F6B1971E658323A3EC8F2((XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA *)L_9, L_12, /*hidden argument*/NULL); if (L_13) { goto IL_0119; } } { String_t* L_14 = ___chars0; int32_t L_15 = V_1; NullCheck(L_14); Il2CppChar L_16; L_16 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_14, L_15, /*hidden argument*/NULL); V_2 = L_16; Il2CppChar L_17 = V_2; if ((!(((uint32_t)L_17) <= ((uint32_t)((int32_t)38))))) { goto IL_007f; } } { Il2CppChar L_18 = V_2; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)((int32_t)9)))) { case 0: { goto IL_0119; } case 1: { goto IL_0119; } case 2: { goto IL_00a0; } case 3: { goto IL_00a0; } case 4: { goto IL_0119; } } } { Il2CppChar L_19 = V_2; if ((((int32_t)L_19) == ((int32_t)((int32_t)38)))) { goto IL_0089; } } { goto IL_00a0; } IL_007f: { Il2CppChar L_20 = V_2; if ((((int32_t)L_20) == ((int32_t)((int32_t)60)))) { goto IL_0089; } } { Il2CppChar L_21 = V_2; if ((!(((uint32_t)L_21) == ((uint32_t)((int32_t)93))))) { goto IL_00a0; } } IL_0089: { String_t* L_22 = ___chars0; int32_t L_23 = V_1; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_24; L_24 = XmlException_BuildCharExceptionArgs_m4A2C0BF59A2C409511D7E233C9CACA9801D7254F(L_22, L_23, /*hidden argument*/NULL); String_t* L_25; L_25 = Res_GetString_m1D06B81901B03CA849045926741403907612BB4B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral37FDAAF1C91F947734553260891C6678930EDDA0)), (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_24, /*hidden argument*/NULL); V_0 = L_25; goto IL_012a; } IL_00a0: { String_t* L_26 = ___chars0; int32_t L_27 = V_1; NullCheck(L_26); Il2CppChar L_28; L_28 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_26, L_27, /*hidden argument*/NULL); bool L_29; L_29 = XmlCharType_IsHighSurrogate_m05FA9C7BBB540AD6890CCDCC286E6699F7351301(L_28, /*hidden argument*/NULL); if (!L_29) { goto IL_00dc; } } { int32_t L_30 = V_1; String_t* L_31 = ___chars0; NullCheck(L_31); int32_t L_32; L_32 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_31, /*hidden argument*/NULL); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1))) >= ((int32_t)L_32))) { goto IL_00cf; } } { String_t* L_33 = ___chars0; int32_t L_34 = V_1; NullCheck(L_33); Il2CppChar L_35; L_35 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_33, ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)), /*hidden argument*/NULL); bool L_36; L_36 = XmlCharType_IsLowSurrogate_m7939EE6AE78DBE960B04D2A8E957E913C2EFC6DC(L_35, /*hidden argument*/NULL); if (!L_36) { goto IL_00cf; } } { int32_t L_37 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1)); goto IL_0119; } IL_00cf: { String_t* L_38; L_38 = Res_GetString_m4303E63CA6945331BF5584376F6AA7262D1C6887(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFE53A3AF35DC43A86F8AA824C5449731805C32DD)), /*hidden argument*/NULL); V_0 = L_38; goto IL_012a; } IL_00dc: { String_t* L_39 = ___chars0; int32_t L_40 = V_1; NullCheck(L_39); Il2CppChar L_41; L_41 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_39, L_40, /*hidden argument*/NULL); bool L_42; L_42 = XmlCharType_IsLowSurrogate_m7939EE6AE78DBE960B04D2A8E957E913C2EFC6DC(L_41, /*hidden argument*/NULL); if (!L_42) { goto IL_0119; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_43 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_44 = L_43; String_t* L_45 = ___chars0; int32_t L_46 = V_1; NullCheck(L_45); Il2CppChar L_47; L_47 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_45, L_46, /*hidden argument*/NULL); V_3 = L_47; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_48; L_48 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); String_t* L_49; L_49 = UInt32_ToString_mAF0A46E9EC70EA43A02EBE522FF287E20DEE691B((uint32_t*)(&V_3), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD5D2875F228D651E1289522AEAAB8C492001C1BE)), L_48, /*hidden argument*/NULL); NullCheck(L_44); ArrayElementTypeCheck (L_44, L_49); (L_44)->SetAt(static_cast(0), (RuntimeObject *)L_49); String_t* L_50; L_50 = Res_GetString_m1D06B81901B03CA849045926741403907612BB4B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF4ED3BDF7EB24796E98DB0F3022D762D2C5EBFB0)), L_44, /*hidden argument*/NULL); V_0 = L_50; goto IL_012a; } IL_0119: { int32_t L_51 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_51, (int32_t)1)); } IL_011d: { int32_t L_52 = V_1; String_t* L_53 = ___chars0; NullCheck(L_53); int32_t L_54; L_54 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_53, /*hidden argument*/NULL); if ((((int32_t)L_52) < ((int32_t)L_54))) { goto IL_0037; } } { return; } IL_012a: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_55 = (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_56 = L_55; String_t* L_57 = ___propertyName1; NullCheck(L_56); ArrayElementTypeCheck (L_56, L_57); (L_56)->SetAt(static_cast(0), (String_t*)L_57); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_58 = L_56; String_t* L_59 = V_0; NullCheck(L_58); ArrayElementTypeCheck (L_58, L_59); (L_58)->SetAt(static_cast(1), (String_t*)L_59); String_t* L_60; L_60 = Res_GetString_m1D06B81901B03CA849045926741403907612BB4B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE584C9688DCC7AEE34F2DA73D96EA113B211A93D)), (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_58, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_61 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_61, L_60, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_61, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlEncodedRawTextWriter_ValidateContentChars_mBD456C6948B87903E7C2778A5E9BA5B3D604605E_RuntimeMethod_var))); } IL_0148: { 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.XmlEncodedRawTextWriterIndent::.ctor(System.IO.TextWriter,System.Xml.XmlWriterSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriterIndent__ctor_m5E22F6DCF488B93DC9A706B2D8A5564698B2D64B (XmlEncodedRawTextWriterIndent_t709119ADEBDA693CAB054DFCC9EA33372098D033 * __this, TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * ___writer0, XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * ___settings1, const RuntimeMethod* method) { { TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_0 = ___writer0; XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * L_1 = ___settings1; XmlEncodedRawTextWriter__ctor_m8D1DDCA57FF8395D089EBC16BB9BD26E66148C91(__this, L_0, L_1, /*hidden argument*/NULL); XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * L_2 = ___settings1; XmlEncodedRawTextWriterIndent_Init_mFBABCA5E482322957CFEF3A2E8EAE6784899BF34(__this, L_2, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlEncodedRawTextWriterIndent::.ctor(System.IO.Stream,System.Xml.XmlWriterSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriterIndent__ctor_m45D3A348CA00C64D17B2C180256624D888872C16 (XmlEncodedRawTextWriterIndent_t709119ADEBDA693CAB054DFCC9EA33372098D033 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream0, XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * ___settings1, const RuntimeMethod* method) { { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___stream0; XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * L_1 = ___settings1; XmlEncodedRawTextWriter__ctor_m91D1897CFEEA3DA159C64DDE123CDEA02943899C(__this, L_0, L_1, /*hidden argument*/NULL); XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * L_2 = ___settings1; XmlEncodedRawTextWriterIndent_Init_mFBABCA5E482322957CFEF3A2E8EAE6784899BF34(__this, L_2, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlEncodedRawTextWriterIndent::WriteDocType(System.String,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriterIndent_WriteDocType_m4AF89CAFA168FF15E5CA55B531F2B0E02340197B (XmlEncodedRawTextWriterIndent_t709119ADEBDA693CAB054DFCC9EA33372098D033 * __this, String_t* ___name0, String_t* ___pubid1, String_t* ___sysid2, String_t* ___subset3, const RuntimeMethod* method) { { bool L_0 = __this->get_mixedContent_37(); if (L_0) { goto IL_001c; } } { int32_t L_1 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_textPos_8(); int32_t L_2 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_bufPos_7(); if ((((int32_t)L_1) == ((int32_t)L_2))) { goto IL_001c; } } { XmlEncodedRawTextWriterIndent_WriteIndent_m64ECD71363B1D17A128A050E25B691F303FB6CB6(__this, /*hidden argument*/NULL); } IL_001c: { String_t* L_3 = ___name0; String_t* L_4 = ___pubid1; String_t* L_5 = ___sysid2; String_t* L_6 = ___subset3; XmlEncodedRawTextWriter_WriteDocType_m1F776B011812BEDC0C3EC3F980AF06442A74588A(__this, L_3, L_4, L_5, L_6, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlEncodedRawTextWriterIndent::WriteStartElement(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriterIndent_WriteStartElement_mE59CB8C06B9FAA0802CF885FDA97A08E59004222 (XmlEncodedRawTextWriterIndent_t709119ADEBDA693CAB054DFCC9EA33372098D033 * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___ns2, const RuntimeMethod* method) { { bool L_0 = __this->get_mixedContent_37(); if (L_0) { goto IL_001c; } } { int32_t L_1 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_textPos_8(); int32_t L_2 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_bufPos_7(); if ((((int32_t)L_1) == ((int32_t)L_2))) { goto IL_001c; } } { XmlEncodedRawTextWriterIndent_WriteIndent_m64ECD71363B1D17A128A050E25B691F303FB6CB6(__this, /*hidden argument*/NULL); } IL_001c: { int32_t L_3 = __this->get_indentLevel_34(); __this->set_indentLevel_34(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1))); BitStack_t06F411C96B04DE5B8D4A67EC95F15674B52ACB98 * L_4 = __this->get_mixedContentStack_38(); bool L_5 = __this->get_mixedContent_37(); NullCheck(L_4); BitStack_PushBit_mA8687765F153AF75D44D4DDD2C778B7CFC8AD795(L_4, L_5, /*hidden argument*/NULL); String_t* L_6 = ___prefix0; String_t* L_7 = ___localName1; String_t* L_8 = ___ns2; XmlEncodedRawTextWriter_WriteStartElement_m3D92CC6A40AA8A117183C074F2C2F8C4F1450878(__this, L_6, L_7, L_8, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlEncodedRawTextWriterIndent::StartElementContent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriterIndent_StartElementContent_m933F330F28A377A082C1422F00AACE371E14295A (XmlEncodedRawTextWriterIndent_t709119ADEBDA693CAB054DFCC9EA33372098D033 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_indentLevel_34(); if ((!(((uint32_t)L_0) == ((uint32_t)1)))) { goto IL_001b; } } { int32_t L_1 = __this->get_conformanceLevel_39(); if ((!(((uint32_t)L_1) == ((uint32_t)2)))) { goto IL_001b; } } { __this->set_mixedContent_37((bool)0); goto IL_002c; } IL_001b: { BitStack_t06F411C96B04DE5B8D4A67EC95F15674B52ACB98 * L_2 = __this->get_mixedContentStack_38(); NullCheck(L_2); bool L_3; L_3 = BitStack_PeekBit_m1290989B251A2D0C7D1360F7893BAAD01AA1B42A(L_2, /*hidden argument*/NULL); __this->set_mixedContent_37(L_3); } IL_002c: { XmlEncodedRawTextWriter_StartElementContent_m970B7C364A08B42F950BE0A047474F96AA00BBC2(__this, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlEncodedRawTextWriterIndent::OnRootElement(System.Xml.ConformanceLevel) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriterIndent_OnRootElement_m113C35BEDA469F80399BBBAC55F1EFCDE00614F0 (XmlEncodedRawTextWriterIndent_t709119ADEBDA693CAB054DFCC9EA33372098D033 * __this, int32_t ___currentConformanceLevel0, const RuntimeMethod* method) { { int32_t L_0 = ___currentConformanceLevel0; __this->set_conformanceLevel_39(L_0); return; } } // System.Void System.Xml.XmlEncodedRawTextWriterIndent::WriteEndElement(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriterIndent_WriteEndElement_m61C3D6F43E9B9A4B19403E908BAAA11C5D7FE4E6 (XmlEncodedRawTextWriterIndent_t709119ADEBDA693CAB054DFCC9EA33372098D033 * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___ns2, const RuntimeMethod* method) { { int32_t L_0 = __this->get_indentLevel_34(); __this->set_indentLevel_34(((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1))); bool L_1 = __this->get_mixedContent_37(); if (L_1) { goto IL_0038; } } { int32_t L_2 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_contentPos_9(); int32_t L_3 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_bufPos_7(); if ((((int32_t)L_2) == ((int32_t)L_3))) { goto IL_0038; } } { int32_t L_4 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_textPos_8(); int32_t L_5 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_bufPos_7(); if ((((int32_t)L_4) == ((int32_t)L_5))) { goto IL_0038; } } { XmlEncodedRawTextWriterIndent_WriteIndent_m64ECD71363B1D17A128A050E25B691F303FB6CB6(__this, /*hidden argument*/NULL); } IL_0038: { BitStack_t06F411C96B04DE5B8D4A67EC95F15674B52ACB98 * L_6 = __this->get_mixedContentStack_38(); NullCheck(L_6); bool L_7; L_7 = BitStack_PopBit_m84C75FC508ACE07B2E3E7AA45B9CFB91279553C3(L_6, /*hidden argument*/NULL); __this->set_mixedContent_37(L_7); String_t* L_8 = ___prefix0; String_t* L_9 = ___localName1; String_t* L_10 = ___ns2; XmlEncodedRawTextWriter_WriteEndElement_m08A199C4E69584D34243788833035B855999C7ED(__this, L_8, L_9, L_10, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlEncodedRawTextWriterIndent::WriteFullEndElement(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriterIndent_WriteFullEndElement_mF8B3722986BD1253AC8557DAA56F98665002B970 (XmlEncodedRawTextWriterIndent_t709119ADEBDA693CAB054DFCC9EA33372098D033 * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___ns2, const RuntimeMethod* method) { { int32_t L_0 = __this->get_indentLevel_34(); __this->set_indentLevel_34(((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1))); bool L_1 = __this->get_mixedContent_37(); if (L_1) { goto IL_0038; } } { int32_t L_2 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_contentPos_9(); int32_t L_3 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_bufPos_7(); if ((((int32_t)L_2) == ((int32_t)L_3))) { goto IL_0038; } } { int32_t L_4 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_textPos_8(); int32_t L_5 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_bufPos_7(); if ((((int32_t)L_4) == ((int32_t)L_5))) { goto IL_0038; } } { XmlEncodedRawTextWriterIndent_WriteIndent_m64ECD71363B1D17A128A050E25B691F303FB6CB6(__this, /*hidden argument*/NULL); } IL_0038: { BitStack_t06F411C96B04DE5B8D4A67EC95F15674B52ACB98 * L_6 = __this->get_mixedContentStack_38(); NullCheck(L_6); bool L_7; L_7 = BitStack_PopBit_m84C75FC508ACE07B2E3E7AA45B9CFB91279553C3(L_6, /*hidden argument*/NULL); __this->set_mixedContent_37(L_7); String_t* L_8 = ___prefix0; String_t* L_9 = ___localName1; String_t* L_10 = ___ns2; XmlEncodedRawTextWriter_WriteFullEndElement_mFD99546FB0303E282872C724FF7DB866D48117D4(__this, L_8, L_9, L_10, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlEncodedRawTextWriterIndent::WriteStartAttribute(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriterIndent_WriteStartAttribute_m574AD5D110E6C072EC066C8463B0F9FD2BF9C0E6 (XmlEncodedRawTextWriterIndent_t709119ADEBDA693CAB054DFCC9EA33372098D033 * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___ns2, const RuntimeMethod* method) { { bool L_0 = __this->get_newLineOnAttributes_35(); if (!L_0) { goto IL_000e; } } { XmlEncodedRawTextWriterIndent_WriteIndent_m64ECD71363B1D17A128A050E25B691F303FB6CB6(__this, /*hidden argument*/NULL); } IL_000e: { String_t* L_1 = ___prefix0; String_t* L_2 = ___localName1; String_t* L_3 = ___ns2; XmlEncodedRawTextWriter_WriteStartAttribute_mC47DBF553BE09A2DA37E8567E6479223F6B51CF5(__this, L_1, L_2, L_3, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlEncodedRawTextWriterIndent::WriteCData(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriterIndent_WriteCData_m348EF20392FF11A2548C5B0BDFB5D7209F103FBA (XmlEncodedRawTextWriterIndent_t709119ADEBDA693CAB054DFCC9EA33372098D033 * __this, String_t* ___text0, const RuntimeMethod* method) { { __this->set_mixedContent_37((bool)1); String_t* L_0 = ___text0; XmlEncodedRawTextWriter_WriteCData_m47927F76D81DB51BF79BCB0035EEF05E0830349E(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlEncodedRawTextWriterIndent::WriteComment(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriterIndent_WriteComment_m55397915881191780D87676C6341443FB6852A85 (XmlEncodedRawTextWriterIndent_t709119ADEBDA693CAB054DFCC9EA33372098D033 * __this, String_t* ___text0, const RuntimeMethod* method) { { bool L_0 = __this->get_mixedContent_37(); if (L_0) { goto IL_001c; } } { int32_t L_1 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_textPos_8(); int32_t L_2 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_bufPos_7(); if ((((int32_t)L_1) == ((int32_t)L_2))) { goto IL_001c; } } { XmlEncodedRawTextWriterIndent_WriteIndent_m64ECD71363B1D17A128A050E25B691F303FB6CB6(__this, /*hidden argument*/NULL); } IL_001c: { String_t* L_3 = ___text0; XmlEncodedRawTextWriter_WriteComment_m9CEF66D867E4BB6B0DD86404D9B511EA12A44C12(__this, L_3, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlEncodedRawTextWriterIndent::WriteProcessingInstruction(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriterIndent_WriteProcessingInstruction_m0C95E0FD61D7263115BBB2E46261C1C28458F665 (XmlEncodedRawTextWriterIndent_t709119ADEBDA693CAB054DFCC9EA33372098D033 * __this, String_t* ___target0, String_t* ___text1, const RuntimeMethod* method) { { bool L_0 = __this->get_mixedContent_37(); if (L_0) { goto IL_001c; } } { int32_t L_1 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_textPos_8(); int32_t L_2 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_bufPos_7(); if ((((int32_t)L_1) == ((int32_t)L_2))) { goto IL_001c; } } { XmlEncodedRawTextWriterIndent_WriteIndent_m64ECD71363B1D17A128A050E25B691F303FB6CB6(__this, /*hidden argument*/NULL); } IL_001c: { String_t* L_3 = ___target0; String_t* L_4 = ___text1; XmlEncodedRawTextWriter_WriteProcessingInstruction_mC7F9C0FC7E60122592BD675EB8F9E88825805C8E(__this, L_3, L_4, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlEncodedRawTextWriterIndent::WriteEntityRef(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriterIndent_WriteEntityRef_m8EEC9AA85D99AF0E1EEE80A2E473A81B55B3223C (XmlEncodedRawTextWriterIndent_t709119ADEBDA693CAB054DFCC9EA33372098D033 * __this, String_t* ___name0, const RuntimeMethod* method) { { __this->set_mixedContent_37((bool)1); String_t* L_0 = ___name0; XmlEncodedRawTextWriter_WriteEntityRef_m3D38D4D7E9053578F442A23E4401ED4DF7D000E8(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlEncodedRawTextWriterIndent::WriteCharEntity(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriterIndent_WriteCharEntity_m96AF306CD614E6E445E9E06F505530593C2024A9 (XmlEncodedRawTextWriterIndent_t709119ADEBDA693CAB054DFCC9EA33372098D033 * __this, Il2CppChar ___ch0, const RuntimeMethod* method) { { __this->set_mixedContent_37((bool)1); Il2CppChar L_0 = ___ch0; XmlEncodedRawTextWriter_WriteCharEntity_mC10080307D4E591E1E53A6F08ABF0BFA12C2CA87(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlEncodedRawTextWriterIndent::WriteSurrogateCharEntity(System.Char,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriterIndent_WriteSurrogateCharEntity_m13CA25F4DDFAD57E930ED2C861F6C9D9C94A8451 (XmlEncodedRawTextWriterIndent_t709119ADEBDA693CAB054DFCC9EA33372098D033 * __this, Il2CppChar ___lowChar0, Il2CppChar ___highChar1, const RuntimeMethod* method) { { __this->set_mixedContent_37((bool)1); Il2CppChar L_0 = ___lowChar0; Il2CppChar L_1 = ___highChar1; XmlEncodedRawTextWriter_WriteSurrogateCharEntity_mC44E89B3027D3B43DC971F30EE732B334A29A5A0(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlEncodedRawTextWriterIndent::WriteWhitespace(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriterIndent_WriteWhitespace_mB590E0E842B3C69EA477B157FBEC1683756AA559 (XmlEncodedRawTextWriterIndent_t709119ADEBDA693CAB054DFCC9EA33372098D033 * __this, String_t* ___ws0, const RuntimeMethod* method) { { __this->set_mixedContent_37((bool)1); String_t* L_0 = ___ws0; XmlEncodedRawTextWriter_WriteWhitespace_m2709A1810675B1B3A66277D28BB098252FB243D9(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlEncodedRawTextWriterIndent::WriteString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriterIndent_WriteString_m99BA92B12BBCED1D8251A7FD55D76F8CC3DA5257 (XmlEncodedRawTextWriterIndent_t709119ADEBDA693CAB054DFCC9EA33372098D033 * __this, String_t* ___text0, const RuntimeMethod* method) { { __this->set_mixedContent_37((bool)1); String_t* L_0 = ___text0; XmlEncodedRawTextWriter_WriteString_mFE3E8DDE7C228A954347AC94AD1A642181000B6E(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlEncodedRawTextWriterIndent::WriteChars(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriterIndent_WriteChars_m6F250BEF4D8240DAFF86F7BC48069D9DF3548C6A (XmlEncodedRawTextWriterIndent_t709119ADEBDA693CAB054DFCC9EA33372098D033 * __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___buffer0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { { __this->set_mixedContent_37((bool)1); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = ___buffer0; int32_t L_1 = ___index1; int32_t L_2 = ___count2; XmlEncodedRawTextWriter_WriteChars_mB797B6AA4C98193D919368EE9702606E0B79DC11(__this, L_0, L_1, L_2, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlEncodedRawTextWriterIndent::WriteRaw(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriterIndent_WriteRaw_m4560E0AC8772E08C74FDB63A63CF6CED045CB626 (XmlEncodedRawTextWriterIndent_t709119ADEBDA693CAB054DFCC9EA33372098D033 * __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___buffer0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { { __this->set_mixedContent_37((bool)1); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = ___buffer0; int32_t L_1 = ___index1; int32_t L_2 = ___count2; XmlEncodedRawTextWriter_WriteRaw_mDDF78C0D0BCAF381789C59DDA3EB78BFD0FA18DD(__this, L_0, L_1, L_2, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlEncodedRawTextWriterIndent::WriteRaw(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriterIndent_WriteRaw_m9378C88D431EDFEABB680D7023A9C2E9791AF561 (XmlEncodedRawTextWriterIndent_t709119ADEBDA693CAB054DFCC9EA33372098D033 * __this, String_t* ___data0, const RuntimeMethod* method) { { __this->set_mixedContent_37((bool)1); String_t* L_0 = ___data0; XmlEncodedRawTextWriter_WriteRaw_mB1BD338017543D641E4EB1261FE69CF0B4C4A7A9(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlEncodedRawTextWriterIndent::WriteBase64(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriterIndent_WriteBase64_m310142FF1F7C7F642D17AB858CE5812983385510 (XmlEncodedRawTextWriterIndent_t709119ADEBDA693CAB054DFCC9EA33372098D033 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { { __this->set_mixedContent_37((bool)1); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___buffer0; int32_t L_1 = ___index1; int32_t L_2 = ___count2; XmlRawWriter_WriteBase64_mEC4C7E323F4B8DD80C4DCA5033025A83EDC5966C(__this, L_0, L_1, L_2, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlEncodedRawTextWriterIndent::Init(System.Xml.XmlWriterSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriterIndent_Init_mFBABCA5E482322957CFEF3A2E8EAE6784899BF34 (XmlEncodedRawTextWriterIndent_t709119ADEBDA693CAB054DFCC9EA33372098D033 * __this, XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * ___settings0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitStack_t06F411C96B04DE5B8D4A67EC95F15674B52ACB98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral13DB4394207994E4948B5E3FAE7BA705B9B8E7B3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3C1E3A88F1DF442673E905BE97863155259D0CB5); s_Il2CppMethodInitialized = true; } { __this->set_indentLevel_34(0); XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * L_0 = ___settings0; NullCheck(L_0); String_t* L_1; L_1 = XmlWriterSettings_get_IndentChars_mCE3B39C83C32982B89ED6615ABA6EEAF95F3E549_inline(L_0, /*hidden argument*/NULL); __this->set_indentChars_36(L_1); XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * L_2 = ___settings0; NullCheck(L_2); bool L_3; L_3 = XmlWriterSettings_get_NewLineOnAttributes_mA8C3C3A7E78EB3C7BE431D3980035410200E59F3_inline(L_2, /*hidden argument*/NULL); __this->set_newLineOnAttributes_35(L_3); BitStack_t06F411C96B04DE5B8D4A67EC95F15674B52ACB98 * L_4 = (BitStack_t06F411C96B04DE5B8D4A67EC95F15674B52ACB98 *)il2cpp_codegen_object_new(BitStack_t06F411C96B04DE5B8D4A67EC95F15674B52ACB98_il2cpp_TypeInfo_var); BitStack__ctor_mBA8CA47A8233563799783F70F09BBA442F66F5C6(L_4, /*hidden argument*/NULL); __this->set_mixedContentStack_38(L_4); bool L_5 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_checkCharacters_29(); if (!L_5) { goto IL_008b; } } { bool L_6 = __this->get_newLineOnAttributes_35(); if (!L_6) { goto IL_005f; } } { String_t* L_7 = __this->get_indentChars_36(); XmlEncodedRawTextWriter_ValidateContentChars_mBD456C6948B87903E7C2778A5E9BA5B3D604605E(__this, L_7, _stringLiteral3C1E3A88F1DF442673E905BE97863155259D0CB5, (bool)1, /*hidden argument*/NULL); String_t* L_8 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_newLineChars_28(); XmlEncodedRawTextWriter_ValidateContentChars_mBD456C6948B87903E7C2778A5E9BA5B3D604605E(__this, L_8, _stringLiteral13DB4394207994E4948B5E3FAE7BA705B9B8E7B3, (bool)1, /*hidden argument*/NULL); return; } IL_005f: { String_t* L_9 = __this->get_indentChars_36(); XmlEncodedRawTextWriter_ValidateContentChars_mBD456C6948B87903E7C2778A5E9BA5B3D604605E(__this, L_9, _stringLiteral3C1E3A88F1DF442673E905BE97863155259D0CB5, (bool)0, /*hidden argument*/NULL); int32_t L_10 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_newLineHandling_25(); if (!L_10) { goto IL_008b; } } { String_t* L_11 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_newLineChars_28(); XmlEncodedRawTextWriter_ValidateContentChars_mBD456C6948B87903E7C2778A5E9BA5B3D604605E(__this, L_11, _stringLiteral13DB4394207994E4948B5E3FAE7BA705B9B8E7B3, (bool)0, /*hidden argument*/NULL); } IL_008b: { return; } } // System.Void System.Xml.XmlEncodedRawTextWriterIndent::WriteIndent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriterIndent_WriteIndent_m64ECD71363B1D17A128A050E25B691F303FB6CB6 (XmlEncodedRawTextWriterIndent_t709119ADEBDA693CAB054DFCC9EA33372098D033 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { String_t* L_0 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_newLineChars_28(); XmlEncodedRawTextWriter_RawText_m1A0B94A7A7377E369B4685225949970F808281B1(__this, L_0, /*hidden argument*/NULL); int32_t L_1 = __this->get_indentLevel_34(); V_0 = L_1; goto IL_0025; } IL_0015: { String_t* L_2 = __this->get_indentChars_36(); XmlEncodedRawTextWriter_RawText_m1A0B94A7A7377E369B4685225949970F808281B1(__this, L_2, /*hidden argument*/NULL); int32_t L_3 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1)); } IL_0025: { int32_t L_4 = V_0; if ((((int32_t)L_4) > ((int32_t)0))) { goto IL_0015; } } { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XmlEntity::.ctor(System.String,System.String,System.String,System.String,System.String,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEntity__ctor_m424E2E84CDBC7042A4F14281D7EC76AF65D9834B (XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 * __this, String_t* ___name0, String_t* ___strdata1, String_t* ___publicId2, String_t* ___systemId3, String_t* ___notationName4, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___doc5, const RuntimeMethod* method) { { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0 = ___doc5; XmlNode__ctor_m207DC6243081054B0B14F1BAB882D457B8CFD465(__this, L_0, /*hidden argument*/NULL); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_1 = ___doc5; 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_4(L_4); String_t* L_5 = ___publicId2; __this->set_publicId_1(L_5); String_t* L_6 = ___systemId3; __this->set_systemId_2(L_6); String_t* L_7 = ___notationName4; __this->set_notationName_3(L_7); String_t* L_8 = ___strdata1; __this->set_unparsedReplacementStr_5(L_8); __this->set_childrenFoliating_8((bool)0); return; } } // System.Xml.XmlNode System.Xml.XmlEntity::CloneNode(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlEntity_CloneNode_m44C0E82A1CF28AFE0DB61E1710EA777BE80C1380 (XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 * __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*)&XmlEntity_CloneNode_m44C0E82A1CF28AFE0DB61E1710EA777BE80C1380_RuntimeMethod_var))); } } // System.Boolean System.Xml.XmlEntity::get_IsReadOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlEntity_get_IsReadOnly_mD18CF53C759A6F05388B4DA834AB89B272155330 (XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.String System.Xml.XmlEntity::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlEntity_get_Name_m5820A0D68169CF671B2A33DEC2A2A236EA7F6B8A (XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_4(); return L_0; } } // System.String System.Xml.XmlEntity::get_LocalName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlEntity_get_LocalName_m7E9EF0D0888C69B40948261DA37B5127F156D63A (XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_4(); return L_0; } } // System.String System.Xml.XmlEntity::get_InnerText() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlEntity_get_InnerText_mC5044DE0CC2C0635B8D0226C441758F170B8652B (XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 * __this, const RuntimeMethod* method) { { String_t* L_0; L_0 = XmlNode_get_InnerText_mC4D331007A6366FC87C499062227ED912ABD9BF0(__this, /*hidden argument*/NULL); return L_0; } } // System.Void System.Xml.XmlEntity::set_InnerText(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEntity_set_InnerText_m564FD5EED198500E23853449ED1AB3EC8DB19FDF (XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 * __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*)&_stringLiteral25D1D73BA8562EE08FEEAC854199F8579DA2C728)), /*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*)&XmlEntity_set_InnerText_m564FD5EED198500E23853449ED1AB3EC8DB19FDF_RuntimeMethod_var))); } } // System.Boolean System.Xml.XmlEntity::get_IsContainer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlEntity_get_IsContainer_mA16BACAEE54A65B7E9D2CAEBC3A5BD550CDAE6C5 (XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Xml.XmlLinkedNode System.Xml.XmlEntity::get_LastNode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * XmlEntity_get_LastNode_m07260E0F92FFBAE7C36442DAFEFB6A2C4579BDBC (XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_0 = __this->get_lastChild_7(); if (L_0) { goto IL_0022; } } { bool L_1 = __this->get_childrenFoliating_8(); if (L_1) { goto IL_0022; } } { __this->set_childrenFoliating_8((bool)1); XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * L_2 = (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B *)il2cpp_codegen_object_new(XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B_il2cpp_TypeInfo_var); XmlLoader__ctor_mF5D358544A8546105CB2DC60D9D5969FCFF26967(L_2, /*hidden argument*/NULL); NullCheck(L_2); XmlLoader_ExpandEntity_mB914876C368C11CA6A2A83A4E52759EA2C738E81(L_2, __this, /*hidden argument*/NULL); } IL_0022: { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_3 = __this->get_lastChild_7(); return L_3; } } // System.Void System.Xml.XmlEntity::set_LastNode(System.Xml.XmlLinkedNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEntity_set_LastNode_mAA772FECE3B7418D89C5FEB7DEE1CFE9E83D61D1 (XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 * __this, XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * ___value0, const RuntimeMethod* method) { { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_0 = ___value0; __this->set_lastChild_7(L_0); return; } } // System.Boolean System.Xml.XmlEntity::IsValidChildType(System.Xml.XmlNodeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlEntity_IsValidChildType_m4B418417F56166655502397BD9998A4E8520F8DA (XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 * __this, int32_t ___type0, const RuntimeMethod* method) { { int32_t L_0 = ___type0; if ((((int32_t)L_0) == ((int32_t)3))) { goto IL_0023; } } { int32_t L_1 = ___type0; if ((((int32_t)L_1) == ((int32_t)1))) { goto IL_0023; } } { int32_t L_2 = ___type0; if ((((int32_t)L_2) == ((int32_t)7))) { goto IL_0023; } } { int32_t L_3 = ___type0; if ((((int32_t)L_3) == ((int32_t)8))) { goto IL_0023; } } { int32_t L_4 = ___type0; if ((((int32_t)L_4) == ((int32_t)4))) { goto IL_0023; } } { int32_t L_5 = ___type0; if ((((int32_t)L_5) == ((int32_t)((int32_t)13)))) { goto IL_0023; } } { int32_t L_6 = ___type0; if ((((int32_t)L_6) == ((int32_t)((int32_t)14)))) { goto IL_0023; } } { int32_t L_7 = ___type0; return (bool)((((int32_t)L_7) == ((int32_t)5))? 1 : 0); } IL_0023: { return (bool)1; } } // System.Xml.XmlNodeType System.Xml.XmlEntity::get_NodeType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlEntity_get_NodeType_m03CBE82937FDAB4B33B25F88DC769688705BCA1A (XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 * __this, const RuntimeMethod* method) { { return (int32_t)(6); } } // System.String System.Xml.XmlEntity::get_SystemId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlEntity_get_SystemId_m8BCDB233348C6CA78DC12DB3C39EFF4727592AB7 (XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_systemId_2(); return L_0; } } // System.Void System.Xml.XmlEntity::set_InnerXml(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEntity_set_InnerXml_mBD5B8E465722BAA2ABAD6ABAEFB45757B6E9084F (XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 * __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*)&XmlEntity_set_InnerXml_mBD5B8E465722BAA2ABAD6ABAEFB45757B6E9084F_RuntimeMethod_var))); } } // System.String System.Xml.XmlEntity::get_BaseURI() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlEntity_get_BaseURI_m500A88A9C4FCFE68B018AC2BE488548DCE62F505 (XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_baseURI_6(); return L_0; } } // System.Void System.Xml.XmlEntity::SetBaseURI(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEntity_SetBaseURI_m0A9F9BFB5EB283241D37C5FB76A75B196E9A02FC (XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 * __this, String_t* ___inBaseURI0, const RuntimeMethod* method) { { String_t* L_0 = ___inBaseURI0; __this->set_baseURI_6(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.XmlEntityReference::.ctor(System.String,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEntityReference__ctor_m37F0842BAE1416D08F62C521367D650B89C61BE9 (XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * __this, String_t* ___name0, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___doc1, const RuntimeMethod* method) { { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0 = ___doc1; XmlLinkedNode__ctor_m5D69904A83B963E33353140D64EC323118BB14E8(__this, L_0, /*hidden argument*/NULL); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_1 = ___doc1; NullCheck(L_1); bool L_2; L_2 = XmlDocument_get_IsLoading_m3B73B787E62F30F277275598CF50D1258706E681_inline(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0033; } } { String_t* L_3 = ___name0; NullCheck(L_3); int32_t L_4; L_4 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_3, /*hidden argument*/NULL); if ((((int32_t)L_4) <= ((int32_t)0))) { goto IL_0033; } } { String_t* L_5 = ___name0; NullCheck(L_5); Il2CppChar L_6; L_6 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_5, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)35))))) { goto IL_0033; } } { String_t* L_7; L_7 = Res_GetString_m4303E63CA6945331BF5584376F6AA7262D1C6887(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7FF349F9C3C625219F1F7A7D29EEEF01064CD1C1)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_8 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_8, L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlEntityReference__ctor_m37F0842BAE1416D08F62C521367D650B89C61BE9_RuntimeMethod_var))); } IL_0033: { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_9 = ___doc1; NullCheck(L_9); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_10; L_10 = XmlDocument_get_NameTable_m0CCA0C27A27C84923F031F9789DD4F749D67AD53(L_9, /*hidden argument*/NULL); String_t* L_11 = ___name0; NullCheck(L_10); String_t* L_12; L_12 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_10, L_11); __this->set_name_2(L_12); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_13 = ___doc1; NullCheck(L_13); L_13->set_fEntRefNodesPresent_17((bool)1); return; } } // System.String System.Xml.XmlEntityReference::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlEntityReference_get_Name_m0B9193E443A42B064A460F8C646ACD8C0BEA4656 (XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_2(); return L_0; } } // System.String System.Xml.XmlEntityReference::get_LocalName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlEntityReference_get_LocalName_m5835792D46E91183E322ADEFD67CC27539CE5BA1 (XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_2(); return L_0; } } // System.String System.Xml.XmlEntityReference::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlEntityReference_get_Value_m72B71AD4137D8685F37314EE24840CB5E5DB4118 (XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * __this, const RuntimeMethod* method) { { return (String_t*)NULL; } } // System.Void System.Xml.XmlEntityReference::set_Value(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEntityReference_set_Value_mB21E4BD5E0F0007D27BC2AF47678EAC654AC91D1 (XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * __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*)&_stringLiteral9FEC92783BE6B523E2C117E0794061302D78945E)), /*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*)&XmlEntityReference_set_Value_mB21E4BD5E0F0007D27BC2AF47678EAC654AC91D1_RuntimeMethod_var))); } } // System.Xml.XmlNodeType System.Xml.XmlEntityReference::get_NodeType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlEntityReference_get_NodeType_m382509E23761682CE2878486C930FA8D2C452761 (XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * __this, const RuntimeMethod* method) { { return (int32_t)(5); } } // System.Xml.XmlNode System.Xml.XmlEntityReference::CloneNode(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlEntityReference_CloneNode_m43DE896513D97FFB89513D45730B033BADA6B469 (XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * __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_name_2(); NullCheck(L_0); XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * L_2; L_2 = VirtualFuncInvoker1< XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 *, String_t* >::Invoke(60 /* System.Xml.XmlEntityReference System.Xml.XmlDocument::CreateEntityReference(System.String) */, L_0, L_1); return L_2; } } // System.Boolean System.Xml.XmlEntityReference::get_IsReadOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlEntityReference_get_IsReadOnly_mA28C88E8B5FD6A2E20788CFBC9DD236DB94F51BE (XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Boolean System.Xml.XmlEntityReference::get_IsContainer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlEntityReference_get_IsContainer_mA2820A6B427E7C9BB16DEDBB872A493FC43A97BE (XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Void System.Xml.XmlEntityReference::SetParent(System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEntityReference_SetParent_m3627F257CC0935A819208B341E08122BC617CFE5 (XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___node0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = ___node0; XmlNode_SetParent_m021F240181C9BB6F6544ED159F683BBDE5C5CA2D(__this, L_0, /*hidden argument*/NULL); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_1; L_1 = VirtualFuncInvoker0< XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * >::Invoke(21 /* System.Xml.XmlLinkedNode System.Xml.XmlNode::get_LastNode() */, __this); if (L_1) { goto IL_0026; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_2 = ___node0; if (!L_2) { goto IL_0026; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_3 = ___node0; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_4; L_4 = VirtualFuncInvoker0< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(17 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); if ((((RuntimeObject*)(XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)L_3) == ((RuntimeObject*)(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F *)L_4))) { goto IL_0026; } } { XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * L_5 = (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B *)il2cpp_codegen_object_new(XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B_il2cpp_TypeInfo_var); XmlLoader__ctor_mF5D358544A8546105CB2DC60D9D5969FCFF26967(L_5, /*hidden argument*/NULL); NullCheck(L_5); XmlLoader_ExpandEntityReference_m6A5DC6049742CE328968AC7DB1E46D24FA60425A(L_5, __this, /*hidden argument*/NULL); } IL_0026: { return; } } // System.Void System.Xml.XmlEntityReference::SetParentForLoad(System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEntityReference_SetParentForLoad_mC266C9F9946B74B4C2B1B4704DCC3B6249466DD9 (XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___node0, const RuntimeMethod* method) { { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = ___node0; VirtualActionInvoker1< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(42 /* System.Void System.Xml.XmlNode::SetParent(System.Xml.XmlNode) */, __this, L_0); return; } } // System.Xml.XmlLinkedNode System.Xml.XmlEntityReference::get_LastNode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * XmlEntityReference_get_LastNode_m59DB65A165BE022DCF4F16353C94AE40C402510F (XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * __this, const RuntimeMethod* method) { { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_0 = __this->get_lastChild_3(); return L_0; } } // System.Void System.Xml.XmlEntityReference::set_LastNode(System.Xml.XmlLinkedNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEntityReference_set_LastNode_mEA0789FC4324DB0D27500169872766F926FD49B7 (XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * __this, XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * ___value0, const RuntimeMethod* method) { { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_0 = ___value0; __this->set_lastChild_3(L_0); return; } } // System.Boolean System.Xml.XmlEntityReference::IsValidChildType(System.Xml.XmlNodeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlEntityReference_IsValidChildType_m9DE91EE63D79D910B5ED539298A31938128D0C9E (XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * __this, int32_t ___type0, const RuntimeMethod* method) { { int32_t L_0 = ___type0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1))) { case 0: { goto IL_0042; } case 1: { goto IL_0044; } case 2: { goto IL_0042; } case 3: { goto IL_0042; } case 4: { goto IL_0042; } case 5: { goto IL_0044; } case 6: { goto IL_0042; } case 7: { goto IL_0042; } case 8: { goto IL_0044; } case 9: { goto IL_0044; } case 10: { goto IL_0044; } case 11: { goto IL_0044; } case 12: { goto IL_0042; } case 13: { goto IL_0042; } } } { goto IL_0044; } IL_0042: { return (bool)1; } IL_0044: { return (bool)0; } } // System.String System.Xml.XmlEntityReference::get_BaseURI() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlEntityReference_get_BaseURI_mA59EFF1DD04F1C8D7BDA12CEB5B09F6A2BCC64DF (XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * __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_1 = VirtualFuncInvoker0< String_t* >::Invoke(39 /* System.String System.Xml.XmlNode::get_BaseURI() */, L_0); return L_1; } } // System.String System.Xml.XmlEntityReference::ConstructBaseURI(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlEntityReference_ConstructBaseURI_mBB954A1CEBFD622AE352DCB5A220AF8E0557E04C (XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * __this, String_t* ___baseURI0, String_t* ___systemId1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral09B11B6CC411D8B9FFB75EAAE9A35B2AF248CE40); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* V_1 = NULL; { String_t* L_0 = ___baseURI0; if (L_0) { goto IL_0005; } } { String_t* L_1 = ___systemId1; return L_1; } IL_0005: { String_t* L_2 = ___baseURI0; NullCheck(L_2); int32_t L_3; L_3 = String_LastIndexOf_m29D788F388576F13C5D522AD008A86859E5BA826(L_2, ((int32_t)47), /*hidden argument*/NULL); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)); String_t* L_4 = ___baseURI0; V_1 = L_4; int32_t L_5 = V_0; if ((((int32_t)L_5) <= ((int32_t)0))) { goto IL_002a; } } { int32_t L_6 = V_0; String_t* L_7 = ___baseURI0; NullCheck(L_7); int32_t L_8; L_8 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_7, /*hidden argument*/NULL); if ((((int32_t)L_6) >= ((int32_t)L_8))) { goto IL_002a; } } { String_t* L_9 = ___baseURI0; int32_t L_10 = V_0; NullCheck(L_9); String_t* L_11; L_11 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_9, 0, L_10, /*hidden argument*/NULL); V_1 = L_11; goto IL_0039; } IL_002a: { int32_t L_12 = V_0; if (L_12) { goto IL_0039; } } { String_t* L_13 = V_1; String_t* L_14; L_14 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_13, _stringLiteral09B11B6CC411D8B9FFB75EAAE9A35B2AF248CE40, /*hidden argument*/NULL); V_1 = L_14; } IL_0039: { String_t* L_15 = V_1; String_t* L_16 = ___systemId1; NullCheck(L_16); String_t* L_17; L_17 = String_Replace_mD912844A1141FE8771F55255C4A8D29C80C47618(L_16, ((int32_t)92), ((int32_t)47), /*hidden argument*/NULL); String_t* L_18; L_18 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_15, L_17, /*hidden argument*/NULL); return L_18; } } // System.String System.Xml.XmlEntityReference::get_ChildBaseURI() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlEntityReference_get_ChildBaseURI_mEECCAFAFA9976549B810CDB4A77B37F0E6FF60EC (XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * __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; } XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 * V_0 = NULL; { 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_name_2(); NullCheck(L_0); XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 * L_2; L_2 = XmlDocument_GetEntityNode_m42037E36DE52D878A296F6577B2677922EC4E809(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 * L_3 = V_0; if (!L_3) { goto IL_0045; } } { XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 * L_4 = V_0; NullCheck(L_4); String_t* L_5; L_5 = XmlEntity_get_SystemId_m8BCDB233348C6CA78DC12DB3C39EFF4727592AB7_inline(L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_003e; } } { XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 * L_6 = V_0; NullCheck(L_6); String_t* L_7; L_7 = XmlEntity_get_SystemId_m8BCDB233348C6CA78DC12DB3C39EFF4727592AB7_inline(L_6, /*hidden argument*/NULL); NullCheck(L_7); int32_t L_8; L_8 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_7, /*hidden argument*/NULL); if ((((int32_t)L_8) <= ((int32_t)0))) { goto IL_003e; } } { XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 * L_9 = V_0; NullCheck(L_9); String_t* L_10; L_10 = VirtualFuncInvoker0< String_t* >::Invoke(39 /* System.String System.Xml.XmlNode::get_BaseURI() */, L_9); XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 * L_11 = V_0; NullCheck(L_11); String_t* L_12; L_12 = XmlEntity_get_SystemId_m8BCDB233348C6CA78DC12DB3C39EFF4727592AB7_inline(L_11, /*hidden argument*/NULL); String_t* L_13; L_13 = XmlEntityReference_ConstructBaseURI_mBB954A1CEBFD622AE352DCB5A220AF8E0557E04C(__this, L_10, L_12, /*hidden argument*/NULL); return L_13; } IL_003e: { XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 * L_14 = V_0; NullCheck(L_14); String_t* L_15; L_15 = VirtualFuncInvoker0< String_t* >::Invoke(39 /* System.String System.Xml.XmlNode::get_BaseURI() */, L_14); return L_15; } IL_0045: { String_t* L_16 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_16; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Serialization.XmlEnumAttribute::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEnumAttribute__ctor_mF7FBA354F3ED12CB8B64B19A1A798C5F290916D2 (XmlEnumAttribute_tB7AB030D43502B1DEE005D647CC82265AFFE4D6E * __this, String_t* ___name0, const RuntimeMethod* method) { { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); String_t* L_0 = ___name0; __this->set_name_0(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.XmlEventCache::.ctor(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEventCache__ctor_m4B7E80ECCDE45C3D5E3EB4413A6829295C98AB6A (XmlEventCache_t7429BFB736D94B0281F53167E418058D78A4C028 * __this, String_t* ___baseUri0, bool ___hasRootNode1, const RuntimeMethod* method) { { XmlRawWriter__ctor_mA2DC536DF02E2F33EB74D66CE039D330EBBE4F33(__this, /*hidden argument*/NULL); String_t* L_0 = ___baseUri0; __this->set_baseUri_7(L_0); bool L_1 = ___hasRootNode1; __this->set_hasRootNode_5(L_1); return; } } // System.Void System.Xml.XmlEventCache::EndEvents() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEventCache_EndEvents_mB14B8A33502E9878163F31157CF6602B030904B0 (XmlEventCache_t7429BFB736D94B0281F53167E418058D78A4C028 * __this, const RuntimeMethod* method) { { StringConcat_t313CCAA6C94520A80805790FEC5864DFD57DAD36 * L_0 = __this->get_address_of_singleText_6(); int32_t L_1; L_1 = StringConcat_get_Count_m6AFA538C150AD1A02037CCD20108A27C3007FD3E_inline((StringConcat_t313CCAA6C94520A80805790FEC5864DFD57DAD36 *)L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0014; } } { XmlEventCache_AddEvent_m68BC7D172FDC91F1C4F61AEBCD40E5D99EA8439B(__this, 0, /*hidden argument*/NULL); } IL_0014: { return; } } // System.Void System.Xml.XmlEventCache::EventsToWriter(System.Xml.XmlWriter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEventCache_EventsToWriter_mBAEE5C9D1910B70A370E77318309F3E901089FE4 (XmlEventCache_t7429BFB736D94B0281F53167E418058D78A4C028 * __this, XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * ___writer0, 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*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mCCB1DB6AEC86E71552C7530372E5D414AEDA9021_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m42689C8101D824682F0A51D0F82880DA953EE3B5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlStandalone_t1AB830245155829DBE6EBC8C97A0BB64859FD828_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral420B74A52534550B0DD14DCF7D8988C2BD4936CE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3); s_Il2CppMethodInitialized = true; } XmlEventU5BU5D_t19D4DF807CB98BAA0DB24393D169BBD14B64100D* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_3 = NULL; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* V_4 = NULL; XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * V_5 = NULL; int32_t V_6 = 0; { StringConcat_t313CCAA6C94520A80805790FEC5864DFD57DAD36 * L_0 = __this->get_address_of_singleText_6(); int32_t L_1; L_1 = StringConcat_get_Count_m6AFA538C150AD1A02037CCD20108A27C3007FD3E_inline((StringConcat_t313CCAA6C94520A80805790FEC5864DFD57DAD36 *)L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_001f; } } { XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_2 = ___writer0; StringConcat_t313CCAA6C94520A80805790FEC5864DFD57DAD36 * L_3 = __this->get_address_of_singleText_6(); String_t* L_4; L_4 = StringConcat_GetResult_m5195CCD8EA33F2A4EEC0B8B166DEB3D275D6B90E((StringConcat_t313CCAA6C94520A80805790FEC5864DFD57DAD36 *)L_3, /*hidden argument*/NULL); NullCheck(L_2); VirtualActionInvoker1< String_t* >::Invoke(20 /* System.Void System.Xml.XmlWriter::WriteString(System.String) */, L_2, L_4); return; } IL_001f: { XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_5 = ___writer0; V_5 = ((XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 *)IsInstClass((RuntimeObject*)L_5, XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5_il2cpp_TypeInfo_var)); V_1 = 0; goto IL_03f2; } IL_002e: { List_1_tA93C4538153D3E132FA2B0769673023B002DD93F * L_6 = __this->get_pages_2(); int32_t L_7 = V_1; NullCheck(L_6); XmlEventU5BU5D_t19D4DF807CB98BAA0DB24393D169BBD14B64100D* L_8; L_8 = List_1_get_Item_m42689C8101D824682F0A51D0F82880DA953EE3B5_inline(L_6, L_7, /*hidden argument*/List_1_get_Item_m42689C8101D824682F0A51D0F82880DA953EE3B5_RuntimeMethod_var); V_0 = L_8; V_2 = 0; goto IL_03e5; } IL_0042: { XmlEventU5BU5D_t19D4DF807CB98BAA0DB24393D169BBD14B64100D* L_9 = V_0; int32_t L_10 = V_2; NullCheck(L_9); int32_t L_11; L_11 = XmlEvent_get_EventType_m5E1A3D64EE0DF5F7A21C9A18107C0C9C7C1C66C7_inline((XmlEvent_t90A3FD5589BF0CB095CF3B7A0F395CC1604B92F8 *)((L_9)->GetAddressAt(static_cast(L_10))), /*hidden argument*/NULL); V_6 = L_11; int32_t L_12 = V_6; switch (L_12) { case 0: { goto IL_00c4; } case 1: { goto IL_00c5; } case 2: { goto IL_0105; } case 3: { goto IL_0134; } case 4: { goto IL_0163; } case 5: { goto IL_016e; } case 6: { goto IL_0185; } case 7: { goto IL_019c; } case 8: { goto IL_01bf; } case 9: { goto IL_01d6; } case 10: { goto IL_01ed; } case 11: { goto IL_0204; } case 12: { goto IL_021b; } case 13: { goto IL_0237; } case 14: { goto IL_025d; } case 15: { goto IL_027f; } case 16: { goto IL_02a1; } case 17: { goto IL_02c5; } case 18: { goto IL_02e4; } case 19: { goto IL_02f7; } case 20: { goto IL_0336; } case 21: { goto IL_036f; } case 22: { goto IL_03be; } case 23: { goto IL_03cb; } case 24: { goto IL_03d3; } case 25: { goto IL_03db; } } } { goto IL_03e1; } IL_00c4: { return; } IL_00c5: { XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_13 = ___writer0; XmlEventU5BU5D_t19D4DF807CB98BAA0DB24393D169BBD14B64100D* L_14 = V_0; int32_t L_15 = V_2; NullCheck(L_14); String_t* L_16; L_16 = XmlEvent_get_String1_mDAC92F7047BE968646E4D51C6409D7CD4012DCFB_inline((XmlEvent_t90A3FD5589BF0CB095CF3B7A0F395CC1604B92F8 *)((L_14)->GetAddressAt(static_cast(L_15))), /*hidden argument*/NULL); XmlEventU5BU5D_t19D4DF807CB98BAA0DB24393D169BBD14B64100D* L_17 = V_0; int32_t L_18 = V_2; NullCheck(L_17); String_t* L_19; L_19 = XmlEvent_get_String2_mA958CB1614BFB8F5E3FB01B69A012B3ADDA51EDA_inline((XmlEvent_t90A3FD5589BF0CB095CF3B7A0F395CC1604B92F8 *)((L_17)->GetAddressAt(static_cast(L_18))), /*hidden argument*/NULL); XmlEventU5BU5D_t19D4DF807CB98BAA0DB24393D169BBD14B64100D* L_20 = V_0; int32_t L_21 = V_2; NullCheck(L_20); String_t* L_22; L_22 = XmlEvent_get_String3_mCFB8894B848A4CAE67E7562D27881348E6B206EF_inline((XmlEvent_t90A3FD5589BF0CB095CF3B7A0F395CC1604B92F8 *)((L_20)->GetAddressAt(static_cast(L_21))), /*hidden argument*/NULL); XmlEventU5BU5D_t19D4DF807CB98BAA0DB24393D169BBD14B64100D* L_23 = V_0; int32_t L_24 = V_2; NullCheck(L_23); RuntimeObject * L_25; L_25 = XmlEvent_get_Object_m53492BB3E8D7BE92F2B0A3A1230A6833CE1CC71F_inline((XmlEvent_t90A3FD5589BF0CB095CF3B7A0F395CC1604B92F8 *)((L_23)->GetAddressAt(static_cast(L_24))), /*hidden argument*/NULL); NullCheck(L_13); VirtualActionInvoker4< String_t*, String_t*, String_t*, String_t* >::Invoke(8 /* System.Void System.Xml.XmlWriter::WriteDocType(System.String,System.String,System.String,System.String) */, L_13, L_16, L_19, L_22, ((String_t*)CastclassSealed((RuntimeObject*)L_25, String_t_il2cpp_TypeInfo_var))); goto IL_03e1; } IL_0105: { XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_26 = ___writer0; XmlEventU5BU5D_t19D4DF807CB98BAA0DB24393D169BBD14B64100D* L_27 = V_0; int32_t L_28 = V_2; NullCheck(L_27); String_t* L_29; L_29 = XmlEvent_get_String1_mDAC92F7047BE968646E4D51C6409D7CD4012DCFB_inline((XmlEvent_t90A3FD5589BF0CB095CF3B7A0F395CC1604B92F8 *)((L_27)->GetAddressAt(static_cast(L_28))), /*hidden argument*/NULL); XmlEventU5BU5D_t19D4DF807CB98BAA0DB24393D169BBD14B64100D* L_30 = V_0; int32_t L_31 = V_2; NullCheck(L_30); String_t* L_32; L_32 = XmlEvent_get_String2_mA958CB1614BFB8F5E3FB01B69A012B3ADDA51EDA_inline((XmlEvent_t90A3FD5589BF0CB095CF3B7A0F395CC1604B92F8 *)((L_30)->GetAddressAt(static_cast(L_31))), /*hidden argument*/NULL); XmlEventU5BU5D_t19D4DF807CB98BAA0DB24393D169BBD14B64100D* L_33 = V_0; int32_t L_34 = V_2; NullCheck(L_33); String_t* L_35; L_35 = XmlEvent_get_String3_mCFB8894B848A4CAE67E7562D27881348E6B206EF_inline((XmlEvent_t90A3FD5589BF0CB095CF3B7A0F395CC1604B92F8 *)((L_33)->GetAddressAt(static_cast(L_34))), /*hidden argument*/NULL); NullCheck(L_26); VirtualActionInvoker3< String_t*, String_t*, String_t* >::Invoke(9 /* System.Void System.Xml.XmlWriter::WriteStartElement(System.String,System.String,System.String) */, L_26, L_29, L_32, L_35); goto IL_03e1; } IL_0134: { XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_36 = ___writer0; XmlEventU5BU5D_t19D4DF807CB98BAA0DB24393D169BBD14B64100D* L_37 = V_0; int32_t L_38 = V_2; NullCheck(L_37); String_t* L_39; L_39 = XmlEvent_get_String1_mDAC92F7047BE968646E4D51C6409D7CD4012DCFB_inline((XmlEvent_t90A3FD5589BF0CB095CF3B7A0F395CC1604B92F8 *)((L_37)->GetAddressAt(static_cast(L_38))), /*hidden argument*/NULL); XmlEventU5BU5D_t19D4DF807CB98BAA0DB24393D169BBD14B64100D* L_40 = V_0; int32_t L_41 = V_2; NullCheck(L_40); String_t* L_42; L_42 = XmlEvent_get_String2_mA958CB1614BFB8F5E3FB01B69A012B3ADDA51EDA_inline((XmlEvent_t90A3FD5589BF0CB095CF3B7A0F395CC1604B92F8 *)((L_40)->GetAddressAt(static_cast(L_41))), /*hidden argument*/NULL); XmlEventU5BU5D_t19D4DF807CB98BAA0DB24393D169BBD14B64100D* L_43 = V_0; int32_t L_44 = V_2; NullCheck(L_43); String_t* L_45; L_45 = XmlEvent_get_String3_mCFB8894B848A4CAE67E7562D27881348E6B206EF_inline((XmlEvent_t90A3FD5589BF0CB095CF3B7A0F395CC1604B92F8 *)((L_43)->GetAddressAt(static_cast(L_44))), /*hidden argument*/NULL); NullCheck(L_36); VirtualActionInvoker3< String_t*, String_t*, String_t* >::Invoke(12 /* System.Void System.Xml.XmlWriter::WriteStartAttribute(System.String,System.String,System.String) */, L_36, L_39, L_42, L_45); goto IL_03e1; } IL_0163: { XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_46 = ___writer0; NullCheck(L_46); VirtualActionInvoker0::Invoke(13 /* System.Void System.Xml.XmlWriter::WriteEndAttribute() */, L_46); goto IL_03e1; } IL_016e: { XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_47 = ___writer0; XmlEventU5BU5D_t19D4DF807CB98BAA0DB24393D169BBD14B64100D* L_48 = V_0; int32_t L_49 = V_2; NullCheck(L_48); String_t* L_50; L_50 = XmlEvent_get_String1_mDAC92F7047BE968646E4D51C6409D7CD4012DCFB_inline((XmlEvent_t90A3FD5589BF0CB095CF3B7A0F395CC1604B92F8 *)((L_48)->GetAddressAt(static_cast(L_49))), /*hidden argument*/NULL); NullCheck(L_47); VirtualActionInvoker1< String_t* >::Invoke(14 /* System.Void System.Xml.XmlWriter::WriteCData(System.String) */, L_47, L_50); goto IL_03e1; } IL_0185: { XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_51 = ___writer0; XmlEventU5BU5D_t19D4DF807CB98BAA0DB24393D169BBD14B64100D* L_52 = V_0; int32_t L_53 = V_2; NullCheck(L_52); String_t* L_54; L_54 = XmlEvent_get_String1_mDAC92F7047BE968646E4D51C6409D7CD4012DCFB_inline((XmlEvent_t90A3FD5589BF0CB095CF3B7A0F395CC1604B92F8 *)((L_52)->GetAddressAt(static_cast(L_53))), /*hidden argument*/NULL); NullCheck(L_51); VirtualActionInvoker1< String_t* >::Invoke(15 /* System.Void System.Xml.XmlWriter::WriteComment(System.String) */, L_51, L_54); goto IL_03e1; } IL_019c: { XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_55 = ___writer0; XmlEventU5BU5D_t19D4DF807CB98BAA0DB24393D169BBD14B64100D* L_56 = V_0; int32_t L_57 = V_2; NullCheck(L_56); String_t* L_58; L_58 = XmlEvent_get_String1_mDAC92F7047BE968646E4D51C6409D7CD4012DCFB_inline((XmlEvent_t90A3FD5589BF0CB095CF3B7A0F395CC1604B92F8 *)((L_56)->GetAddressAt(static_cast(L_57))), /*hidden argument*/NULL); XmlEventU5BU5D_t19D4DF807CB98BAA0DB24393D169BBD14B64100D* L_59 = V_0; int32_t L_60 = V_2; NullCheck(L_59); String_t* L_61; L_61 = XmlEvent_get_String2_mA958CB1614BFB8F5E3FB01B69A012B3ADDA51EDA_inline((XmlEvent_t90A3FD5589BF0CB095CF3B7A0F395CC1604B92F8 *)((L_59)->GetAddressAt(static_cast(L_60))), /*hidden argument*/NULL); NullCheck(L_55); VirtualActionInvoker2< String_t*, String_t* >::Invoke(16 /* System.Void System.Xml.XmlWriter::WriteProcessingInstruction(System.String,System.String) */, L_55, L_58, L_61); goto IL_03e1; } IL_01bf: { XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_62 = ___writer0; XmlEventU5BU5D_t19D4DF807CB98BAA0DB24393D169BBD14B64100D* L_63 = V_0; int32_t L_64 = V_2; NullCheck(L_63); String_t* L_65; L_65 = XmlEvent_get_String1_mDAC92F7047BE968646E4D51C6409D7CD4012DCFB_inline((XmlEvent_t90A3FD5589BF0CB095CF3B7A0F395CC1604B92F8 *)((L_63)->GetAddressAt(static_cast(L_64))), /*hidden argument*/NULL); NullCheck(L_62); VirtualActionInvoker1< String_t* >::Invoke(19 /* System.Void System.Xml.XmlWriter::WriteWhitespace(System.String) */, L_62, L_65); goto IL_03e1; } IL_01d6: { XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_66 = ___writer0; XmlEventU5BU5D_t19D4DF807CB98BAA0DB24393D169BBD14B64100D* L_67 = V_0; int32_t L_68 = V_2; NullCheck(L_67); String_t* L_69; L_69 = XmlEvent_get_String1_mDAC92F7047BE968646E4D51C6409D7CD4012DCFB_inline((XmlEvent_t90A3FD5589BF0CB095CF3B7A0F395CC1604B92F8 *)((L_67)->GetAddressAt(static_cast(L_68))), /*hidden argument*/NULL); NullCheck(L_66); VirtualActionInvoker1< String_t* >::Invoke(20 /* System.Void System.Xml.XmlWriter::WriteString(System.String) */, L_66, L_69); goto IL_03e1; } IL_01ed: { XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_70 = ___writer0; XmlEventU5BU5D_t19D4DF807CB98BAA0DB24393D169BBD14B64100D* L_71 = V_0; int32_t L_72 = V_2; NullCheck(L_71); String_t* L_73; L_73 = XmlEvent_get_String1_mDAC92F7047BE968646E4D51C6409D7CD4012DCFB_inline((XmlEvent_t90A3FD5589BF0CB095CF3B7A0F395CC1604B92F8 *)((L_71)->GetAddressAt(static_cast(L_72))), /*hidden argument*/NULL); NullCheck(L_70); VirtualActionInvoker1< String_t* >::Invoke(24 /* System.Void System.Xml.XmlWriter::WriteRaw(System.String) */, L_70, L_73); goto IL_03e1; } IL_0204: { XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_74 = ___writer0; XmlEventU5BU5D_t19D4DF807CB98BAA0DB24393D169BBD14B64100D* L_75 = V_0; int32_t L_76 = V_2; NullCheck(L_75); String_t* L_77; L_77 = XmlEvent_get_String1_mDAC92F7047BE968646E4D51C6409D7CD4012DCFB_inline((XmlEvent_t90A3FD5589BF0CB095CF3B7A0F395CC1604B92F8 *)((L_75)->GetAddressAt(static_cast(L_76))), /*hidden argument*/NULL); NullCheck(L_74); VirtualActionInvoker1< String_t* >::Invoke(17 /* System.Void System.Xml.XmlWriter::WriteEntityRef(System.String) */, L_74, L_77); goto IL_03e1; } IL_021b: { XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_78 = ___writer0; XmlEventU5BU5D_t19D4DF807CB98BAA0DB24393D169BBD14B64100D* L_79 = V_0; int32_t L_80 = V_2; NullCheck(L_79); RuntimeObject * L_81; L_81 = XmlEvent_get_Object_m53492BB3E8D7BE92F2B0A3A1230A6833CE1CC71F_inline((XmlEvent_t90A3FD5589BF0CB095CF3B7A0F395CC1604B92F8 *)((L_79)->GetAddressAt(static_cast(L_80))), /*hidden argument*/NULL); NullCheck(L_78); VirtualActionInvoker1< Il2CppChar >::Invoke(18 /* System.Void System.Xml.XmlWriter::WriteCharEntity(System.Char) */, L_78, ((*(Il2CppChar*)((Il2CppChar*)UnBox(L_81, Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var))))); goto IL_03e1; } IL_0237: { XmlEventU5BU5D_t19D4DF807CB98BAA0DB24393D169BBD14B64100D* L_82 = V_0; int32_t L_83 = V_2; NullCheck(L_82); RuntimeObject * L_84; L_84 = XmlEvent_get_Object_m53492BB3E8D7BE92F2B0A3A1230A6833CE1CC71F_inline((XmlEvent_t90A3FD5589BF0CB095CF3B7A0F395CC1604B92F8 *)((L_82)->GetAddressAt(static_cast(L_83))), /*hidden argument*/NULL); V_4 = ((CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)Castclass((RuntimeObject*)L_84, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var)); XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_85 = ___writer0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_86 = V_4; NullCheck(L_86); int32_t L_87 = 0; uint16_t L_88 = (uint16_t)(L_86)->GetAt(static_cast(L_87)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_89 = V_4; NullCheck(L_89); int32_t L_90 = 1; uint16_t L_91 = (uint16_t)(L_89)->GetAt(static_cast(L_90)); NullCheck(L_85); VirtualActionInvoker2< Il2CppChar, Il2CppChar >::Invoke(21 /* System.Void System.Xml.XmlWriter::WriteSurrogateCharEntity(System.Char,System.Char) */, L_85, L_88, L_91); goto IL_03e1; } IL_025d: { XmlEventU5BU5D_t19D4DF807CB98BAA0DB24393D169BBD14B64100D* L_92 = V_0; int32_t L_93 = V_2; NullCheck(L_92); RuntimeObject * L_94; L_94 = XmlEvent_get_Object_m53492BB3E8D7BE92F2B0A3A1230A6833CE1CC71F_inline((XmlEvent_t90A3FD5589BF0CB095CF3B7A0F395CC1604B92F8 *)((L_92)->GetAddressAt(static_cast(L_93))), /*hidden argument*/NULL); V_3 = ((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)Castclass((RuntimeObject*)L_94, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var)); XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_95 = ___writer0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_96 = V_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_97 = V_3; NullCheck(L_97); NullCheck(L_95); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(25 /* System.Void System.Xml.XmlWriter::WriteBase64(System.Byte[],System.Int32,System.Int32) */, L_95, L_96, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_97)->max_length)))); goto IL_03e1; } IL_027f: { XmlEventU5BU5D_t19D4DF807CB98BAA0DB24393D169BBD14B64100D* L_98 = V_0; int32_t L_99 = V_2; NullCheck(L_98); RuntimeObject * L_100; L_100 = XmlEvent_get_Object_m53492BB3E8D7BE92F2B0A3A1230A6833CE1CC71F_inline((XmlEvent_t90A3FD5589BF0CB095CF3B7A0F395CC1604B92F8 *)((L_98)->GetAddressAt(static_cast(L_99))), /*hidden argument*/NULL); V_3 = ((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)Castclass((RuntimeObject*)L_100, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var)); XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_101 = ___writer0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_102 = V_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_103 = V_3; NullCheck(L_103); NullCheck(L_101); VirtualActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(26 /* System.Void System.Xml.XmlWriter::WriteBinHex(System.Byte[],System.Int32,System.Int32) */, L_101, L_102, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_103)->max_length)))); goto IL_03e1; } IL_02a1: { XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * L_104 = V_5; if (!L_104) { goto IL_03e1; } } { XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * L_105 = V_5; XmlEventU5BU5D_t19D4DF807CB98BAA0DB24393D169BBD14B64100D* L_106 = V_0; int32_t L_107 = V_2; NullCheck(L_106); RuntimeObject * L_108; L_108 = XmlEvent_get_Object_m53492BB3E8D7BE92F2B0A3A1230A6833CE1CC71F_inline((XmlEvent_t90A3FD5589BF0CB095CF3B7A0F395CC1604B92F8 *)((L_106)->GetAddressAt(static_cast(L_107))), /*hidden argument*/NULL); NullCheck(L_105); VirtualActionInvoker1< int32_t >::Invoke(34 /* System.Void System.Xml.XmlRawWriter::WriteXmlDeclaration(System.Xml.XmlStandalone) */, L_105, ((*(int32_t*)((int32_t*)UnBox(L_108, XmlStandalone_t1AB830245155829DBE6EBC8C97A0BB64859FD828_il2cpp_TypeInfo_var))))); goto IL_03e1; } IL_02c5: { XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * L_109 = V_5; if (!L_109) { goto IL_03e1; } } { XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * L_110 = V_5; XmlEventU5BU5D_t19D4DF807CB98BAA0DB24393D169BBD14B64100D* L_111 = V_0; int32_t L_112 = V_2; NullCheck(L_111); String_t* L_113; L_113 = XmlEvent_get_String1_mDAC92F7047BE968646E4D51C6409D7CD4012DCFB_inline((XmlEvent_t90A3FD5589BF0CB095CF3B7A0F395CC1604B92F8 *)((L_111)->GetAddressAt(static_cast(L_112))), /*hidden argument*/NULL); NullCheck(L_110); VirtualActionInvoker1< String_t* >::Invoke(35 /* System.Void System.Xml.XmlRawWriter::WriteXmlDeclaration(System.String) */, L_110, L_113); goto IL_03e1; } IL_02e4: { XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * L_114 = V_5; if (!L_114) { goto IL_03e1; } } { XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * L_115 = V_5; NullCheck(L_115); VirtualActionInvoker0::Invoke(36 /* System.Void System.Xml.XmlRawWriter::StartElementContent() */, L_115); goto IL_03e1; } IL_02f7: { XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * L_116 = V_5; if (!L_116) { goto IL_032b; } } { XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * L_117 = V_5; XmlEventU5BU5D_t19D4DF807CB98BAA0DB24393D169BBD14B64100D* L_118 = V_0; int32_t L_119 = V_2; NullCheck(L_118); String_t* L_120; L_120 = XmlEvent_get_String1_mDAC92F7047BE968646E4D51C6409D7CD4012DCFB_inline((XmlEvent_t90A3FD5589BF0CB095CF3B7A0F395CC1604B92F8 *)((L_118)->GetAddressAt(static_cast(L_119))), /*hidden argument*/NULL); XmlEventU5BU5D_t19D4DF807CB98BAA0DB24393D169BBD14B64100D* L_121 = V_0; int32_t L_122 = V_2; NullCheck(L_121); String_t* L_123; L_123 = XmlEvent_get_String2_mA958CB1614BFB8F5E3FB01B69A012B3ADDA51EDA_inline((XmlEvent_t90A3FD5589BF0CB095CF3B7A0F395CC1604B92F8 *)((L_121)->GetAddressAt(static_cast(L_122))), /*hidden argument*/NULL); XmlEventU5BU5D_t19D4DF807CB98BAA0DB24393D169BBD14B64100D* L_124 = V_0; int32_t L_125 = V_2; NullCheck(L_124); String_t* L_126; L_126 = XmlEvent_get_String3_mCFB8894B848A4CAE67E7562D27881348E6B206EF_inline((XmlEvent_t90A3FD5589BF0CB095CF3B7A0F395CC1604B92F8 *)((L_124)->GetAddressAt(static_cast(L_125))), /*hidden argument*/NULL); NullCheck(L_117); VirtualActionInvoker3< String_t*, String_t*, String_t* >::Invoke(38 /* System.Void System.Xml.XmlRawWriter::WriteEndElement(System.String,System.String,System.String) */, L_117, L_120, L_123, L_126); goto IL_03e1; } IL_032b: { XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_127 = ___writer0; NullCheck(L_127); VirtualActionInvoker0::Invoke(10 /* System.Void System.Xml.XmlWriter::WriteEndElement() */, L_127); goto IL_03e1; } IL_0336: { XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * L_128 = V_5; if (!L_128) { goto IL_0367; } } { XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * L_129 = V_5; XmlEventU5BU5D_t19D4DF807CB98BAA0DB24393D169BBD14B64100D* L_130 = V_0; int32_t L_131 = V_2; NullCheck(L_130); String_t* L_132; L_132 = XmlEvent_get_String1_mDAC92F7047BE968646E4D51C6409D7CD4012DCFB_inline((XmlEvent_t90A3FD5589BF0CB095CF3B7A0F395CC1604B92F8 *)((L_130)->GetAddressAt(static_cast(L_131))), /*hidden argument*/NULL); XmlEventU5BU5D_t19D4DF807CB98BAA0DB24393D169BBD14B64100D* L_133 = V_0; int32_t L_134 = V_2; NullCheck(L_133); String_t* L_135; L_135 = XmlEvent_get_String2_mA958CB1614BFB8F5E3FB01B69A012B3ADDA51EDA_inline((XmlEvent_t90A3FD5589BF0CB095CF3B7A0F395CC1604B92F8 *)((L_133)->GetAddressAt(static_cast(L_134))), /*hidden argument*/NULL); XmlEventU5BU5D_t19D4DF807CB98BAA0DB24393D169BBD14B64100D* L_136 = V_0; int32_t L_137 = V_2; NullCheck(L_136); String_t* L_138; L_138 = XmlEvent_get_String3_mCFB8894B848A4CAE67E7562D27881348E6B206EF_inline((XmlEvent_t90A3FD5589BF0CB095CF3B7A0F395CC1604B92F8 *)((L_136)->GetAddressAt(static_cast(L_137))), /*hidden argument*/NULL); NullCheck(L_129); VirtualActionInvoker3< String_t*, String_t*, String_t* >::Invoke(39 /* System.Void System.Xml.XmlRawWriter::WriteFullEndElement(System.String,System.String,System.String) */, L_129, L_132, L_135, L_138); goto IL_03e1; } IL_0367: { XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_139 = ___writer0; NullCheck(L_139); VirtualActionInvoker0::Invoke(11 /* System.Void System.Xml.XmlWriter::WriteFullEndElement() */, L_139); goto IL_03e1; } IL_036f: { XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * L_140 = V_5; if (!L_140) { goto IL_0394; } } { XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * L_141 = V_5; XmlEventU5BU5D_t19D4DF807CB98BAA0DB24393D169BBD14B64100D* L_142 = V_0; int32_t L_143 = V_2; NullCheck(L_142); String_t* L_144; L_144 = XmlEvent_get_String1_mDAC92F7047BE968646E4D51C6409D7CD4012DCFB_inline((XmlEvent_t90A3FD5589BF0CB095CF3B7A0F395CC1604B92F8 *)((L_142)->GetAddressAt(static_cast(L_143))), /*hidden argument*/NULL); XmlEventU5BU5D_t19D4DF807CB98BAA0DB24393D169BBD14B64100D* L_145 = V_0; int32_t L_146 = V_2; NullCheck(L_145); String_t* L_147; L_147 = XmlEvent_get_String2_mA958CB1614BFB8F5E3FB01B69A012B3ADDA51EDA_inline((XmlEvent_t90A3FD5589BF0CB095CF3B7A0F395CC1604B92F8 *)((L_145)->GetAddressAt(static_cast(L_146))), /*hidden argument*/NULL); NullCheck(L_141); VirtualActionInvoker2< String_t*, String_t* >::Invoke(40 /* System.Void System.Xml.XmlRawWriter::WriteNamespaceDeclaration(System.String,System.String) */, L_141, L_144, L_147); goto IL_03e1; } IL_0394: { XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_148 = ___writer0; XmlEventU5BU5D_t19D4DF807CB98BAA0DB24393D169BBD14B64100D* L_149 = V_0; int32_t L_150 = V_2; NullCheck(L_149); String_t* L_151; L_151 = XmlEvent_get_String1_mDAC92F7047BE968646E4D51C6409D7CD4012DCFB_inline((XmlEvent_t90A3FD5589BF0CB095CF3B7A0F395CC1604B92F8 *)((L_149)->GetAddressAt(static_cast(L_150))), /*hidden argument*/NULL); XmlEventU5BU5D_t19D4DF807CB98BAA0DB24393D169BBD14B64100D* L_152 = V_0; int32_t L_153 = V_2; NullCheck(L_152); String_t* L_154; L_154 = XmlEvent_get_String2_mA958CB1614BFB8F5E3FB01B69A012B3ADDA51EDA_inline((XmlEvent_t90A3FD5589BF0CB095CF3B7A0F395CC1604B92F8 *)((L_152)->GetAddressAt(static_cast(L_153))), /*hidden argument*/NULL); NullCheck(L_148); XmlWriter_WriteAttributeString_m7ABADBF13E8DD19BD7F3970AD124DEF3441259CE(L_148, _stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3, L_151, _stringLiteral420B74A52534550B0DD14DCF7D8988C2BD4936CE, L_154, /*hidden argument*/NULL); goto IL_03e1; } IL_03be: { XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * L_155 = V_5; if (!L_155) { goto IL_03e1; } } { XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * L_156 = V_5; NullCheck(L_156); VirtualActionInvoker0::Invoke(44 /* System.Void System.Xml.XmlRawWriter::WriteEndBase64() */, L_156); goto IL_03e1; } IL_03cb: { XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_157 = ___writer0; NullCheck(L_157); VirtualActionInvoker0::Invoke(28 /* System.Void System.Xml.XmlWriter::Close() */, L_157); goto IL_03e1; } IL_03d3: { XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_158 = ___writer0; NullCheck(L_158); VirtualActionInvoker0::Invoke(29 /* System.Void System.Xml.XmlWriter::Flush() */, L_158); goto IL_03e1; } IL_03db: { XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D * L_159 = ___writer0; NullCheck(L_159); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_159); } IL_03e1: { int32_t L_160 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_160, (int32_t)1)); } IL_03e5: { int32_t L_161 = V_2; XmlEventU5BU5D_t19D4DF807CB98BAA0DB24393D169BBD14B64100D* L_162 = V_0; NullCheck(L_162); if ((((int32_t)L_161) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_162)->max_length)))))) { goto IL_0042; } } { int32_t L_163 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_163, (int32_t)1)); } IL_03f2: { int32_t L_164 = V_1; List_1_tA93C4538153D3E132FA2B0769673023B002DD93F * L_165 = __this->get_pages_2(); NullCheck(L_165); int32_t L_166; L_166 = List_1_get_Count_mCCB1DB6AEC86E71552C7530372E5D414AEDA9021_inline(L_165, /*hidden argument*/List_1_get_Count_mCCB1DB6AEC86E71552C7530372E5D414AEDA9021_RuntimeMethod_var); if ((((int32_t)L_164) < ((int32_t)L_166))) { goto IL_002e; } } { return; } } // System.Void System.Xml.XmlEventCache::WriteDocType(System.String,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEventCache_WriteDocType_m33F3804D974E3EF22C8B27060BB7BDD5FC361F8D (XmlEventCache_t7429BFB736D94B0281F53167E418058D78A4C028 * __this, String_t* ___name0, String_t* ___pubid1, String_t* ___sysid2, String_t* ___subset3, const RuntimeMethod* method) { { String_t* L_0 = ___name0; String_t* L_1 = ___pubid1; String_t* L_2 = ___sysid2; String_t* L_3 = ___subset3; XmlEventCache_AddEvent_m43838D0FF1FD563762BFDC2662225BF55504A23C(__this, 1, L_0, L_1, L_2, L_3, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlEventCache::WriteStartElement(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEventCache_WriteStartElement_m5A035201778FDC96040FC84CBA3A9BFFC70B7DE2 (XmlEventCache_t7429BFB736D94B0281F53167E418058D78A4C028 * __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; XmlEventCache_AddEvent_mBE462B2B5F049A2A4C6A22AA8B93363D020D8CFD(__this, 2, L_0, L_1, L_2, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlEventCache::WriteStartAttribute(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEventCache_WriteStartAttribute_m138E4C6D22225C187115CC00E9F5C29B6E4CF43C (XmlEventCache_t7429BFB736D94B0281F53167E418058D78A4C028 * __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; XmlEventCache_AddEvent_mBE462B2B5F049A2A4C6A22AA8B93363D020D8CFD(__this, 3, L_0, L_1, L_2, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlEventCache::WriteEndAttribute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEventCache_WriteEndAttribute_mA7E63076F312772D55103FDD1A9D0D3C1B3C9E25 (XmlEventCache_t7429BFB736D94B0281F53167E418058D78A4C028 * __this, const RuntimeMethod* method) { { XmlEventCache_AddEvent_m68BC7D172FDC91F1C4F61AEBCD40E5D99EA8439B(__this, 4, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlEventCache::WriteCData(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEventCache_WriteCData_m627E6324F2199E33C4B578400283729AC32573FE (XmlEventCache_t7429BFB736D94B0281F53167E418058D78A4C028 * __this, String_t* ___text0, const RuntimeMethod* method) { { String_t* L_0 = ___text0; XmlEventCache_AddEvent_m66BB7A39E427DD7BC061A62209F93C39C8FF3805(__this, 5, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlEventCache::WriteComment(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEventCache_WriteComment_m84C79A62DE0D2C7D877FB7F3DD1673A0A5866243 (XmlEventCache_t7429BFB736D94B0281F53167E418058D78A4C028 * __this, String_t* ___text0, const RuntimeMethod* method) { { String_t* L_0 = ___text0; XmlEventCache_AddEvent_m66BB7A39E427DD7BC061A62209F93C39C8FF3805(__this, 6, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlEventCache::WriteProcessingInstruction(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEventCache_WriteProcessingInstruction_m98271519FED630EC487A95F055E0391A1446CEA1 (XmlEventCache_t7429BFB736D94B0281F53167E418058D78A4C028 * __this, String_t* ___name0, String_t* ___text1, const RuntimeMethod* method) { { String_t* L_0 = ___name0; String_t* L_1 = ___text1; XmlEventCache_AddEvent_m5857B4A4C4218DDD8EAEE9803C356AB984ABE8CE(__this, 7, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlEventCache::WriteWhitespace(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEventCache_WriteWhitespace_m3C27F3B50551BABCDA223A4E9496F12D337822FC (XmlEventCache_t7429BFB736D94B0281F53167E418058D78A4C028 * __this, String_t* ___ws0, const RuntimeMethod* method) { { String_t* L_0 = ___ws0; XmlEventCache_AddEvent_m66BB7A39E427DD7BC061A62209F93C39C8FF3805(__this, 8, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlEventCache::WriteString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEventCache_WriteString_m57FDDFD4ABC4A7B0A6FFFBE6EA033846127554A7 (XmlEventCache_t7429BFB736D94B0281F53167E418058D78A4C028 * __this, String_t* ___text0, const RuntimeMethod* method) { { List_1_tA93C4538153D3E132FA2B0769673023B002DD93F * L_0 = __this->get_pages_2(); if (L_0) { goto IL_0015; } } { StringConcat_t313CCAA6C94520A80805790FEC5864DFD57DAD36 * L_1 = __this->get_address_of_singleText_6(); String_t* L_2 = ___text0; StringConcat_ConcatNoDelimiter_m23E6E1C42594919991FA12D5538DACFF1302CD67((StringConcat_t313CCAA6C94520A80805790FEC5864DFD57DAD36 *)L_1, L_2, /*hidden argument*/NULL); return; } IL_0015: { String_t* L_3 = ___text0; XmlEventCache_AddEvent_m66BB7A39E427DD7BC061A62209F93C39C8FF3805(__this, ((int32_t)9), L_3, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlEventCache::WriteChars(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEventCache_WriteChars_m931FC0C69279A3E2F2118D836362DEB68D650723 (XmlEventCache_t7429BFB736D94B0281F53167E418058D78A4C028 * __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.XmlEventCache::WriteRaw(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEventCache_WriteRaw_m4221177255F663E2C3E55045E02D3107BCC6B19B (XmlEventCache_t7429BFB736D94B0281F53167E418058D78A4C028 * __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(24 /* System.Void System.Xml.XmlWriter::WriteRaw(System.String) */, __this, L_3); return; } } // System.Void System.Xml.XmlEventCache::WriteRaw(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEventCache_WriteRaw_mB1AE65676A272D7D3C2BA6D1F917E7BABA18FB03 (XmlEventCache_t7429BFB736D94B0281F53167E418058D78A4C028 * __this, String_t* ___data0, const RuntimeMethod* method) { { String_t* L_0 = ___data0; XmlEventCache_AddEvent_m66BB7A39E427DD7BC061A62209F93C39C8FF3805(__this, ((int32_t)10), L_0, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlEventCache::WriteEntityRef(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEventCache_WriteEntityRef_m46F4444071DA3E8DCC3881D481B089AA356AB861 (XmlEventCache_t7429BFB736D94B0281F53167E418058D78A4C028 * __this, String_t* ___name0, const RuntimeMethod* method) { { String_t* L_0 = ___name0; XmlEventCache_AddEvent_m66BB7A39E427DD7BC061A62209F93C39C8FF3805(__this, ((int32_t)11), L_0, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlEventCache::WriteCharEntity(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEventCache_WriteCharEntity_mA4D87417E46CD6373222800CBF383CD5298CD52F (XmlEventCache_t7429BFB736D94B0281F53167E418058D78A4C028 * __this, Il2CppChar ___ch0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Il2CppChar L_0 = ___ch0; Il2CppChar L_1 = L_0; RuntimeObject * L_2 = Box(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var, &L_1); XmlEventCache_AddEvent_mCC9C01829C0ED0C096DE1BE3FDA66025E2FCDBD2(__this, ((int32_t)12), L_2, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlEventCache::WriteSurrogateCharEntity(System.Char,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEventCache_WriteSurrogateCharEntity_m3D07293235889330C70D4AAA8CCC413428D9C329 (XmlEventCache_t7429BFB736D94B0281F53167E418058D78A4C028 * __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* V_0 = NULL; { 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); V_0 = L_3; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_5 = V_0; XmlEventCache_AddEvent_mCC9C01829C0ED0C096DE1BE3FDA66025E2FCDBD2(__this, ((int32_t)13), (RuntimeObject *)(RuntimeObject *)L_5, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlEventCache::WriteBase64(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEventCache_WriteBase64_m798C1223170FF665C99C6F4091B7A0654316EE04 (XmlEventCache_t7429BFB736D94B0281F53167E418058D78A4C028 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___buffer0; int32_t L_1 = ___index1; int32_t L_2 = ___count2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3; L_3 = XmlEventCache_ToBytes_mFCFF9AEB989B7CDC153976D3034CFB917119DBBA(L_0, L_1, L_2, /*hidden argument*/NULL); XmlEventCache_AddEvent_mCC9C01829C0ED0C096DE1BE3FDA66025E2FCDBD2(__this, ((int32_t)14), (RuntimeObject *)(RuntimeObject *)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlEventCache::WriteBinHex(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEventCache_WriteBinHex_mE76DEFDE1BC0D0447A1FA0DD0DD9CF04157E9EB9 (XmlEventCache_t7429BFB736D94B0281F53167E418058D78A4C028 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___buffer0; int32_t L_1 = ___index1; int32_t L_2 = ___count2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3; L_3 = XmlEventCache_ToBytes_mFCFF9AEB989B7CDC153976D3034CFB917119DBBA(L_0, L_1, L_2, /*hidden argument*/NULL); XmlEventCache_AddEvent_mCC9C01829C0ED0C096DE1BE3FDA66025E2FCDBD2(__this, ((int32_t)15), (RuntimeObject *)(RuntimeObject *)L_3, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlEventCache::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEventCache_Close_mAEA4B167B2FE0766D7C7AF859849141B0C4E0671 (XmlEventCache_t7429BFB736D94B0281F53167E418058D78A4C028 * __this, const RuntimeMethod* method) { { XmlEventCache_AddEvent_m68BC7D172FDC91F1C4F61AEBCD40E5D99EA8439B(__this, ((int32_t)23), /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlEventCache::Flush() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEventCache_Flush_m141E5603E2FE2CBE1EDF2B3C6776F72EFCA10D2D (XmlEventCache_t7429BFB736D94B0281F53167E418058D78A4C028 * __this, const RuntimeMethod* method) { { XmlEventCache_AddEvent_m68BC7D172FDC91F1C4F61AEBCD40E5D99EA8439B(__this, ((int32_t)24), /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlEventCache::WriteValue(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEventCache_WriteValue_mE0CCEFEE6B7156CC24F1A57C51EC9307A16D2A68 (XmlEventCache_t7429BFB736D94B0281F53167E418058D78A4C028 * __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.XmlEventCache::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEventCache_Dispose_m3100ECA57D6BCA316E175714BFDCE126179E47D4 (XmlEventCache_t7429BFB736D94B0281F53167E418058D78A4C028 * __this, bool ___disposing0, const RuntimeMethod* method) { 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_000b; } } IL_0003: { XmlEventCache_AddEvent_m68BC7D172FDC91F1C4F61AEBCD40E5D99EA8439B(__this, ((int32_t)25), /*hidden argument*/NULL); } IL_000b: { IL2CPP_LEAVE(0x15, FINALLY_000d); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_000d; } FINALLY_000d: {// begin finally (depth: 1) bool L_1 = ___disposing0; XmlWriter_Dispose_m1C350DA8CB5925DBAE6073FFFD18ED5824EF61EA(__this, L_1, /*hidden argument*/NULL); IL2CPP_END_FINALLY(13) }// end finally (depth: 1) IL2CPP_CLEANUP(13) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x15, IL_0015) } IL_0015: { return; } } // System.Void System.Xml.XmlEventCache::WriteXmlDeclaration(System.Xml.XmlStandalone) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEventCache_WriteXmlDeclaration_m57E41FCE2BD85F2F0407757C5317D7ED819CD0F2 (XmlEventCache_t7429BFB736D94B0281F53167E418058D78A4C028 * __this, int32_t ___standalone0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlStandalone_t1AB830245155829DBE6EBC8C97A0BB64859FD828_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___standalone0; int32_t L_1 = L_0; RuntimeObject * L_2 = Box(XmlStandalone_t1AB830245155829DBE6EBC8C97A0BB64859FD828_il2cpp_TypeInfo_var, &L_1); XmlEventCache_AddEvent_mCC9C01829C0ED0C096DE1BE3FDA66025E2FCDBD2(__this, ((int32_t)16), L_2, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlEventCache::WriteXmlDeclaration(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEventCache_WriteXmlDeclaration_m5172893C72543F89FB0257F7781D4CEEFA3E583A (XmlEventCache_t7429BFB736D94B0281F53167E418058D78A4C028 * __this, String_t* ___xmldecl0, const RuntimeMethod* method) { { String_t* L_0 = ___xmldecl0; XmlEventCache_AddEvent_m66BB7A39E427DD7BC061A62209F93C39C8FF3805(__this, ((int32_t)17), L_0, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlEventCache::StartElementContent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEventCache_StartElementContent_m32B9E000795F6FD909738A3D0136C22A995E1675 (XmlEventCache_t7429BFB736D94B0281F53167E418058D78A4C028 * __this, const RuntimeMethod* method) { { XmlEventCache_AddEvent_m68BC7D172FDC91F1C4F61AEBCD40E5D99EA8439B(__this, ((int32_t)18), /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlEventCache::WriteEndElement(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEventCache_WriteEndElement_mC19F1D869F07E1B2046C6FD69D6D956362B7191F (XmlEventCache_t7429BFB736D94B0281F53167E418058D78A4C028 * __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; XmlEventCache_AddEvent_mBE462B2B5F049A2A4C6A22AA8B93363D020D8CFD(__this, ((int32_t)19), L_0, L_1, L_2, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlEventCache::WriteFullEndElement(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEventCache_WriteFullEndElement_m9769ABA65AE14CEA03586D37B4F80E629274A54A (XmlEventCache_t7429BFB736D94B0281F53167E418058D78A4C028 * __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; XmlEventCache_AddEvent_mBE462B2B5F049A2A4C6A22AA8B93363D020D8CFD(__this, ((int32_t)20), L_0, L_1, L_2, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlEventCache::WriteNamespaceDeclaration(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEventCache_WriteNamespaceDeclaration_m99DE37948A9F5058FB68BF05BDB0B18CBBAA3534 (XmlEventCache_t7429BFB736D94B0281F53167E418058D78A4C028 * __this, String_t* ___prefix0, String_t* ___ns1, const RuntimeMethod* method) { { String_t* L_0 = ___prefix0; String_t* L_1 = ___ns1; XmlEventCache_AddEvent_m5857B4A4C4218DDD8EAEE9803C356AB984ABE8CE(__this, ((int32_t)21), L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlEventCache::WriteEndBase64() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEventCache_WriteEndBase64_m4398B6AB2A515E5D3E9C0E9B3227A274ACDE4E4E (XmlEventCache_t7429BFB736D94B0281F53167E418058D78A4C028 * __this, const RuntimeMethod* method) { { XmlEventCache_AddEvent_m68BC7D172FDC91F1C4F61AEBCD40E5D99EA8439B(__this, ((int32_t)22), /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlEventCache::AddEvent(System.Xml.XmlEventCache/XmlEventType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEventCache_AddEvent_m68BC7D172FDC91F1C4F61AEBCD40E5D99EA8439B (XmlEventCache_t7429BFB736D94B0281F53167E418058D78A4C028 * __this, int32_t ___eventType0, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0; L_0 = XmlEventCache_NewEvent_mF61C4274C1D57696857E1697FA8DF2DA5EC1A86C(__this, /*hidden argument*/NULL); V_0 = L_0; XmlEventU5BU5D_t19D4DF807CB98BAA0DB24393D169BBD14B64100D* L_1 = __this->get_pageCurr_3(); int32_t L_2 = V_0; NullCheck(L_1); int32_t L_3 = ___eventType0; XmlEvent_InitEvent_m697F8F1C5FBAEBF07EEEFF5DF39BBB0B3046BC95_inline((XmlEvent_t90A3FD5589BF0CB095CF3B7A0F395CC1604B92F8 *)((L_1)->GetAddressAt(static_cast(L_2))), L_3, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlEventCache::AddEvent(System.Xml.XmlEventCache/XmlEventType,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEventCache_AddEvent_m66BB7A39E427DD7BC061A62209F93C39C8FF3805 (XmlEventCache_t7429BFB736D94B0281F53167E418058D78A4C028 * __this, int32_t ___eventType0, String_t* ___s11, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0; L_0 = XmlEventCache_NewEvent_mF61C4274C1D57696857E1697FA8DF2DA5EC1A86C(__this, /*hidden argument*/NULL); V_0 = L_0; XmlEventU5BU5D_t19D4DF807CB98BAA0DB24393D169BBD14B64100D* L_1 = __this->get_pageCurr_3(); int32_t L_2 = V_0; NullCheck(L_1); int32_t L_3 = ___eventType0; String_t* L_4 = ___s11; XmlEvent_InitEvent_m97CBD24760A7B28920D39BFCF894D00562B007C1((XmlEvent_t90A3FD5589BF0CB095CF3B7A0F395CC1604B92F8 *)((L_1)->GetAddressAt(static_cast(L_2))), L_3, L_4, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlEventCache::AddEvent(System.Xml.XmlEventCache/XmlEventType,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEventCache_AddEvent_m5857B4A4C4218DDD8EAEE9803C356AB984ABE8CE (XmlEventCache_t7429BFB736D94B0281F53167E418058D78A4C028 * __this, int32_t ___eventType0, String_t* ___s11, String_t* ___s22, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0; L_0 = XmlEventCache_NewEvent_mF61C4274C1D57696857E1697FA8DF2DA5EC1A86C(__this, /*hidden argument*/NULL); V_0 = L_0; XmlEventU5BU5D_t19D4DF807CB98BAA0DB24393D169BBD14B64100D* L_1 = __this->get_pageCurr_3(); int32_t L_2 = V_0; NullCheck(L_1); int32_t L_3 = ___eventType0; String_t* L_4 = ___s11; String_t* L_5 = ___s22; XmlEvent_InitEvent_m1F01A7DF45F8CF6EB8A70E7EDD5702DA5CF7E026((XmlEvent_t90A3FD5589BF0CB095CF3B7A0F395CC1604B92F8 *)((L_1)->GetAddressAt(static_cast(L_2))), L_3, L_4, L_5, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlEventCache::AddEvent(System.Xml.XmlEventCache/XmlEventType,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEventCache_AddEvent_mBE462B2B5F049A2A4C6A22AA8B93363D020D8CFD (XmlEventCache_t7429BFB736D94B0281F53167E418058D78A4C028 * __this, int32_t ___eventType0, String_t* ___s11, String_t* ___s22, String_t* ___s33, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0; L_0 = XmlEventCache_NewEvent_mF61C4274C1D57696857E1697FA8DF2DA5EC1A86C(__this, /*hidden argument*/NULL); V_0 = L_0; XmlEventU5BU5D_t19D4DF807CB98BAA0DB24393D169BBD14B64100D* L_1 = __this->get_pageCurr_3(); int32_t L_2 = V_0; NullCheck(L_1); int32_t L_3 = ___eventType0; String_t* L_4 = ___s11; String_t* L_5 = ___s22; String_t* L_6 = ___s33; XmlEvent_InitEvent_m27372226CAE65BD167B245E4636C47406982454E((XmlEvent_t90A3FD5589BF0CB095CF3B7A0F395CC1604B92F8 *)((L_1)->GetAddressAt(static_cast(L_2))), L_3, L_4, L_5, L_6, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlEventCache::AddEvent(System.Xml.XmlEventCache/XmlEventType,System.String,System.String,System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEventCache_AddEvent_m43838D0FF1FD563762BFDC2662225BF55504A23C (XmlEventCache_t7429BFB736D94B0281F53167E418058D78A4C028 * __this, int32_t ___eventType0, String_t* ___s11, String_t* ___s22, String_t* ___s33, RuntimeObject * ___o4, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0; L_0 = XmlEventCache_NewEvent_mF61C4274C1D57696857E1697FA8DF2DA5EC1A86C(__this, /*hidden argument*/NULL); V_0 = L_0; XmlEventU5BU5D_t19D4DF807CB98BAA0DB24393D169BBD14B64100D* L_1 = __this->get_pageCurr_3(); int32_t L_2 = V_0; NullCheck(L_1); int32_t L_3 = ___eventType0; String_t* L_4 = ___s11; String_t* L_5 = ___s22; String_t* L_6 = ___s33; RuntimeObject * L_7 = ___o4; XmlEvent_InitEvent_mC0BABAD00E5DAE5C23EE9D545B7B105DDEB2C4FB((XmlEvent_t90A3FD5589BF0CB095CF3B7A0F395CC1604B92F8 *)((L_1)->GetAddressAt(static_cast(L_2))), L_3, L_4, L_5, L_6, L_7, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlEventCache::AddEvent(System.Xml.XmlEventCache/XmlEventType,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEventCache_AddEvent_mCC9C01829C0ED0C096DE1BE3FDA66025E2FCDBD2 (XmlEventCache_t7429BFB736D94B0281F53167E418058D78A4C028 * __this, int32_t ___eventType0, RuntimeObject * ___o1, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0; L_0 = XmlEventCache_NewEvent_mF61C4274C1D57696857E1697FA8DF2DA5EC1A86C(__this, /*hidden argument*/NULL); V_0 = L_0; XmlEventU5BU5D_t19D4DF807CB98BAA0DB24393D169BBD14B64100D* L_1 = __this->get_pageCurr_3(); int32_t L_2 = V_0; NullCheck(L_1); int32_t L_3 = ___eventType0; RuntimeObject * L_4 = ___o1; XmlEvent_InitEvent_mB94B972DF8B3C9C759907CD4238EB9CABCE73A9F((XmlEvent_t90A3FD5589BF0CB095CF3B7A0F395CC1604B92F8 *)((L_1)->GetAddressAt(static_cast(L_2))), L_3, L_4, /*hidden argument*/NULL); return; } } // System.Int32 System.Xml.XmlEventCache::NewEvent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlEventCache_NewEvent_mF61C4274C1D57696857E1697FA8DF2DA5EC1A86C (XmlEventCache_t7429BFB736D94B0281F53167E418058D78A4C028 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mF69790CA3FA9F8820309F9887A1BBB3F491D8F6E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mB82CFFBC12650A236A12C75F377D54DF831A5894_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tA93C4538153D3E132FA2B0769673023B002DD93F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlEventU5BU5D_t19D4DF807CB98BAA0DB24393D169BBD14B64100D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { List_1_tA93C4538153D3E132FA2B0769673023B002DD93F * L_0 = __this->get_pages_2(); if (L_0) { goto IL_0077; } } { List_1_tA93C4538153D3E132FA2B0769673023B002DD93F * L_1 = (List_1_tA93C4538153D3E132FA2B0769673023B002DD93F *)il2cpp_codegen_object_new(List_1_tA93C4538153D3E132FA2B0769673023B002DD93F_il2cpp_TypeInfo_var); List_1__ctor_mB82CFFBC12650A236A12C75F377D54DF831A5894(L_1, /*hidden argument*/List_1__ctor_mB82CFFBC12650A236A12C75F377D54DF831A5894_RuntimeMethod_var); __this->set_pages_2(L_1); XmlEventU5BU5D_t19D4DF807CB98BAA0DB24393D169BBD14B64100D* L_2 = (XmlEventU5BU5D_t19D4DF807CB98BAA0DB24393D169BBD14B64100D*)(XmlEventU5BU5D_t19D4DF807CB98BAA0DB24393D169BBD14B64100D*)SZArrayNew(XmlEventU5BU5D_t19D4DF807CB98BAA0DB24393D169BBD14B64100D_il2cpp_TypeInfo_var, (uint32_t)((int32_t)32)); __this->set_pageCurr_3(L_2); List_1_tA93C4538153D3E132FA2B0769673023B002DD93F * L_3 = __this->get_pages_2(); XmlEventU5BU5D_t19D4DF807CB98BAA0DB24393D169BBD14B64100D* L_4 = __this->get_pageCurr_3(); NullCheck(L_3); List_1_Add_mF69790CA3FA9F8820309F9887A1BBB3F491D8F6E(L_3, L_4, /*hidden argument*/List_1_Add_mF69790CA3FA9F8820309F9887A1BBB3F491D8F6E_RuntimeMethod_var); StringConcat_t313CCAA6C94520A80805790FEC5864DFD57DAD36 * L_5 = __this->get_address_of_singleText_6(); int32_t L_6; L_6 = StringConcat_get_Count_m6AFA538C150AD1A02037CCD20108A27C3007FD3E_inline((StringConcat_t313CCAA6C94520A80805790FEC5864DFD57DAD36 *)L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_00b2; } } { XmlEventU5BU5D_t19D4DF807CB98BAA0DB24393D169BBD14B64100D* L_7 = __this->get_pageCurr_3(); NullCheck(L_7); StringConcat_t313CCAA6C94520A80805790FEC5864DFD57DAD36 * L_8 = __this->get_address_of_singleText_6(); String_t* L_9; L_9 = StringConcat_GetResult_m5195CCD8EA33F2A4EEC0B8B166DEB3D275D6B90E((StringConcat_t313CCAA6C94520A80805790FEC5864DFD57DAD36 *)L_8, /*hidden argument*/NULL); XmlEvent_InitEvent_m97CBD24760A7B28920D39BFCF894D00562B007C1((XmlEvent_t90A3FD5589BF0CB095CF3B7A0F395CC1604B92F8 *)((L_7)->GetAddressAt(static_cast(0))), ((int32_t)9), L_9, /*hidden argument*/NULL); int32_t L_10 = __this->get_pageSize_4(); __this->set_pageSize_4(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1))); StringConcat_t313CCAA6C94520A80805790FEC5864DFD57DAD36 * L_11 = __this->get_address_of_singleText_6(); StringConcat_Clear_mB16BB6C5D653C368610F5AF2115E88BA79F39A83((StringConcat_t313CCAA6C94520A80805790FEC5864DFD57DAD36 *)L_11, /*hidden argument*/NULL); goto IL_00b2; } IL_0077: { int32_t L_12 = __this->get_pageSize_4(); XmlEventU5BU5D_t19D4DF807CB98BAA0DB24393D169BBD14B64100D* L_13 = __this->get_pageCurr_3(); NullCheck(L_13); if ((((int32_t)L_12) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_13)->max_length)))))) { goto IL_00b2; } } { int32_t L_14 = __this->get_pageSize_4(); XmlEventU5BU5D_t19D4DF807CB98BAA0DB24393D169BBD14B64100D* L_15 = (XmlEventU5BU5D_t19D4DF807CB98BAA0DB24393D169BBD14B64100D*)(XmlEventU5BU5D_t19D4DF807CB98BAA0DB24393D169BBD14B64100D*)SZArrayNew(XmlEventU5BU5D_t19D4DF807CB98BAA0DB24393D169BBD14B64100D_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_14, (int32_t)2))); __this->set_pageCurr_3(L_15); List_1_tA93C4538153D3E132FA2B0769673023B002DD93F * L_16 = __this->get_pages_2(); XmlEventU5BU5D_t19D4DF807CB98BAA0DB24393D169BBD14B64100D* L_17 = __this->get_pageCurr_3(); NullCheck(L_16); List_1_Add_mF69790CA3FA9F8820309F9887A1BBB3F491D8F6E(L_16, L_17, /*hidden argument*/List_1_Add_mF69790CA3FA9F8820309F9887A1BBB3F491D8F6E_RuntimeMethod_var); __this->set_pageSize_4(0); } IL_00b2: { int32_t L_18 = __this->get_pageSize_4(); V_0 = L_18; int32_t L_19 = V_0; __this->set_pageSize_4(((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1))); int32_t L_20 = V_0; return L_20; } } // System.Byte[] System.Xml.XmlEventCache::ToBytes(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* XmlEventCache_ToBytes_mFCFF9AEB989B7CDC153976D3034CFB917119DBBA (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*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; { int32_t L_0 = ___index1; if (L_0) { goto IL_0009; } } { int32_t L_1 = ___count2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___buffer0; NullCheck(L_2); if ((((int32_t)L_1) == ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))))) { goto IL_002b; } } IL_0009: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ___buffer0; NullCheck(L_3); int32_t L_4 = ___index1; int32_t L_5 = ___count2; if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))), (int32_t)L_4))) <= ((int32_t)L_5))) { goto IL_0018; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___buffer0; NullCheck(L_6); int32_t L_7 = ___index1; ___count2 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))), (int32_t)L_7)); } IL_0018: { int32_t L_8 = ___count2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)L_8); V_0 = L_9; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_10 = ___buffer0; int32_t L_11 = ___index1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = V_0; int32_t L_13 = ___count2; Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_10, L_11, (RuntimeArray *)(RuntimeArray *)L_12, 0, L_13, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = V_0; return L_14; } IL_002b: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = ___buffer0; return L_15; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XmlException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_m6AA71014CB31FB0C9DF0EDE841514F97B7E11B93 (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * __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)); String_t* V_3 = NULL; { 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 (Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_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, _stringLiteral0BA9045FCB28C8C8B2ACED641BB5013BAC05D492, L_12, /*hidden argument*/NULL); __this->set_lineNumber_19(((*(int32_t*)((int32_t*)UnBox(L_13, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_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, _stringLiteralE1356901E9F96E6ACC91632889AE94286AFE4CD4, L_16, /*hidden argument*/NULL); __this->set_linePosition_20(((*(int32_t*)((int32_t*)UnBox(L_17, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var))))); String_t* L_18 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_sourceUri_21(L_18); V_0 = (String_t*)NULL; SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_19 = ___info0; NullCheck(L_19); SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 * L_20; L_20 = SerializationInfo_GetEnumerator_m88A3A4E9DD1E1F276016B0205CF62DDB876B9575(L_19, /*hidden argument*/NULL); V_1 = L_20; goto IL_00ea; } IL_009e: { SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 * L_21 = V_1; NullCheck(L_21); SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E L_22; L_22 = SerializationInfoEnumerator_get_Current_mD46A02033DA35A55D982FB2B3DD56CE56FDFB314(L_21, /*hidden argument*/NULL); V_2 = L_22; String_t* L_23; L_23 = SerializationEntry_get_Name_m1314B9BFC9D6CFCC607FF1B2B748583DAEB1D1E2_inline((SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E *)(&V_2), /*hidden argument*/NULL); V_3 = L_23; String_t* L_24 = V_3; bool L_25; L_25 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_24, _stringLiteral47EB169AEE74B181812673783C66416B39F5F464, /*hidden argument*/NULL); if (L_25) { goto IL_00c9; } } { String_t* L_26 = V_3; bool L_27; L_27 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_26, _stringLiteralD2D2F8D3F9F04A081FFBE6B2AF7917BAAADFC052, /*hidden argument*/NULL); if (L_27) { goto IL_00dd; } } { goto IL_00ea; } IL_00c9: { RuntimeObject * L_28; L_28 = SerializationEntry_get_Value_m7D4406AB9EF2F4ADE65FFC23C4F79EB1A3749BD6_inline((SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E *)(&V_2), /*hidden argument*/NULL); __this->set_sourceUri_21(((String_t*)CastclassSealed((RuntimeObject*)L_28, String_t_il2cpp_TypeInfo_var))); goto IL_00ea; } IL_00dd: { RuntimeObject * L_29; L_29 = SerializationEntry_get_Value_m7D4406AB9EF2F4ADE65FFC23C4F79EB1A3749BD6_inline((SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E *)(&V_2), /*hidden argument*/NULL); V_0 = ((String_t*)CastclassSealed((RuntimeObject*)L_29, String_t_il2cpp_TypeInfo_var)); } IL_00ea: { SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 * L_30 = V_1; NullCheck(L_30); bool L_31; L_31 = SerializationInfoEnumerator_MoveNext_m661034C94476113FEB5A3C98A5EA9456ACFA2E9F(L_30, /*hidden argument*/NULL); if (L_31) { goto IL_009e; } } { String_t* L_32 = V_0; if (L_32) { goto IL_0119; } } { String_t* L_33 = __this->get_res_17(); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_34 = __this->get_args_18(); int32_t L_35 = __this->get_lineNumber_19(); int32_t L_36 = __this->get_linePosition_20(); String_t* L_37; L_37 = XmlException_CreateMessage_m222F162AE354DEA3AFD7969544733DD123BA90DB(L_33, L_34, L_35, L_36, /*hidden argument*/NULL); __this->set_message_22(L_37); return; } IL_0119: { __this->set_message_22((String_t*)NULL); return; } } // System.Void System.Xml.XmlException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException_GetObjectData_m792FDA84BA189F6AB82F9AD4B0DF800DF9051DF4 (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * __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; int32_t L_7 = __this->get_lineNumber_19(); NullCheck(L_6); SerializationInfo_AddValue_m3DF5B182A63FFCD12287E97EA38944D0C6405BB5(L_6, _stringLiteral0BA9045FCB28C8C8B2ACED641BB5013BAC05D492, L_7, /*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_8 = ___info0; int32_t L_9 = __this->get_linePosition_20(); NullCheck(L_8); SerializationInfo_AddValue_m3DF5B182A63FFCD12287E97EA38944D0C6405BB5(L_8, _stringLiteralE1356901E9F96E6ACC91632889AE94286AFE4CD4, L_9, /*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_10 = ___info0; String_t* L_11 = __this->get_sourceUri_21(); NullCheck(L_10); SerializationInfo_AddValue_mA50C2668EF700C2239DDC362F8DB409020BB763D(L_10, _stringLiteral47EB169AEE74B181812673783C66416B39F5F464, 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.XmlException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_mCADC349BBEB808A35829D83028A25685CF19B902 (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * __this, const RuntimeMethod* method) { { XmlException__ctor_m4E096C7446FAB4E4B00FB2D530ED083A91E5C756(__this, (String_t*)NULL, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_m4E096C7446FAB4E4B00FB2D530ED083A91E5C756 (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * __this, String_t* ___message0, const RuntimeMethod* method) { { String_t* L_0 = ___message0; XmlException__ctor_m828060C266C3003539491FDB7F9BCEA07A24B352(__this, L_0, (Exception_t *)NULL, 0, 0, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlException::.ctor(System.String,System.Exception,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_m828060C266C3003539491FDB7F9BCEA07A24B352 (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * __this, String_t* ___message0, Exception_t * ___innerException1, int32_t ___lineNumber2, int32_t ___linePosition3, const RuntimeMethod* method) { { String_t* L_0 = ___message0; Exception_t * L_1 = ___innerException1; int32_t L_2 = ___lineNumber2; int32_t L_3 = ___linePosition3; XmlException__ctor_m69AC5BDB322F2F6A79D671CB2E262FD0C0482D7B(__this, L_0, L_1, L_2, L_3, (String_t*)NULL, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlException::.ctor(System.String,System.Exception,System.Int32,System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_m69AC5BDB322F2F6A79D671CB2E262FD0C0482D7B (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * __this, String_t* ___message0, Exception_t * ___innerException1, int32_t ___lineNumber2, int32_t ___linePosition3, String_t* ___sourceUri4, 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*)&_stringLiteral872479F10B4968F255B608A3698CA1A7EE09888B); s_Il2CppMethodInitialized = true; } XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * G_B2_0 = NULL; XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * G_B1_0 = NULL; String_t* G_B3_0 = NULL; XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * G_B3_1 = NULL; { String_t* L_0 = ___message0; int32_t L_1 = ___lineNumber2; int32_t L_2 = ___linePosition3; String_t* L_3; L_3 = XmlException_FormatUserMessage_m43C6731234AE7C72D5C1C88905B6E4A21C2C4CA5(L_0, L_1, L_2, /*hidden argument*/NULL); Exception_t * L_4 = ___innerException1; SystemException__ctor_m14A39C396B94BEE4EFEA201FB748572011855A94(__this, L_3, L_4, /*hidden argument*/NULL); Exception_set_HResult_mB9E603303A0678B32684B0EEC144334BAB0E6392_inline(__this, ((int32_t)-2146232000), /*hidden argument*/NULL); String_t* L_5 = ___message0; G_B1_0 = __this; if (!L_5) { G_B2_0 = __this; goto IL_0026; } } { G_B3_0 = _stringLiteral23114468D04FA2B7A2DA455B545DB914D0A3ED94; G_B3_1 = G_B1_0; goto IL_002b; } IL_0026: { G_B3_0 = _stringLiteral872479F10B4968F255B608A3698CA1A7EE09888B; G_B3_1 = G_B2_0; } IL_002b: { NullCheck(G_B3_1); G_B3_1->set_res_17(G_B3_0); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_6 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)1); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_7 = L_6; String_t* L_8 = ___message0; NullCheck(L_7); ArrayElementTypeCheck (L_7, L_8); (L_7)->SetAt(static_cast(0), (String_t*)L_8); __this->set_args_18(L_7); String_t* L_9 = ___sourceUri4; __this->set_sourceUri_21(L_9); int32_t L_10 = ___lineNumber2; __this->set_lineNumber_19(L_10); int32_t L_11 = ___linePosition3; __this->set_linePosition_20(L_11); return; } } // System.Void System.Xml.XmlException::.ctor(System.String,System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_m774540F83B81D877D8C30183EA2D2F4A76427058 (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * __this, String_t* ___res0, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___args1, const RuntimeMethod* method) { { String_t* L_0 = ___res0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = ___args1; XmlException__ctor_mE47A3D5DED55E0DB0683E5AEB4591BCFBC03731C(__this, L_0, L_1, (Exception_t *)NULL, 0, 0, (String_t*)NULL, /*hidden argument*/NULL); return; } } // 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) { 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); XmlException__ctor_mE47A3D5DED55E0DB0683E5AEB4591BCFBC03731C(__this, L_0, L_2, (Exception_t *)NULL, 0, 0, (String_t*)NULL, /*hidden argument*/NULL); return; } } // 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) { 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; XmlException__ctor_mE47A3D5DED55E0DB0683E5AEB4591BCFBC03731C(__this, L_0, L_2, (Exception_t *)NULL, 0, 0, L_4, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlException::.ctor(System.String,System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_m819800529C3A91E8C5640AAA3F30EBD998238F10 (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * __this, String_t* ___res0, String_t* ___arg1, 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); 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); int32_t L_4 = ___lineNumber2; int32_t L_5 = ___linePosition3; XmlException__ctor_mE47A3D5DED55E0DB0683E5AEB4591BCFBC03731C(__this, L_0, L_2, (Exception_t *)NULL, L_4, L_5, (String_t*)NULL, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlException::.ctor(System.String,System.String,System.Int32,System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_mA08C48A3E6260E1CB28F4B47295ECE281D7C70CE (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * __this, String_t* ___res0, String_t* ___arg1, int32_t ___lineNumber2, int32_t ___linePosition3, String_t* ___sourceUri4, 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); int32_t L_4 = ___lineNumber2; int32_t L_5 = ___linePosition3; String_t* L_6 = ___sourceUri4; XmlException__ctor_mE47A3D5DED55E0DB0683E5AEB4591BCFBC03731C(__this, L_0, L_2, (Exception_t *)NULL, L_4, L_5, L_6, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlException::.ctor(System.String,System.String[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_m546964BF1BBE64E4A2C9853E23F25FC3295D595E (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * __this, String_t* ___res0, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___args1, int32_t ___lineNumber2, int32_t ___linePosition3, const RuntimeMethod* method) { { String_t* L_0 = ___res0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = ___args1; int32_t L_2 = ___lineNumber2; int32_t L_3 = ___linePosition3; XmlException__ctor_mE47A3D5DED55E0DB0683E5AEB4591BCFBC03731C(__this, L_0, L_1, (Exception_t *)NULL, L_2, L_3, (String_t*)NULL, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlException::.ctor(System.String,System.String[],System.Int32,System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_m4A3D0B32ECAF78CED628221C7F4F961C27115D27 (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * __this, String_t* ___res0, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___args1, int32_t ___lineNumber2, int32_t ___linePosition3, String_t* ___sourceUri4, const RuntimeMethod* method) { { String_t* L_0 = ___res0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = ___args1; int32_t L_2 = ___lineNumber2; int32_t L_3 = ___linePosition3; String_t* L_4 = ___sourceUri4; XmlException__ctor_mE47A3D5DED55E0DB0683E5AEB4591BCFBC03731C(__this, L_0, L_1, (Exception_t *)NULL, L_2, L_3, L_4, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlException::.ctor(System.String,System.String[],System.Exception,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_mEF03E364B370E06DE3E8B12EBB3C3B509BE27A06 (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * __this, String_t* ___res0, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___args1, Exception_t * ___innerException2, int32_t ___lineNumber3, int32_t ___linePosition4, const RuntimeMethod* method) { { String_t* L_0 = ___res0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = ___args1; Exception_t * L_2 = ___innerException2; int32_t L_3 = ___lineNumber3; int32_t L_4 = ___linePosition4; XmlException__ctor_mE47A3D5DED55E0DB0683E5AEB4591BCFBC03731C(__this, L_0, L_1, L_2, L_3, L_4, (String_t*)NULL, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlException::.ctor(System.String,System.String[],System.Exception,System.Int32,System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_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) { { String_t* L_0 = ___res0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = ___args1; int32_t L_2 = ___lineNumber3; int32_t L_3 = ___linePosition4; String_t* L_4; L_4 = XmlException_CreateMessage_m222F162AE354DEA3AFD7969544733DD123BA90DB(L_0, L_1, L_2, L_3, /*hidden argument*/NULL); Exception_t * L_5 = ___innerException2; SystemException__ctor_m14A39C396B94BEE4EFEA201FB748572011855A94(__this, L_4, L_5, /*hidden argument*/NULL); Exception_set_HResult_mB9E603303A0678B32684B0EEC144334BAB0E6392_inline(__this, ((int32_t)-2146232000), /*hidden argument*/NULL); String_t* L_6 = ___res0; __this->set_res_17(L_6); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_7 = ___args1; __this->set_args_18(L_7); String_t* L_8 = ___sourceUri5; __this->set_sourceUri_21(L_8); int32_t L_9 = ___lineNumber3; __this->set_lineNumber_19(L_9); int32_t L_10 = ___linePosition4; __this->set_linePosition_20(L_10); return; } } // System.String System.Xml.XmlException::FormatUserMessage(System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlException_FormatUserMessage_m43C6731234AE7C72D5C1C88905B6E4A21C2C4CA5 (String_t* ___message0, int32_t ___lineNumber1, int32_t ___linePosition2, 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*)&_stringLiteral872479F10B4968F255B608A3698CA1A7EE09888B); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___message0; if (L_0) { goto IL_0011; } } { int32_t L_1 = ___lineNumber1; int32_t L_2 = ___linePosition2; String_t* L_3; L_3 = XmlException_CreateMessage_m222F162AE354DEA3AFD7969544733DD123BA90DB(_stringLiteral872479F10B4968F255B608A3698CA1A7EE09888B, (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)NULL, L_1, L_2, /*hidden argument*/NULL); return L_3; } IL_0011: { int32_t L_4 = ___lineNumber1; if (L_4) { goto IL_0019; } } { int32_t L_5 = ___linePosition2; if (L_5) { goto IL_0019; } } { String_t* L_6 = ___message0; return L_6; } IL_0019: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_7 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)1); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_8 = L_7; String_t* L_9 = ___message0; NullCheck(L_8); ArrayElementTypeCheck (L_8, L_9); (L_8)->SetAt(static_cast(0), (String_t*)L_9); int32_t L_10 = ___lineNumber1; int32_t L_11 = ___linePosition2; String_t* L_12; L_12 = XmlException_CreateMessage_m222F162AE354DEA3AFD7969544733DD123BA90DB(_stringLiteral23114468D04FA2B7A2DA455B545DB914D0A3ED94, L_8, L_10, L_11, /*hidden argument*/NULL); return L_12; } } // System.String System.Xml.XmlException::CreateMessage(System.String,System.String[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlException_CreateMessage_m222F162AE354DEA3AFD7969544733DD123BA90DB (String_t* ___res0, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___args1, int32_t ___lineNumber2, int32_t ___linePosition3, 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*)&_stringLiteral63D27168A6FFA4A02D5FDBA464A248377E88F4F4); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; String_t* V_2 = NULL; String_t* V_3 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) { int32_t L_0 = ___lineNumber2; if (L_0) { goto IL_000d; } } IL_0003: { String_t* L_1 = ___res0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2 = ___args1; String_t* L_3; L_3 = Res_GetString_m1D06B81901B03CA849045926741403907612BB4B(L_1, (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_2, /*hidden argument*/NULL); V_0 = L_3; goto IL_004c; } IL_000d: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_4; L_4 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); String_t* L_5; L_5 = Int32_ToString_m027A8C9419D2FE56ED5D2EE42A6F3B3CE0130471((int32_t*)(&___lineNumber2), L_4, /*hidden argument*/NULL); V_1 = L_5; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_6; L_6 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); String_t* L_7; L_7 = Int32_ToString_m027A8C9419D2FE56ED5D2EE42A6F3B3CE0130471((int32_t*)(&___linePosition3), L_6, /*hidden argument*/NULL); V_2 = L_7; String_t* L_8 = ___res0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_9 = ___args1; String_t* L_10; L_10 = Res_GetString_m1D06B81901B03CA849045926741403907612BB4B(L_8, (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_9, /*hidden argument*/NULL); V_0 = L_10; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_11 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)3); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_12 = L_11; String_t* L_13 = V_0; NullCheck(L_12); ArrayElementTypeCheck (L_12, L_13); (L_12)->SetAt(static_cast(0), (String_t*)L_13); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_14 = L_12; String_t* L_15 = V_1; NullCheck(L_14); ArrayElementTypeCheck (L_14, L_15); (L_14)->SetAt(static_cast(1), (String_t*)L_15); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_16 = L_14; String_t* L_17 = V_2; NullCheck(L_16); ArrayElementTypeCheck (L_16, L_17); (L_16)->SetAt(static_cast(2), (String_t*)L_17); String_t* L_18; L_18 = Res_GetString_m1D06B81901B03CA849045926741403907612BB4B(_stringLiteral63D27168A6FFA4A02D5FDBA464A248377E88F4F4, (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_16, /*hidden argument*/NULL); V_0 = L_18; } IL_004c: { String_t* L_19 = V_0; V_3 = L_19; goto IL_0064; } }// 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_0050; } throw e; } CATCH_0050: {// begin catch(System.Resources.MissingManifestResourceException) String_t* L_20 = ___res0; String_t* L_21; L_21 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral16C0D1A98D99C5FB32B981C3E41FDB407A083C18)), L_20, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D)), /*hidden argument*/NULL); V_3 = L_21; IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0064; }// end catch (depth: 1) IL_0064: { String_t* L_22 = V_3; return L_22; } } // System.String[] System.Xml.XmlException::BuildCharExceptionArgs(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* XmlException_BuildCharExceptionArgs_m4A2C0BF59A2C409511D7E233C9CACA9801D7254F (String_t* ___data0, int32_t ___invCharIndex1, const RuntimeMethod* method) { Il2CppChar G_B2_0 = 0x0; Il2CppChar G_B1_0 = 0x0; int32_t G_B3_0 = 0; Il2CppChar G_B3_1 = 0x0; { String_t* L_0 = ___data0; int32_t L_1 = ___invCharIndex1; NullCheck(L_0); Il2CppChar L_2; L_2 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_0, L_1, /*hidden argument*/NULL); int32_t L_3 = ___invCharIndex1; String_t* L_4 = ___data0; NullCheck(L_4); int32_t L_5; L_5 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_4, /*hidden argument*/NULL); G_B1_0 = L_2; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1))) < ((int32_t)L_5))) { G_B2_0 = L_2; goto IL_0015; } } { G_B3_0 = 0; G_B3_1 = G_B1_0; goto IL_001e; } IL_0015: { String_t* L_6 = ___data0; int32_t L_7 = ___invCharIndex1; NullCheck(L_6); Il2CppChar L_8; L_8 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_6, ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)), /*hidden argument*/NULL); G_B3_0 = ((int32_t)(L_8)); G_B3_1 = G_B2_0; } IL_001e: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_9; L_9 = XmlException_BuildCharExceptionArgs_mD8BDF56806D4328D88F94EC79777FFBC787E6F71(G_B3_1, G_B3_0, /*hidden argument*/NULL); return L_9; } } // 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) { int32_t G_B2_0 = 0; int32_t G_B1_0 = 0; int32_t G_B3_0 = 0; int32_t G_B3_1 = 0; { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = ___data0; int32_t L_1 = ___invCharIndex2; NullCheck(L_0); int32_t L_2 = L_1; uint16_t L_3 = (uint16_t)(L_0)->GetAt(static_cast(L_2)); int32_t L_4 = ___invCharIndex2; int32_t L_5 = ___length1; G_B1_0 = ((int32_t)(L_3)); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1))) < ((int32_t)L_5))) { G_B2_0 = ((int32_t)(L_3)); goto IL_000c; } } { G_B3_0 = 0; G_B3_1 = G_B1_0; goto IL_0011; } IL_000c: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_6 = ___data0; int32_t L_7 = ___invCharIndex2; NullCheck(L_6); int32_t L_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); uint16_t L_9 = (uint16_t)(L_6)->GetAt(static_cast(L_8)); G_B3_0 = ((int32_t)(L_9)); G_B3_1 = G_B2_0; } IL_0011: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_10; L_10 = XmlException_BuildCharExceptionArgs_mD8BDF56806D4328D88F94EC79777FFBC787E6F71(G_B3_1, G_B3_0, /*hidden argument*/NULL); return L_10; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral38C378162D10735E8E753443B3094057777252AC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D); s_Il2CppMethodInitialized = true; } StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* V_0 = NULL; int32_t V_1 = 0; { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_0 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)2); V_0 = L_0; Il2CppChar L_1 = ___invChar0; bool L_2; L_2 = XmlCharType_IsHighSurrogate_m05FA9C7BBB540AD6890CCDCC286E6699F7351301(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_004a; } } { Il2CppChar L_3 = ___nextChar1; if (!L_3) { goto IL_004a; } } { Il2CppChar L_4 = ___nextChar1; Il2CppChar L_5 = ___invChar0; int32_t L_6; L_6 = XmlCharType_CombineSurrogateChar_m87E1DFC697895E2055353F4E12BFB7D9DDBA9A9B(L_4, L_5, /*hidden argument*/NULL); V_1 = L_6; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_7 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_8 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)2); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_9 = L_8; Il2CppChar L_10 = ___invChar0; NullCheck(L_9); (L_9)->SetAt(static_cast(0), (Il2CppChar)L_10); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_11 = L_9; Il2CppChar L_12 = ___nextChar1; NullCheck(L_11); (L_11)->SetAt(static_cast(1), (Il2CppChar)L_12); String_t* L_13; L_13 = String_CreateString_mC7F57CE6ED768CF86591160424FE55D5CBA7C344(NULL, L_11, /*hidden argument*/NULL); NullCheck(L_7); ArrayElementTypeCheck (L_7, L_13); (L_7)->SetAt(static_cast(0), (String_t*)L_13); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_14 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_15; L_15 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); int32_t L_16 = V_1; int32_t L_17 = L_16; RuntimeObject * L_18 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_17); String_t* L_19; L_19 = String_Format_m90ED4B078849D42FA1A7C5EB7AC7F74F235F6916(L_15, _stringLiteral38C378162D10735E8E753443B3094057777252AC, L_18, /*hidden argument*/NULL); NullCheck(L_14); ArrayElementTypeCheck (L_14, L_19); (L_14)->SetAt(static_cast(1), (String_t*)L_19); goto IL_007e; } IL_004a: { Il2CppChar L_20 = ___invChar0; if (L_20) { goto IL_0057; } } { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_21 = V_0; NullCheck(L_21); ArrayElementTypeCheck (L_21, _stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D); (L_21)->SetAt(static_cast(0), (String_t*)_stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D); goto IL_0066; } IL_0057: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_22 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_23; L_23 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); String_t* L_24; L_24 = Char_ToString_m06BE905F629AFE67313D613EC0ABFA8572CAEFC2((Il2CppChar*)(&___invChar0), L_23, /*hidden argument*/NULL); NullCheck(L_22); ArrayElementTypeCheck (L_22, L_24); (L_22)->SetAt(static_cast(0), (String_t*)L_24); } IL_0066: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_25 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_26; L_26 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); Il2CppChar L_27 = ___invChar0; int32_t L_28 = ((int32_t)L_27); RuntimeObject * L_29 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_28); String_t* L_30; L_30 = String_Format_m90ED4B078849D42FA1A7C5EB7AC7F74F235F6916(L_26, _stringLiteral38C378162D10735E8E753443B3094057777252AC, L_29, /*hidden argument*/NULL); NullCheck(L_25); ArrayElementTypeCheck (L_25, L_30); (L_25)->SetAt(static_cast(1), (String_t*)L_30); } IL_007e: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_31 = V_0; return L_31; } } // System.Int32 System.Xml.XmlException::get_LineNumber() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlException_get_LineNumber_m1890569BD9643EAA7C65BBD9D4AFDD61F26D05FE (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_lineNumber_19(); return L_0; } } // System.Int32 System.Xml.XmlException::get_LinePosition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlException_get_LinePosition_m14A930E44BC5663709B44694913BCB5E61BD5FDD (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_linePosition_20(); return L_0; } } // System.String System.Xml.XmlException::get_Message() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlException_get_Message_m811FB67949E8227BB095C61A936900F988E4CB6C (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_message_22(); if (!L_0) { goto IL_000f; } } { String_t* L_1 = __this->get_message_22(); return L_1; } IL_000f: { String_t* L_2; L_2 = Exception_get_Message_mC7A96CEBF52567CEF612C8C75A99A735A83E883F(__this, /*hidden argument*/NULL); return L_2; } } // System.String System.Xml.XmlException::get_ResString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlException_get_ResString_m789D5A88B14F9D2B2B4DEA38DA6EC2E172993761 (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_res_17(); 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.Serialization.XmlIgnoreAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlIgnoreAttribute__ctor_m7AEADBFECEDFB68758E77C889675A03D4BDA5908 (XmlIgnoreAttribute_t478DB7B508B6987B3CC531BABD12177E5CD7DDF6 * __this, const RuntimeMethod* method) { { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XmlImplementation::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlImplementation__ctor_mF94E2249635A3883185C24E5C54032F6B79BF830 (XmlImplementation_tE66EA5FEAE495F36B03F697C51E4815D4B5D1D59 * __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); XmlImplementation__ctor_m02BACC3AFEBF8E1F973D793E33E1FE174BDD5104(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlImplementation::.ctor(System.Xml.XmlNameTable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlImplementation__ctor_m02BACC3AFEBF8E1F973D793E33E1FE174BDD5104 (XmlImplementation_tE66EA5FEAE495F36B03F697C51E4815D4B5D1D59 * __this, XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * ___nt0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_0 = ___nt0; __this->set_nameTable_0(L_0); return; } } // System.Xml.XmlDocument System.Xml.XmlImplementation::CreateDocument() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * XmlImplementation_CreateDocument_m35FED51DF578FF44F2FCB21AB2898850047D7F9D (XmlImplementation_tE66EA5FEAE495F36B03F697C51E4815D4B5D1D59 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0 = (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F *)il2cpp_codegen_object_new(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_il2cpp_TypeInfo_var); XmlDocument__ctor_m43B868426E05CE674112BBEB6E87751CFB3203D3(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Xml.XmlNameTable System.Xml.XmlImplementation::get_NameTable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * XmlImplementation_get_NameTable_m921E8F86F9377EE9084A630D2F95342234AAE003 (XmlImplementation_tE66EA5FEAE495F36B03F697C51E4815D4B5D1D59 * __this, const RuntimeMethod* method) { { XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_0 = __this->get_nameTable_0(); 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.XmlLinkedNode::.ctor(System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlLinkedNode__ctor_m5D69904A83B963E33353140D64EC323118BB14E8 (XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * __this, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___doc0, const RuntimeMethod* method) { { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0 = ___doc0; XmlNode__ctor_m207DC6243081054B0B14F1BAB882D457B8CFD465(__this, L_0, /*hidden argument*/NULL); __this->set_next_1((XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 *)NULL); return; } } // System.Xml.XmlNode System.Xml.XmlLinkedNode::get_PreviousSibling() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlLinkedNode_get_PreviousSibling_mC7447F6C68CEEC471C481F28DF69537DD9744D56 (XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * __this, const RuntimeMethod* method) { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_0 = NULL; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_1 = NULL; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_2 = 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; if (!L_1) { goto IL_0025; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_2 = V_0; NullCheck(L_2); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_3; L_3 = VirtualFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(18 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_2); V_1 = L_3; goto IL_0020; } IL_0013: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_4 = V_1; NullCheck(L_4); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_5; L_5 = VirtualFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(15 /* System.Xml.XmlNode System.Xml.XmlNode::get_NextSibling() */, L_4); V_2 = L_5; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_6 = V_2; if ((((RuntimeObject*)(XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)L_6) == ((RuntimeObject*)(XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 *)__this))) { goto IL_0023; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_7 = V_2; V_1 = L_7; } IL_0020: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_8 = V_1; if (L_8) { goto IL_0013; } } IL_0023: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_9 = V_1; return L_9; } IL_0025: { return (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)NULL; } } // System.Xml.XmlNode System.Xml.XmlLinkedNode::get_NextSibling() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlLinkedNode_get_NextSibling_m7AC0F3A794192A529410272650C93AECA61297EB (XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * __this, const RuntimeMethod* method) { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_0 = 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; if (!L_1) { goto IL_001f; } } { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_2 = __this->get_next_1(); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_3 = V_0; NullCheck(L_3); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_4; L_4 = VirtualFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(18 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_3); if ((((RuntimeObject*)(XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 *)L_2) == ((RuntimeObject*)(XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)L_4))) { goto IL_001f; } } { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_5 = __this->get_next_1(); return L_5; } IL_001f: { 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.Schema.XmlListConverter::.ctor(System.Xml.Schema.XmlBaseConverter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlListConverter__ctor_m4B75A94998828129EE80166FFB9177AF2047E17C (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * ___atomicConverter0, 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; } { XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * L_0 = ___atomicConverter0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); XmlBaseConverter__ctor_m072615A81DBEB908FDC4B17281BC9ECC4FD71AFD(__this, L_0, /*hidden argument*/NULL); XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * L_1 = ___atomicConverter0; __this->set_atomicConverter_32(L_1); return; } } // System.Void System.Xml.Schema.XmlListConverter::.ctor(System.Xml.Schema.XmlBaseConverter,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlListConverter__ctor_m5D0251EF7A3D3B8B7B87CE950382C8C1054F2476 (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * ___atomicConverter0, Type_t * ___clrTypeDefault1, 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; } { XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * L_0 = ___atomicConverter0; Type_t * L_1 = ___clrTypeDefault1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); XmlBaseConverter__ctor_mA8A52CA1291E958C71717A53BD213C4DA1FB86B6(__this, L_0, L_1, /*hidden argument*/NULL); XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * L_2 = ___atomicConverter0; __this->set_atomicConverter_32(L_2); return; } } // System.Void System.Xml.Schema.XmlListConverter::.ctor(System.Xml.Schema.XmlSchemaType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlListConverter__ctor_mA57F3038784C8BB10CA694189E558202B6C71747 (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __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.XmlListConverter::Create(System.Xml.Schema.XmlValueConverter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * XmlListConverter_Create_m7DA7C9169E1182D9ECAE5B6F37B88509B63F65AE (XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * ___atomicConverter0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAnyConverter_t63B21107E546367CD411985884CA753D9B2065AB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAnyListConverter_tB593F219D22E519B5EA6D04321465C7FB2ADE60C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlUntypedConverter_t7827A6551E49B0812AE9A11179FDF254612C77CF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_0 = ___atomicConverter0; 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(); if ((!(((RuntimeObject*)(XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 *)L_0) == ((RuntimeObject*)(XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 *)L_1)))) { goto IL_000e; } } { IL2CPP_RUNTIME_CLASS_INIT(XmlUntypedConverter_t7827A6551E49B0812AE9A11179FDF254612C77CF_il2cpp_TypeInfo_var); XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_2 = ((XmlUntypedConverter_t7827A6551E49B0812AE9A11179FDF254612C77CF_StaticFields*)il2cpp_codegen_static_fields_for(XmlUntypedConverter_t7827A6551E49B0812AE9A11179FDF254612C77CF_il2cpp_TypeInfo_var))->get_UntypedList_35(); return L_2; } IL_000e: { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_3 = ___atomicConverter0; IL2CPP_RUNTIME_CLASS_INIT(XmlAnyConverter_t63B21107E546367CD411985884CA753D9B2065AB_il2cpp_TypeInfo_var); XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_4 = ((XmlAnyConverter_t63B21107E546367CD411985884CA753D9B2065AB_StaticFields*)il2cpp_codegen_static_fields_for(XmlAnyConverter_t63B21107E546367CD411985884CA753D9B2065AB_il2cpp_TypeInfo_var))->get_Item_32(); if ((!(((RuntimeObject*)(XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 *)L_3) == ((RuntimeObject*)(XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 *)L_4)))) { goto IL_001c; } } { IL2CPP_RUNTIME_CLASS_INIT(XmlAnyListConverter_tB593F219D22E519B5EA6D04321465C7FB2ADE60C_il2cpp_TypeInfo_var); XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_5 = ((XmlAnyListConverter_tB593F219D22E519B5EA6D04321465C7FB2ADE60C_StaticFields*)il2cpp_codegen_static_fields_for(XmlAnyListConverter_tB593F219D22E519B5EA6D04321465C7FB2ADE60C_il2cpp_TypeInfo_var))->get_ItemList_33(); return L_5; } IL_001c: { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_6 = ___atomicConverter0; IL2CPP_RUNTIME_CLASS_INIT(XmlAnyConverter_t63B21107E546367CD411985884CA753D9B2065AB_il2cpp_TypeInfo_var); XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_7 = ((XmlAnyConverter_t63B21107E546367CD411985884CA753D9B2065AB_StaticFields*)il2cpp_codegen_static_fields_for(XmlAnyConverter_t63B21107E546367CD411985884CA753D9B2065AB_il2cpp_TypeInfo_var))->get_AnyAtomic_33(); if ((!(((RuntimeObject*)(XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 *)L_6) == ((RuntimeObject*)(XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 *)L_7)))) { goto IL_002a; } } { IL2CPP_RUNTIME_CLASS_INIT(XmlAnyListConverter_tB593F219D22E519B5EA6D04321465C7FB2ADE60C_il2cpp_TypeInfo_var); XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_8 = ((XmlAnyListConverter_tB593F219D22E519B5EA6D04321465C7FB2ADE60C_StaticFields*)il2cpp_codegen_static_fields_for(XmlAnyListConverter_tB593F219D22E519B5EA6D04321465C7FB2ADE60C_il2cpp_TypeInfo_var))->get_AnyAtomicList_34(); return L_8; } IL_002a: { XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_9 = ___atomicConverter0; XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * L_10 = (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D *)il2cpp_codegen_object_new(XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D_il2cpp_TypeInfo_var); XmlListConverter__ctor_m4B75A94998828129EE80166FFB9177AF2047E17C(L_10, ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 *)CastclassClass((RuntimeObject*)L_9, XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_10; } } // System.Object System.Xml.Schema.XmlListConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlListConverter_ChangeType_mD9C14B47BC99C4A27ABB9CD6E2E750A5214AC23A (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __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*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { 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*)&XmlListConverter_ChangeType_mD9C14B47BC99C4A27ABB9CD6E2E750A5214AC23A_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*)&XmlListConverter_ChangeType_mD9C14B47BC99C4A27ABB9CD6E2E750A5214AC23A_RuntimeMethod_var))); } IL_0022: { RuntimeObject * L_5 = ___value0; Type_t * L_6 = ___destinationType1; RuntimeObject* L_7 = ___nsResolver2; RuntimeObject * L_8; L_8 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(62 /* System.Object System.Xml.Schema.XmlBaseConverter::ChangeListType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_5, L_6, L_7); return L_8; } } // System.Object System.Xml.Schema.XmlListConverter::ChangeListType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlListConverter_ChangeListType_mB826BBF0AE270EE1D3FDE44AAA08CBD7336214FE (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __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*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_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*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlListConverter_ToArray_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_m0C907E21C50F7EF796A3BDB6828AC4626E1B11E6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlListConverter_ToArray_TisByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_m7E1B469F555277144EB62BE0864E321E1F221E8E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlListConverter_ToArray_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m16709167EBD17EF3652024E1D7C84C74A35CC308_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlListConverter_ToArray_TisDateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_m90F6AB9AED74E5899DDACCD6888A6E50496B55BA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlListConverter_ToArray_TisDateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_m44BBC884264FDBD43D16E8235308C304866A6272_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlListConverter_ToArray_TisDecimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_m7F83B3C1EBAE05A934D4F513DF14834E315908FB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlListConverter_ToArray_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_m7DCFB8318AA8AF2922BD00A06A870CDAB3712CE2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlListConverter_ToArray_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m327835B32A4A12ED9D116E59AEF4AB45D1162B71_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlListConverter_ToArray_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m160BA337A37B5F6406EA8C6933DF53BF1D4A5982_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlListConverter_ToArray_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m22F02F1775C6575179512F7CA3AC61F9559002EC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlListConverter_ToArray_TisRuntimeObject_m5376E3A6235D5F02916197062001991C6B0C3BC6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlListConverter_ToArray_TisSByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_m8938456FCD37E687D55665FB23E45DDAB5849030_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlListConverter_ToArray_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m21E40EBDE6D606ED30FBFEE29FE19643B1CEF6E4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlListConverter_ToArray_TisString_t_m80CD12E5776470334B39DA11B0EA08E7FC308E00_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlListConverter_ToArray_TisTimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_mA021A32F2A33834A62204B5DC380B8DCED90151A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlListConverter_ToArray_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_mE7F4B30C73BBC1AB882FE1C4B914636A11D911B4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlListConverter_ToArray_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mF2EDA5AC5A9EE43F060027C531C8179B2075B5AF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlListConverter_ToArray_TisUInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_m399AF972B5B8B1325567B510585E0D88509F6CA5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlListConverter_ToArray_TisUri_t4A915E1CC15B2C650F478099AD448E9466CBF612_mAD7A7C3EAF3497AF14D159FE1C9D525727FDB7AD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlListConverter_ToArray_TisXPathItem_t053B6F865E42EB40BFD03AE958B99844501E5701_m41B3418FD54F6C8FE9FDE7C550AFDFAD4E6DAA93_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlListConverter_ToArray_TisXPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9_m7D0EDFED44533001DCF1B6039C407973A3E99B0B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlListConverter_ToArray_TisXmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_m062C892F11DC3F2FBE308A4CE704C2B2C21B1B15_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlListConverter_ToArray_TisXmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_m40EA7BFD995F0A9EC256FA42B12ABA4845F0FFDA_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; Type_t * V_1 = 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 = ___destinationType1; 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_ObjectType_14(); 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_001c; } } { Type_t * L_5; L_5 = XmlBaseConverter_get_DefaultClrType_mEF68FF73D1C89C298241F8D7323D7F230DDDFD0C_inline(__this, /*hidden argument*/NULL); ___destinationType1 = L_5; } IL_001c: { RuntimeObject * L_6 = ___value0; if (!((RuntimeObject*)IsInst((RuntimeObject*)L_6, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var))) { goto IL_002d; } } { Type_t * L_7 = ___destinationType1; bool L_8; L_8 = XmlListConverter_IsListType_m52AD207537D65C4F1CF7B2781115B82247E2A4B6(__this, L_7, /*hidden argument*/NULL); if (L_8) { goto IL_0036; } } IL_002d: { Type_t * L_9 = V_0; Type_t * L_10 = ___destinationType1; Exception_t * L_11; L_11 = XmlListConverter_CreateInvalidClrMappingException_m30A35929A5D711E0F5C324D3037510B225B6FCB4(__this, L_9, L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlListConverter_ChangeListType_mB826BBF0AE270EE1D3FDE44AAA08CBD7336214FE_RuntimeMethod_var))); } IL_0036: { Type_t * L_12 = ___destinationType1; 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_0060; } } { Type_t * L_15 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_16 = ((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_17; L_17 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_15, L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_0052; } } { RuntimeObject * L_18 = ___value0; return L_18; } IL_0052: { RuntimeObject * L_19 = ___value0; RuntimeObject* L_20 = ___nsResolver2; String_t* L_21; L_21 = XmlListConverter_ListAsString_m850B4E414D44460FA7264B442A03173F16BC46C3(__this, ((RuntimeObject*)Castclass((RuntimeObject*)L_19, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var)), L_20, /*hidden argument*/NULL); return L_21; } IL_0060: { 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_StringType_12(); 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_007b; } } { RuntimeObject * L_25 = ___value0; List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_26; L_26 = XmlListConverter_StringAsList_m272B3D760403B14DEE5AF9138545973257792249(__this, ((String_t*)CastclassSealed((RuntimeObject*)L_25, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); ___value0 = L_26; } IL_007b: { Type_t * L_27 = ___destinationType1; NullCheck(L_27); bool L_28; L_28 = Type_get_IsArray_m15FE83DD8FAF090F9BDA924753C7750AAEA7CFD1(L_27, /*hidden argument*/NULL); if (!L_28) { goto IL_029b; } } { Type_t * L_29 = ___destinationType1; NullCheck(L_29); Type_t * L_30; L_30 = VirtualFuncInvoker0< Type_t * >::Invoke(108 /* System.Type System.Type::GetElementType() */, L_29); V_1 = L_30; Type_t * L_31 = V_1; 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_ObjectType_14(); 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_00a3; } } { RuntimeObject * L_34 = ___value0; RuntimeObject* L_35 = ___nsResolver2; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_36; L_36 = XmlListConverter_ToArray_TisRuntimeObject_m5376E3A6235D5F02916197062001991C6B0C3BC6(__this, L_34, L_35, /*hidden argument*/XmlListConverter_ToArray_TisRuntimeObject_m5376E3A6235D5F02916197062001991C6B0C3BC6_RuntimeMethod_var); return (RuntimeObject *)L_36; } IL_00a3: { Type_t * L_37 = V_0; Type_t * L_38 = ___destinationType1; 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_00ae; } } { RuntimeObject * L_40 = ___value0; return L_40; } IL_00ae: { Type_t * L_41 = V_1; 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_BooleanType_26(); 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_00c4; } } { RuntimeObject * L_44 = ___value0; RuntimeObject* L_45 = ___nsResolver2; BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* L_46; L_46 = XmlListConverter_ToArray_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_m0C907E21C50F7EF796A3BDB6828AC4626E1B11E6(__this, L_44, L_45, /*hidden argument*/XmlListConverter_ToArray_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_m0C907E21C50F7EF796A3BDB6828AC4626E1B11E6_RuntimeMethod_var); return (RuntimeObject *)L_46; } IL_00c4: { Type_t * L_47 = V_1; 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_ByteType_15(); 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_00da; } } { RuntimeObject * L_50 = ___value0; RuntimeObject* L_51 = ___nsResolver2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_52; L_52 = XmlListConverter_ToArray_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m16709167EBD17EF3652024E1D7C84C74A35CC308(__this, L_50, L_51, /*hidden argument*/XmlListConverter_ToArray_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m16709167EBD17EF3652024E1D7C84C74A35CC308_RuntimeMethod_var); return (RuntimeObject *)L_52; } IL_00da: { Type_t * L_53 = V_1; 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_ByteArrayType_27(); 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_00f0; } } { RuntimeObject * L_56 = ___value0; RuntimeObject* L_57 = ___nsResolver2; ByteU5BU5DU5BU5D_t95107DE217CCFA8CD77945AC2CB9492D4D01FE8D* L_58; L_58 = XmlListConverter_ToArray_TisByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_m7E1B469F555277144EB62BE0864E321E1F221E8E(__this, L_56, L_57, /*hidden argument*/XmlListConverter_ToArray_TisByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_m7E1B469F555277144EB62BE0864E321E1F221E8E_RuntimeMethod_var); return (RuntimeObject *)L_58; } IL_00f0: { Type_t * L_59 = V_1; 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_DateTimeType_24(); 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_0106; } } { RuntimeObject * L_62 = ___value0; RuntimeObject* L_63 = ___nsResolver2; DateTimeU5BU5D_t43291D587229E4ED44A327CC74DC7771EF2EBBC1* L_64; L_64 = XmlListConverter_ToArray_TisDateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_m44BBC884264FDBD43D16E8235308C304866A6272(__this, L_62, L_63, /*hidden argument*/XmlListConverter_ToArray_TisDateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_m44BBC884264FDBD43D16E8235308C304866A6272_RuntimeMethod_var); return (RuntimeObject *)L_64; } IL_0106: { Type_t * L_65 = V_1; 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_DateTimeOffsetType_25(); 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_011c; } } { RuntimeObject * L_68 = ___value0; RuntimeObject* L_69 = ___nsResolver2; DateTimeOffsetU5BU5D_t81746224316E5FC7189685EFB35488C8CED41826* L_70; L_70 = XmlListConverter_ToArray_TisDateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_m90F6AB9AED74E5899DDACCD6888A6E50496B55BA(__this, L_68, L_69, /*hidden argument*/XmlListConverter_ToArray_TisDateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_m90F6AB9AED74E5899DDACCD6888A6E50496B55BA_RuntimeMethod_var); return (RuntimeObject *)L_70; } IL_011c: { Type_t * L_71 = V_1; 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_DecimalType_9(); 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_0132; } } { RuntimeObject * L_74 = ___value0; RuntimeObject* L_75 = ___nsResolver2; DecimalU5BU5D_tAA3302A4A6ACCE77638A2346993A0FAAE2F9FDBA* L_76; L_76 = XmlListConverter_ToArray_TisDecimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_m7F83B3C1EBAE05A934D4F513DF14834E315908FB(__this, L_74, L_75, /*hidden argument*/XmlListConverter_ToArray_TisDecimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_m7F83B3C1EBAE05A934D4F513DF14834E315908FB_RuntimeMethod_var); return (RuntimeObject *)L_76; } IL_0132: { Type_t * L_77 = V_1; 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_DoubleType_22(); 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_0148; } } { RuntimeObject * L_80 = ___value0; RuntimeObject* L_81 = ___nsResolver2; DoubleU5BU5D_t8E1B42EB2ABB79FBD193A6B8C8D97A7CDE44A4FB* L_82; L_82 = XmlListConverter_ToArray_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_m7DCFB8318AA8AF2922BD00A06A870CDAB3712CE2(__this, L_80, L_81, /*hidden argument*/XmlListConverter_ToArray_TisDouble_t42821932CB52DE2057E685D0E1AF3DE5033D2181_m7DCFB8318AA8AF2922BD00A06A870CDAB3712CE2_RuntimeMethod_var); return (RuntimeObject *)L_82; } IL_0148: { Type_t * L_83 = V_1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_84 = ((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_85; L_85 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_83, L_84, /*hidden argument*/NULL); if (!L_85) { goto IL_015e; } } { RuntimeObject * L_86 = ___value0; RuntimeObject* L_87 = ___nsResolver2; Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD* L_88; L_88 = XmlListConverter_ToArray_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m327835B32A4A12ED9D116E59AEF4AB45D1162B71(__this, L_86, L_87, /*hidden argument*/XmlListConverter_ToArray_TisInt16_tD0F031114106263BB459DA1F099FF9F42691295A_m327835B32A4A12ED9D116E59AEF4AB45D1162B71_RuntimeMethod_var); return (RuntimeObject *)L_88; } IL_015e: { Type_t * L_89 = V_1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_90 = ((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_91; L_91 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_89, L_90, /*hidden argument*/NULL); if (!L_91) { goto IL_0174; } } { RuntimeObject * L_92 = ___value0; RuntimeObject* L_93 = ___nsResolver2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_94; L_94 = XmlListConverter_ToArray_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m160BA337A37B5F6406EA8C6933DF53BF1D4A5982(__this, L_92, L_93, /*hidden argument*/XmlListConverter_ToArray_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m160BA337A37B5F6406EA8C6933DF53BF1D4A5982_RuntimeMethod_var); return (RuntimeObject *)L_94; } IL_0174: { Type_t * L_95 = V_1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_96 = ((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_97; L_97 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_95, L_96, /*hidden argument*/NULL); if (!L_97) { goto IL_018a; } } { RuntimeObject * L_98 = ___value0; RuntimeObject* L_99 = ___nsResolver2; Int64U5BU5D_tCA61E42872C63A4286B24EEE6E0650143B43DCE6* L_100; L_100 = XmlListConverter_ToArray_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m22F02F1775C6575179512F7CA3AC61F9559002EC(__this, L_98, L_99, /*hidden argument*/XmlListConverter_ToArray_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m22F02F1775C6575179512F7CA3AC61F9559002EC_RuntimeMethod_var); return (RuntimeObject *)L_100; } IL_018a: { Type_t * L_101 = V_1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_102 = ((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_103; L_103 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_101, L_102, /*hidden argument*/NULL); if (!L_103) { goto IL_01a0; } } { RuntimeObject * L_104 = ___value0; RuntimeObject* L_105 = ___nsResolver2; SByteU5BU5D_t7D94C53295E6116625EA7CC7DEA21FEDC39869E7* L_106; L_106 = XmlListConverter_ToArray_TisSByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_m8938456FCD37E687D55665FB23E45DDAB5849030(__this, L_104, L_105, /*hidden argument*/XmlListConverter_ToArray_TisSByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_m8938456FCD37E687D55665FB23E45DDAB5849030_RuntimeMethod_var); return (RuntimeObject *)L_106; } IL_01a0: { Type_t * L_107 = V_1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_108 = ((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_109; L_109 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_107, L_108, /*hidden argument*/NULL); if (!L_109) { goto IL_01b6; } } { RuntimeObject * L_110 = ___value0; RuntimeObject* L_111 = ___nsResolver2; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_112; L_112 = XmlListConverter_ToArray_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m21E40EBDE6D606ED30FBFEE29FE19643B1CEF6E4(__this, L_110, L_111, /*hidden argument*/XmlListConverter_ToArray_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m21E40EBDE6D606ED30FBFEE29FE19643B1CEF6E4_RuntimeMethod_var); return (RuntimeObject *)L_112; } IL_01b6: { Type_t * L_113 = V_1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_114 = ((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_115; L_115 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_113, L_114, /*hidden argument*/NULL); if (!L_115) { goto IL_01cc; } } { RuntimeObject * L_116 = ___value0; RuntimeObject* L_117 = ___nsResolver2; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_118; L_118 = XmlListConverter_ToArray_TisString_t_m80CD12E5776470334B39DA11B0EA08E7FC308E00(__this, L_116, L_117, /*hidden argument*/XmlListConverter_ToArray_TisString_t_m80CD12E5776470334B39DA11B0EA08E7FC308E00_RuntimeMethod_var); return (RuntimeObject *)L_118; } IL_01cc: { Type_t * L_119 = V_1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_120 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_TimeSpanType_30(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_121; L_121 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_119, L_120, /*hidden argument*/NULL); if (!L_121) { goto IL_01e2; } } { RuntimeObject * L_122 = ___value0; RuntimeObject* L_123 = ___nsResolver2; TimeSpanU5BU5D_t93A1470C8423F710E4D26493EE109A5A5920D545* L_124; L_124 = XmlListConverter_ToArray_TisTimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_mA021A32F2A33834A62204B5DC380B8DCED90151A(__this, L_122, L_123, /*hidden argument*/XmlListConverter_ToArray_TisTimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_mA021A32F2A33834A62204B5DC380B8DCED90151A_RuntimeMethod_var); return (RuntimeObject *)L_124; } IL_01e2: { Type_t * L_125 = V_1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_126 = ((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_127; L_127 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_125, L_126, /*hidden argument*/NULL); if (!L_127) { goto IL_01f8; } } { RuntimeObject * L_128 = ___value0; RuntimeObject* L_129 = ___nsResolver2; UInt16U5BU5D_t42D35C587B07DCDBCFDADF572C6D733AE85B2A67* L_130; L_130 = XmlListConverter_ToArray_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_mE7F4B30C73BBC1AB882FE1C4B914636A11D911B4(__this, L_128, L_129, /*hidden argument*/XmlListConverter_ToArray_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_mE7F4B30C73BBC1AB882FE1C4B914636A11D911B4_RuntimeMethod_var); return (RuntimeObject *)L_130; } IL_01f8: { Type_t * L_131 = V_1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_132 = ((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_133; L_133 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_131, L_132, /*hidden argument*/NULL); if (!L_133) { goto IL_020e; } } { RuntimeObject * L_134 = ___value0; RuntimeObject* L_135 = ___nsResolver2; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_136; L_136 = XmlListConverter_ToArray_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mF2EDA5AC5A9EE43F060027C531C8179B2075B5AF(__this, L_134, L_135, /*hidden argument*/XmlListConverter_ToArray_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mF2EDA5AC5A9EE43F060027C531C8179B2075B5AF_RuntimeMethod_var); return (RuntimeObject *)L_136; } IL_020e: { Type_t * L_137 = V_1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_138 = ((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_139; L_139 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_137, L_138, /*hidden argument*/NULL); if (!L_139) { goto IL_0224; } } { RuntimeObject * L_140 = ___value0; RuntimeObject* L_141 = ___nsResolver2; UInt64U5BU5D_t7C6E32D10F47677C1CEF3C30F4E4CE95B3A633E2* L_142; L_142 = XmlListConverter_ToArray_TisUInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_m399AF972B5B8B1325567B510585E0D88509F6CA5(__this, L_140, L_141, /*hidden argument*/XmlListConverter_ToArray_TisUInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_m399AF972B5B8B1325567B510585E0D88509F6CA5_RuntimeMethod_var); return (RuntimeObject *)L_142; } IL_0224: { Type_t * L_143 = V_1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_144 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_UriType_29(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_145; L_145 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_143, L_144, /*hidden argument*/NULL); if (!L_145) { goto IL_023a; } } { RuntimeObject * L_146 = ___value0; RuntimeObject* L_147 = ___nsResolver2; UriU5BU5D_tC686E8C5B661035A1A4E16DDDCDEC4949DDB6A00* L_148; L_148 = XmlListConverter_ToArray_TisUri_t4A915E1CC15B2C650F478099AD448E9466CBF612_mAD7A7C3EAF3497AF14D159FE1C9D525727FDB7AD(__this, L_146, L_147, /*hidden argument*/XmlListConverter_ToArray_TisUri_t4A915E1CC15B2C650F478099AD448E9466CBF612_mAD7A7C3EAF3497AF14D159FE1C9D525727FDB7AD_RuntimeMethod_var); return (RuntimeObject *)L_148; } IL_023a: { Type_t * L_149 = V_1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_150 = ((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_151; L_151 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_149, L_150, /*hidden argument*/NULL); if (!L_151) { goto IL_0250; } } { RuntimeObject * L_152 = ___value0; RuntimeObject* L_153 = ___nsResolver2; XmlAtomicValueU5BU5D_t7F2E099316541748343CFA3FAF60A2402DE532E9* L_154; L_154 = XmlListConverter_ToArray_TisXmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_m062C892F11DC3F2FBE308A4CE704C2B2C21B1B15(__this, L_152, L_153, /*hidden argument*/XmlListConverter_ToArray_TisXmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_m062C892F11DC3F2FBE308A4CE704C2B2C21B1B15_RuntimeMethod_var); return (RuntimeObject *)L_154; } IL_0250: { Type_t * L_155 = V_1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_156 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XmlQualifiedNameType_28(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_157; L_157 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_155, L_156, /*hidden argument*/NULL); if (!L_157) { goto IL_0266; } } { RuntimeObject * L_158 = ___value0; RuntimeObject* L_159 = ___nsResolver2; XmlQualifiedNameU5BU5D_tE9A62FBF4DF15B65C9A4430EBAE36CC671776E97* L_160; L_160 = XmlListConverter_ToArray_TisXmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_m40EA7BFD995F0A9EC256FA42B12ABA4845F0FFDA(__this, L_158, L_159, /*hidden argument*/XmlListConverter_ToArray_TisXmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_m40EA7BFD995F0A9EC256FA42B12ABA4845F0FFDA_RuntimeMethod_var); return (RuntimeObject *)L_160; } IL_0266: { Type_t * L_161 = V_1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_162 = ((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_163; L_163 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_161, L_162, /*hidden argument*/NULL); if (!L_163) { goto IL_027c; } } { RuntimeObject * L_164 = ___value0; RuntimeObject* L_165 = ___nsResolver2; XPathItemU5BU5D_t1CA2C0DFA3C223B4D6D55B5C8EEBAE6F03048466* L_166; L_166 = XmlListConverter_ToArray_TisXPathItem_t053B6F865E42EB40BFD03AE958B99844501E5701_m41B3418FD54F6C8FE9FDE7C550AFDFAD4E6DAA93(__this, L_164, L_165, /*hidden argument*/XmlListConverter_ToArray_TisXPathItem_t053B6F865E42EB40BFD03AE958B99844501E5701_m41B3418FD54F6C8FE9FDE7C550AFDFAD4E6DAA93_RuntimeMethod_var); return (RuntimeObject *)L_166; } IL_027c: { Type_t * L_167 = V_1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_168 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XPathNavigatorType_31(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_169; L_169 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_167, L_168, /*hidden argument*/NULL); if (!L_169) { goto IL_0292; } } { RuntimeObject * L_170 = ___value0; RuntimeObject* L_171 = ___nsResolver2; XPathNavigatorU5BU5D_tA353A28494A4B90917938F631210FB020A8E4BF8* L_172; L_172 = XmlListConverter_ToArray_TisXPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9_m7D0EDFED44533001DCF1B6039C407973A3E99B0B(__this, L_170, L_171, /*hidden argument*/XmlListConverter_ToArray_TisXPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9_m7D0EDFED44533001DCF1B6039C407973A3E99B0B_RuntimeMethod_var); return (RuntimeObject *)L_172; } IL_0292: { Type_t * L_173 = V_0; Type_t * L_174 = ___destinationType1; Exception_t * L_175; L_175 = XmlListConverter_CreateInvalidClrMappingException_m30A35929A5D711E0F5C324D3037510B225B6FCB4(__this, L_173, L_174, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_175, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlListConverter_ChangeListType_mB826BBF0AE270EE1D3FDE44AAA08CBD7336214FE_RuntimeMethod_var))); } IL_029b: { Type_t * L_176 = V_0; Type_t * L_177; L_177 = XmlBaseConverter_get_DefaultClrType_mEF68FF73D1C89C298241F8D7323D7F230DDDFD0C_inline(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_178; L_178 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_176, L_177, /*hidden argument*/NULL); if (!L_178) { goto IL_02b8; } } { Type_t * L_179 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_180 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_ObjectArrayType_6(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_181; L_181 = Type_op_Inequality_m6DDC5E923203A79BF505F9275B694AD3FAA36DB0(L_179, L_180, /*hidden argument*/NULL); if (!L_181) { goto IL_02b8; } } { RuntimeObject * L_182 = ___value0; return L_182; } IL_02b8: { RuntimeObject * L_183 = ___value0; RuntimeObject* L_184 = ___nsResolver2; RuntimeObject* L_185; L_185 = XmlListConverter_ToList_m376A5DEA4CE968219A37DD83A5CC0FD69ADF7928(__this, L_183, L_184, /*hidden argument*/NULL); return L_185; } } // System.Boolean System.Xml.Schema.XmlListConverter::IsListType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlListConverter_IsListType_m52AD207537D65C4F1CF7B2781115B82247E2A4B6 (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, Type_t * ___type0, 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*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___type0; 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_IListType_5(); 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_0034; } } { Type_t * L_3 = ___type0; 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_ICollectionType_3(); 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_0034; } } { Type_t * L_6 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_7 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_IEnumerableType_4(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_8; L_8 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_6, L_7, /*hidden argument*/NULL); if (L_8) { goto IL_0034; } } { Type_t * L_9 = ___type0; 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_0036; } } IL_0034: { return (bool)1; } IL_0036: { Type_t * L_12 = ___type0; NullCheck(L_12); bool L_13; L_13 = Type_get_IsArray_m15FE83DD8FAF090F9BDA924753C7750AAEA7CFD1(L_12, /*hidden argument*/NULL); return L_13; } } // System.Collections.IList System.Xml.Schema.XmlListConverter::ToList(System.Object,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlListConverter_ToList_m376A5DEA4CE968219A37DD83A5CC0FD69ADF7928 (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, RuntimeObject * ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * V_1 = NULL; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_2 = NULL; int32_t V_3 = 0; RuntimeObject* V_4 = NULL; RuntimeObject * V_5 = NULL; RuntimeObject* V_6 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject * L_0 = ___list0; V_0 = ((RuntimeObject*)IsInst((RuntimeObject*)L_0, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var)); RuntimeObject* L_1 = V_0; if (!L_1) { goto IL_0044; } } { RuntimeObject* L_2 = V_0; NullCheck(L_2); int32_t L_3; L_3 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)L_3); V_2 = L_4; V_3 = 0; goto IL_0039; } IL_001a: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_5 = V_2; int32_t L_6 = V_3; XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_7 = __this->get_atomicConverter_32(); RuntimeObject* L_8 = V_0; int32_t L_9 = V_3; NullCheck(L_8); RuntimeObject * L_10; L_10 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(0 /* System.Object System.Collections.IList::get_Item(System.Int32) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_8, L_9); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_11 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_ObjectType_14(); RuntimeObject* L_12 = ___nsResolver1; NullCheck(L_7); RuntimeObject * L_13; L_13 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, L_7, L_10, L_11, L_12); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_13); (L_5)->SetAt(static_cast(L_6), (RuntimeObject *)L_13); int32_t L_14 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_0039: { int32_t L_15 = V_3; RuntimeObject* L_16 = V_0; NullCheck(L_16); int32_t L_17; L_17 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_16); if ((((int32_t)L_15) < ((int32_t)L_17))) { goto IL_001a; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_18 = V_2; return (RuntimeObject*)L_18; } IL_0044: { RuntimeObject * L_19 = ___list0; List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * L_20 = (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)il2cpp_codegen_object_new(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5_il2cpp_TypeInfo_var); List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B(L_20, /*hidden argument*/List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_RuntimeMethod_var); V_1 = L_20; NullCheck(((RuntimeObject*)IsInst((RuntimeObject*)L_19, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var))); RuntimeObject* L_21; L_21 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_19, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var))); V_4 = L_21; } IL_0057: try {// begin try (depth: 1) { goto IL_007b; } IL_0059: { RuntimeObject* L_22 = V_4; NullCheck(L_22); RuntimeObject * L_23; L_23 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_22); V_5 = L_23; List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * L_24 = V_1; XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_25 = __this->get_atomicConverter_32(); RuntimeObject * L_26 = V_5; 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_ObjectType_14(); RuntimeObject* L_28 = ___nsResolver1; NullCheck(L_25); RuntimeObject * L_29; L_29 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, L_25, L_26, L_27, L_28); NullCheck(L_24); List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD(L_24, L_29, /*hidden argument*/List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_RuntimeMethod_var); } IL_007b: { RuntimeObject* L_30 = V_4; NullCheck(L_30); bool L_31; L_31 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_30); if (L_31) { goto IL_0059; } } IL_0084: { IL2CPP_LEAVE(0x9B, FINALLY_0086); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0086; } FINALLY_0086: {// begin finally (depth: 1) { RuntimeObject* L_32 = V_4; V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_32, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_33 = V_6; if (!L_33) { goto IL_009a; } } IL_0093: { RuntimeObject* L_34 = V_6; NullCheck(L_34); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_34); } IL_009a: { IL2CPP_END_FINALLY(134) } }// end finally (depth: 1) IL2CPP_CLEANUP(134) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x9B, IL_009b) } IL_009b: { List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * L_35 = V_1; return L_35; } } // System.Collections.Generic.List`1 System.Xml.Schema.XmlListConverter::StringAsList(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * XmlListConverter_StringAsList_m272B3D760403B14DEE5AF9138545973257792249 (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m3B393E373AD261001D4424109EB3242226C1450A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1; L_1 = XmlConvert_SplitString_m4E1B4AB4C95F6E6DF137F5312D161F945E2FD617(L_0, /*hidden argument*/NULL); List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_2 = (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *)il2cpp_codegen_object_new(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_il2cpp_TypeInfo_var); List_1__ctor_m3B393E373AD261001D4424109EB3242226C1450A(L_2, (RuntimeObject*)(RuntimeObject*)L_1, /*hidden argument*/List_1__ctor_m3B393E373AD261001D4424109EB3242226C1450A_RuntimeMethod_var); return L_2; } } // System.String System.Xml.Schema.XmlListConverter::ListAsString(System.Collections.IEnumerable,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlListConverter_ListAsString_m850B4E414D44460FA7264B442A03173F16BC46C3 (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, RuntimeObject* ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; RuntimeObject* V_1 = NULL; RuntimeObject * V_2 = NULL; RuntimeObject* V_3 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9(L_0, /*hidden argument*/NULL); V_0 = L_0; RuntimeObject* L_1 = ___list0; NullCheck(L_1); RuntimeObject* L_2; L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_1); V_1 = L_2; } IL_000d: try {// begin try (depth: 1) { goto IL_003e; } IL_000f: { RuntimeObject* L_3 = V_1; NullCheck(L_3); RuntimeObject * L_4; L_4 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_3); V_2 = L_4; RuntimeObject * L_5 = V_2; if (!L_5) { goto IL_003e; } } IL_0019: { StringBuilder_t * L_6 = V_0; NullCheck(L_6); int32_t L_7; L_7 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_002a; } } IL_0021: { StringBuilder_t * L_8 = V_0; NullCheck(L_8); StringBuilder_t * L_9; L_9 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_8, ((int32_t)32), /*hidden argument*/NULL); } IL_002a: { StringBuilder_t * L_10 = V_0; XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_11 = __this->get_atomicConverter_32(); RuntimeObject * L_12 = V_2; RuntimeObject* L_13 = ___nsResolver1; NullCheck(L_11); String_t* L_14; L_14 = VirtualFuncInvoker2< String_t*, RuntimeObject *, RuntimeObject* >::Invoke(52 /* System.String System.Xml.Schema.XmlValueConverter::ToString(System.Object,System.Xml.IXmlNamespaceResolver) */, L_11, L_12, L_13); NullCheck(L_10); StringBuilder_t * L_15; L_15 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_10, L_14, /*hidden argument*/NULL); } IL_003e: { RuntimeObject* L_16 = V_1; NullCheck(L_16); bool L_17; L_17 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_16); if (L_17) { goto IL_000f; } } IL_0046: { IL2CPP_LEAVE(0x59, FINALLY_0048); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0048; } FINALLY_0048: {// begin finally (depth: 1) { RuntimeObject* L_18 = V_1; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_18, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_19 = V_3; if (!L_19) { goto IL_0058; } } IL_0052: { RuntimeObject* L_20 = V_3; NullCheck(L_20); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_20); } IL_0058: { IL2CPP_END_FINALLY(72) } }// end finally (depth: 1) IL2CPP_CLEANUP(72) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x59, IL_0059) } IL_0059: { StringBuilder_t * L_21 = V_0; NullCheck(L_21); String_t* L_22; L_22 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_21); return L_22; } } // System.Exception System.Xml.Schema.XmlListConverter::CreateInvalidClrMappingException(System.Type,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlListConverter_CreateInvalidClrMappingException_m30A35929A5D711E0F5C324D3037510B225B6FCB4 (XmlListConverter_t58F692567B1B34BF5171B647F1BE66EC017D4F4D * __this, Type_t * ___sourceType0, Type_t * ___destinationType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA3A680A717A901731935F51F62C0FDFEF792BDD2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC171503077BD6B1C438A3FEA9F31DB637C7C763A); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___sourceType0; Type_t * L_1 = ___destinationType1; 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_0031; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = L_3; String_t* L_5; L_5 = XmlBaseConverter_get_XmlTypeName_mB8B4B81BF250AB15E908A1FD1414B7261DE8F4D3(__this, /*hidden argument*/NULL); NullCheck(L_4); ArrayElementTypeCheck (L_4, L_5); (L_4)->SetAt(static_cast(0), (RuntimeObject *)L_5); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_6 = L_4; Type_t * L_7 = ___sourceType0; NullCheck(L_7); String_t* L_8; L_8 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_7); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_8); (L_6)->SetAt(static_cast(1), (RuntimeObject *)L_8); String_t* L_9; L_9 = Res_GetString_m1D06B81901B03CA849045926741403907612BB4B(_stringLiteralC171503077BD6B1C438A3FEA9F31DB637C7C763A, L_6, /*hidden argument*/NULL); InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463 * L_10 = (InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463 *)il2cpp_codegen_object_new(InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463_il2cpp_TypeInfo_var); InvalidCastException__ctor_m50103CBF0C211B93BF46697875413A10B5A5C5A3(L_10, L_9, /*hidden argument*/NULL); return L_10; } IL_0031: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_11 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)3); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_12 = L_11; String_t* L_13; L_13 = XmlBaseConverter_get_XmlTypeName_mB8B4B81BF250AB15E908A1FD1414B7261DE8F4D3(__this, /*hidden argument*/NULL); NullCheck(L_12); ArrayElementTypeCheck (L_12, L_13); (L_12)->SetAt(static_cast(0), (RuntimeObject *)L_13); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_14 = L_12; Type_t * L_15 = ___sourceType0; NullCheck(L_15); String_t* L_16; L_16 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_15); NullCheck(L_14); ArrayElementTypeCheck (L_14, L_16); (L_14)->SetAt(static_cast(1), (RuntimeObject *)L_16); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_17 = L_14; Type_t * L_18 = ___destinationType1; NullCheck(L_18); String_t* L_19; L_19 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_18); NullCheck(L_17); ArrayElementTypeCheck (L_17, L_19); (L_17)->SetAt(static_cast(2), (RuntimeObject *)L_19); String_t* L_20; L_20 = Res_GetString_m1D06B81901B03CA849045926741403907612BB4B(_stringLiteralA3A680A717A901731935F51F62C0FDFEF792BDD2, L_17, /*hidden argument*/NULL); InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463 * L_21 = (InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463 *)il2cpp_codegen_object_new(InvalidCastException_tD99F9FF94C3859C78E90F68C2F77A1558BCAF463_il2cpp_TypeInfo_var); InvalidCastException__ctor_m50103CBF0C211B93BF46697875413A10B5A5C5A3(L_21, L_20, /*hidden argument*/NULL); return L_21; } } #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.XmlLoader::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlLoader__ctor_mF5D358544A8546105CB2DC60D9D5969FCFF26967 (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlLoader::Load(System.Xml.XmlDocument,System.Xml.XmlReader,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlLoader_Load_m9B55980AB036FAC52C09EF42BE27AB58F31E31BA (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * __this, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___doc0, XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * ___reader1, bool ___preserveWhitespace2, 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*)&XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0 = ___doc0; __this->set_doc_0(L_0); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_1 = ___reader1; NullCheck(L_1); Type_t * L_2; L_2 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_1, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_3 = { reinterpret_cast (XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5_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); bool L_5; L_5 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_2, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0031; } } { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_6 = ___reader1; NullCheck(((XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 *)CastclassClass((RuntimeObject*)L_6, XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5_il2cpp_TypeInfo_var))); XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * L_7; L_7 = XmlTextReader_get_Impl_mF1F74E7D8B05F5B8DFD02CDB1F68694DAE4C919C_inline(((XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 *)CastclassClass((RuntimeObject*)L_6, XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); __this->set_reader_1(L_7); goto IL_0038; } IL_0031: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_8 = ___reader1; __this->set_reader_1(L_8); } IL_0038: { bool L_9 = ___preserveWhitespace2; __this->set_preserveWhitespace_2(L_9); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_10 = ___doc0; if (L_10) { goto IL_0052; } } { String_t* L_11; L_11 = Res_GetString_m4303E63CA6945331BF5584376F6AA7262D1C6887(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBE8285B3FBB68E69672F471D9C7CD01AFC710E52)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_12 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_12, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlLoader_Load_m9B55980AB036FAC52C09EF42BE27AB58F31E31BA_RuntimeMethod_var))); } IL_0052: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_13 = ___reader1; if (L_13) { goto IL_0065; } } { String_t* L_14; L_14 = Res_GetString_m4303E63CA6945331BF5584376F6AA7262D1C6887(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEF5E4E7AE49599D22FDECF4CBDE50AE7C9C1DD38)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_15 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_15, L_14, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlLoader_Load_m9B55980AB036FAC52C09EF42BE27AB58F31E31BA_RuntimeMethod_var))); } IL_0065: { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_16 = ___doc0; XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_17 = ___reader1; NullCheck(L_17); String_t* L_18; L_18 = VirtualFuncInvoker0< String_t* >::Invoke(12 /* System.String System.Xml.XmlReader::get_BaseURI() */, L_17); NullCheck(L_16); XmlDocument_SetBaseURI_m31BDB1234D5BA3E8593E9F245A9D7DD27D90ADE7_inline(L_16, L_18, /*hidden argument*/NULL); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_19 = ___reader1; NullCheck(L_19); XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * L_20; L_20 = VirtualFuncInvoker0< XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * >::Invoke(5 /* System.Xml.XmlReaderSettings System.Xml.XmlReader::get_Settings() */, L_19); if (!L_20) { goto IL_0098; } } { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_21 = ___reader1; NullCheck(L_21); XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * L_22; L_22 = VirtualFuncInvoker0< XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * >::Invoke(5 /* System.Xml.XmlReaderSettings System.Xml.XmlReader::get_Settings() */, L_21); NullCheck(L_22); int32_t L_23; L_23 = XmlReaderSettings_get_ValidationType_m9ED8E4F543926256EAC4E052764A786FCE05C449_inline(L_22, /*hidden argument*/NULL); if ((!(((uint32_t)L_23) == ((uint32_t)4)))) { goto IL_0098; } } { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_24 = ___doc0; XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_25 = ___reader1; NullCheck(L_25); XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * L_26; L_26 = VirtualFuncInvoker0< XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * >::Invoke(5 /* System.Xml.XmlReaderSettings System.Xml.XmlReader::get_Settings() */, L_25); NullCheck(L_26); XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0 * L_27; L_27 = XmlReaderSettings_get_Schemas_m32995B1763A0F40F83F711CA83627D50755D71E2(L_26, /*hidden argument*/NULL); NullCheck(L_24); XmlDocument_set_Schemas_m280471322832DE2070B53C6E6C54583DBE377D13_inline(L_24, L_27, /*hidden argument*/NULL); } IL_0098: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_28 = __this->get_reader_1(); NullCheck(L_28); int32_t L_29; L_29 = VirtualFuncInvoker0< int32_t >::Invoke(23 /* System.Xml.ReadState System.Xml.XmlReader::get_ReadState() */, L_28); if ((((int32_t)L_29) == ((int32_t)1))) { goto IL_00b4; } } { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_30 = __this->get_reader_1(); NullCheck(L_30); bool L_31; L_31 = VirtualFuncInvoker0< bool >::Invoke(21 /* System.Boolean System.Xml.XmlReader::Read() */, L_30); if (L_31) { goto IL_00b4; } } { return; } IL_00b4: { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_32 = ___doc0; XmlLoader_LoadDocSequence_mD49A018F55D0D844D2C5040443A95F6D23169198(__this, L_32, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlLoader::LoadDocSequence(System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlLoader_LoadDocSequence_mD49A018F55D0D844D2C5040443A95F6D23169198 (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * __this, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___parentDoc0, const RuntimeMethod* method) { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_0 = NULL; { V_0 = (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)NULL; goto IL_001b; } IL_0004: { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0 = ___parentDoc0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_1 = V_0; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_2 = ___parentDoc0; NullCheck(L_0); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_3; L_3 = VirtualFuncInvoker2< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(25 /* System.Xml.XmlNode System.Xml.XmlNode::AppendChildForLoad(System.Xml.XmlNode,System.Xml.XmlDocument) */, L_0, L_1, L_2); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_4 = __this->get_reader_1(); NullCheck(L_4); bool L_5; L_5 = VirtualFuncInvoker0< bool >::Invoke(21 /* System.Boolean System.Xml.XmlReader::Read() */, L_4); if (L_5) { goto IL_001b; } } { return; } IL_001b: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_6; L_6 = XmlLoader_LoadNode_mE0EC6871563BDC5D83D885173186D5182A15D2A4(__this, (bool)1, /*hidden argument*/NULL); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_7 = L_6; V_0 = L_7; if (L_7) { goto IL_0004; } } { return; } } // System.Xml.XmlNode System.Xml.XmlLoader::LoadNode(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlLoader_LoadNode_mE0EC6871563BDC5D83D885173186D5182A15D2A4 (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * __this, bool ___skipOverWhitespace0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * V_0 = NULL; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_1 = NULL; XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * V_2 = NULL; RuntimeObject* V_3 = NULL; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_4 = NULL; int32_t V_5 = 0; bool V_6 = false; XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * V_7 = NULL; XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * V_8 = NULL; { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_0 = __this->get_reader_1(); V_0 = L_0; V_1 = (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)NULL; } IL_0009: { V_4 = (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)NULL; XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_1 = V_0; NullCheck(L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_1); V_5 = L_2; int32_t L_3 = V_5; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1))) { case 0: { goto IL_0066; } case 1: { goto IL_017a; } case 2: { goto IL_0187; } case 3: { goto IL_01df; } case 4: { goto IL_016a; } case 5: { goto IL_0238; } case 6: { goto IL_01fe; } case 7: { goto IL_0219; } case 8: { goto IL_0238; } case 9: { goto IL_022e; } case 10: { goto IL_0238; } case 11: { goto IL_0238; } case 12: { goto IL_01b7; } case 13: { goto IL_019f; } case 14: { goto IL_0117; } case 15: { goto IL_0178; } case 16: { goto IL_01f4; } } } { goto IL_0238; } IL_0066: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_4 = V_0; NullCheck(L_4); bool L_5; L_5 = VirtualFuncInvoker0< bool >::Invoke(13 /* System.Boolean System.Xml.XmlReader::get_IsEmptyElement() */, L_4); V_6 = L_5; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_6 = __this->get_doc_0(); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_7 = V_0; NullCheck(L_7); String_t* L_8; L_8 = VirtualFuncInvoker0< String_t* >::Invoke(10 /* System.String System.Xml.XmlReader::get_Prefix() */, L_7); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_9 = V_0; NullCheck(L_9); String_t* L_10; L_10 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlReader::get_LocalName() */, L_9); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_11 = V_0; NullCheck(L_11); String_t* L_12; L_12 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.XmlReader::get_NamespaceURI() */, L_11); NullCheck(L_6); XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_13; L_13 = VirtualFuncInvoker3< XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF *, String_t*, String_t*, String_t* >::Invoke(70 /* System.Xml.XmlElement System.Xml.XmlDocument::CreateElement(System.String,System.String,System.String) */, L_6, L_8, L_10, L_12); V_2 = L_13; XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_14 = V_2; bool L_15 = V_6; NullCheck(L_14); XmlElement_set_IsEmpty_mE5B520F63BDFB84E37B795E2B7F0BAA54981EA25(L_14, L_15, /*hidden argument*/NULL); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_16 = V_0; NullCheck(L_16); bool L_17; L_17 = VirtualFuncInvoker0< bool >::Invoke(17 /* System.Boolean System.Xml.XmlReader::MoveToFirstAttribute() */, L_16); if (!L_17) { goto IL_00c5; } } { XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_18 = V_2; NullCheck(L_18); XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * L_19; L_19 = VirtualFuncInvoker0< XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * >::Invoke(16 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_18); V_7 = L_19; } IL_00a4: { XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_20; L_20 = XmlLoader_LoadAttributeNode_m72E64D3F37BA529D722627406F29DE567B266BB2(__this, /*hidden argument*/NULL); V_8 = L_20; XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * L_21 = V_7; XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_22 = V_8; NullCheck(L_21); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_23; L_23 = XmlAttributeCollection_Append_m38C817C6F498FD65F262169490947B40BA887782(L_21, L_22, /*hidden argument*/NULL); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_24 = V_0; NullCheck(L_24); bool L_25; L_25 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean System.Xml.XmlReader::MoveToNextAttribute() */, L_24); if (L_25) { goto IL_00a4; } } { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_26 = V_0; NullCheck(L_26); bool L_27; L_27 = VirtualFuncInvoker0< bool >::Invoke(19 /* System.Boolean System.Xml.XmlReader::MoveToElement() */, L_26); } IL_00c5: { bool L_28 = V_6; if (L_28) { goto IL_00e1; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_29 = V_1; if (!L_29) { goto IL_00da; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_30 = V_1; XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_31 = V_2; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_32 = __this->get_doc_0(); NullCheck(L_30); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_33; L_33 = VirtualFuncInvoker2< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(25 /* System.Xml.XmlNode System.Xml.XmlNode::AppendChildForLoad(System.Xml.XmlNode,System.Xml.XmlDocument) */, L_30, L_31, L_32); } IL_00da: { XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_34 = V_2; V_1 = L_34; goto IL_025b; } IL_00e1: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_35 = V_0; NullCheck(L_35); RuntimeObject* L_36; L_36 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(15 /* System.Xml.Schema.IXmlSchemaInfo System.Xml.XmlReader::get_SchemaInfo() */, L_35); V_3 = L_36; RuntimeObject* L_37 = V_3; if (!L_37) { goto IL_010f; } } { XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_38 = V_2; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_39 = __this->get_doc_0(); XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_40 = V_2; NullCheck(L_40); String_t* L_41; L_41 = VirtualFuncInvoker0< String_t* >::Invoke(32 /* System.String System.Xml.XmlNode::get_Prefix() */, L_40); XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_42 = V_2; NullCheck(L_42); String_t* L_43; L_43 = VirtualFuncInvoker0< String_t* >::Invoke(33 /* System.String System.Xml.XmlNode::get_LocalName() */, L_42); XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_44 = V_2; NullCheck(L_44); String_t* L_45; L_45 = VirtualFuncInvoker0< String_t* >::Invoke(31 /* System.String System.Xml.XmlNode::get_NamespaceURI() */, L_44); RuntimeObject* L_46 = V_3; NullCheck(L_39); XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_47; L_47 = XmlDocument_AddXmlName_mFAE6AC9E0E1E235388C67440F2887F8F829AAD0C(L_39, L_41, L_43, L_45, L_46, /*hidden argument*/NULL); NullCheck(L_38); XmlElement_set_XmlName_m6BF0CB16BB12B567796E028798409659F0878366_inline(L_38, L_47, /*hidden argument*/NULL); } IL_010f: { XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_48 = V_2; V_4 = L_48; goto IL_0244; } IL_0117: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_49 = V_1; if (L_49) { goto IL_011c; } } { return (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)NULL; } IL_011c: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_50 = V_0; NullCheck(L_50); RuntimeObject* L_51; L_51 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(15 /* System.Xml.Schema.IXmlSchemaInfo System.Xml.XmlReader::get_SchemaInfo() */, L_50); V_3 = L_51; RuntimeObject* L_52 = V_3; if (!L_52) { goto IL_0154; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_53 = V_1; V_2 = ((XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF *)IsInstClass((RuntimeObject*)L_53, XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF_il2cpp_TypeInfo_var)); XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_54 = V_2; if (!L_54) { goto IL_0154; } } { XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_55 = V_2; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_56 = __this->get_doc_0(); XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_57 = V_2; NullCheck(L_57); String_t* L_58; L_58 = VirtualFuncInvoker0< String_t* >::Invoke(32 /* System.String System.Xml.XmlNode::get_Prefix() */, L_57); XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_59 = V_2; NullCheck(L_59); String_t* L_60; L_60 = VirtualFuncInvoker0< String_t* >::Invoke(33 /* System.String System.Xml.XmlNode::get_LocalName() */, L_59); XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_61 = V_2; NullCheck(L_61); String_t* L_62; L_62 = VirtualFuncInvoker0< String_t* >::Invoke(31 /* System.String System.Xml.XmlNode::get_NamespaceURI() */, L_61); RuntimeObject* L_63 = V_3; NullCheck(L_56); XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_64; L_64 = XmlDocument_AddXmlName_mFAE6AC9E0E1E235388C67440F2887F8F829AAD0C(L_56, L_58, L_60, L_62, L_63, /*hidden argument*/NULL); NullCheck(L_55); XmlElement_set_XmlName_m6BF0CB16BB12B567796E028798409659F0878366_inline(L_55, L_64, /*hidden argument*/NULL); } IL_0154: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_65 = V_1; NullCheck(L_65); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_66; L_66 = VirtualFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(12 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_65); if (L_66) { goto IL_015e; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_67 = V_1; return L_67; } IL_015e: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_68 = V_1; NullCheck(L_68); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_69; L_69 = VirtualFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(12 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_68); V_1 = L_69; goto IL_025b; } IL_016a: { XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * L_70; L_70 = XmlLoader_LoadEntityReferenceNode_mDE0023179947F0B2F6D5D213873677F0073C2175(__this, (bool)0, /*hidden argument*/NULL); V_4 = L_70; goto IL_0244; } IL_0178: { return (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)NULL; } IL_017a: { XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_71; L_71 = XmlLoader_LoadAttributeNode_m72E64D3F37BA529D722627406F29DE567B266BB2(__this, /*hidden argument*/NULL); V_4 = L_71; goto IL_0244; } IL_0187: { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_72 = __this->get_doc_0(); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_73 = V_0; NullCheck(L_73); String_t* L_74; L_74 = VirtualFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_73); NullCheck(L_72); XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 * L_75; L_75 = VirtualFuncInvoker1< XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 *, String_t* >::Invoke(63 /* System.Xml.XmlText System.Xml.XmlDocument::CreateTextNode(System.String) */, L_72, L_74); V_4 = L_75; goto IL_0244; } IL_019f: { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_76 = __this->get_doc_0(); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_77 = V_0; NullCheck(L_77); String_t* L_78; L_78 = VirtualFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_77); NullCheck(L_76); XmlSignificantWhitespace_t660C817FC554A3AA84E9799D33C9204CAE4315D6 * L_79; L_79 = VirtualFuncInvoker1< XmlSignificantWhitespace_t660C817FC554A3AA84E9799D33C9204CAE4315D6 *, String_t* >::Invoke(64 /* System.Xml.XmlSignificantWhitespace System.Xml.XmlDocument::CreateSignificantWhitespace(System.String) */, L_76, L_78); V_4 = L_79; goto IL_0244; } IL_01b7: { bool L_80 = __this->get_preserveWhitespace_2(); if (!L_80) { goto IL_01d4; } } { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_81 = __this->get_doc_0(); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_82 = V_0; NullCheck(L_82); String_t* L_83; L_83 = VirtualFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_82); NullCheck(L_81); XmlWhitespace_t7BB2E46A48255FAEF7A758CA9EE2191A4891D56C * L_84; L_84 = VirtualFuncInvoker1< XmlWhitespace_t7BB2E46A48255FAEF7A758CA9EE2191A4891D56C *, String_t* >::Invoke(66 /* System.Xml.XmlWhitespace System.Xml.XmlDocument::CreateWhitespace(System.String) */, L_81, L_83); V_4 = L_84; goto IL_0244; } IL_01d4: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_85 = V_1; if (L_85) { goto IL_025b; } } { bool L_86 = ___skipOverWhitespace0; if (L_86) { goto IL_025b; } } { return (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)NULL; } IL_01df: { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_87 = __this->get_doc_0(); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_88 = V_0; NullCheck(L_88); String_t* L_89; L_89 = VirtualFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_88); NullCheck(L_87); XmlCDataSection_tFC05DCD14B7C2893C0C5AF56AB629E77151A8BEA * L_90; L_90 = VirtualFuncInvoker1< XmlCDataSection_tFC05DCD14B7C2893C0C5AF56AB629E77151A8BEA *, String_t* >::Invoke(56 /* System.Xml.XmlCDataSection System.Xml.XmlDocument::CreateCDataSection(System.String) */, L_87, L_89); V_4 = L_90; goto IL_0244; } IL_01f4: { XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * L_91; L_91 = XmlLoader_LoadDeclarationNode_m39E315764B4F78F48FBED9637A1674A6295AB463(__this, /*hidden argument*/NULL); V_4 = L_91; goto IL_0244; } IL_01fe: { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_92 = __this->get_doc_0(); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_93 = V_0; NullCheck(L_93); String_t* L_94; L_94 = VirtualFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlReader::get_Name() */, L_93); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_95 = V_0; NullCheck(L_95); String_t* L_96; L_96 = VirtualFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_95); NullCheck(L_92); XmlProcessingInstruction_t525E2FBFF021956482F320EEA1ACED57CFC304AE * L_97; L_97 = VirtualFuncInvoker2< XmlProcessingInstruction_t525E2FBFF021956482F320EEA1ACED57CFC304AE *, String_t*, String_t* >::Invoke(61 /* System.Xml.XmlProcessingInstruction System.Xml.XmlDocument::CreateProcessingInstruction(System.String,System.String) */, L_92, L_94, L_96); V_4 = L_97; goto IL_0244; } IL_0219: { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_98 = __this->get_doc_0(); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_99 = V_0; NullCheck(L_99); String_t* L_100; L_100 = VirtualFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_99); NullCheck(L_98); XmlComment_t8945C1C6FC86151538A51D1CBFD3AEEEEC422F66 * L_101; L_101 = VirtualFuncInvoker1< XmlComment_t8945C1C6FC86151538A51D1CBFD3AEEEEC422F66 *, String_t* >::Invoke(57 /* System.Xml.XmlComment System.Xml.XmlDocument::CreateComment(System.String) */, L_98, L_100); V_4 = L_101; goto IL_0244; } IL_022e: { XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_102; L_102 = XmlLoader_LoadDocumentTypeNode_mE3D6BDF47DA58759F4D758C9E3F31A722DA3DA15(__this, /*hidden argument*/NULL); V_4 = L_102; goto IL_0244; } IL_0238: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_103 = V_0; NullCheck(L_103); int32_t L_104; L_104 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_103); Exception_t * L_105; L_105 = XmlLoader_UnexpectedNodeType_m28795DB01BC2B99DE6593D207E0A3C87B1AD19F6(L_104, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_105, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlLoader_LoadNode_mE0EC6871563BDC5D83D885173186D5182A15D2A4_RuntimeMethod_var))); } IL_0244: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_106 = V_1; if (!L_106) { goto IL_0258; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_107 = V_1; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_108 = V_4; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_109 = __this->get_doc_0(); NullCheck(L_107); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_110; L_110 = VirtualFuncInvoker2< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(25 /* System.Xml.XmlNode System.Xml.XmlNode::AppendChildForLoad(System.Xml.XmlNode,System.Xml.XmlDocument) */, L_107, L_108, L_109); goto IL_025b; } IL_0258: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_111 = V_4; return L_111; } IL_025b: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_112 = V_0; NullCheck(L_112); bool L_113; L_113 = VirtualFuncInvoker0< bool >::Invoke(21 /* System.Boolean System.Xml.XmlReader::Read() */, L_112); if (L_113) { goto IL_0009; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_114 = V_1; if (!L_114) { goto IL_027a; } } { goto IL_0272; } IL_026b: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_115 = V_1; NullCheck(L_115); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_116; L_116 = VirtualFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(12 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_115); V_1 = L_116; } IL_0272: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_117 = V_1; NullCheck(L_117); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_118; L_118 = VirtualFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(12 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_117); if (L_118) { goto IL_026b; } } IL_027a: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_119 = V_1; return L_119; } } // System.Xml.XmlAttribute System.Xml.XmlLoader::LoadAttributeNode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * XmlLoader_LoadAttributeNode_m72E64D3F37BA529D722627406F29DE567B266BB2 (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * __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; } XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * V_0 = NULL; XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * V_1 = NULL; RuntimeObject* V_2 = NULL; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_3 = NULL; int32_t V_4 = 0; { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_0 = __this->get_reader_1(); V_0 = L_0; XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_1 = V_0; NullCheck(L_1); bool L_2; L_2 = VirtualFuncInvoker0< bool >::Invoke(14 /* System.Boolean System.Xml.XmlReader::get_IsDefault() */, L_1); if (!L_2) { goto IL_0016; } } { XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_3; L_3 = XmlLoader_LoadDefaultAttribute_m860BB06A5BB900E32872F8220AFA4E6350945924(__this, /*hidden argument*/NULL); return L_3; } IL_0016: { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_4 = __this->get_doc_0(); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_5 = V_0; NullCheck(L_5); String_t* L_6; L_6 = VirtualFuncInvoker0< String_t* >::Invoke(10 /* System.String System.Xml.XmlReader::get_Prefix() */, L_5); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_7 = V_0; NullCheck(L_7); String_t* L_8; L_8 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlReader::get_LocalName() */, L_7); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_9 = V_0; NullCheck(L_9); String_t* L_10; L_10 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.XmlReader::get_NamespaceURI() */, L_9); NullCheck(L_4); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_11; L_11 = VirtualFuncInvoker3< XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D *, String_t*, String_t*, String_t* >::Invoke(68 /* System.Xml.XmlAttribute System.Xml.XmlDocument::CreateAttribute(System.String,System.String,System.String) */, L_4, L_6, L_8, L_10); V_1 = L_11; XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_12 = V_0; NullCheck(L_12); RuntimeObject* L_13; L_13 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(15 /* System.Xml.Schema.IXmlSchemaInfo System.Xml.XmlReader::get_SchemaInfo() */, L_12); V_2 = L_13; RuntimeObject* L_14 = V_2; if (!L_14) { goto IL_00fb; } } { XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_15 = V_1; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_16 = __this->get_doc_0(); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_17 = V_1; NullCheck(L_17); String_t* L_18; L_18 = VirtualFuncInvoker0< String_t* >::Invoke(32 /* System.String System.Xml.XmlNode::get_Prefix() */, L_17); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_19 = V_1; NullCheck(L_19); String_t* L_20; L_20 = VirtualFuncInvoker0< String_t* >::Invoke(33 /* System.String System.Xml.XmlNode::get_LocalName() */, L_19); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_21 = V_1; NullCheck(L_21); String_t* L_22; L_22 = VirtualFuncInvoker0< String_t* >::Invoke(31 /* System.String System.Xml.XmlNode::get_NamespaceURI() */, L_21); RuntimeObject* L_23 = V_2; NullCheck(L_16); XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_24; L_24 = XmlDocument_AddAttrXmlName_m0D2ECDDCAA54A68EC3811E69FA4CF493EBA85A57(L_16, L_18, L_20, L_22, L_23, /*hidden argument*/NULL); NullCheck(L_15); XmlAttribute_set_XmlName_m304F68B9D5B5C58D53B5FDD19FDE62F8EFA9A0A4_inline(L_15, L_24, /*hidden argument*/NULL); goto IL_00fb; } IL_006a: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_25 = V_0; NullCheck(L_25); int32_t L_26; L_26 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_25); V_4 = L_26; int32_t L_27 = V_4; if ((((int32_t)L_27) == ((int32_t)3))) { goto IL_007e; } } { int32_t L_28 = V_4; if ((((int32_t)L_28) == ((int32_t)5))) { goto IL_0092; } } { goto IL_00e1; } IL_007e: { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_29 = __this->get_doc_0(); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_30 = V_0; NullCheck(L_30); String_t* L_31; L_31 = VirtualFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_30); NullCheck(L_29); XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 * L_32; L_32 = VirtualFuncInvoker1< XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 *, String_t* >::Invoke(63 /* System.Xml.XmlText System.Xml.XmlDocument::CreateTextNode(System.String) */, L_29, L_31); V_3 = L_32; goto IL_00ed; } IL_0092: { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_33 = __this->get_doc_0(); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_34 = V_0; NullCheck(L_34); String_t* L_35; L_35 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlReader::get_LocalName() */, L_34); NullCheck(L_33); XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * L_36; L_36 = VirtualFuncInvoker1< XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 *, String_t* >::Invoke(60 /* System.Xml.XmlEntityReference System.Xml.XmlDocument::CreateEntityReference(System.String) */, L_33, L_35); V_3 = L_36; XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_37 = V_0; NullCheck(L_37); bool L_38; L_38 = VirtualFuncInvoker0< bool >::Invoke(26 /* System.Boolean System.Xml.XmlReader::get_CanResolveEntity() */, L_37); if (!L_38) { goto IL_00ed; } } { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_39 = V_0; NullCheck(L_39); VirtualActionInvoker0::Invoke(27 /* System.Void System.Xml.XmlReader::ResolveEntity() */, L_39); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_40 = V_3; XmlLoader_LoadAttributeValue_m8D878F964CB195A2739E68F6D3A5E48CC0B61781(__this, L_40, (bool)0, /*hidden argument*/NULL); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_41 = V_3; NullCheck(L_41); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_42; L_42 = VirtualFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(18 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_41); if (L_42) { goto IL_00ed; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_43 = V_3; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_44 = __this->get_doc_0(); String_t* L_45 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); NullCheck(L_44); XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 * L_46; L_46 = VirtualFuncInvoker1< XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 *, String_t* >::Invoke(63 /* System.Xml.XmlText System.Xml.XmlDocument::CreateTextNode(System.String) */, L_44, L_45); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_47 = __this->get_doc_0(); NullCheck(L_43); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_48; L_48 = VirtualFuncInvoker2< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(25 /* System.Xml.XmlNode System.Xml.XmlNode::AppendChildForLoad(System.Xml.XmlNode,System.Xml.XmlDocument) */, L_43, L_46, L_47); goto IL_00ed; } IL_00e1: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_49 = V_0; NullCheck(L_49); int32_t L_50; L_50 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_49); Exception_t * L_51; L_51 = XmlLoader_UnexpectedNodeType_m28795DB01BC2B99DE6593D207E0A3C87B1AD19F6(L_50, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_51, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlLoader_LoadAttributeNode_m72E64D3F37BA529D722627406F29DE567B266BB2_RuntimeMethod_var))); } IL_00ed: { XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_52 = V_1; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_53 = V_3; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_54 = __this->get_doc_0(); NullCheck(L_52); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_55; L_55 = VirtualFuncInvoker2< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(25 /* System.Xml.XmlNode System.Xml.XmlNode::AppendChildForLoad(System.Xml.XmlNode,System.Xml.XmlDocument) */, L_52, L_53, L_54); } IL_00fb: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_56 = V_0; NullCheck(L_56); bool L_57; L_57 = VirtualFuncInvoker0< bool >::Invoke(20 /* System.Boolean System.Xml.XmlReader::ReadAttributeValue() */, L_56); if (L_57) { goto IL_006a; } } { XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_58 = V_1; return L_58; } } // System.Xml.XmlAttribute System.Xml.XmlLoader::LoadDefaultAttribute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * XmlLoader_LoadDefaultAttribute_m860BB06A5BB900E32872F8220AFA4E6350945924 (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * __this, 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; } XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * V_0 = NULL; XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * V_1 = NULL; RuntimeObject* V_2 = NULL; XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641 * V_3 = NULL; { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_0 = __this->get_reader_1(); V_0 = L_0; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_1 = __this->get_doc_0(); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_2 = V_0; NullCheck(L_2); String_t* L_3; L_3 = VirtualFuncInvoker0< String_t* >::Invoke(10 /* System.String System.Xml.XmlReader::get_Prefix() */, L_2); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_4 = V_0; NullCheck(L_4); String_t* L_5; L_5 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlReader::get_LocalName() */, L_4); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_6 = V_0; NullCheck(L_6); String_t* L_7; L_7 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.XmlReader::get_NamespaceURI() */, L_6); NullCheck(L_1); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_8; L_8 = VirtualFuncInvoker3< XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D *, String_t*, String_t*, String_t* >::Invoke(69 /* System.Xml.XmlAttribute System.Xml.XmlDocument::CreateDefaultAttribute(System.String,System.String,System.String) */, L_1, L_3, L_5, L_7); V_1 = L_8; XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_9 = V_0; NullCheck(L_9); RuntimeObject* L_10; L_10 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(15 /* System.Xml.Schema.IXmlSchemaInfo System.Xml.XmlReader::get_SchemaInfo() */, L_9); V_2 = L_10; RuntimeObject* L_11 = V_2; if (!L_11) { goto IL_0053; } } { XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_12 = V_1; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_13 = __this->get_doc_0(); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_14 = V_1; NullCheck(L_14); String_t* L_15; L_15 = VirtualFuncInvoker0< String_t* >::Invoke(32 /* System.String System.Xml.XmlNode::get_Prefix() */, L_14); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_16 = V_1; NullCheck(L_16); String_t* L_17; L_17 = VirtualFuncInvoker0< String_t* >::Invoke(33 /* System.String System.Xml.XmlNode::get_LocalName() */, L_16); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_18 = V_1; NullCheck(L_18); String_t* L_19; L_19 = VirtualFuncInvoker0< String_t* >::Invoke(31 /* System.String System.Xml.XmlNode::get_NamespaceURI() */, L_18); RuntimeObject* L_20 = V_2; NullCheck(L_13); XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_21; L_21 = XmlDocument_AddAttrXmlName_m0D2ECDDCAA54A68EC3811E69FA4CF493EBA85A57(L_13, L_15, L_17, L_19, L_20, /*hidden argument*/NULL); NullCheck(L_12); XmlAttribute_set_XmlName_m304F68B9D5B5C58D53B5FDD19FDE62F8EFA9A0A4_inline(L_12, L_21, /*hidden argument*/NULL); } IL_0053: { XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_22 = V_1; XmlLoader_LoadAttributeValue_m8D878F964CB195A2739E68F6D3A5E48CC0B61781(__this, L_22, (bool)0, /*hidden argument*/NULL); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_23 = V_1; V_3 = ((XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641 *)IsInstClass((RuntimeObject*)L_23, XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641_il2cpp_TypeInfo_var)); XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641 * L_24 = V_3; if (!L_24) { goto IL_006c; } } { XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641 * L_25 = V_3; NullCheck(L_25); XmlUnspecifiedAttribute_SetSpecified_mF9C15FC0EA42FC85CAA50C4D5D996F4127840D44_inline(L_25, (bool)0, /*hidden argument*/NULL); } IL_006c: { XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_26 = V_1; return L_26; } } // System.Void System.Xml.XmlLoader::LoadAttributeValue(System.Xml.XmlNode,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlLoader_LoadAttributeValue_m8D878F964CB195A2739E68F6D3A5E48CC0B61781 (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___parent0, bool ___direct1, 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*)&XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * V_0 = NULL; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_1 = NULL; int32_t V_2 = 0; XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 * G_B8_0 = NULL; XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * G_B13_0 = NULL; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * G_B17_0 = NULL; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * G_B16_0 = NULL; XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 * G_B18_0 = NULL; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * G_B18_1 = NULL; { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_0 = __this->get_reader_1(); V_0 = L_0; goto IL_00eb; } IL_000c: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_1 = V_0; NullCheck(L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_1); V_2 = L_2; int32_t L_3 = V_2; if ((((int32_t)L_3) == ((int32_t)3))) { goto IL_0025; } } { int32_t L_4 = V_2; if ((((int32_t)L_4) == ((int32_t)5))) { goto IL_0053; } } { int32_t L_5 = V_2; if ((((int32_t)L_5) == ((int32_t)((int32_t)16)))) { goto IL_0052; } } { goto IL_00d1; } IL_0025: { bool L_6 = ___direct1; if (L_6) { goto IL_003b; } } { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_7 = __this->get_doc_0(); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_8 = V_0; NullCheck(L_8); String_t* L_9; L_9 = VirtualFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_8); NullCheck(L_7); XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 * L_10; L_10 = VirtualFuncInvoker1< XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 *, String_t* >::Invoke(63 /* System.Xml.XmlText System.Xml.XmlDocument::CreateTextNode(System.String) */, L_7, L_9); G_B8_0 = L_10; goto IL_004c; } IL_003b: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_11 = V_0; NullCheck(L_11); String_t* L_12; L_12 = VirtualFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_11); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_13 = __this->get_doc_0(); XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 * L_14 = (XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 *)il2cpp_codegen_object_new(XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240_il2cpp_TypeInfo_var); XmlText__ctor_m3B02FD062F74A1E957C6B1A9F67E055FD1997C32(L_14, L_12, L_13, /*hidden argument*/NULL); G_B8_0 = L_14; } IL_004c: { V_1 = G_B8_0; goto IL_00dd; } IL_0052: { return; } IL_0053: { bool L_15 = ___direct1; if (L_15) { goto IL_006e; } } { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_16 = __this->get_doc_0(); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_17 = __this->get_reader_1(); NullCheck(L_17); String_t* L_18; L_18 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlReader::get_LocalName() */, L_17); NullCheck(L_16); XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * L_19; L_19 = VirtualFuncInvoker1< XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 *, String_t* >::Invoke(60 /* System.Xml.XmlEntityReference System.Xml.XmlDocument::CreateEntityReference(System.String) */, L_16, L_18); G_B13_0 = L_19; goto IL_0084; } IL_006e: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_20 = __this->get_reader_1(); NullCheck(L_20); String_t* L_21; L_21 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlReader::get_LocalName() */, L_20); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_22 = __this->get_doc_0(); XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * L_23 = (XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 *)il2cpp_codegen_object_new(XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94_il2cpp_TypeInfo_var); XmlEntityReference__ctor_m37F0842BAE1416D08F62C521367D650B89C61BE9(L_23, L_21, L_22, /*hidden argument*/NULL); G_B13_0 = L_23; } IL_0084: { V_1 = G_B13_0; XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_24 = V_0; NullCheck(L_24); bool L_25; L_25 = VirtualFuncInvoker0< bool >::Invoke(26 /* System.Boolean System.Xml.XmlReader::get_CanResolveEntity() */, L_24); if (!L_25) { goto IL_00dd; } } { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_26 = V_0; NullCheck(L_26); VirtualActionInvoker0::Invoke(27 /* System.Void System.Xml.XmlReader::ResolveEntity() */, L_26); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_27 = V_1; bool L_28 = ___direct1; XmlLoader_LoadAttributeValue_m8D878F964CB195A2739E68F6D3A5E48CC0B61781(__this, L_27, L_28, /*hidden argument*/NULL); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_29 = V_1; NullCheck(L_29); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_30; L_30 = VirtualFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(18 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_29); if (L_30) { goto IL_00dd; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_31 = V_1; bool L_32 = ___direct1; G_B16_0 = L_31; if (L_32) { G_B17_0 = L_31; goto IL_00b9; } } { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_33 = __this->get_doc_0(); String_t* L_34 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); NullCheck(L_33); XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 * L_35; L_35 = VirtualFuncInvoker1< XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 *, String_t* >::Invoke(63 /* System.Xml.XmlText System.Xml.XmlDocument::CreateTextNode(System.String) */, L_33, L_34); G_B18_0 = L_35; G_B18_1 = G_B16_0; goto IL_00c3; } IL_00b9: { String_t* L_36 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 * L_37 = (XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 *)il2cpp_codegen_object_new(XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240_il2cpp_TypeInfo_var); XmlText__ctor_mAB8871691868FF285D140B0786F61438E519DEEA(L_37, L_36, /*hidden argument*/NULL); G_B18_0 = L_37; G_B18_1 = G_B17_0; } IL_00c3: { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_38 = __this->get_doc_0(); NullCheck(G_B18_1); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_39; L_39 = VirtualFuncInvoker2< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(25 /* System.Xml.XmlNode System.Xml.XmlNode::AppendChildForLoad(System.Xml.XmlNode,System.Xml.XmlDocument) */, G_B18_1, G_B18_0, L_38); goto IL_00dd; } IL_00d1: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_40 = V_0; NullCheck(L_40); int32_t L_41; L_41 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_40); Exception_t * L_42; L_42 = XmlLoader_UnexpectedNodeType_m28795DB01BC2B99DE6593D207E0A3C87B1AD19F6(L_41, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_42, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlLoader_LoadAttributeValue_m8D878F964CB195A2739E68F6D3A5E48CC0B61781_RuntimeMethod_var))); } IL_00dd: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_43 = ___parent0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_44 = V_1; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_45 = __this->get_doc_0(); NullCheck(L_43); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_46; L_46 = VirtualFuncInvoker2< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(25 /* System.Xml.XmlNode System.Xml.XmlNode::AppendChildForLoad(System.Xml.XmlNode,System.Xml.XmlDocument) */, L_43, L_44, L_45); } IL_00eb: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_47 = V_0; NullCheck(L_47); bool L_48; L_48 = VirtualFuncInvoker0< bool >::Invoke(20 /* System.Boolean System.Xml.XmlReader::ReadAttributeValue() */, L_47); if (L_48) { goto IL_000c; } } { return; } } // System.Xml.XmlEntityReference System.Xml.XmlLoader::LoadEntityReferenceNode(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * XmlLoader_LoadEntityReferenceNode_mDE0023179947F0B2F6D5D213873677F0073C2175 (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * __this, bool ___direct0, 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*)&XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * V_0 = NULL; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_1 = NULL; XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * G_B3_0 = NULL; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * G_B8_0 = NULL; { bool L_0 = ___direct0; if (L_0) { goto IL_001b; } } { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_1 = __this->get_doc_0(); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_2 = __this->get_reader_1(); NullCheck(L_2); String_t* L_3; L_3 = VirtualFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlReader::get_Name() */, L_2); NullCheck(L_1); XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * L_4; L_4 = VirtualFuncInvoker1< XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 *, String_t* >::Invoke(60 /* System.Xml.XmlEntityReference System.Xml.XmlDocument::CreateEntityReference(System.String) */, L_1, L_3); G_B3_0 = L_4; goto IL_0031; } IL_001b: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_5 = __this->get_reader_1(); NullCheck(L_5); String_t* L_6; L_6 = VirtualFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlReader::get_Name() */, L_5); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_7 = __this->get_doc_0(); XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * L_8 = (XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 *)il2cpp_codegen_object_new(XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94_il2cpp_TypeInfo_var); XmlEntityReference__ctor_m37F0842BAE1416D08F62C521367D650B89C61BE9(L_8, L_6, L_7, /*hidden argument*/NULL); G_B3_0 = L_8; } IL_0031: { V_0 = G_B3_0; XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_9 = __this->get_reader_1(); NullCheck(L_9); bool L_10; L_10 = VirtualFuncInvoker0< bool >::Invoke(26 /* System.Boolean System.Xml.XmlReader::get_CanResolveEntity() */, L_9); if (!L_10) { goto IL_00b1; } } { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_11 = __this->get_reader_1(); NullCheck(L_11); VirtualActionInvoker0::Invoke(27 /* System.Void System.Xml.XmlReader::ResolveEntity() */, L_11); goto IL_0070; } IL_004c: { bool L_12 = ___direct0; if (L_12) { goto IL_0058; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_13; L_13 = XmlLoader_LoadNode_mE0EC6871563BDC5D83D885173186D5182A15D2A4(__this, (bool)0, /*hidden argument*/NULL); G_B8_0 = L_13; goto IL_005e; } IL_0058: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_14; L_14 = XmlLoader_LoadNodeDirect_m3F863AFB2C66947E080F81182FD282EDDC9872C4(__this, /*hidden argument*/NULL); G_B8_0 = L_14; } IL_005e: { V_1 = G_B8_0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_15 = V_1; if (!L_15) { goto IL_0070; } } { XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * L_16 = V_0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_17 = V_1; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_18 = __this->get_doc_0(); NullCheck(L_16); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_19; L_19 = VirtualFuncInvoker2< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(25 /* System.Xml.XmlNode System.Xml.XmlNode::AppendChildForLoad(System.Xml.XmlNode,System.Xml.XmlDocument) */, L_16, L_17, L_18); } IL_0070: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_20 = __this->get_reader_1(); NullCheck(L_20); bool L_21; L_21 = VirtualFuncInvoker0< bool >::Invoke(21 /* System.Boolean System.Xml.XmlReader::Read() */, L_20); if (!L_21) { goto IL_008c; } } { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_22 = __this->get_reader_1(); NullCheck(L_22); int32_t L_23; L_23 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_22); if ((!(((uint32_t)L_23) == ((uint32_t)((int32_t)16))))) { goto IL_004c; } } IL_008c: { XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * L_24 = V_0; NullCheck(L_24); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_25; L_25 = VirtualFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(19 /* System.Xml.XmlNode System.Xml.XmlNode::get_LastChild() */, L_24); if (L_25) { goto IL_00b1; } } { XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * L_26 = V_0; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_27 = __this->get_doc_0(); String_t* L_28 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); NullCheck(L_27); XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 * L_29; L_29 = VirtualFuncInvoker1< XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 *, String_t* >::Invoke(63 /* System.Xml.XmlText System.Xml.XmlDocument::CreateTextNode(System.String) */, L_27, L_28); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_30 = __this->get_doc_0(); NullCheck(L_26); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_31; L_31 = VirtualFuncInvoker2< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(25 /* System.Xml.XmlNode System.Xml.XmlNode::AppendChildForLoad(System.Xml.XmlNode,System.Xml.XmlDocument) */, L_26, L_29, L_30); } IL_00b1: { XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * L_32 = V_0; return L_32; } } // System.Xml.XmlDeclaration System.Xml.XmlLoader::LoadDeclarationNode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * XmlLoader_LoadDeclarationNode_m39E315764B4F78F48FBED9637A1674A6295AB463 (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral29988D0F9BCADFABFF66CBF5AB73096D1CAE3128); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5BAA302A400A1B9C6F712ED9DBE1D7010A5034BF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD2D2F8D3F9F04A081FFBE6B2AF7917BAAADFC052); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; String_t* V_2 = NULL; String_t* V_3 = NULL; { V_0 = (String_t*)NULL; V_1 = (String_t*)NULL; V_2 = (String_t*)NULL; goto IL_0065; } IL_0008: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_0 = __this->get_reader_1(); NullCheck(L_0); String_t* L_1; L_1 = VirtualFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlReader::get_Name() */, L_0); V_3 = L_1; String_t* L_2 = V_3; bool L_3; L_3 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_2, _stringLiteralD2D2F8D3F9F04A081FFBE6B2AF7917BAAADFC052, /*hidden argument*/NULL); if (L_3) { goto IL_003d; } } { String_t* L_4 = V_3; bool L_5; L_5 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_4, _stringLiteral29988D0F9BCADFABFF66CBF5AB73096D1CAE3128, /*hidden argument*/NULL); if (L_5) { goto IL_004b; } } { String_t* L_6 = V_3; bool L_7; L_7 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_6, _stringLiteral5BAA302A400A1B9C6F712ED9DBE1D7010A5034BF, /*hidden argument*/NULL); if (L_7) { goto IL_0059; } } { goto IL_0065; } IL_003d: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_8 = __this->get_reader_1(); NullCheck(L_8); String_t* L_9; L_9 = VirtualFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_8); V_0 = L_9; goto IL_0065; } IL_004b: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_10 = __this->get_reader_1(); NullCheck(L_10); String_t* L_11; L_11 = VirtualFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_10); V_1 = L_11; goto IL_0065; } IL_0059: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_12 = __this->get_reader_1(); NullCheck(L_12); String_t* L_13; L_13 = VirtualFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_12); V_2 = L_13; } IL_0065: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_14 = __this->get_reader_1(); NullCheck(L_14); bool L_15; L_15 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean System.Xml.XmlReader::MoveToNextAttribute() */, L_14); if (L_15) { goto IL_0008; } } { String_t* L_16 = V_0; if (L_16) { goto IL_008b; } } { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_17 = __this->get_reader_1(); NullCheck(L_17); String_t* L_18; L_18 = VirtualFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_17); XmlLoader_ParseXmlDeclarationValue_m7A687F39E9FCC8A8D3AA9ECA6CFEE5FB4D375DAE(L_18, (String_t**)(&V_0), (String_t**)(&V_1), (String_t**)(&V_2), /*hidden argument*/NULL); } IL_008b: { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_19 = __this->get_doc_0(); String_t* L_20 = V_0; String_t* L_21 = V_1; String_t* L_22 = V_2; NullCheck(L_19); XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC * L_23; L_23 = VirtualFuncInvoker3< XmlDeclaration_t9B0761DBF73F334D6C22AB2040EBA814414F25BC *, String_t*, String_t*, String_t* >::Invoke(62 /* System.Xml.XmlDeclaration System.Xml.XmlDocument::CreateXmlDeclaration(System.String,System.String,System.String) */, L_19, L_20, L_21, L_22); return L_23; } } // System.Xml.XmlDocumentType System.Xml.XmlLoader::LoadDocumentTypeNode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * XmlLoader_LoadDocumentTypeNode_mE3D6BDF47DA58759F4D758C9E3F31A722DA3DA15 (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1F1BC4D23D8E5661364EBEC728BE303959F6CF91); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD4DAA1A26807E1A567D68B161E6A95701A3FD560); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; String_t* V_2 = NULL; String_t* V_3 = NULL; XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * V_4 = NULL; RuntimeObject* V_5 = NULL; String_t* V_6 = NULL; { V_0 = (String_t*)NULL; V_1 = (String_t*)NULL; XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_0 = __this->get_reader_1(); NullCheck(L_0); String_t* L_1; L_1 = VirtualFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_0); V_2 = L_1; XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_2 = __this->get_reader_1(); NullCheck(L_2); String_t* L_3; L_3 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlReader::get_LocalName() */, L_2); V_3 = L_3; goto IL_0063; } IL_001e: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_4 = __this->get_reader_1(); NullCheck(L_4); String_t* L_5; L_5 = VirtualFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlReader::get_Name() */, L_4); V_6 = L_5; String_t* L_6 = V_6; bool L_7; L_7 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_6, _stringLiteral1F1BC4D23D8E5661364EBEC728BE303959F6CF91, /*hidden argument*/NULL); if (L_7) { goto IL_0049; } } { String_t* L_8 = V_6; bool L_9; L_9 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_8, _stringLiteralD4DAA1A26807E1A567D68B161E6A95701A3FD560, /*hidden argument*/NULL); if (L_9) { goto IL_0057; } } { goto IL_0063; } IL_0049: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_10 = __this->get_reader_1(); NullCheck(L_10); String_t* L_11; L_11 = VirtualFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_10); V_0 = L_11; goto IL_0063; } IL_0057: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_12 = __this->get_reader_1(); NullCheck(L_12); String_t* L_13; L_13 = VirtualFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_12); V_1 = L_13; } IL_0063: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_14 = __this->get_reader_1(); NullCheck(L_14); bool L_15; L_15 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean System.Xml.XmlReader::MoveToNextAttribute() */, L_14); if (L_15) { goto IL_001e; } } { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_16 = __this->get_doc_0(); String_t* L_17 = V_3; String_t* L_18 = V_0; String_t* L_19 = V_1; String_t* L_20 = V_2; NullCheck(L_16); XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_21; L_21 = VirtualFuncInvoker4< XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F *, String_t*, String_t*, String_t*, String_t* >::Invoke(58 /* System.Xml.XmlDocumentType System.Xml.XmlDocument::CreateDocumentType(System.String,System.String,System.String,System.String) */, L_16, L_17, L_18, L_19, L_20); V_4 = L_21; XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_22 = __this->get_reader_1(); NullCheck(L_22); RuntimeObject* L_23; L_23 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(29 /* System.Xml.IDtdInfo System.Xml.XmlReader::get_DtdInfo() */, L_22); V_5 = L_23; RuntimeObject* L_24 = V_5; if (!L_24) { goto IL_009e; } } { RuntimeObject* L_25 = V_5; XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_26 = V_4; XmlLoader_LoadDocumentType_m7FB94891A1FDAA814F9E5245C36015D89E004114(__this, L_25, L_26, /*hidden argument*/NULL); goto IL_00a6; } IL_009e: { XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_27 = V_4; XmlLoader_ParseDocumentType_m05C412AAC3CDE7A77775EEB1E3951F1101061150(__this, L_27, /*hidden argument*/NULL); } IL_00a6: { XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_28 = V_4; return L_28; } } // System.Xml.XmlNode System.Xml.XmlLoader::LoadNodeDirect() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlLoader_LoadNodeDirect_m3F863AFB2C66947E080F81182FD282EDDC9872C4 (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlCDataSection_tFC05DCD14B7C2893C0C5AF56AB629E77151A8BEA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlComment_t8945C1C6FC86151538A51D1CBFD3AEEEEC422F66_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlProcessingInstruction_t525E2FBFF021956482F320EEA1ACED57CFC304AE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSignificantWhitespace_t660C817FC554A3AA84E9799D33C9204CAE4315D6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlWhitespace_t7BB2E46A48255FAEF7A758CA9EE2191A4891D56C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * V_0 = NULL; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_1 = NULL; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_2 = NULL; int32_t V_3 = 0; bool V_4 = false; XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * V_5 = NULL; XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * V_6 = NULL; XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * V_7 = NULL; { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_0 = __this->get_reader_1(); V_0 = L_0; V_1 = (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)NULL; } IL_0009: { V_2 = (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)NULL; XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_1 = V_0; NullCheck(L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_1); V_3 = L_2; int32_t L_3 = V_3; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1))) { case 0: { goto IL_005f; } case 1: { goto IL_0119; } case 2: { goto IL_0168; } case 3: { goto IL_0181; } case 4: { goto IL_010c; } case 5: { goto IL_01d7; } case 6: { goto IL_019a; } case 7: { goto IL_01be; } case 8: { goto IL_01d7; } case 9: { goto IL_01d7; } case 10: { goto IL_01d7; } case 11: { goto IL_01d7; } case 12: { goto IL_0141; } case 13: { goto IL_0125; } case 14: { goto IL_00f6; } case 15: { goto IL_01fd; } } } { goto IL_01d7; } IL_005f: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_4 = __this->get_reader_1(); NullCheck(L_4); bool L_5; L_5 = VirtualFuncInvoker0< bool >::Invoke(13 /* System.Boolean System.Xml.XmlReader::get_IsEmptyElement() */, L_4); V_4 = L_5; XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_6 = __this->get_reader_1(); NullCheck(L_6); String_t* L_7; L_7 = VirtualFuncInvoker0< String_t* >::Invoke(10 /* System.String System.Xml.XmlReader::get_Prefix() */, L_6); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_8 = __this->get_reader_1(); NullCheck(L_8); String_t* L_9; L_9 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlReader::get_LocalName() */, L_8); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_10 = __this->get_reader_1(); NullCheck(L_10); String_t* L_11; L_11 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.XmlReader::get_NamespaceURI() */, L_10); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_12 = __this->get_doc_0(); XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_13 = (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF *)il2cpp_codegen_object_new(XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF_il2cpp_TypeInfo_var); XmlElement__ctor_m7EF87BE7BF1F09B5E43F24BA0B3F8EAF88E5F9C1(L_13, L_7, L_9, L_11, L_12, /*hidden argument*/NULL); V_5 = L_13; XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_14 = V_5; bool L_15 = V_4; NullCheck(L_14); XmlElement_set_IsEmpty_mE5B520F63BDFB84E37B795E2B7F0BAA54981EA25(L_14, L_15, /*hidden argument*/NULL); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_16 = __this->get_reader_1(); NullCheck(L_16); bool L_17; L_17 = VirtualFuncInvoker0< bool >::Invoke(17 /* System.Boolean System.Xml.XmlReader::MoveToFirstAttribute() */, L_16); if (!L_17) { goto IL_00d3; } } { XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_18 = V_5; NullCheck(L_18); XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * L_19; L_19 = VirtualFuncInvoker0< XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * >::Invoke(16 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_18); V_6 = L_19; } IL_00b9: { XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_20; L_20 = XmlLoader_LoadAttributeNodeDirect_m13022CF1BAF25B295F0125C21A9E70AB4BC5EC87(__this, /*hidden argument*/NULL); V_7 = L_20; XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * L_21 = V_6; XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_22 = V_7; NullCheck(L_21); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_23; L_23 = XmlAttributeCollection_Append_m38C817C6F498FD65F262169490947B40BA887782(L_21, L_22, /*hidden argument*/NULL); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_24 = V_0; NullCheck(L_24); bool L_25; L_25 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean System.Xml.XmlReader::MoveToNextAttribute() */, L_24); if (L_25) { goto IL_00b9; } } IL_00d3: { bool L_26 = V_4; if (L_26) { goto IL_00ee; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_27 = V_1; XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_28 = V_5; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_29 = __this->get_doc_0(); NullCheck(L_27); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_30; L_30 = VirtualFuncInvoker2< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(25 /* System.Xml.XmlNode System.Xml.XmlNode::AppendChildForLoad(System.Xml.XmlNode,System.Xml.XmlDocument) */, L_27, L_28, L_29); XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_31 = V_5; V_1 = L_31; goto IL_01fd; } IL_00ee: { XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_32 = V_5; V_2 = L_32; goto IL_01e8; } IL_00f6: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_33 = V_1; NullCheck(L_33); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_34; L_34 = VirtualFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(12 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_33); if (L_34) { goto IL_0100; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_35 = V_1; return L_35; } IL_0100: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_36 = V_1; NullCheck(L_36); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_37; L_37 = VirtualFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(12 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_36); V_1 = L_37; goto IL_01fd; } IL_010c: { XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * L_38; L_38 = XmlLoader_LoadEntityReferenceNode_mDE0023179947F0B2F6D5D213873677F0073C2175(__this, (bool)1, /*hidden argument*/NULL); V_2 = L_38; goto IL_01e8; } IL_0119: { XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_39; L_39 = XmlLoader_LoadAttributeNodeDirect_m13022CF1BAF25B295F0125C21A9E70AB4BC5EC87(__this, /*hidden argument*/NULL); V_2 = L_39; goto IL_01e8; } IL_0125: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_40 = __this->get_reader_1(); NullCheck(L_40); String_t* L_41; L_41 = VirtualFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_40); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_42 = __this->get_doc_0(); XmlSignificantWhitespace_t660C817FC554A3AA84E9799D33C9204CAE4315D6 * L_43 = (XmlSignificantWhitespace_t660C817FC554A3AA84E9799D33C9204CAE4315D6 *)il2cpp_codegen_object_new(XmlSignificantWhitespace_t660C817FC554A3AA84E9799D33C9204CAE4315D6_il2cpp_TypeInfo_var); XmlSignificantWhitespace__ctor_m4FDED87C74B89927C8B1A817A5E56EA11570908B(L_43, L_41, L_42, /*hidden argument*/NULL); V_2 = L_43; goto IL_01e8; } IL_0141: { bool L_44 = __this->get_preserveWhitespace_2(); if (!L_44) { goto IL_01fd; } } { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_45 = __this->get_reader_1(); NullCheck(L_45); String_t* L_46; L_46 = VirtualFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_45); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_47 = __this->get_doc_0(); XmlWhitespace_t7BB2E46A48255FAEF7A758CA9EE2191A4891D56C * L_48 = (XmlWhitespace_t7BB2E46A48255FAEF7A758CA9EE2191A4891D56C *)il2cpp_codegen_object_new(XmlWhitespace_t7BB2E46A48255FAEF7A758CA9EE2191A4891D56C_il2cpp_TypeInfo_var); XmlWhitespace__ctor_m3A108BEE96CE7575F27A1DED29804E41C8B847D0(L_48, L_46, L_47, /*hidden argument*/NULL); V_2 = L_48; goto IL_01e8; } IL_0168: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_49 = __this->get_reader_1(); NullCheck(L_49); String_t* L_50; L_50 = VirtualFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_49); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_51 = __this->get_doc_0(); XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 * L_52 = (XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 *)il2cpp_codegen_object_new(XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240_il2cpp_TypeInfo_var); XmlText__ctor_m3B02FD062F74A1E957C6B1A9F67E055FD1997C32(L_52, L_50, L_51, /*hidden argument*/NULL); V_2 = L_52; goto IL_01e8; } IL_0181: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_53 = __this->get_reader_1(); NullCheck(L_53); String_t* L_54; L_54 = VirtualFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_53); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_55 = __this->get_doc_0(); XmlCDataSection_tFC05DCD14B7C2893C0C5AF56AB629E77151A8BEA * L_56 = (XmlCDataSection_tFC05DCD14B7C2893C0C5AF56AB629E77151A8BEA *)il2cpp_codegen_object_new(XmlCDataSection_tFC05DCD14B7C2893C0C5AF56AB629E77151A8BEA_il2cpp_TypeInfo_var); XmlCDataSection__ctor_m7627C8277D242E9C27B55D71AE63A94FF7F42C28(L_56, L_54, L_55, /*hidden argument*/NULL); V_2 = L_56; goto IL_01e8; } IL_019a: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_57 = __this->get_reader_1(); NullCheck(L_57); String_t* L_58; L_58 = VirtualFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlReader::get_Name() */, L_57); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_59 = __this->get_reader_1(); NullCheck(L_59); String_t* L_60; L_60 = VirtualFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_59); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_61 = __this->get_doc_0(); XmlProcessingInstruction_t525E2FBFF021956482F320EEA1ACED57CFC304AE * L_62 = (XmlProcessingInstruction_t525E2FBFF021956482F320EEA1ACED57CFC304AE *)il2cpp_codegen_object_new(XmlProcessingInstruction_t525E2FBFF021956482F320EEA1ACED57CFC304AE_il2cpp_TypeInfo_var); XmlProcessingInstruction__ctor_mB08CD58B8FC50C36BE6B4715C658A3FD9C4D9ACA(L_62, L_58, L_60, L_61, /*hidden argument*/NULL); V_2 = L_62; goto IL_01e8; } IL_01be: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_63 = __this->get_reader_1(); NullCheck(L_63); String_t* L_64; L_64 = VirtualFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_63); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_65 = __this->get_doc_0(); XmlComment_t8945C1C6FC86151538A51D1CBFD3AEEEEC422F66 * L_66 = (XmlComment_t8945C1C6FC86151538A51D1CBFD3AEEEEC422F66 *)il2cpp_codegen_object_new(XmlComment_t8945C1C6FC86151538A51D1CBFD3AEEEEC422F66_il2cpp_TypeInfo_var); XmlComment__ctor_m16B823CBCB20A2DDBAF0769CED08B16C07DD744C(L_66, L_64, L_65, /*hidden argument*/NULL); V_2 = L_66; goto IL_01e8; } IL_01d7: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_67 = __this->get_reader_1(); NullCheck(L_67); int32_t L_68; L_68 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_67); Exception_t * L_69; L_69 = XmlLoader_UnexpectedNodeType_m28795DB01BC2B99DE6593D207E0A3C87B1AD19F6(L_68, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_69, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlLoader_LoadNodeDirect_m3F863AFB2C66947E080F81182FD282EDDC9872C4_RuntimeMethod_var))); } IL_01e8: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_70 = V_1; if (!L_70) { goto IL_01fb; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_71 = V_1; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_72 = V_2; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_73 = __this->get_doc_0(); NullCheck(L_71); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_74; L_74 = VirtualFuncInvoker2< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(25 /* System.Xml.XmlNode System.Xml.XmlNode::AppendChildForLoad(System.Xml.XmlNode,System.Xml.XmlDocument) */, L_71, L_72, L_73); goto IL_01fd; } IL_01fb: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_75 = V_2; return L_75; } IL_01fd: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_76 = V_0; NullCheck(L_76); bool L_77; L_77 = VirtualFuncInvoker0< bool >::Invoke(21 /* System.Boolean System.Xml.XmlReader::Read() */, L_76); if (L_77) { goto IL_0009; } } { return (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)NULL; } } // System.Xml.XmlAttribute System.Xml.XmlLoader::LoadAttributeNodeDirect() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * XmlLoader_LoadAttributeNodeDirect_m13022CF1BAF25B295F0125C21A9E70AB4BC5EC87 (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * V_0 = NULL; XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * V_1 = NULL; XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641 * V_2 = NULL; { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_0 = __this->get_reader_1(); V_0 = L_0; XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_1 = V_0; NullCheck(L_1); bool L_2; L_2 = VirtualFuncInvoker0< bool >::Invoke(14 /* System.Boolean System.Xml.XmlReader::get_IsDefault() */, L_1); if (!L_2) { goto IL_003e; } } { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_3 = V_0; NullCheck(L_3); String_t* L_4; L_4 = VirtualFuncInvoker0< String_t* >::Invoke(10 /* System.String System.Xml.XmlReader::get_Prefix() */, L_3); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_5 = V_0; NullCheck(L_5); String_t* L_6; L_6 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlReader::get_LocalName() */, L_5); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_7 = V_0; NullCheck(L_7); String_t* L_8; L_8 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.XmlReader::get_NamespaceURI() */, L_7); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_9 = __this->get_doc_0(); XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641 * L_10 = (XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641 *)il2cpp_codegen_object_new(XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641_il2cpp_TypeInfo_var); XmlUnspecifiedAttribute__ctor_m1C3FF58C6D59200A0E34294C09EDBFE4401C03E3(L_10, L_4, L_6, L_8, L_9, /*hidden argument*/NULL); V_2 = L_10; XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641 * L_11 = V_2; XmlLoader_LoadAttributeValue_m8D878F964CB195A2739E68F6D3A5E48CC0B61781(__this, L_11, (bool)1, /*hidden argument*/NULL); XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641 * L_12 = V_2; NullCheck(L_12); XmlUnspecifiedAttribute_SetSpecified_mF9C15FC0EA42FC85CAA50C4D5D996F4127840D44_inline(L_12, (bool)0, /*hidden argument*/NULL); XmlUnspecifiedAttribute_tF407B3741ADDB6788A6F6019CF4B2D23CDF8F641 * L_13 = V_2; return L_13; } IL_003e: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_14 = V_0; NullCheck(L_14); String_t* L_15; L_15 = VirtualFuncInvoker0< String_t* >::Invoke(10 /* System.String System.Xml.XmlReader::get_Prefix() */, L_14); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_16 = V_0; NullCheck(L_16); String_t* L_17; L_17 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlReader::get_LocalName() */, L_16); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_18 = V_0; NullCheck(L_18); String_t* L_19; L_19 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.XmlReader::get_NamespaceURI() */, L_18); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_20 = __this->get_doc_0(); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_21 = (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D *)il2cpp_codegen_object_new(XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var); XmlAttribute__ctor_m1CC4421CFD643E837A80EBD7C725CB0DD5E6F036(L_21, L_15, L_17, L_19, L_20, /*hidden argument*/NULL); V_1 = L_21; XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_22 = V_1; XmlLoader_LoadAttributeValue_m8D878F964CB195A2739E68F6D3A5E48CC0B61781(__this, L_22, (bool)1, /*hidden argument*/NULL); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_23 = V_1; return L_23; } } // System.Void System.Xml.XmlLoader::ParseDocumentType(System.Xml.XmlDocumentType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlLoader_ParseDocumentType_m05C412AAC3CDE7A77775EEB1E3951F1101061150 (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * __this, XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * ___dtNode0, const RuntimeMethod* method) { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * V_0 = NULL; { XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_0 = ___dtNode0; NullCheck(L_0); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_1; L_1 = VirtualFuncInvoker0< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(17 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, L_0); V_0 = L_1; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_2 = V_0; NullCheck(L_2); bool L_3; L_3 = XmlDocument_get_HasSetResolver_mC2C6B3468CB289554D1B1BBFB362D8F0A63D4792_inline(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_001e; } } { XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_4 = ___dtNode0; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_5 = V_0; NullCheck(L_5); XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * L_6; L_6 = XmlDocument_GetResolver_m8FB9F7E522BD80FF4E7CB398BCE65D313E1C6D6C_inline(L_5, /*hidden argument*/NULL); XmlLoader_ParseDocumentType_mFEAA499A797885F5E8E4B99C00880923F1CD6BC5(__this, L_4, (bool)1, L_6, /*hidden argument*/NULL); return; } IL_001e: { XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_7 = ___dtNode0; XmlLoader_ParseDocumentType_mFEAA499A797885F5E8E4B99C00880923F1CD6BC5(__this, L_7, (bool)0, (XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A *)NULL, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlLoader::ParseDocumentType(System.Xml.XmlDocumentType,System.Boolean,System.Xml.XmlResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlLoader_ParseDocumentType_mFEAA499A797885F5E8E4B99C00880923F1CD6BC5 (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * __this, XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * ___dtNode0, bool ___bUseResolver1, XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * ___resolver2, 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*)&IDtdParser_tD5A6D02A5CA749436148A452C1A6DBD8EFA76833_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); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * V_0 = NULL; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * V_1 = NULL; DtdParserProxy_t2577A62EB66A77D9533689C64F0F41F47C19F557 * V_2 = NULL; RuntimeObject* V_3 = NULL; { XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_0 = ___dtNode0; NullCheck(L_0); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_1; L_1 = VirtualFuncInvoker0< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(17 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, L_0); __this->set_doc_0(L_1); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_2 = __this->get_doc_0(); NullCheck(L_2); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_3; L_3 = XmlDocument_get_NameTable_m0CCA0C27A27C84923F031F9789DD4F749D67AD53(L_2, /*hidden argument*/NULL); XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_4 = (XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 *)il2cpp_codegen_object_new(XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465_il2cpp_TypeInfo_var); XmlNamespaceManager__ctor_m644ECD044F339BFAB6C580569F28E87B03740A6C(L_4, L_3, /*hidden argument*/NULL); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_5 = __this->get_doc_0(); NullCheck(L_5); String_t* L_6; L_6 = VirtualFuncInvoker0< String_t* >::Invoke(39 /* System.String System.Xml.XmlNode::get_BaseURI() */, L_5); String_t* L_7 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * L_8 = (XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 *)il2cpp_codegen_object_new(XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28_il2cpp_TypeInfo_var); XmlParserContext__ctor_m277A2B9C0868F07AE3AB7BA3E53948F7FECB9B20(L_8, (XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 *)NULL, L_4, (String_t*)NULL, (String_t*)NULL, (String_t*)NULL, (String_t*)NULL, L_6, L_7, 0, /*hidden argument*/NULL); V_0 = L_8; XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * L_9 = V_0; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * L_10 = (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 *)il2cpp_codegen_object_new(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4_il2cpp_TypeInfo_var); XmlTextReaderImpl__ctor_m068A7DCF326CCEB0144B3C28838A4C4D6DC793D5(L_10, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, 1, L_9, /*hidden argument*/NULL); V_1 = L_10; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * L_11 = V_1; XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_12 = ___dtNode0; NullCheck(L_12); bool L_13; L_13 = XmlDocumentType_get_ParseWithNamespaces_m0B06FD0B85241C23F59FDF8ABA65C59F6320A9DB_inline(L_12, /*hidden argument*/NULL); NullCheck(L_11); XmlTextReaderImpl_set_Namespaces_m4D0C64D58914FD0E67DFDA3B05C305033376CE72(L_11, L_13, /*hidden argument*/NULL); bool L_14 = ___bUseResolver1; if (!L_14) { goto IL_005b; } } { XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * L_15 = V_1; XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * L_16 = ___resolver2; NullCheck(L_15); XmlTextReaderImpl_set_XmlResolver_m44FF2066BA2BC478D9FC42BA6619ED161906195E(L_15, L_16, /*hidden argument*/NULL); } IL_005b: { RuntimeObject* L_17; L_17 = DtdParser_Create_m15A259110FA9E37C9FF15E2EEB9EA88C6D0C21BD(/*hidden argument*/NULL); XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * L_18 = V_1; DtdParserProxy_t2577A62EB66A77D9533689C64F0F41F47C19F557 * L_19 = (DtdParserProxy_t2577A62EB66A77D9533689C64F0F41F47C19F557 *)il2cpp_codegen_object_new(DtdParserProxy_t2577A62EB66A77D9533689C64F0F41F47C19F557_il2cpp_TypeInfo_var); DtdParserProxy__ctor_m080E199E77CE80BF8AB44E5AE23D9AB3D1C5755C(L_19, L_18, /*hidden argument*/NULL); V_2 = L_19; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_20 = __this->get_doc_0(); NullCheck(L_20); String_t* L_21; L_21 = VirtualFuncInvoker0< String_t* >::Invoke(39 /* System.String System.Xml.XmlNode::get_BaseURI() */, L_20); XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_22 = ___dtNode0; NullCheck(L_22); String_t* L_23; L_23 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlNode::get_Name() */, L_22); XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_24 = ___dtNode0; NullCheck(L_24); String_t* L_25; L_25 = XmlDocumentType_get_PublicId_m40162F4E886473F9CED7BA6DB746A9D87FCEC052_inline(L_24, /*hidden argument*/NULL); XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_26 = ___dtNode0; NullCheck(L_26); String_t* L_27; L_27 = XmlDocumentType_get_SystemId_m13D5529B12AAC1D746290E215EEE55488797F48C_inline(L_26, /*hidden argument*/NULL); XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_28 = ___dtNode0; NullCheck(L_28); String_t* L_29; L_29 = XmlDocumentType_get_InternalSubset_m47D58BEC6FC720A12886D22C9A68A7480F1BFF26_inline(L_28, /*hidden argument*/NULL); DtdParserProxy_t2577A62EB66A77D9533689C64F0F41F47C19F557 * L_30 = V_2; NullCheck(L_17); RuntimeObject* L_31; L_31 = 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_17, L_21, L_23, L_25, L_27, L_29, L_30); V_3 = L_31; RuntimeObject* L_32 = V_3; XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_33 = ___dtNode0; XmlLoader_LoadDocumentType_m7FB94891A1FDAA814F9E5245C36015D89E004114(__this, L_32, L_33, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlLoader::LoadDocumentType(System.Xml.IDtdInfo,System.Xml.XmlDocumentType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlLoader_LoadDocumentType_m7FB94891A1FDAA814F9E5245C36015D89E004114 (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * __this, RuntimeObject* ___dtdInfo0, XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * ___dtNode1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_GetEnumerator_m169EE2976435B9374F41400391432944DA194E1F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_GetEnumerator_m59E0AB49CBED1ED39D4BEF0F7EBA959EDC34ADD0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Values_m138EBDA95DA7B998A3134BCAFD7F91B1821EC8CB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Values_m420807B5975F103BC70BF8C07C249B59DBB14E61_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m76091F2A128252E9DCA425F161EB45F2DC9B3D4A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mC29BFE590DD617C72A33F5A07E5F5EEE31DC80AB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m5CE225D2553D42BFD59CAAA8E00BCABC95FB6501_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m85F1BE592F5A6080495783B6DE2F5DC53ADA6447_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m4A701063056932FE3DC5481D4BAFC54B4F083603_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m7517A1B02124E9747A4D0F8A007FF06614E1B1CB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_t0342A051A9AAE92BBE378E8AA7F590657CE70B67_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_t2C62E3AA8D6B2EBDDFB51E620DF8419B1F116ED2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionaryEnumerator_t8A89A8564EADF5FFB8494092DFED7D7C063F1501_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueCollection_GetEnumerator_m328CB00B4EBA0F724E4A971007779E789EA4DAF8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueCollection_GetEnumerator_mBD09562F25B4FC8C66D2C5F483BB80409F21F886_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlNotation_tDC9DE2B0FEDB66B9EAE6480AB07873EB7FEF8E92_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * V_0 = NULL; RuntimeObject* V_1 = NULL; Enumerator_t336D0B712F86524766108F6C46C4A8556C26914E V_2; memset((&V_2), 0, sizeof(V_2)); SchemaNotation_t8D5A15431203B940197C8F7319BE3BF677D12CED * V_3 = NULL; Enumerator_tB0BB04BD5E441FEE7A2A434572B1842CBD0DD61C V_4; memset((&V_4), 0, sizeof(V_4)); SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * V_5 = NULL; XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 * V_6 = NULL; SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * V_7 = NULL; XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 * V_8 = NULL; SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * V_9 = NULL; RuntimeObject* V_10 = NULL; SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * V_11 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; String_t* G_B15_0 = NULL; String_t* G_B15_1 = NULL; String_t* G_B15_2 = NULL; String_t* G_B15_3 = NULL; String_t* G_B14_0 = NULL; String_t* G_B14_1 = NULL; String_t* G_B14_2 = NULL; String_t* G_B14_3 = NULL; String_t* G_B16_0 = NULL; String_t* G_B16_1 = NULL; String_t* G_B16_2 = NULL; String_t* G_B16_3 = NULL; String_t* G_B16_4 = NULL; String_t* G_B25_0 = NULL; String_t* G_B25_1 = NULL; String_t* G_B25_2 = NULL; String_t* G_B25_3 = NULL; String_t* G_B24_0 = NULL; String_t* G_B24_1 = NULL; String_t* G_B24_2 = NULL; String_t* G_B24_3 = NULL; String_t* G_B26_0 = NULL; String_t* G_B26_1 = NULL; String_t* G_B26_2 = NULL; String_t* G_B26_3 = NULL; String_t* G_B26_4 = NULL; { RuntimeObject* L_0 = ___dtdInfo0; V_0 = ((SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 *)IsInstClass((RuntimeObject*)L_0, SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5_il2cpp_TypeInfo_var)); SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * L_1 = V_0; if (L_1) { goto IL_001a; } } { 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*)&_stringLiteralB080109AD5D6C864D18C1BFD1A3B9116504CCC72)), L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlLoader_LoadDocumentType_m7FB94891A1FDAA814F9E5245C36015D89E004114_RuntimeMethod_var))); } IL_001a: { XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_4 = ___dtNode1; SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * L_5 = V_0; NullCheck(L_4); XmlDocumentType_set_DtdSchemaInfo_m2A2B4A126F4EA330CD02BAFC9C57422DF167DF02_inline(L_4, L_5, /*hidden argument*/NULL); SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * L_6 = V_0; if (!L_6) { goto IL_02d5; } } { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_7 = __this->get_doc_0(); SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * L_8 = V_0; NullCheck(L_7); XmlDocument_set_DtdSchemaInfo_m1AF56BE37994CB289D682DDE25087BB5EB756917_inline(L_7, L_8, /*hidden argument*/NULL); SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * L_9 = V_0; NullCheck(L_9); Dictionary_2_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121 * L_10; L_10 = SchemaInfo_get_Notations_m615DDF89AC678404C3AD22848E608B8597437A64(L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_009d; } } { SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * L_11 = V_0; NullCheck(L_11); Dictionary_2_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121 * L_12; L_12 = SchemaInfo_get_Notations_m615DDF89AC678404C3AD22848E608B8597437A64(L_11, /*hidden argument*/NULL); NullCheck(L_12); ValueCollection_tD9F8742BCDE46BE10F45030D7DEE230F8F9D24FA * L_13; L_13 = Dictionary_2_get_Values_m138EBDA95DA7B998A3134BCAFD7F91B1821EC8CB(L_12, /*hidden argument*/Dictionary_2_get_Values_m138EBDA95DA7B998A3134BCAFD7F91B1821EC8CB_RuntimeMethod_var); NullCheck(L_13); Enumerator_t336D0B712F86524766108F6C46C4A8556C26914E L_14; L_14 = ValueCollection_GetEnumerator_m328CB00B4EBA0F724E4A971007779E789EA4DAF8(L_13, /*hidden argument*/ValueCollection_GetEnumerator_m328CB00B4EBA0F724E4A971007779E789EA4DAF8_RuntimeMethod_var); V_2 = L_14; } IL_004c: try {// begin try (depth: 1) { goto IL_0084; } IL_004e: { SchemaNotation_t8D5A15431203B940197C8F7319BE3BF677D12CED * L_15; L_15 = Enumerator_get_Current_m7517A1B02124E9747A4D0F8A007FF06614E1B1CB_inline((Enumerator_t336D0B712F86524766108F6C46C4A8556C26914E *)(&V_2), /*hidden argument*/Enumerator_get_Current_m7517A1B02124E9747A4D0F8A007FF06614E1B1CB_RuntimeMethod_var); V_3 = L_15; XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_16 = ___dtNode1; NullCheck(L_16); XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * L_17; L_17 = XmlDocumentType_get_Notations_m3AACD560964AA333D42AAB5609234C6D1E333B25(L_16, /*hidden argument*/NULL); SchemaNotation_t8D5A15431203B940197C8F7319BE3BF677D12CED * L_18 = V_3; NullCheck(L_18); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_19; L_19 = SchemaNotation_get_Name_m08D1A0F31266536764CE44A0633DCC84525E18F3_inline(L_18, /*hidden argument*/NULL); NullCheck(L_19); String_t* L_20; L_20 = XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline(L_19, /*hidden argument*/NULL); SchemaNotation_t8D5A15431203B940197C8F7319BE3BF677D12CED * L_21 = V_3; NullCheck(L_21); String_t* L_22; L_22 = SchemaNotation_get_Pubid_mF5506EEC55649230D39056045E6E3BEA6425EE2D_inline(L_21, /*hidden argument*/NULL); SchemaNotation_t8D5A15431203B940197C8F7319BE3BF677D12CED * L_23 = V_3; NullCheck(L_23); String_t* L_24; L_24 = SchemaNotation_get_SystemLiteral_m9DB468F07E2E95DFAF2D82A4165D5665E4F9EC6D_inline(L_23, /*hidden argument*/NULL); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_25 = __this->get_doc_0(); XmlNotation_tDC9DE2B0FEDB66B9EAE6480AB07873EB7FEF8E92 * L_26 = (XmlNotation_tDC9DE2B0FEDB66B9EAE6480AB07873EB7FEF8E92 *)il2cpp_codegen_object_new(XmlNotation_tDC9DE2B0FEDB66B9EAE6480AB07873EB7FEF8E92_il2cpp_TypeInfo_var); XmlNotation__ctor_mA85A6CA3226706A696941A67752259D19D55112D(L_26, L_20, L_22, L_24, L_25, /*hidden argument*/NULL); NullCheck(L_17); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_27; L_27 = VirtualFuncInvoker1< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(6 /* System.Xml.XmlNode System.Xml.XmlNamedNodeMap::SetNamedItem(System.Xml.XmlNode) */, L_17, L_26); } IL_0084: { bool L_28; L_28 = Enumerator_MoveNext_m85F1BE592F5A6080495783B6DE2F5DC53ADA6447((Enumerator_t336D0B712F86524766108F6C46C4A8556C26914E *)(&V_2), /*hidden argument*/Enumerator_MoveNext_m85F1BE592F5A6080495783B6DE2F5DC53ADA6447_RuntimeMethod_var); if (L_28) { goto IL_004e; } } IL_008d: { IL2CPP_LEAVE(0x9D, FINALLY_008f); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_008f; } FINALLY_008f: {// begin finally (depth: 1) Enumerator_Dispose_m76091F2A128252E9DCA425F161EB45F2DC9B3D4A((Enumerator_t336D0B712F86524766108F6C46C4A8556C26914E *)(&V_2), /*hidden argument*/Enumerator_Dispose_m76091F2A128252E9DCA425F161EB45F2DC9B3D4A_RuntimeMethod_var); IL2CPP_END_FINALLY(143) }// end finally (depth: 1) IL2CPP_CLEANUP(143) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x9D, IL_009d) } IL_009d: { SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * L_29 = V_0; NullCheck(L_29); Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523 * L_30; L_30 = SchemaInfo_get_GeneralEntities_m766F776B2DCD6503DD48FD924FF369CDD1F1CC94(L_29, /*hidden argument*/NULL); if (!L_30) { goto IL_0145; } } { SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * L_31 = V_0; NullCheck(L_31); Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523 * L_32; L_32 = SchemaInfo_get_GeneralEntities_m766F776B2DCD6503DD48FD924FF369CDD1F1CC94(L_31, /*hidden argument*/NULL); NullCheck(L_32); ValueCollection_tECAE69F11CA0C245794C99313E46CEAB79289400 * L_33; L_33 = Dictionary_2_get_Values_m420807B5975F103BC70BF8C07C249B59DBB14E61(L_32, /*hidden argument*/Dictionary_2_get_Values_m420807B5975F103BC70BF8C07C249B59DBB14E61_RuntimeMethod_var); NullCheck(L_33); Enumerator_tB0BB04BD5E441FEE7A2A434572B1842CBD0DD61C L_34; L_34 = ValueCollection_GetEnumerator_mBD09562F25B4FC8C66D2C5F483BB80409F21F886(L_33, /*hidden argument*/ValueCollection_GetEnumerator_mBD09562F25B4FC8C66D2C5F483BB80409F21F886_RuntimeMethod_var); V_4 = L_34; } IL_00ba: try {// begin try (depth: 1) { goto IL_012c; } IL_00bc: { SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * L_35; L_35 = Enumerator_get_Current_m4A701063056932FE3DC5481D4BAFC54B4F083603_inline((Enumerator_tB0BB04BD5E441FEE7A2A434572B1842CBD0DD61C *)(&V_4), /*hidden argument*/Enumerator_get_Current_m4A701063056932FE3DC5481D4BAFC54B4F083603_RuntimeMethod_var); V_5 = L_35; SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * L_36 = V_5; NullCheck(L_36); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_37; L_37 = SchemaEntity_get_Name_mB20AA73F025F99A004B20738C773CEB8D40B7EBA_inline(L_36, /*hidden argument*/NULL); NullCheck(L_37); String_t* L_38; L_38 = XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline(L_37, /*hidden argument*/NULL); SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * L_39 = V_5; NullCheck(L_39); String_t* L_40; L_40 = SchemaEntity_get_Text_mBDDEA973537098FDCC625FC2349A5D6A2092718D_inline(L_39, /*hidden argument*/NULL); SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * L_41 = V_5; NullCheck(L_41); String_t* L_42; L_42 = SchemaEntity_get_Pubid_mFC308D0C87C3A88CB67A813B56F97F538749E786_inline(L_41, /*hidden argument*/NULL); SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * L_43 = V_5; NullCheck(L_43); String_t* L_44; L_44 = SchemaEntity_get_Url_m5A96254918F00575C76A5CC66B5D23D15D77EF98_inline(L_43, /*hidden argument*/NULL); SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * L_45 = V_5; NullCheck(L_45); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_46; L_46 = SchemaEntity_get_NData_mFA6084E09F48F115394AEDF935A40D43F59EA9FC_inline(L_45, /*hidden argument*/NULL); NullCheck(L_46); bool L_47; L_47 = XmlQualifiedName_get_IsEmpty_m694779833F49A6E81D29F112E3D39483A5967F93(L_46, /*hidden argument*/NULL); G_B14_0 = L_44; G_B14_1 = L_42; G_B14_2 = L_40; G_B14_3 = L_38; if (L_47) { G_B15_0 = L_44; G_B15_1 = L_42; G_B15_2 = L_40; G_B15_3 = L_38; goto IL_0102; } } IL_00f4: { SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * L_48 = V_5; NullCheck(L_48); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_49; L_49 = SchemaEntity_get_NData_mFA6084E09F48F115394AEDF935A40D43F59EA9FC_inline(L_48, /*hidden argument*/NULL); NullCheck(L_49); String_t* L_50; L_50 = XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline(L_49, /*hidden argument*/NULL); G_B16_0 = L_50; G_B16_1 = G_B14_0; G_B16_2 = G_B14_1; G_B16_3 = G_B14_2; G_B16_4 = G_B14_3; goto IL_0103; } IL_0102: { G_B16_0 = ((String_t*)(NULL)); G_B16_1 = G_B15_0; G_B16_2 = G_B15_1; G_B16_3 = G_B15_2; G_B16_4 = G_B15_3; } IL_0103: { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_51 = __this->get_doc_0(); XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 * L_52 = (XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 *)il2cpp_codegen_object_new(XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13_il2cpp_TypeInfo_var); XmlEntity__ctor_m424E2E84CDBC7042A4F14281D7EC76AF65D9834B(L_52, G_B16_4, G_B16_3, G_B16_2, G_B16_1, G_B16_0, L_51, /*hidden argument*/NULL); V_6 = L_52; XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 * L_53 = V_6; SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * L_54 = V_5; NullCheck(L_54); String_t* L_55; L_55 = SchemaEntity_get_DeclaredURI_m0E6729CDB1F1FBD637A9F2F951C60895AF8C94A3(L_54, /*hidden argument*/NULL); NullCheck(L_53); XmlEntity_SetBaseURI_m0A9F9BFB5EB283241D37C5FB76A75B196E9A02FC_inline(L_53, L_55, /*hidden argument*/NULL); XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_56 = ___dtNode1; NullCheck(L_56); XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * L_57; L_57 = XmlDocumentType_get_Entities_m22051780B2E41F368B9584A87BE932CEF1239C94(L_56, /*hidden argument*/NULL); XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 * L_58 = V_6; NullCheck(L_57); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_59; L_59 = VirtualFuncInvoker1< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(6 /* System.Xml.XmlNode System.Xml.XmlNamedNodeMap::SetNamedItem(System.Xml.XmlNode) */, L_57, L_58); } IL_012c: { bool L_60; L_60 = Enumerator_MoveNext_m5CE225D2553D42BFD59CAAA8E00BCABC95FB6501((Enumerator_tB0BB04BD5E441FEE7A2A434572B1842CBD0DD61C *)(&V_4), /*hidden argument*/Enumerator_MoveNext_m5CE225D2553D42BFD59CAAA8E00BCABC95FB6501_RuntimeMethod_var); if (L_60) { goto IL_00bc; } } IL_0135: { IL2CPP_LEAVE(0x145, FINALLY_0137); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0137; } FINALLY_0137: {// begin finally (depth: 1) Enumerator_Dispose_mC29BFE590DD617C72A33F5A07E5F5EEE31DC80AB((Enumerator_tB0BB04BD5E441FEE7A2A434572B1842CBD0DD61C *)(&V_4), /*hidden argument*/Enumerator_Dispose_mC29BFE590DD617C72A33F5A07E5F5EEE31DC80AB_RuntimeMethod_var); IL2CPP_END_FINALLY(311) }// end finally (depth: 1) IL2CPP_CLEANUP(311) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x145, IL_0145) } IL_0145: { SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * L_61 = V_0; NullCheck(L_61); Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523 * L_62; L_62 = SchemaInfo_get_ParameterEntities_mAA1DDEE2B365C5D72CF8A4C20C1F98A6351C7C30(L_61, /*hidden argument*/NULL); if (!L_62) { goto IL_01ed; } } { SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * L_63 = V_0; NullCheck(L_63); Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523 * L_64; L_64 = SchemaInfo_get_ParameterEntities_mAA1DDEE2B365C5D72CF8A4C20C1F98A6351C7C30(L_63, /*hidden argument*/NULL); NullCheck(L_64); ValueCollection_tECAE69F11CA0C245794C99313E46CEAB79289400 * L_65; L_65 = Dictionary_2_get_Values_m420807B5975F103BC70BF8C07C249B59DBB14E61(L_64, /*hidden argument*/Dictionary_2_get_Values_m420807B5975F103BC70BF8C07C249B59DBB14E61_RuntimeMethod_var); NullCheck(L_65); Enumerator_tB0BB04BD5E441FEE7A2A434572B1842CBD0DD61C L_66; L_66 = ValueCollection_GetEnumerator_mBD09562F25B4FC8C66D2C5F483BB80409F21F886(L_65, /*hidden argument*/ValueCollection_GetEnumerator_mBD09562F25B4FC8C66D2C5F483BB80409F21F886_RuntimeMethod_var); V_4 = L_66; } IL_0162: try {// begin try (depth: 1) { goto IL_01d4; } IL_0164: { SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * L_67; L_67 = Enumerator_get_Current_m4A701063056932FE3DC5481D4BAFC54B4F083603_inline((Enumerator_tB0BB04BD5E441FEE7A2A434572B1842CBD0DD61C *)(&V_4), /*hidden argument*/Enumerator_get_Current_m4A701063056932FE3DC5481D4BAFC54B4F083603_RuntimeMethod_var); V_7 = L_67; SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * L_68 = V_7; NullCheck(L_68); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_69; L_69 = SchemaEntity_get_Name_mB20AA73F025F99A004B20738C773CEB8D40B7EBA_inline(L_68, /*hidden argument*/NULL); NullCheck(L_69); String_t* L_70; L_70 = XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline(L_69, /*hidden argument*/NULL); SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * L_71 = V_7; NullCheck(L_71); String_t* L_72; L_72 = SchemaEntity_get_Text_mBDDEA973537098FDCC625FC2349A5D6A2092718D_inline(L_71, /*hidden argument*/NULL); SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * L_73 = V_7; NullCheck(L_73); String_t* L_74; L_74 = SchemaEntity_get_Pubid_mFC308D0C87C3A88CB67A813B56F97F538749E786_inline(L_73, /*hidden argument*/NULL); SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * L_75 = V_7; NullCheck(L_75); String_t* L_76; L_76 = SchemaEntity_get_Url_m5A96254918F00575C76A5CC66B5D23D15D77EF98_inline(L_75, /*hidden argument*/NULL); SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * L_77 = V_7; NullCheck(L_77); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_78; L_78 = SchemaEntity_get_NData_mFA6084E09F48F115394AEDF935A40D43F59EA9FC_inline(L_77, /*hidden argument*/NULL); NullCheck(L_78); bool L_79; L_79 = XmlQualifiedName_get_IsEmpty_m694779833F49A6E81D29F112E3D39483A5967F93(L_78, /*hidden argument*/NULL); G_B24_0 = L_76; G_B24_1 = L_74; G_B24_2 = L_72; G_B24_3 = L_70; if (L_79) { G_B25_0 = L_76; G_B25_1 = L_74; G_B25_2 = L_72; G_B25_3 = L_70; goto IL_01aa; } } IL_019c: { SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * L_80 = V_7; NullCheck(L_80); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_81; L_81 = SchemaEntity_get_NData_mFA6084E09F48F115394AEDF935A40D43F59EA9FC_inline(L_80, /*hidden argument*/NULL); NullCheck(L_81); String_t* L_82; L_82 = XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline(L_81, /*hidden argument*/NULL); G_B26_0 = L_82; G_B26_1 = G_B24_0; G_B26_2 = G_B24_1; G_B26_3 = G_B24_2; G_B26_4 = G_B24_3; goto IL_01ab; } IL_01aa: { G_B26_0 = ((String_t*)(NULL)); G_B26_1 = G_B25_0; G_B26_2 = G_B25_1; G_B26_3 = G_B25_2; G_B26_4 = G_B25_3; } IL_01ab: { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_83 = __this->get_doc_0(); XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 * L_84 = (XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 *)il2cpp_codegen_object_new(XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13_il2cpp_TypeInfo_var); XmlEntity__ctor_m424E2E84CDBC7042A4F14281D7EC76AF65D9834B(L_84, G_B26_4, G_B26_3, G_B26_2, G_B26_1, G_B26_0, L_83, /*hidden argument*/NULL); V_8 = L_84; XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 * L_85 = V_8; SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * L_86 = V_7; NullCheck(L_86); String_t* L_87; L_87 = SchemaEntity_get_DeclaredURI_m0E6729CDB1F1FBD637A9F2F951C60895AF8C94A3(L_86, /*hidden argument*/NULL); NullCheck(L_85); XmlEntity_SetBaseURI_m0A9F9BFB5EB283241D37C5FB76A75B196E9A02FC_inline(L_85, L_87, /*hidden argument*/NULL); XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_88 = ___dtNode1; NullCheck(L_88); XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * L_89; L_89 = XmlDocumentType_get_Entities_m22051780B2E41F368B9584A87BE932CEF1239C94(L_88, /*hidden argument*/NULL); XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 * L_90 = V_8; NullCheck(L_89); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_91; L_91 = VirtualFuncInvoker1< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(6 /* System.Xml.XmlNode System.Xml.XmlNamedNodeMap::SetNamedItem(System.Xml.XmlNode) */, L_89, L_90); } IL_01d4: { bool L_92; L_92 = Enumerator_MoveNext_m5CE225D2553D42BFD59CAAA8E00BCABC95FB6501((Enumerator_tB0BB04BD5E441FEE7A2A434572B1842CBD0DD61C *)(&V_4), /*hidden argument*/Enumerator_MoveNext_m5CE225D2553D42BFD59CAAA8E00BCABC95FB6501_RuntimeMethod_var); if (L_92) { goto IL_0164; } } IL_01dd: { IL2CPP_LEAVE(0x1ED, FINALLY_01df); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_01df; } FINALLY_01df: {// begin finally (depth: 1) Enumerator_Dispose_mC29BFE590DD617C72A33F5A07E5F5EEE31DC80AB((Enumerator_tB0BB04BD5E441FEE7A2A434572B1842CBD0DD61C *)(&V_4), /*hidden argument*/Enumerator_Dispose_mC29BFE590DD617C72A33F5A07E5F5EEE31DC80AB_RuntimeMethod_var); IL2CPP_END_FINALLY(479) }// end finally (depth: 1) IL2CPP_CLEANUP(479) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x1ED, IL_01ed) } IL_01ed: { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_93 = __this->get_doc_0(); XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_94 = ___dtNode1; NullCheck(L_94); XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * L_95; L_95 = XmlDocumentType_get_Entities_m22051780B2E41F368B9584A87BE932CEF1239C94(L_94, /*hidden argument*/NULL); NullCheck(L_93); XmlDocument_set_Entities_mB92A98D7A12C0D4707F952AF3CBAC627F3D65C92_inline(L_93, L_95, /*hidden argument*/NULL); SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * L_96 = V_0; NullCheck(L_96); Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 * L_97; L_97 = SchemaInfo_get_ElementDecls_m693F83C6FD11BDFA1D422BE8F036916818491177_inline(L_96, /*hidden argument*/NULL); NullCheck(L_97); Enumerator_t2C62E3AA8D6B2EBDDFB51E620DF8419B1F116ED2 L_98; L_98 = Dictionary_2_GetEnumerator_m59E0AB49CBED1ED39D4BEF0F7EBA959EDC34ADD0(L_97, /*hidden argument*/Dictionary_2_GetEnumerator_m59E0AB49CBED1ED39D4BEF0F7EBA959EDC34ADD0_RuntimeMethod_var); Enumerator_t2C62E3AA8D6B2EBDDFB51E620DF8419B1F116ED2 L_99 = L_98; RuntimeObject * L_100 = Box(Enumerator_t2C62E3AA8D6B2EBDDFB51E620DF8419B1F116ED2_il2cpp_TypeInfo_var, &L_99); V_1 = (RuntimeObject*)L_100; RuntimeObject* L_101 = V_1; if (!L_101) { goto IL_02d5; } } { RuntimeObject* L_102 = V_1; NullCheck(L_102); InterfaceActionInvoker0::Invoke(2 /* System.Void System.Collections.IEnumerator::Reset() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_102); goto IL_02ca; } IL_0220: { RuntimeObject* L_103 = V_1; NullCheck(L_103); RuntimeObject * L_104; L_104 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IDictionaryEnumerator::get_Value() */, IDictionaryEnumerator_t8A89A8564EADF5FFB8494092DFED7D7C063F1501_il2cpp_TypeInfo_var, L_103); V_9 = ((SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B *)CastclassSealed((RuntimeObject*)L_104, SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B_il2cpp_TypeInfo_var)); SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * L_105 = V_9; NullCheck(L_105); Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58 * L_106; L_106 = SchemaElementDecl_get_AttDefs_m8A9485A9D345A6E2694C4C9FB6A61965E582A2B9_inline(L_105, /*hidden argument*/NULL); if (!L_106) { goto IL_02ca; } } { SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * L_107 = V_9; NullCheck(L_107); Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58 * L_108; L_108 = SchemaElementDecl_get_AttDefs_m8A9485A9D345A6E2694C4C9FB6A61965E582A2B9_inline(L_107, /*hidden argument*/NULL); NullCheck(L_108); Enumerator_t0342A051A9AAE92BBE378E8AA7F590657CE70B67 L_109; L_109 = Dictionary_2_GetEnumerator_m169EE2976435B9374F41400391432944DA194E1F(L_108, /*hidden argument*/Dictionary_2_GetEnumerator_m169EE2976435B9374F41400391432944DA194E1F_RuntimeMethod_var); Enumerator_t0342A051A9AAE92BBE378E8AA7F590657CE70B67 L_110 = L_109; RuntimeObject * L_111 = Box(Enumerator_t0342A051A9AAE92BBE378E8AA7F590657CE70B67_il2cpp_TypeInfo_var, &L_110); V_10 = (RuntimeObject*)L_111; goto IL_02c1; } IL_024e: { RuntimeObject* L_112 = V_10; NullCheck(L_112); RuntimeObject * L_113; L_113 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IDictionaryEnumerator::get_Value() */, IDictionaryEnumerator_t8A89A8564EADF5FFB8494092DFED7D7C063F1501_il2cpp_TypeInfo_var, L_112); V_11 = ((SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 *)CastclassSealed((RuntimeObject*)L_113, SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68_il2cpp_TypeInfo_var)); SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_114 = V_11; NullCheck(L_114); XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_115; L_115 = SchemaDeclBase_get_Datatype_mA6244D69EB46EA7A09CDB3BD3370B49B89A47FD1_inline(L_114, /*hidden argument*/NULL); NullCheck(L_115); int32_t L_116; L_116 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* System.Xml.XmlTokenizedType System.Xml.Schema.XmlSchemaDatatype::get_TokenizedType() */, L_115); if ((!(((uint32_t)L_116) == ((uint32_t)1)))) { goto IL_02c1; } } { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_117 = __this->get_doc_0(); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_118 = __this->get_doc_0(); SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * L_119 = V_9; NullCheck(L_119); String_t* L_120; L_120 = SchemaDeclBase_get_Prefix_mF758E713FDA809839D669B6E429AA694EF4588EB(L_119, /*hidden argument*/NULL); SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * L_121 = V_9; NullCheck(L_121); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_122; L_122 = SchemaDeclBase_get_Name_m87FD6E6D364B0F6E028FE4FE87AEFF71575E009E_inline(L_121, /*hidden argument*/NULL); NullCheck(L_122); String_t* L_123; L_123 = XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline(L_122, /*hidden argument*/NULL); String_t* L_124 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); NullCheck(L_118); XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_125; L_125 = XmlDocument_AddXmlName_mFAE6AC9E0E1E235388C67440F2887F8F829AAD0C(L_118, L_120, L_123, L_124, (RuntimeObject*)NULL, /*hidden argument*/NULL); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_126 = __this->get_doc_0(); SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_127 = V_11; NullCheck(L_127); String_t* L_128; L_128 = SchemaDeclBase_get_Prefix_mF758E713FDA809839D669B6E429AA694EF4588EB(L_127, /*hidden argument*/NULL); SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_129 = V_11; NullCheck(L_129); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_130; L_130 = SchemaDeclBase_get_Name_m87FD6E6D364B0F6E028FE4FE87AEFF71575E009E_inline(L_129, /*hidden argument*/NULL); NullCheck(L_130); String_t* L_131; L_131 = XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline(L_130, /*hidden argument*/NULL); String_t* L_132 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); NullCheck(L_126); XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_133; L_133 = XmlDocument_AddAttrXmlName_m0D2ECDDCAA54A68EC3811E69FA4CF493EBA85A57(L_126, L_128, L_131, L_132, (RuntimeObject*)NULL, /*hidden argument*/NULL); NullCheck(L_117); bool L_134; L_134 = XmlDocument_AddIdInfo_m0317D8BC240E156E59B96015FD3F724F9223CBF2(L_117, L_125, L_133, /*hidden argument*/NULL); goto IL_02ca; } IL_02c1: { RuntimeObject* L_135 = V_10; NullCheck(L_135); bool L_136; L_136 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_135); if (L_136) { goto IL_024e; } } IL_02ca: { RuntimeObject* L_137 = V_1; NullCheck(L_137); bool L_138; L_138 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_137); if (L_138) { goto IL_0220; } } IL_02d5: { return; } } // System.Xml.XmlParserContext System.Xml.XmlLoader::GetContext(System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * XmlLoader_GetContext_mC656D66570FED1E0E14068E8FD7F000633A92268 (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___node0, 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*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6F5EC7239B41C242FCB23B64D91DA0070FC1C044); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral916F4E7879C25AF1EA844F7068842D5508777C48); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * V_2 = NULL; String_t* V_3 = NULL; Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * V_4 = NULL; XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * V_5 = NULL; XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * V_6 = NULL; bool V_7 = false; RuntimeObject* V_8 = NULL; XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * V_9 = NULL; RuntimeObject* V_10 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * G_B33_0 = NULL; XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * G_B33_1 = NULL; XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * G_B32_0 = NULL; XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * G_B32_1 = NULL; String_t* G_B34_0 = NULL; XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * G_B34_1 = NULL; XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * G_B34_2 = NULL; String_t* G_B36_0 = NULL; XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * G_B36_1 = NULL; XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * G_B36_2 = NULL; String_t* G_B35_0 = NULL; XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * G_B35_1 = NULL; XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * G_B35_2 = NULL; String_t* G_B37_0 = NULL; String_t* G_B37_1 = NULL; XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * G_B37_2 = NULL; XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * G_B37_3 = NULL; String_t* G_B39_0 = NULL; String_t* G_B39_1 = NULL; XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * G_B39_2 = NULL; XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * G_B39_3 = NULL; String_t* G_B38_0 = NULL; String_t* G_B38_1 = NULL; XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * G_B38_2 = NULL; XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * G_B38_3 = NULL; String_t* G_B40_0 = NULL; String_t* G_B40_1 = NULL; String_t* G_B40_2 = NULL; XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * G_B40_3 = NULL; XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * G_B40_4 = NULL; String_t* G_B42_0 = NULL; String_t* G_B42_1 = NULL; String_t* G_B42_2 = NULL; XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * G_B42_3 = NULL; XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * G_B42_4 = NULL; String_t* G_B41_0 = NULL; String_t* G_B41_1 = NULL; String_t* G_B41_2 = NULL; XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * G_B41_3 = NULL; XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * G_B41_4 = NULL; String_t* G_B43_0 = NULL; String_t* G_B43_1 = NULL; String_t* G_B43_2 = NULL; String_t* G_B43_3 = NULL; XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * G_B43_4 = NULL; XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * G_B43_5 = NULL; { V_0 = (String_t*)NULL; V_1 = 0; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0 = __this->get_doc_0(); NullCheck(L_0); XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_1; L_1 = VirtualFuncInvoker0< XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * >::Invoke(53 /* System.Xml.XmlDocumentType System.Xml.XmlDocument::get_DocumentType() */, L_0); V_2 = L_1; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_2 = __this->get_doc_0(); NullCheck(L_2); String_t* L_3; L_3 = VirtualFuncInvoker0< String_t* >::Invoke(39 /* System.String System.Xml.XmlNode::get_BaseURI() */, L_2); V_3 = 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); V_4 = L_4; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_5 = __this->get_doc_0(); NullCheck(L_5); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_6; L_6 = XmlDocument_get_NameTable_m0CCA0C27A27C84923F031F9789DD4F749D67AD53(L_5, /*hidden argument*/NULL); V_5 = L_6; XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_7 = V_5; XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_8 = (XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 *)il2cpp_codegen_object_new(XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465_il2cpp_TypeInfo_var); XmlNamespaceManager__ctor_m644ECD044F339BFAB6C580569F28E87B03740A6C(L_8, L_7, /*hidden argument*/NULL); V_6 = L_8; V_7 = (bool)0; goto IL_01f1; } IL_0041: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_9 = ___node0; if (!((XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF *)IsInstClass((RuntimeObject*)L_9, XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF_il2cpp_TypeInfo_var))) { goto IL_01e9; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_10 = ___node0; NullCheck(((XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF *)CastclassClass((RuntimeObject*)L_10, XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF_il2cpp_TypeInfo_var))); bool L_11; L_11 = VirtualFuncInvoker0< bool >::Invoke(53 /* System.Boolean System.Xml.XmlElement::get_HasAttributes() */, ((XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF *)CastclassClass((RuntimeObject*)L_10, XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF_il2cpp_TypeInfo_var))); if (!L_11) { goto IL_01e9; } } { XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_12 = V_6; NullCheck(L_12); VirtualActionInvoker0::Invoke(9 /* System.Void System.Xml.XmlNamespaceManager::PushScope() */, L_12); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_13 = ___node0; NullCheck(((XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF *)CastclassClass((RuntimeObject*)L_13, XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF_il2cpp_TypeInfo_var))); XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * L_14; L_14 = VirtualFuncInvoker0< XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * >::Invoke(16 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, ((XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF *)CastclassClass((RuntimeObject*)L_13, XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF_il2cpp_TypeInfo_var))); NullCheck(L_14); RuntimeObject* L_15; L_15 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(8 /* System.Collections.IEnumerator System.Xml.XmlNamedNodeMap::GetEnumerator() */, L_14); V_8 = L_15; } IL_0075: try {// begin try (depth: 1) { goto IL_01c6; } IL_007a: { RuntimeObject* L_16 = V_8; NullCheck(L_16); RuntimeObject * L_17; L_17 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_16); V_9 = ((XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D *)CastclassClass((RuntimeObject*)L_17, XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var)); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_18 = V_9; NullCheck(L_18); String_t* L_19; L_19 = VirtualFuncInvoker0< String_t* >::Invoke(32 /* System.String System.Xml.XmlNode::get_Prefix() */, L_18); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_20 = __this->get_doc_0(); NullCheck(L_20); String_t* L_21 = L_20->get_strXmlns_28(); bool L_22; L_22 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_19, L_21, /*hidden argument*/NULL); if (!L_22) { goto IL_00e0; } } IL_00a1: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_23 = V_4; XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_24 = V_9; NullCheck(L_24); String_t* L_25; L_25 = VirtualFuncInvoker0< String_t* >::Invoke(33 /* System.String System.Xml.XmlNode::get_LocalName() */, L_24); NullCheck(L_23); bool L_26; L_26 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(26 /* System.Boolean System.Collections.Hashtable::Contains(System.Object) */, L_23, L_25); if (L_26) { goto IL_00e0; } } IL_00b1: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_27 = V_4; XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_28 = V_9; NullCheck(L_28); String_t* L_29; L_29 = VirtualFuncInvoker0< String_t* >::Invoke(33 /* System.String System.Xml.XmlNode::get_LocalName() */, L_28); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_30 = V_9; NullCheck(L_30); String_t* L_31; L_31 = VirtualFuncInvoker0< String_t* >::Invoke(33 /* System.String System.Xml.XmlNode::get_LocalName() */, L_30); NullCheck(L_27); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_27, L_29, L_31); XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_32 = V_6; XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_33 = V_9; NullCheck(L_33); String_t* L_34; L_34 = VirtualFuncInvoker0< String_t* >::Invoke(33 /* System.String System.Xml.XmlNode::get_LocalName() */, L_33); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_35 = V_9; NullCheck(L_35); String_t* L_36; L_36 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.XmlNode::get_Value() */, L_35); NullCheck(L_32); VirtualActionInvoker2< String_t*, String_t* >::Invoke(11 /* System.Void System.Xml.XmlNamespaceManager::AddNamespace(System.String,System.String) */, L_32, L_34, L_36); goto IL_01c6; } IL_00e0: { bool L_37 = V_7; if (L_37) { goto IL_0126; } } IL_00e4: { XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_38 = V_9; NullCheck(L_38); String_t* L_39; L_39 = VirtualFuncInvoker0< String_t* >::Invoke(32 /* System.String System.Xml.XmlNode::get_Prefix() */, L_38); NullCheck(L_39); int32_t L_40; L_40 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_39, /*hidden argument*/NULL); if (L_40) { goto IL_0126; } } IL_00f2: { XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_41 = V_9; NullCheck(L_41); String_t* L_42; L_42 = VirtualFuncInvoker0< String_t* >::Invoke(33 /* System.String System.Xml.XmlNode::get_LocalName() */, L_41); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_43 = __this->get_doc_0(); NullCheck(L_43); String_t* L_44 = L_43->get_strXmlns_28(); bool L_45; L_45 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_42, L_44, /*hidden argument*/NULL); if (!L_45) { goto IL_0126; } } IL_010b: { XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_46 = V_6; String_t* L_47 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_48 = V_9; NullCheck(L_48); String_t* L_49; L_49 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.XmlNode::get_Value() */, L_48); NullCheck(L_46); VirtualActionInvoker2< String_t*, String_t* >::Invoke(11 /* System.Void System.Xml.XmlNamespaceManager::AddNamespace(System.String,System.String) */, L_46, L_47, L_49); V_7 = (bool)1; goto IL_01c6; } IL_0126: { int32_t L_50 = V_1; if (L_50) { goto IL_0189; } } IL_0129: { XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_51 = V_9; NullCheck(L_51); String_t* L_52; L_52 = VirtualFuncInvoker0< String_t* >::Invoke(32 /* System.String System.Xml.XmlNode::get_Prefix() */, L_51); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_53 = __this->get_doc_0(); NullCheck(L_53); String_t* L_54 = L_53->get_strXml_29(); bool L_55; L_55 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_52, L_54, /*hidden argument*/NULL); if (!L_55) { goto IL_0189; } } IL_0142: { XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_56 = V_9; NullCheck(L_56); String_t* L_57; L_57 = VirtualFuncInvoker0< String_t* >::Invoke(33 /* System.String System.Xml.XmlNode::get_LocalName() */, L_56); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_58 = __this->get_doc_0(); NullCheck(L_58); String_t* L_59 = L_58->get_strSpace_30(); bool L_60; L_60 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_57, L_59, /*hidden argument*/NULL); if (!L_60) { goto IL_0189; } } IL_015b: { XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_61 = V_9; NullCheck(L_61); String_t* L_62; L_62 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.XmlNode::get_Value() */, L_61); bool L_63; L_63 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_62, _stringLiteral6F5EC7239B41C242FCB23B64D91DA0070FC1C044, /*hidden argument*/NULL); if (!L_63) { goto IL_0172; } } IL_016e: { V_1 = 1; goto IL_01c6; } IL_0172: { XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_64 = V_9; NullCheck(L_64); String_t* L_65; L_65 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.XmlNode::get_Value() */, L_64); bool L_66; L_66 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_65, _stringLiteral916F4E7879C25AF1EA844F7068842D5508777C48, /*hidden argument*/NULL); if (!L_66) { goto IL_01c6; } } IL_0185: { V_1 = 2; goto IL_01c6; } IL_0189: { String_t* L_67 = V_0; if (L_67) { goto IL_01c6; } } IL_018c: { XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_68 = V_9; NullCheck(L_68); String_t* L_69; L_69 = VirtualFuncInvoker0< String_t* >::Invoke(32 /* System.String System.Xml.XmlNode::get_Prefix() */, L_68); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_70 = __this->get_doc_0(); NullCheck(L_70); String_t* L_71 = L_70->get_strXml_29(); bool L_72; L_72 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_69, L_71, /*hidden argument*/NULL); if (!L_72) { goto IL_01c6; } } IL_01a5: { XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_73 = V_9; NullCheck(L_73); String_t* L_74; L_74 = VirtualFuncInvoker0< String_t* >::Invoke(33 /* System.String System.Xml.XmlNode::get_LocalName() */, L_73); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_75 = __this->get_doc_0(); NullCheck(L_75); String_t* L_76 = L_75->get_strLang_31(); bool L_77; L_77 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_74, L_76, /*hidden argument*/NULL); if (!L_77) { goto IL_01c6; } } IL_01be: { XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_78 = V_9; NullCheck(L_78); String_t* L_79; L_79 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.XmlNode::get_Value() */, L_78); V_0 = L_79; } IL_01c6: { RuntimeObject* L_80 = V_8; NullCheck(L_80); bool L_81; L_81 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_80); if (L_81) { goto IL_007a; } } IL_01d2: { IL2CPP_LEAVE(0x1E9, FINALLY_01d4); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_01d4; } FINALLY_01d4: {// begin finally (depth: 1) { RuntimeObject* L_82 = V_8; V_10 = ((RuntimeObject*)IsInst((RuntimeObject*)L_82, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_83 = V_10; if (!L_83) { goto IL_01e8; } } IL_01e1: { RuntimeObject* L_84 = V_10; NullCheck(L_84); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_84); } IL_01e8: { IL2CPP_END_FINALLY(468) } }// end finally (depth: 1) IL2CPP_CLEANUP(468) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x1E9, IL_01e9) } IL_01e9: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_85 = ___node0; NullCheck(L_85); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_86; L_86 = VirtualFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(12 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_85); ___node0 = L_86; } IL_01f1: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_87 = ___node0; if (!L_87) { goto IL_0200; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_88 = ___node0; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_89 = __this->get_doc_0(); if ((!(((RuntimeObject*)(XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)L_88) == ((RuntimeObject*)(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F *)L_89)))) { goto IL_0041; } } IL_0200: { XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_90 = V_5; XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_91 = V_6; XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_92 = V_2; G_B32_0 = L_91; G_B32_1 = L_90; if (!L_92) { G_B33_0 = L_91; G_B33_1 = L_90; goto IL_020f; } } { XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_93 = V_2; NullCheck(L_93); String_t* L_94; L_94 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlNode::get_Name() */, L_93); G_B34_0 = L_94; G_B34_1 = G_B32_0; G_B34_2 = G_B32_1; goto IL_0210; } IL_020f: { G_B34_0 = ((String_t*)(NULL)); G_B34_1 = G_B33_0; G_B34_2 = G_B33_1; } IL_0210: { XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_95 = V_2; G_B35_0 = G_B34_0; G_B35_1 = G_B34_1; G_B35_2 = G_B34_2; if (!L_95) { G_B36_0 = G_B34_0; G_B36_1 = G_B34_1; G_B36_2 = G_B34_2; goto IL_021b; } } { XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_96 = V_2; NullCheck(L_96); String_t* L_97; L_97 = XmlDocumentType_get_PublicId_m40162F4E886473F9CED7BA6DB746A9D87FCEC052_inline(L_96, /*hidden argument*/NULL); G_B37_0 = L_97; G_B37_1 = G_B35_0; G_B37_2 = G_B35_1; G_B37_3 = G_B35_2; goto IL_021c; } IL_021b: { G_B37_0 = ((String_t*)(NULL)); G_B37_1 = G_B36_0; G_B37_2 = G_B36_1; G_B37_3 = G_B36_2; } IL_021c: { XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_98 = V_2; G_B38_0 = G_B37_0; G_B38_1 = G_B37_1; G_B38_2 = G_B37_2; G_B38_3 = G_B37_3; if (!L_98) { G_B39_0 = G_B37_0; G_B39_1 = G_B37_1; G_B39_2 = G_B37_2; G_B39_3 = G_B37_3; goto IL_0227; } } { XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_99 = V_2; NullCheck(L_99); String_t* L_100; L_100 = XmlDocumentType_get_SystemId_m13D5529B12AAC1D746290E215EEE55488797F48C_inline(L_99, /*hidden argument*/NULL); G_B40_0 = L_100; G_B40_1 = G_B38_0; G_B40_2 = G_B38_1; G_B40_3 = G_B38_2; G_B40_4 = G_B38_3; goto IL_0228; } IL_0227: { G_B40_0 = ((String_t*)(NULL)); G_B40_1 = G_B39_0; G_B40_2 = G_B39_1; G_B40_3 = G_B39_2; G_B40_4 = G_B39_3; } IL_0228: { XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_101 = V_2; G_B41_0 = G_B40_0; G_B41_1 = G_B40_1; G_B41_2 = G_B40_2; G_B41_3 = G_B40_3; G_B41_4 = G_B40_4; if (!L_101) { G_B42_0 = G_B40_0; G_B42_1 = G_B40_1; G_B42_2 = G_B40_2; G_B42_3 = G_B40_3; G_B42_4 = G_B40_4; goto IL_0233; } } { XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_102 = V_2; NullCheck(L_102); String_t* L_103; L_103 = XmlDocumentType_get_InternalSubset_m47D58BEC6FC720A12886D22C9A68A7480F1BFF26_inline(L_102, /*hidden argument*/NULL); G_B43_0 = L_103; G_B43_1 = G_B41_0; G_B43_2 = G_B41_1; G_B43_3 = G_B41_2; G_B43_4 = G_B41_3; G_B43_5 = G_B41_4; goto IL_0234; } IL_0233: { G_B43_0 = ((String_t*)(NULL)); G_B43_1 = G_B42_0; G_B43_2 = G_B42_1; G_B43_3 = G_B42_2; G_B43_4 = G_B42_3; G_B43_5 = G_B42_4; } IL_0234: { String_t* L_104 = V_3; String_t* L_105 = V_0; int32_t L_106 = V_1; XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * L_107 = (XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 *)il2cpp_codegen_object_new(XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28_il2cpp_TypeInfo_var); XmlParserContext__ctor_m277A2B9C0868F07AE3AB7BA3E53948F7FECB9B20(L_107, G_B43_5, G_B43_4, G_B43_3, G_B43_2, G_B43_1, G_B43_0, L_104, L_105, L_106, /*hidden argument*/NULL); return L_107; } } // System.Xml.XmlNamespaceManager System.Xml.XmlLoader::ParsePartialContent(System.Xml.XmlNode,System.String,System.Xml.XmlNodeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * XmlLoader_ParsePartialContent_mB68D0DF9BE3A865A541CA730E85A3FEA1DAB2E01 (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___parentNode0, String_t* ___innerxmltext1, int32_t ___nt2, const RuntimeMethod* method) { XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * V_0 = NULL; bool V_1 = false; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_2 = NULL; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_3 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = ___parentNode0; NullCheck(L_0); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_1; L_1 = VirtualFuncInvoker0< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(17 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, L_0); __this->set_doc_0(L_1); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_2 = ___parentNode0; XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * L_3; L_3 = XmlLoader_GetContext_mC656D66570FED1E0E14068E8FD7F000633A92268(__this, L_2, /*hidden argument*/NULL); V_0 = L_3; String_t* L_4 = ___innerxmltext1; int32_t L_5 = ___nt2; XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * L_6 = V_0; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_7 = __this->get_doc_0(); XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_8; L_8 = XmlLoader_CreateInnerXmlReader_m23ADD78DC3BB730570FD09D8F2B3FF4E71EFF4B2(__this, L_4, L_5, L_6, L_7, /*hidden argument*/NULL); __this->set_reader_1(L_8); } IL_0029: try {// begin try (depth: 1) { __this->set_preserveWhitespace_2((bool)1); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_9 = __this->get_doc_0(); NullCheck(L_9); bool L_10; L_10 = XmlDocument_get_IsLoading_m3B73B787E62F30F277275598CF50D1258706E681_inline(L_9, /*hidden argument*/NULL); V_1 = L_10; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_11 = __this->get_doc_0(); NullCheck(L_11); XmlDocument_set_IsLoading_m0E2E34BFE906431E4AB12CEF24B22578E4756EA2_inline(L_11, (bool)1, /*hidden argument*/NULL); int32_t L_12 = ___nt2; if ((!(((uint32_t)L_12) == ((uint32_t)6)))) { goto IL_0077; } } IL_004c: { V_2 = (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)NULL; goto IL_005e; } IL_0050: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_13 = ___parentNode0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_14 = V_2; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_15 = __this->get_doc_0(); NullCheck(L_13); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_16; L_16 = VirtualFuncInvoker2< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(25 /* System.Xml.XmlNode System.Xml.XmlNode::AppendChildForLoad(System.Xml.XmlNode,System.Xml.XmlDocument) */, L_13, L_14, L_15); } IL_005e: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_17 = __this->get_reader_1(); NullCheck(L_17); bool L_18; L_18 = VirtualFuncInvoker0< bool >::Invoke(21 /* System.Boolean System.Xml.XmlReader::Read() */, L_17); if (!L_18) { goto IL_00a1; } } IL_006b: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_19; L_19 = XmlLoader_LoadNodeDirect_m3F863AFB2C66947E080F81182FD282EDDC9872C4(__this, /*hidden argument*/NULL); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_20 = L_19; V_2 = L_20; if (L_20) { goto IL_0050; } } IL_0075: { goto IL_00a1; } IL_0077: { V_3 = (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)NULL; goto IL_0089; } IL_007b: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_21 = ___parentNode0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_22 = V_3; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_23 = __this->get_doc_0(); NullCheck(L_21); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_24; L_24 = VirtualFuncInvoker2< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(25 /* System.Xml.XmlNode System.Xml.XmlNode::AppendChildForLoad(System.Xml.XmlNode,System.Xml.XmlDocument) */, L_21, L_22, L_23); } IL_0089: { XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_25 = __this->get_reader_1(); NullCheck(L_25); bool L_26; L_26 = VirtualFuncInvoker0< bool >::Invoke(21 /* System.Boolean System.Xml.XmlReader::Read() */, L_25); if (!L_26) { goto IL_00a1; } } IL_0096: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_27; L_27 = XmlLoader_LoadNode_mE0EC6871563BDC5D83D885173186D5182A15D2A4(__this, (bool)1, /*hidden argument*/NULL); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_28 = L_27; V_3 = L_28; if (L_28) { goto IL_007b; } } IL_00a1: { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_29 = __this->get_doc_0(); bool L_30 = V_1; NullCheck(L_29); XmlDocument_set_IsLoading_m0E2E34BFE906431E4AB12CEF24B22578E4756EA2_inline(L_29, L_30, /*hidden argument*/NULL); IL2CPP_LEAVE(0xBB, FINALLY_00af); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00af; } FINALLY_00af: {// begin finally (depth: 1) XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * L_31 = __this->get_reader_1(); NullCheck(L_31); VirtualActionInvoker0::Invoke(22 /* System.Void System.Xml.XmlReader::Close() */, L_31); IL2CPP_END_FINALLY(175) }// end finally (depth: 1) IL2CPP_CLEANUP(175) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xBB, IL_00bb) } IL_00bb: { XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * L_32 = V_0; NullCheck(L_32); XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_33; L_33 = XmlParserContext_get_NamespaceManager_m9DF0655B59F937EEE2C2ABC8E8B7067AA14A010E_inline(L_32, /*hidden argument*/NULL); return L_33; } } // System.Void System.Xml.XmlLoader::LoadInnerXmlElement(System.Xml.XmlElement,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlLoader_LoadInnerXmlElement_mDE3B57DE85A6A25BEAF0C0D0A1CA8F5BA73F175E (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * __this, XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * ___node0, String_t* ___innerxmltext1, const RuntimeMethod* method) { XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * V_0 = NULL; { XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_0 = ___node0; String_t* L_1 = ___innerxmltext1; XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_2; L_2 = XmlLoader_ParsePartialContent_mB68D0DF9BE3A865A541CA730E85A3FEA1DAB2E01(__this, L_0, L_1, 1, /*hidden argument*/NULL); V_0 = L_2; XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_3 = ___node0; NullCheck(L_3); XmlNodeList_t1DBBA2CC948CC6631BC33AA7405E11C8105E6EE9 * L_4; L_4 = VirtualFuncInvoker0< XmlNodeList_t1DBBA2CC948CC6631BC33AA7405E11C8105E6EE9 * >::Invoke(13 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_3); NullCheck(L_4); int32_t L_5; L_5 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_4); if ((((int32_t)L_5) <= ((int32_t)0))) { goto IL_0021; } } { XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_6 = ___node0; XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_7 = V_0; XmlLoader_RemoveDuplicateNamespace_m6FA345534C13D84B54C155EA8C3B98B8BD32C07B(__this, L_6, L_7, (bool)0, /*hidden argument*/NULL); } IL_0021: { return; } } // System.Void System.Xml.XmlLoader::LoadInnerXmlAttribute(System.Xml.XmlAttribute,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlLoader_LoadInnerXmlAttribute_m15BB1E375A733F53FA4BDFE9D14F5290DD9ED9DC (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * __this, XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * ___node0, String_t* ___innerxmltext1, const RuntimeMethod* method) { { XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_0 = ___node0; String_t* L_1 = ___innerxmltext1; XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_2; L_2 = XmlLoader_ParsePartialContent_mB68D0DF9BE3A865A541CA730E85A3FEA1DAB2E01(__this, L_0, L_1, 2, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlLoader::RemoveDuplicateNamespace(System.Xml.XmlElement,System.Xml.XmlNamespaceManager,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlLoader_RemoveDuplicateNamespace_m6FA345534C13D84B54C155EA8C3B98B8BD32C07B (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * __this, XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * ___elem0, XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * ___mgr1, bool ___fCheckElemAttrs2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * V_0 = NULL; int32_t V_1 = 0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_2 = NULL; int32_t V_3 = 0; XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * V_4 = NULL; String_t* V_5 = NULL; String_t* V_6 = NULL; XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * V_7 = NULL; { XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_0 = ___mgr1; NullCheck(L_0); VirtualActionInvoker0::Invoke(9 /* System.Void System.Xml.XmlNamespaceManager::PushScope() */, L_0); XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_1 = ___elem0; NullCheck(L_1); XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * L_2; L_2 = VirtualFuncInvoker0< XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * >::Invoke(16 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_1); V_0 = L_2; XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * L_3 = V_0; NullCheck(L_3); int32_t L_4; L_4 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 System.Xml.XmlNamedNodeMap::get_Count() */, L_3); V_1 = L_4; bool L_5 = ___fCheckElemAttrs2; if (!L_5) { goto IL_0108; } } { int32_t L_6 = V_1; if ((((int32_t)L_6) <= ((int32_t)0))) { goto IL_0108; } } { int32_t L_7 = V_1; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)); goto IL_0101; } IL_002a: { XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * L_8 = V_0; int32_t L_9 = V_3; NullCheck(L_8); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_10; L_10 = XmlAttributeCollection_get_ItemOf_m894BDF6EBAD997061CDB95E4AF3ABC6A4CB0434F(L_8, L_9, /*hidden argument*/NULL); V_4 = L_10; XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_11 = V_4; NullCheck(L_11); String_t* L_12; L_12 = VirtualFuncInvoker0< String_t* >::Invoke(32 /* System.String System.Xml.XmlNode::get_Prefix() */, L_11); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_13 = __this->get_doc_0(); NullCheck(L_13); String_t* L_14 = L_13->get_strXmlns_28(); bool L_15; L_15 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_12, L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_0097; } } { XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_16 = ___mgr1; XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_17 = V_4; NullCheck(L_17); String_t* L_18; L_18 = VirtualFuncInvoker0< String_t* >::Invoke(33 /* System.String System.Xml.XmlNode::get_LocalName() */, L_17); NullCheck(L_16); String_t* L_19; L_19 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(14 /* System.String System.Xml.XmlNamespaceManager::LookupNamespace(System.String) */, L_16, L_18); V_5 = L_19; String_t* L_20 = V_5; if (!L_20) { goto IL_0081; } } { XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_21 = V_4; NullCheck(L_21); String_t* L_22; L_22 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.XmlNode::get_Value() */, L_21); String_t* L_23 = V_5; bool L_24; L_24 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_22, L_23, /*hidden argument*/NULL); if (!L_24) { goto IL_00fd; } } { XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_25 = ___elem0; NullCheck(L_25); XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * L_26; L_26 = VirtualFuncInvoker0< XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * >::Invoke(16 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_25); int32_t L_27 = V_3; NullCheck(L_26); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_28; L_28 = VirtualFuncInvoker1< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, int32_t >::Invoke(11 /* System.Xml.XmlNode System.Xml.XmlNamedNodeMap::RemoveNodeAt(System.Int32) */, L_26, L_27); goto IL_00fd; } IL_0081: { XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_29 = ___mgr1; XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_30 = V_4; NullCheck(L_30); String_t* L_31; L_31 = VirtualFuncInvoker0< String_t* >::Invoke(33 /* System.String System.Xml.XmlNode::get_LocalName() */, L_30); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_32 = V_4; NullCheck(L_32); String_t* L_33; L_33 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.XmlNode::get_Value() */, L_32); NullCheck(L_29); VirtualActionInvoker2< String_t*, String_t* >::Invoke(11 /* System.Void System.Xml.XmlNamespaceManager::AddNamespace(System.String,System.String) */, L_29, L_31, L_33); goto IL_00fd; } IL_0097: { XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_34 = V_4; NullCheck(L_34); String_t* L_35; L_35 = VirtualFuncInvoker0< String_t* >::Invoke(32 /* System.String System.Xml.XmlNode::get_Prefix() */, L_34); NullCheck(L_35); int32_t L_36; L_36 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_35, /*hidden argument*/NULL); if (L_36) { goto IL_00fd; } } { XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_37 = V_4; NullCheck(L_37); String_t* L_38; L_38 = VirtualFuncInvoker0< String_t* >::Invoke(33 /* System.String System.Xml.XmlNode::get_LocalName() */, L_37); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_39 = __this->get_doc_0(); NullCheck(L_39); String_t* L_40 = L_39->get_strXmlns_28(); bool L_41; L_41 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_38, L_40, /*hidden argument*/NULL); if (!L_41) { goto IL_00fd; } } { XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_42 = ___mgr1; NullCheck(L_42); String_t* L_43; L_43 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlNamespaceManager::get_DefaultNamespace() */, L_42); V_6 = L_43; String_t* L_44 = V_6; if (!L_44) { goto IL_00e9; } } { XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_45 = V_4; NullCheck(L_45); String_t* L_46; L_46 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.XmlNode::get_Value() */, L_45); String_t* L_47 = V_6; bool L_48; L_48 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_46, L_47, /*hidden argument*/NULL); if (!L_48) { goto IL_00fd; } } { XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_49 = ___elem0; NullCheck(L_49); XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * L_50; L_50 = VirtualFuncInvoker0< XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * >::Invoke(16 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_49); int32_t L_51 = V_3; NullCheck(L_50); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_52; L_52 = VirtualFuncInvoker1< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, int32_t >::Invoke(11 /* System.Xml.XmlNode System.Xml.XmlNamedNodeMap::RemoveNodeAt(System.Int32) */, L_50, L_51); goto IL_00fd; } IL_00e9: { XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_53 = ___mgr1; XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_54 = V_4; NullCheck(L_54); String_t* L_55; L_55 = VirtualFuncInvoker0< String_t* >::Invoke(33 /* System.String System.Xml.XmlNode::get_LocalName() */, L_54); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_56 = V_4; NullCheck(L_56); String_t* L_57; L_57 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.XmlNode::get_Value() */, L_56); NullCheck(L_53); VirtualActionInvoker2< String_t*, String_t* >::Invoke(11 /* System.Void System.Xml.XmlNamespaceManager::AddNamespace(System.String,System.String) */, L_53, L_55, L_57); } IL_00fd: { int32_t L_58 = V_3; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_58, (int32_t)1)); } IL_0101: { int32_t L_59 = V_3; if ((((int32_t)L_59) >= ((int32_t)0))) { goto IL_002a; } } IL_0108: { XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_60 = ___elem0; NullCheck(L_60); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_61; L_61 = VirtualFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(18 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_60); V_2 = L_61; goto IL_012e; } IL_0111: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_62 = V_2; V_7 = ((XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF *)IsInstClass((RuntimeObject*)L_62, XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF_il2cpp_TypeInfo_var)); XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_63 = V_7; if (!L_63) { goto IL_0127; } } { XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_64 = V_7; XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_65 = ___mgr1; XmlLoader_RemoveDuplicateNamespace_m6FA345534C13D84B54C155EA8C3B98B8BD32C07B(__this, L_64, L_65, (bool)1, /*hidden argument*/NULL); } IL_0127: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_66 = V_2; NullCheck(L_66); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_67; L_67 = VirtualFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(15 /* System.Xml.XmlNode System.Xml.XmlNode::get_NextSibling() */, L_66); V_2 = L_67; } IL_012e: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_68 = V_2; if (L_68) { goto IL_0111; } } { XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_69 = ___mgr1; NullCheck(L_69); bool L_70; L_70 = VirtualFuncInvoker0< bool >::Invoke(10 /* System.Boolean System.Xml.XmlNamespaceManager::PopScope() */, L_69); return; } } // System.String System.Xml.XmlLoader::EntitizeName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlLoader_EntitizeName_m49AD4ECC12DF362966C3D1E90A04BDCB8B1A49BC (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8D004CCFB2C7F7062B882865483FF7F4DC36E04E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral951CCB49640C8F9E81FB4E0D82730321F4E15BB3); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name0; String_t* L_1; L_1 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(_stringLiteral8D004CCFB2C7F7062B882865483FF7F4DC36E04E, L_0, _stringLiteral951CCB49640C8F9E81FB4E0D82730321F4E15BB3, /*hidden argument*/NULL); return L_1; } } // System.Void System.Xml.XmlLoader::ExpandEntity(System.Xml.XmlEntity) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlLoader_ExpandEntity_mB914876C368C11CA6A2A83A4E52759EA2C738E81 (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * __this, XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 * ___ent0, const RuntimeMethod* method) { { XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 * L_0 = ___ent0; XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 * L_1 = ___ent0; NullCheck(L_1); String_t* L_2; L_2 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlNode::get_Name() */, L_1); String_t* L_3; L_3 = XmlLoader_EntitizeName_m49AD4ECC12DF362966C3D1E90A04BDCB8B1A49BC(__this, L_2, /*hidden argument*/NULL); XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_4; L_4 = XmlLoader_ParsePartialContent_mB68D0DF9BE3A865A541CA730E85A3FEA1DAB2E01(__this, L_0, L_3, 6, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlLoader::ExpandEntityReference(System.Xml.XmlEntityReference) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlLoader_ExpandEntityReference_m6A5DC6049742CE328968AC7DB1E46D24FA60425A (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * __this, XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * ___eref0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1710B4477A01FFE20514D8AA61891F364D71C25B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral35B44AA64754DEDC52915E7F763C081CF5B004D9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral513659CEF285C73478E9829E41D7E4C23DB53E12); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral725B1CAFF9B49E1231FDA15B85166BBEFAA36A11); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral893D84FF4ED81AC205FBC0C67CBEE1C0C752B406); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8D004CCFB2C7F7062B882865483FF7F4DC36E04E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral96930EC8C6FD5250BB36A5E1040AB06A9588FD62); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEF8AE9E6CBCFDABA932FBEB4C85964F450F724F5); s_Il2CppMethodInitialized = true; } bool V_0 = false; String_t* V_1 = NULL; RuntimeObject* V_2 = NULL; RuntimeObject* V_3 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * L_0 = ___eref0; NullCheck(L_0); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_1; L_1 = VirtualFuncInvoker0< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(17 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, L_0); __this->set_doc_0(L_1); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_2 = __this->get_doc_0(); NullCheck(L_2); bool L_3; L_3 = XmlDocument_get_IsLoading_m3B73B787E62F30F277275598CF50D1258706E681_inline(L_2, /*hidden argument*/NULL); V_0 = L_3; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_4 = __this->get_doc_0(); NullCheck(L_4); XmlDocument_set_IsLoading_m0E2E34BFE906431E4AB12CEF24B22578E4756EA2_inline(L_4, (bool)1, /*hidden argument*/NULL); XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * L_5 = ___eref0; NullCheck(L_5); String_t* L_6; L_6 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlNode::get_Name() */, L_5); V_1 = L_6; String_t* L_7 = V_1; bool L_8; L_8 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_7, _stringLiteral35B44AA64754DEDC52915E7F763C081CF5B004D9, /*hidden argument*/NULL); if (L_8) { goto IL_0077; } } { String_t* L_9 = V_1; bool L_10; L_10 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_9, _stringLiteral1710B4477A01FFE20514D8AA61891F364D71C25B, /*hidden argument*/NULL); if (L_10) { goto IL_00a1; } } { String_t* L_11 = V_1; bool L_12; L_12 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_11, _stringLiteral96930EC8C6FD5250BB36A5E1040AB06A9588FD62, /*hidden argument*/NULL); if (L_12) { goto IL_00cb; } } { String_t* L_13 = V_1; bool L_14; L_14 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_13, _stringLiteral513659CEF285C73478E9829E41D7E4C23DB53E12, /*hidden argument*/NULL); if (L_14) { goto IL_00f5; } } { String_t* L_15 = V_1; bool L_16; L_16 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_15, _stringLiteral893D84FF4ED81AC205FBC0C67CBEE1C0C752B406, /*hidden argument*/NULL); if (L_16) { goto IL_011f; } } { goto IL_0149; } IL_0077: { XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * L_17 = ___eref0; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_18 = __this->get_doc_0(); NullCheck(L_18); XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 * L_19; L_19 = VirtualFuncInvoker1< XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 *, String_t* >::Invoke(63 /* System.Xml.XmlText System.Xml.XmlDocument::CreateTextNode(System.String) */, L_18, _stringLiteral725B1CAFF9B49E1231FDA15B85166BBEFAA36A11); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_20 = __this->get_doc_0(); NullCheck(L_17); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_21; L_21 = VirtualFuncInvoker2< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(25 /* System.Xml.XmlNode System.Xml.XmlNode::AppendChildForLoad(System.Xml.XmlNode,System.Xml.XmlDocument) */, L_17, L_19, L_20); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_22 = __this->get_doc_0(); bool L_23 = V_0; NullCheck(L_22); XmlDocument_set_IsLoading_m0E2E34BFE906431E4AB12CEF24B22578E4756EA2_inline(L_22, L_23, /*hidden argument*/NULL); return; } IL_00a1: { XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * L_24 = ___eref0; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_25 = __this->get_doc_0(); NullCheck(L_25); XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 * L_26; L_26 = VirtualFuncInvoker1< XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 *, String_t* >::Invoke(63 /* System.Xml.XmlText System.Xml.XmlDocument::CreateTextNode(System.String) */, L_25, _stringLiteralEF8AE9E6CBCFDABA932FBEB4C85964F450F724F5); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_27 = __this->get_doc_0(); NullCheck(L_24); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_28; L_28 = VirtualFuncInvoker2< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(25 /* System.Xml.XmlNode System.Xml.XmlNode::AppendChildForLoad(System.Xml.XmlNode,System.Xml.XmlDocument) */, L_24, L_26, L_27); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_29 = __this->get_doc_0(); bool L_30 = V_0; NullCheck(L_29); XmlDocument_set_IsLoading_m0E2E34BFE906431E4AB12CEF24B22578E4756EA2_inline(L_29, L_30, /*hidden argument*/NULL); return; } IL_00cb: { XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * L_31 = ___eref0; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_32 = __this->get_doc_0(); NullCheck(L_32); XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 * L_33; L_33 = VirtualFuncInvoker1< XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 *, String_t* >::Invoke(63 /* System.Xml.XmlText System.Xml.XmlDocument::CreateTextNode(System.String) */, L_32, _stringLiteral8D004CCFB2C7F7062B882865483FF7F4DC36E04E); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_34 = __this->get_doc_0(); NullCheck(L_31); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_35; L_35 = VirtualFuncInvoker2< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(25 /* System.Xml.XmlNode System.Xml.XmlNode::AppendChildForLoad(System.Xml.XmlNode,System.Xml.XmlDocument) */, L_31, L_33, L_34); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_36 = __this->get_doc_0(); bool L_37 = V_0; NullCheck(L_36); XmlDocument_set_IsLoading_m0E2E34BFE906431E4AB12CEF24B22578E4756EA2_inline(L_36, L_37, /*hidden argument*/NULL); return; } IL_00f5: { XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * L_38 = ___eref0; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_39 = __this->get_doc_0(); NullCheck(L_39); XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 * L_40; L_40 = VirtualFuncInvoker1< XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 *, String_t* >::Invoke(63 /* System.Xml.XmlText System.Xml.XmlDocument::CreateTextNode(System.String) */, L_39, _stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_41 = __this->get_doc_0(); NullCheck(L_38); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_42; L_42 = VirtualFuncInvoker2< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(25 /* System.Xml.XmlNode System.Xml.XmlNode::AppendChildForLoad(System.Xml.XmlNode,System.Xml.XmlDocument) */, L_38, L_40, L_41); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_43 = __this->get_doc_0(); bool L_44 = V_0; NullCheck(L_43); XmlDocument_set_IsLoading_m0E2E34BFE906431E4AB12CEF24B22578E4756EA2_inline(L_43, L_44, /*hidden argument*/NULL); return; } IL_011f: { XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * L_45 = ___eref0; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_46 = __this->get_doc_0(); NullCheck(L_46); XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 * L_47; L_47 = VirtualFuncInvoker1< XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 *, String_t* >::Invoke(63 /* System.Xml.XmlText System.Xml.XmlDocument::CreateTextNode(System.String) */, L_46, _stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_48 = __this->get_doc_0(); NullCheck(L_45); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_49; L_49 = VirtualFuncInvoker2< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(25 /* System.Xml.XmlNode System.Xml.XmlNode::AppendChildForLoad(System.Xml.XmlNode,System.Xml.XmlDocument) */, L_45, L_47, L_48); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_50 = __this->get_doc_0(); bool L_51 = V_0; NullCheck(L_50); XmlDocument_set_IsLoading_m0E2E34BFE906431E4AB12CEF24B22578E4756EA2_inline(L_50, L_51, /*hidden argument*/NULL); return; } IL_0149: { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_52 = __this->get_doc_0(); NullCheck(L_52); XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * L_53; L_53 = XmlDocument_get_Entities_m0A2BA922218E21549F4166215BA17B834A251471(L_52, /*hidden argument*/NULL); NullCheck(L_53); RuntimeObject* L_54; L_54 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(8 /* System.Collections.IEnumerator System.Xml.XmlNamedNodeMap::GetEnumerator() */, L_53); V_2 = L_54; } IL_015a: try {// begin try (depth: 1) { goto IL_0190; } IL_015c: { RuntimeObject* L_55 = V_2; NullCheck(L_55); RuntimeObject * L_56; L_56 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_55); NullCheck(((XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 *)CastclassClass((RuntimeObject*)L_56, XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13_il2cpp_TypeInfo_var))); String_t* L_57; L_57 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlNode::get_Name() */, ((XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 *)CastclassClass((RuntimeObject*)L_56, XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13_il2cpp_TypeInfo_var))); XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * L_58 = ___eref0; NullCheck(L_58); String_t* L_59; L_59 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlNode::get_Name() */, L_58); bool L_60; L_60 = Ref_Equal_mA7CCFB984697A4E40EE7BE8919C2A31BF952ED6F(L_57, L_59, /*hidden argument*/NULL); if (!L_60) { goto IL_0190; } } IL_0179: { XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * L_61 = ___eref0; XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * L_62 = ___eref0; NullCheck(L_62); String_t* L_63; L_63 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlNode::get_Name() */, L_62); String_t* L_64; L_64 = XmlLoader_EntitizeName_m49AD4ECC12DF362966C3D1E90A04BDCB8B1A49BC(__this, L_63, /*hidden argument*/NULL); XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * L_65; L_65 = XmlLoader_ParsePartialContent_mB68D0DF9BE3A865A541CA730E85A3FEA1DAB2E01(__this, L_61, L_64, 5, /*hidden argument*/NULL); IL2CPP_LEAVE(0x1FF, FINALLY_019a); } IL_0190: { RuntimeObject* L_66 = V_2; NullCheck(L_66); bool L_67; L_67 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_66); if (L_67) { goto IL_015c; } } IL_0198: { IL2CPP_LEAVE(0x1AB, FINALLY_019a); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_019a; } FINALLY_019a: {// begin finally (depth: 1) { RuntimeObject* L_68 = V_2; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_68, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_69 = V_3; if (!L_69) { goto IL_01aa; } } IL_01a4: { RuntimeObject* L_70 = V_3; NullCheck(L_70); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_70); } IL_01aa: { IL2CPP_END_FINALLY(410) } }// end finally (depth: 1) IL2CPP_CLEANUP(410) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x1FF, IL_01ff) IL2CPP_JUMP_TBL(0x1AB, IL_01ab) } IL_01ab: { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_71 = __this->get_doc_0(); NullCheck(L_71); bool L_72; L_72 = XmlDocument_get_ActualLoadingStatus_m132F4C9F3AF7325A4F7D75871F11F56555D2FA27_inline(L_71, /*hidden argument*/NULL); if (L_72) { goto IL_01e2; } } { XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * L_73 = ___eref0; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_74 = __this->get_doc_0(); NullCheck(L_74); XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 * L_75; L_75 = VirtualFuncInvoker1< XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 *, String_t* >::Invoke(63 /* System.Xml.XmlText System.Xml.XmlDocument::CreateTextNode(System.String) */, L_74, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_76 = __this->get_doc_0(); NullCheck(L_73); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_77; L_77 = VirtualFuncInvoker2< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(25 /* System.Xml.XmlNode System.Xml.XmlNode::AppendChildForLoad(System.Xml.XmlNode,System.Xml.XmlDocument) */, L_73, L_75, L_76); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_78 = __this->get_doc_0(); bool L_79 = V_0; NullCheck(L_78); XmlDocument_set_IsLoading_m0E2E34BFE906431E4AB12CEF24B22578E4756EA2_inline(L_78, L_79, /*hidden argument*/NULL); return; } IL_01e2: { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_80 = __this->get_doc_0(); bool L_81 = V_0; NullCheck(L_80); XmlDocument_set_IsLoading_m0E2E34BFE906431E4AB12CEF24B22578E4756EA2_inline(L_80, L_81, /*hidden argument*/NULL); XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 * L_82 = ___eref0; NullCheck(L_82); String_t* L_83; L_83 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlNode::get_Name() */, L_82); XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * L_84 = (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var))); XmlException__ctor_m113008AE4B646E85154C99B3CBB55D536CBEFEB9(L_84, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCDFFBF7695883D821E64C727304FFE2682330A22)), L_83, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_84, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlLoader_ExpandEntityReference_m6A5DC6049742CE328968AC7DB1E46D24FA60425A_RuntimeMethod_var))); } IL_01ff: { return; } } // System.Xml.XmlReader System.Xml.XmlLoader::CreateInnerXmlReader(System.String,System.Xml.XmlNodeType,System.Xml.XmlParserContext,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlReader_tECCB3D8B757F8CE744EF0430F338BEF15E060138 * XmlLoader_CreateInnerXmlReader_m23ADD78DC3BB730570FD09D8F2B3FF4E71EFF4B2 (XmlLoader_tF4C27323B06E4B5611A0B82351BFCDDEBE79619B * __this, String_t* ___xmlFragment0, int32_t ___nt1, XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * ___context2, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___doc3, 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*)&IDtdParser_tD5A6D02A5CA749436148A452C1A6DBD8EFA76833_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * V_1 = NULL; XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * V_2 = NULL; DtdParserProxy_t2577A62EB66A77D9533689C64F0F41F47C19F557 * V_3 = NULL; RuntimeObject* V_4 = NULL; { int32_t L_0 = ___nt1; V_0 = L_0; int32_t L_1 = V_0; if ((((int32_t)L_1) == ((int32_t)6))) { goto IL_000a; } } { int32_t L_2 = V_0; if ((!(((uint32_t)L_2) == ((uint32_t)5)))) { goto IL_000c; } } IL_000a: { V_0 = 1; } IL_000c: { String_t* L_3 = ___xmlFragment0; int32_t L_4 = V_0; XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * L_5 = ___context2; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * L_6 = (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 *)il2cpp_codegen_object_new(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4_il2cpp_TypeInfo_var); XmlTextReaderImpl__ctor_m068A7DCF326CCEB0144B3C28838A4C4D6DC793D5(L_6, L_3, L_4, L_5, /*hidden argument*/NULL); V_1 = L_6; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * L_7 = V_1; NullCheck(L_7); XmlTextReaderImpl_set_XmlValidatingReaderCompatibilityMode_mC1560DDC79C8BCDB26858DFABCDF3DC9BED97387(L_7, (bool)1, /*hidden argument*/NULL); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_8 = ___doc3; NullCheck(L_8); bool L_9; L_9 = XmlDocument_get_HasSetResolver_mC2C6B3468CB289554D1B1BBFB362D8F0A63D4792_inline(L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_0032; } } { XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * L_10 = V_1; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_11 = ___doc3; NullCheck(L_11); XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * L_12; L_12 = XmlDocument_GetResolver_m8FB9F7E522BD80FF4E7CB398BCE65D313E1C6D6C_inline(L_11, /*hidden argument*/NULL); NullCheck(L_10); XmlTextReaderImpl_set_XmlResolver_m44FF2066BA2BC478D9FC42BA6619ED161906195E(L_10, L_12, /*hidden argument*/NULL); } IL_0032: { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_13 = ___doc3; NullCheck(L_13); bool L_14; L_14 = XmlDocument_get_ActualLoadingStatus_m132F4C9F3AF7325A4F7D75871F11F56555D2FA27_inline(L_13, /*hidden argument*/NULL); if (L_14) { goto IL_0042; } } { XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * L_15 = V_1; NullCheck(L_15); XmlTextReaderImpl_set_DisableUndeclaredEntityCheck_mB9FB8144B877DD69D695FE2C53AD87A2D19C4BB1_inline(L_15, (bool)1, /*hidden argument*/NULL); } IL_0042: { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_16 = ___doc3; NullCheck(L_16); XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_17; L_17 = VirtualFuncInvoker0< XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * >::Invoke(53 /* System.Xml.XmlDocumentType System.Xml.XmlDocument::get_DocumentType() */, L_16); V_2 = L_17; XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_18 = V_2; if (!L_18) { goto IL_00b6; } } { XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * L_19 = V_1; XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_20 = V_2; NullCheck(L_20); bool L_21; L_21 = XmlDocumentType_get_ParseWithNamespaces_m0B06FD0B85241C23F59FDF8ABA65C59F6320A9DB_inline(L_20, /*hidden argument*/NULL); NullCheck(L_19); XmlTextReaderImpl_set_Namespaces_m4D0C64D58914FD0E67DFDA3B05C305033376CE72(L_19, L_21, /*hidden argument*/NULL); XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_22 = V_2; NullCheck(L_22); SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * L_23; L_23 = XmlDocumentType_get_DtdSchemaInfo_m044BADB1D184372A1C09F862CC56C9BEF1A8DD05_inline(L_22, /*hidden argument*/NULL); if (!L_23) { goto IL_006f; } } { XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * L_24 = V_1; XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_25 = V_2; NullCheck(L_25); SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * L_26; L_26 = XmlDocumentType_get_DtdSchemaInfo_m044BADB1D184372A1C09F862CC56C9BEF1A8DD05_inline(L_25, /*hidden argument*/NULL); NullCheck(L_24); XmlTextReaderImpl_SetDtdInfo_m61FC1B5DB3E8E07305B1AE13020E6965BCD6BBD1(L_24, L_26, /*hidden argument*/NULL); goto IL_00b6; } IL_006f: { RuntimeObject* L_27; L_27 = DtdParser_Create_m15A259110FA9E37C9FF15E2EEB9EA88C6D0C21BD(/*hidden argument*/NULL); XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * L_28 = V_1; DtdParserProxy_t2577A62EB66A77D9533689C64F0F41F47C19F557 * L_29 = (DtdParserProxy_t2577A62EB66A77D9533689C64F0F41F47C19F557 *)il2cpp_codegen_object_new(DtdParserProxy_t2577A62EB66A77D9533689C64F0F41F47C19F557_il2cpp_TypeInfo_var); DtdParserProxy__ctor_m080E199E77CE80BF8AB44E5AE23D9AB3D1C5755C(L_29, L_28, /*hidden argument*/NULL); V_3 = L_29; XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * L_30 = ___context2; NullCheck(L_30); String_t* L_31; L_31 = XmlParserContext_get_BaseURI_mDC9771AD1C8F20ABB620B6B8FB05FF8588DEB4E4_inline(L_30, /*hidden argument*/NULL); XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * L_32 = ___context2; NullCheck(L_32); String_t* L_33; L_33 = XmlParserContext_get_DocTypeName_mBB1E0FED037DAD590E11B29F6BD160BDA2A689A9_inline(L_32, /*hidden argument*/NULL); XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * L_34 = ___context2; NullCheck(L_34); String_t* L_35; L_35 = XmlParserContext_get_PublicId_m1135CB245A9628A1B67D2ECF5AA560DB69E9D32D_inline(L_34, /*hidden argument*/NULL); XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * L_36 = ___context2; NullCheck(L_36); String_t* L_37; L_37 = XmlParserContext_get_SystemId_mDF57A6C7FBCB6142D7DE370480F96740BD7791F8_inline(L_36, /*hidden argument*/NULL); XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 * L_38 = ___context2; NullCheck(L_38); String_t* L_39; L_39 = XmlParserContext_get_InternalSubset_m8C6D38A985229CA2CD7EB25FD71FF37D5CFEA490_inline(L_38, /*hidden argument*/NULL); DtdParserProxy_t2577A62EB66A77D9533689C64F0F41F47C19F557 * L_40 = V_3; NullCheck(L_27); RuntimeObject* L_41; L_41 = 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_27, L_31, L_33, L_35, L_37, L_39, L_40); V_4 = L_41; XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * L_42 = V_2; RuntimeObject* L_43 = V_4; NullCheck(L_42); XmlDocumentType_set_DtdSchemaInfo_m2A2B4A126F4EA330CD02BAFC9C57422DF167DF02_inline(L_42, ((SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 *)IsInstClass((RuntimeObject*)L_43, SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * L_44 = V_1; RuntimeObject* L_45 = V_4; NullCheck(L_44); XmlTextReaderImpl_SetDtdInfo_m61FC1B5DB3E8E07305B1AE13020E6965BCD6BBD1(L_44, L_45, /*hidden argument*/NULL); } IL_00b6: { int32_t L_46 = ___nt1; if ((((int32_t)L_46) == ((int32_t)6))) { goto IL_00be; } } { int32_t L_47 = ___nt1; if ((!(((uint32_t)L_47) == ((uint32_t)5)))) { goto IL_00cb; } } IL_00be: { XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * L_48 = V_1; NullCheck(L_48); bool L_49; L_49 = VirtualFuncInvoker0< bool >::Invoke(21 /* System.Boolean System.Xml.XmlReader::Read() */, L_48); XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * L_50 = V_1; NullCheck(L_50); VirtualActionInvoker0::Invoke(27 /* System.Void System.Xml.XmlReader::ResolveEntity() */, L_50); } IL_00cb: { XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * L_51 = V_1; return L_51; } } // System.Void System.Xml.XmlLoader::ParseXmlDeclarationValue(System.String,System.String&,System.String&,System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlLoader_ParseXmlDeclarationValue_m7A687F39E9FCC8A8D3AA9ECA6CFEE5FB4D375DAE (String_t* ___strValue0, String_t** ___version1, String_t** ___encoding2, String_t** ___standalone3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral29988D0F9BCADFABFF66CBF5AB73096D1CAE3128); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5BAA302A400A1B9C6F712ED9DBE1D7010A5034BF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD2D2F8D3F9F04A081FFBE6B2AF7917BAAADFC052); s_Il2CppMethodInitialized = true; } XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { String_t** L_0 = ___version1; *((RuntimeObject **)L_0) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_0, (void*)(RuntimeObject *)NULL); String_t** L_1 = ___encoding2; *((RuntimeObject **)L_1) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_1, (void*)(RuntimeObject *)NULL); String_t** L_2 = ___standalone3; *((RuntimeObject **)L_2) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_2, (void*)(RuntimeObject *)NULL); String_t* L_3 = ___strValue0; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * L_4 = (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 *)il2cpp_codegen_object_new(XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4_il2cpp_TypeInfo_var); XmlTextReaderImpl__ctor_m04EB57A015BD73AD74D950EB8CA4DE959F5862CA(L_4, L_3, (XmlParserContext_tD8B22CA52F41246D7FB94A21A2A5ED605DD4CD28 *)NULL, /*hidden argument*/NULL); V_0 = L_4; } IL_0011: try {// begin try (depth: 1) { XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * L_5 = V_0; NullCheck(L_5); bool L_6; L_6 = VirtualFuncInvoker0< bool >::Invoke(21 /* System.Boolean System.Xml.XmlReader::Read() */, L_5); XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * L_7 = V_0; NullCheck(L_7); bool L_8; L_8 = VirtualFuncInvoker1< bool, String_t* >::Invoke(16 /* System.Boolean System.Xml.XmlReader::MoveToAttribute(System.String) */, L_7, _stringLiteralD2D2F8D3F9F04A081FFBE6B2AF7917BAAADFC052); if (!L_8) { goto IL_002d; } } IL_0025: { String_t** L_9 = ___version1; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * L_10 = V_0; NullCheck(L_10); String_t* L_11; L_11 = VirtualFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_10); *((RuntimeObject **)L_9) = (RuntimeObject *)L_11; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_9, (void*)(RuntimeObject *)L_11); } IL_002d: { XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * L_12 = V_0; NullCheck(L_12); bool L_13; L_13 = VirtualFuncInvoker1< bool, String_t* >::Invoke(16 /* System.Boolean System.Xml.XmlReader::MoveToAttribute(System.String) */, L_12, _stringLiteral29988D0F9BCADFABFF66CBF5AB73096D1CAE3128); if (!L_13) { goto IL_0042; } } IL_003a: { String_t** L_14 = ___encoding2; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * L_15 = V_0; NullCheck(L_15); String_t* L_16; L_16 = VirtualFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_15); *((RuntimeObject **)L_14) = (RuntimeObject *)L_16; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_14, (void*)(RuntimeObject *)L_16); } IL_0042: { XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * L_17 = V_0; NullCheck(L_17); bool L_18; L_18 = VirtualFuncInvoker1< bool, String_t* >::Invoke(16 /* System.Boolean System.Xml.XmlReader::MoveToAttribute(System.String) */, L_17, _stringLiteral5BAA302A400A1B9C6F712ED9DBE1D7010A5034BF); if (!L_18) { goto IL_0057; } } IL_004f: { String_t** L_19 = ___standalone3; XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * L_20 = V_0; NullCheck(L_20); String_t* L_21; L_21 = VirtualFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_20); *((RuntimeObject **)L_19) = (RuntimeObject *)L_21; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_19, (void*)(RuntimeObject *)L_21); } IL_0057: { IL2CPP_LEAVE(0x60, FINALLY_0059); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0059; } FINALLY_0059: {// begin finally (depth: 1) XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * L_22 = V_0; NullCheck(L_22); VirtualActionInvoker0::Invoke(22 /* System.Void System.Xml.XmlReader::Close() */, L_22); IL2CPP_END_FINALLY(89) }// end finally (depth: 1) IL2CPP_CLEANUP(89) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x60, IL_0060) } IL_0060: { return; } } // System.Exception System.Xml.XmlLoader::UnexpectedNodeType(System.Xml.XmlNodeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlLoader_UnexpectedNodeType_m28795DB01BC2B99DE6593D207E0A3C87B1AD19F6 (int32_t ___nodetype0, 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*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlNodeType_t6202952ADDE08339EF2AAC42CE97C84E99AC5D81_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral44C14DBC6A9EE22DDA5FE2FABA5577B801DFAD89); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_0; L_0 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); String_t* L_1; L_1 = Res_GetString_m4303E63CA6945331BF5584376F6AA7262D1C6887(_stringLiteral44C14DBC6A9EE22DDA5FE2FABA5577B801DFAD89, /*hidden argument*/NULL); RuntimeObject * L_2 = Box(XmlNodeType_t6202952ADDE08339EF2AAC42CE97C84E99AC5D81_il2cpp_TypeInfo_var, (&___nodetype0)); NullCheck(L_2); String_t* L_3; L_3 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_2); ___nodetype0 = *(int32_t*)UnBox(L_2); String_t* L_4; L_4 = String_Format_m90ED4B078849D42FA1A7C5EB7AC7F74F235F6916(L_0, L_1, L_3, /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_5 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_5, L_4, /*hidden argument*/NULL); return L_5; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Schema.XmlMiscConverter::.ctor(System.Xml.Schema.XmlSchemaType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlMiscConverter__ctor_mFEB85979C62F8370B521003E7B0B56F05D31E039 (XmlMiscConverter_t702BEEF62354303AA68B6DA57B64742C8B68352F * __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.XmlMiscConverter::Create(System.Xml.Schema.XmlSchemaType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * XmlMiscConverter_Create_m2480D101051D50A7173302065608AFD967B2E4C7 (XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___schemaType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlMiscConverter_t702BEEF62354303AA68B6DA57B64742C8B68352F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_0 = ___schemaType0; XmlMiscConverter_t702BEEF62354303AA68B6DA57B64742C8B68352F * L_1 = (XmlMiscConverter_t702BEEF62354303AA68B6DA57B64742C8B68352F *)il2cpp_codegen_object_new(XmlMiscConverter_t702BEEF62354303AA68B6DA57B64742C8B68352F_il2cpp_TypeInfo_var); XmlMiscConverter__ctor_mFEB85979C62F8370B521003E7B0B56F05D31E039(L_1, L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Xml.Schema.XmlMiscConverter::ToString(System.Object,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlMiscConverter_ToString_m7B71F429E93B4E7C676B123E4F015319300DC76F (XmlMiscConverter_t702BEEF62354303AA68B6DA57B64742C8B68352F * __this, RuntimeObject * ___value0, RuntimeObject* ___nsResolver1, 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*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_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); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; int32_t V_1 = 0; { 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*)&XmlMiscConverter_ToString_m7B71F429E93B4E7C676B123E4F015319300DC76F_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_ByteArrayType_27(); 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_004b; } } { int32_t L_7; L_7 = XmlBaseConverter_get_TypeCode_m0A474F881A97EE27FC731E30E04B94B9A2A57694_inline(__this, /*hidden argument*/NULL); V_1 = L_7; int32_t L_8 = V_1; if ((((int32_t)L_8) == ((int32_t)((int32_t)26)))) { goto IL_003f; } } { int32_t L_9 = V_1; if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)27))))) { goto IL_004b; } } { RuntimeObject * L_10 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); String_t* L_11; L_11 = XmlBaseConverter_Base64BinaryToString_m59A44A6E71E0578878E4B6642206F928C5D57506(((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)Castclass((RuntimeObject*)L_10, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_11; } IL_003f: { RuntimeObject * L_12 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_13; L_13 = XmlConvert_ToBinHexString_m05F21BAA06869432003751577B987CA948EED9D6(((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)Castclass((RuntimeObject*)L_12, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_13; } IL_004b: { 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_005f; } } { RuntimeObject * L_17 = ___value0; return ((String_t*)CastclassSealed((RuntimeObject*)L_17, String_t_il2cpp_TypeInfo_var)); } IL_005f: { 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_UriType_29(); bool L_20; L_20 = XmlBaseConverter_IsDerivedFrom_m117274B87FC08431F3D7CF94149EF1BA772EFF65(L_18, L_19, /*hidden argument*/NULL); if (!L_20) { goto IL_0082; } } { int32_t L_21; L_21 = XmlBaseConverter_get_TypeCode_m0A474F881A97EE27FC731E30E04B94B9A2A57694_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_21) == ((uint32_t)((int32_t)28))))) { goto IL_0082; } } { RuntimeObject * L_22 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); String_t* L_23; L_23 = XmlBaseConverter_AnyUriToString_mB66420B33B586048AE31773CBCC7CB4560E8389C(((Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)CastclassClass((RuntimeObject*)L_22, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_23; } IL_0082: { Type_t * L_24 = V_0; 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_TimeSpanType_30(); 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_00c9; } } { int32_t L_27; L_27 = XmlBaseConverter_get_TypeCode_m0A474F881A97EE27FC731E30E04B94B9A2A57694_inline(__this, /*hidden argument*/NULL); V_1 = L_27; int32_t L_28 = V_1; if ((((int32_t)L_28) == ((int32_t)((int32_t)17)))) { goto IL_00b1; } } { int32_t L_29 = V_1; if ((((int32_t)L_29) == ((int32_t)((int32_t)53)))) { goto IL_00bd; } } { int32_t L_30 = V_1; if ((!(((uint32_t)L_30) == ((uint32_t)((int32_t)54))))) { goto IL_00c9; } } { RuntimeObject * L_31 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); String_t* L_32; L_32 = XmlBaseConverter_DayTimeDurationToString_m0279D68AB80F0DEB9DFD8F3253D693B4C7338119(((*(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)UnBox(L_31, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); return L_32; } IL_00b1: { RuntimeObject * L_33 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); String_t* L_34; L_34 = XmlBaseConverter_DurationToString_m16A4BE64597A0DFD04A10B31153CB6B777131590(((*(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)UnBox(L_33, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); return L_34; } IL_00bd: { RuntimeObject * L_35 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); String_t* L_36; L_36 = XmlBaseConverter_YearMonthDurationToString_m1DC78F1E05283A46D077FAD364D4FF9F6998CECC(((*(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)UnBox(L_35, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); return L_36; } IL_00c9: { Type_t * L_37 = V_0; 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_XmlQualifiedNameType_28(); bool L_39; L_39 = XmlBaseConverter_IsDerivedFrom_m117274B87FC08431F3D7CF94149EF1BA772EFF65(L_37, L_38, /*hidden argument*/NULL); if (!L_39) { goto IL_0101; } } { int32_t L_40; L_40 = XmlBaseConverter_get_TypeCode_m0A474F881A97EE27FC731E30E04B94B9A2A57694_inline(__this, /*hidden argument*/NULL); V_1 = L_40; int32_t L_41 = V_1; if ((((int32_t)L_41) == ((int32_t)((int32_t)29)))) { goto IL_00f4; } } { int32_t L_42 = V_1; if ((!(((uint32_t)L_42) == ((uint32_t)((int32_t)30))))) { goto IL_0101; } } { RuntimeObject * L_43 = ___value0; RuntimeObject* L_44 = ___nsResolver1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); String_t* L_45; L_45 = XmlBaseConverter_QNameToString_m61F53ABFDBA14C450E5145BA3332297F34E64848(((XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)CastclassClass((RuntimeObject*)L_43, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var)), L_44, /*hidden argument*/NULL); return L_45; } IL_00f4: { RuntimeObject * L_46 = ___value0; RuntimeObject* L_47 = ___nsResolver1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); String_t* L_48; L_48 = XmlBaseConverter_QNameToString_m61F53ABFDBA14C450E5145BA3332297F34E64848(((XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)CastclassClass((RuntimeObject*)L_46, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var)), L_47, /*hidden argument*/NULL); return L_48; } IL_0101: { RuntimeObject * L_49 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_50 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_StringType_12(); RuntimeObject* L_51 = ___nsResolver1; RuntimeObject * L_52; L_52 = XmlMiscConverter_ChangeTypeWildcardDestination_m177A5ED2E88C7B5A5E6BD2863E09B00C78D911F7(__this, L_49, L_50, L_51, /*hidden argument*/NULL); return ((String_t*)CastclassSealed((RuntimeObject*)L_52, String_t_il2cpp_TypeInfo_var)); } } // System.Object System.Xml.Schema.XmlMiscConverter::ChangeType(System.String,System.Type,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlMiscConverter_ChangeType_mC6F5D9346C521FE39009D9D17FE4822C0B3090F5 (XmlMiscConverter_t702BEEF62354303AA68B6DA57B64742C8B68352F * __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*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_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; } int32_t V_0 = 0; { 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*)&XmlMiscConverter_ChangeType_mC6F5D9346C521FE39009D9D17FE4822C0B3090F5_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*)&XmlMiscConverter_ChangeType_mC6F5D9346C521FE39009D9D17FE4822C0B3090F5_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_ByteArrayType_27(); 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_0063; } } { int32_t L_12; L_12 = XmlBaseConverter_get_TypeCode_m0A474F881A97EE27FC731E30E04B94B9A2A57694_inline(__this, /*hidden argument*/NULL); V_0 = L_12; int32_t L_13 = V_0; if ((((int32_t)L_13) == ((int32_t)((int32_t)26)))) { goto IL_005c; } } { int32_t L_14 = V_0; if ((!(((uint32_t)L_14) == ((uint32_t)((int32_t)27))))) { goto IL_0063; } } { String_t* L_15 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16; L_16 = XmlBaseConverter_StringToBase64Binary_mFCE9389E2A006251DC339123C0FAABDD02391D66(L_15, /*hidden argument*/NULL); return (RuntimeObject *)L_16; } IL_005c: { String_t* L_17 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18; L_18 = XmlBaseConverter_StringToHexBinary_m6D14BF1DCAB917D7216C93AFF8A6F3C26C232E6D(L_17, /*hidden argument*/NULL); return (RuntimeObject *)L_18; } IL_0063: { 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_XmlQualifiedNameType_28(); 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_0091; } } { int32_t L_22; L_22 = XmlBaseConverter_get_TypeCode_m0A474F881A97EE27FC731E30E04B94B9A2A57694_inline(__this, /*hidden argument*/NULL); V_0 = L_22; int32_t L_23 = V_0; if ((((int32_t)L_23) == ((int32_t)((int32_t)29)))) { goto IL_0089; } } { int32_t L_24 = V_0; if ((!(((uint32_t)L_24) == ((uint32_t)((int32_t)30))))) { goto IL_0091; } } { String_t* L_25 = ___value0; RuntimeObject* L_26 = ___nsResolver2; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_27; L_27 = XmlBaseConverter_StringToQName_mA5EEB0AAA815547D579AE4EFBF7D3563A631E333(L_25, L_26, /*hidden argument*/NULL); return L_27; } IL_0089: { String_t* L_28 = ___value0; RuntimeObject* L_29 = ___nsResolver2; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_30; L_30 = XmlBaseConverter_StringToQName_mA5EEB0AAA815547D579AE4EFBF7D3563A631E333(L_28, L_29, /*hidden argument*/NULL); return L_30; } IL_0091: { 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_StringType_12(); 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_00a0; } } { String_t* L_34 = ___value0; return L_34; } IL_00a0: { Type_t * L_35 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_36 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_TimeSpanType_30(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_37; L_37 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_35, L_36, /*hidden argument*/NULL); if (!L_37) { goto IL_00e7; } } { int32_t L_38; L_38 = XmlBaseConverter_get_TypeCode_m0A474F881A97EE27FC731E30E04B94B9A2A57694_inline(__this, /*hidden argument*/NULL); V_0 = L_38; int32_t L_39 = V_0; if ((((int32_t)L_39) == ((int32_t)((int32_t)17)))) { goto IL_00cf; } } { int32_t L_40 = V_0; if ((((int32_t)L_40) == ((int32_t)((int32_t)53)))) { goto IL_00db; } } { int32_t L_41 = V_0; if ((!(((uint32_t)L_41) == ((uint32_t)((int32_t)54))))) { goto IL_00e7; } } { String_t* L_42 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_43; L_43 = XmlBaseConverter_StringToDayTimeDuration_m298C73FC23242CB1805D8C3445480EF8059B5801(L_42, /*hidden argument*/NULL); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_44 = L_43; RuntimeObject * L_45 = Box(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var, &L_44); return L_45; } IL_00cf: { String_t* L_46 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_47; L_47 = XmlBaseConverter_StringToDuration_mED29E7E7F7E1E414AA876B9A72A2BC1002A631AB(L_46, /*hidden argument*/NULL); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_48 = L_47; RuntimeObject * L_49 = Box(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var, &L_48); return L_49; } IL_00db: { String_t* L_50 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_51; L_51 = XmlBaseConverter_StringToYearMonthDuration_m46F2496A09AF4F29AB469A37CE26CC02632CB78C(L_50, /*hidden argument*/NULL); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_52 = L_51; RuntimeObject * L_53 = Box(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var, &L_52); return L_53; } IL_00e7: { Type_t * L_54 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_55 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_UriType_29(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_56; L_56 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_54, L_55, /*hidden argument*/NULL); if (!L_56) { goto IL_0105; } } { int32_t L_57; L_57 = XmlBaseConverter_get_TypeCode_m0A474F881A97EE27FC731E30E04B94B9A2A57694_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_57) == ((uint32_t)((int32_t)28))))) { goto IL_0105; } } { String_t* L_58 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_59; L_59 = XmlConvert_ToUri_mA74C5DC38B2A4CE02CE06DFABAB5958FF7C2B0DB(L_58, /*hidden argument*/NULL); return L_59; } IL_0105: { Type_t * L_60 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_61 = ((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_62; L_62 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_60, L_61, /*hidden argument*/NULL); if (!L_62) { goto IL_0120; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_63; L_63 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); String_t* L_64 = ___value0; RuntimeObject* L_65 = ___nsResolver2; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_66 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_mBE544B9A5915B023A9E59802A1C3D36B5632A6F7(L_66, L_63, L_64, L_65, /*hidden argument*/NULL); return L_66; } IL_0120: { String_t* L_67 = ___value0; Type_t * L_68 = ___destinationType1; RuntimeObject* L_69 = ___nsResolver2; RuntimeObject * L_70; L_70 = XmlMiscConverter_ChangeTypeWildcardSource_m6047F385A13550911CAFC03F0CD077780032AA3D(__this, L_67, L_68, L_69, /*hidden argument*/NULL); return L_70; } } // System.Object System.Xml.Schema.XmlMiscConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlMiscConverter_ChangeType_m0C70FE0418D44A54E97C1DA5D80FEB7BE9BBE1B2 (XmlMiscConverter_t702BEEF62354303AA68B6DA57B64742C8B68352F * __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*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathItem_t053B6F865E42EB40BFD03AE958B99844501E5701_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); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; int32_t V_1 = 0; { 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*)&XmlMiscConverter_ChangeType_m0C70FE0418D44A54E97C1DA5D80FEB7BE9BBE1B2_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*)&XmlMiscConverter_ChangeType_m0C70FE0418D44A54E97C1DA5D80FEB7BE9BBE1B2_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_ByteArrayType_27(); 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_00ad; } } { 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_ByteArrayType_27(); 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_0077; } } { int32_t L_17; L_17 = XmlBaseConverter_get_TypeCode_m0A474F881A97EE27FC731E30E04B94B9A2A57694_inline(__this, /*hidden argument*/NULL); V_1 = L_17; int32_t L_18 = V_1; if ((((int32_t)L_18) == ((int32_t)((int32_t)26)))) { goto IL_0070; } } { int32_t L_19 = V_1; if ((!(((uint32_t)L_19) == ((uint32_t)((int32_t)27))))) { goto IL_0077; } } { RuntimeObject * L_20 = ___value0; return (RuntimeObject *)((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)Castclass((RuntimeObject*)L_20, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var)); } IL_0070: { RuntimeObject * L_21 = ___value0; return (RuntimeObject *)((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)Castclass((RuntimeObject*)L_21, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var)); } IL_0077: { 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_StringType_12(); 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_00ad; } } { int32_t L_25; L_25 = XmlBaseConverter_get_TypeCode_m0A474F881A97EE27FC731E30E04B94B9A2A57694_inline(__this, /*hidden argument*/NULL); V_1 = L_25; int32_t L_26 = V_1; if ((((int32_t)L_26) == ((int32_t)((int32_t)26)))) { goto IL_00a1; } } { int32_t L_27 = V_1; if ((!(((uint32_t)L_27) == ((uint32_t)((int32_t)27))))) { goto IL_00ad; } } { RuntimeObject * L_28 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_29; L_29 = XmlBaseConverter_StringToBase64Binary_mFCE9389E2A006251DC339123C0FAABDD02391D66(((String_t*)CastclassSealed((RuntimeObject*)L_28, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return (RuntimeObject *)L_29; } IL_00a1: { RuntimeObject * L_30 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_31; L_31 = XmlBaseConverter_StringToHexBinary_m6D14BF1DCAB917D7216C93AFF8A6F3C26C232E6D(((String_t*)CastclassSealed((RuntimeObject*)L_30, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return (RuntimeObject *)L_31; } IL_00ad: { 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_XmlQualifiedNameType_28(); 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_011e; } } { Type_t * L_35 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_36 = ((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_37; L_37 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_35, L_36, /*hidden argument*/NULL); if (!L_37) { goto IL_00f2; } } { int32_t L_38; L_38 = XmlBaseConverter_get_TypeCode_m0A474F881A97EE27FC731E30E04B94B9A2A57694_inline(__this, /*hidden argument*/NULL); V_1 = L_38; int32_t L_39 = V_1; if ((((int32_t)L_39) == ((int32_t)((int32_t)29)))) { goto IL_00e5; } } { int32_t L_40 = V_1; if ((!(((uint32_t)L_40) == ((uint32_t)((int32_t)30))))) { goto IL_00f2; } } { RuntimeObject * L_41 = ___value0; RuntimeObject* L_42 = ___nsResolver2; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_43; L_43 = XmlBaseConverter_StringToQName_mA5EEB0AAA815547D579AE4EFBF7D3563A631E333(((String_t*)CastclassSealed((RuntimeObject*)L_41, String_t_il2cpp_TypeInfo_var)), L_42, /*hidden argument*/NULL); return L_43; } IL_00e5: { RuntimeObject * L_44 = ___value0; RuntimeObject* L_45 = ___nsResolver2; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_46; L_46 = XmlBaseConverter_StringToQName_mA5EEB0AAA815547D579AE4EFBF7D3563A631E333(((String_t*)CastclassSealed((RuntimeObject*)L_44, String_t_il2cpp_TypeInfo_var)), L_45, /*hidden argument*/NULL); return L_46; } IL_00f2: { 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_XmlQualifiedNameType_28(); bool L_49; L_49 = XmlBaseConverter_IsDerivedFrom_m117274B87FC08431F3D7CF94149EF1BA772EFF65(L_47, L_48, /*hidden argument*/NULL); if (!L_49) { goto IL_011e; } } { int32_t L_50; L_50 = XmlBaseConverter_get_TypeCode_m0A474F881A97EE27FC731E30E04B94B9A2A57694_inline(__this, /*hidden argument*/NULL); V_1 = L_50; int32_t L_51 = V_1; if ((((int32_t)L_51) == ((int32_t)((int32_t)29)))) { goto IL_0117; } } { int32_t L_52 = V_1; if ((!(((uint32_t)L_52) == ((uint32_t)((int32_t)30))))) { goto IL_011e; } } { RuntimeObject * L_53 = ___value0; return ((XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)CastclassClass((RuntimeObject*)L_53, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var)); } IL_0117: { RuntimeObject * L_54 = ___value0; return ((XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)CastclassClass((RuntimeObject*)L_54, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var)); } IL_011e: { Type_t * L_55 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_56 = ((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_57; L_57 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_55, L_56, /*hidden argument*/NULL); if (!L_57) { goto IL_0134; } } { RuntimeObject * L_58 = ___value0; RuntimeObject* L_59 = ___nsResolver2; String_t* L_60; L_60 = VirtualFuncInvoker2< String_t*, RuntimeObject *, RuntimeObject* >::Invoke(52 /* System.String System.Xml.Schema.XmlValueConverter::ToString(System.Object,System.Xml.IXmlNamespaceResolver) */, __this, L_58, L_59); return L_60; } IL_0134: { Type_t * L_61 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_62 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_TimeSpanType_30(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_63; L_63 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_61, L_62, /*hidden argument*/NULL); if (!L_63) { goto IL_01e1; } } { Type_t * L_64 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_65 = ((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_66; L_66 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_64, L_65, /*hidden argument*/NULL); if (!L_66) { goto IL_019a; } } { int32_t L_67; L_67 = XmlBaseConverter_get_TypeCode_m0A474F881A97EE27FC731E30E04B94B9A2A57694_inline(__this, /*hidden argument*/NULL); V_1 = L_67; int32_t L_68 = V_1; if ((((int32_t)L_68) == ((int32_t)((int32_t)17)))) { goto IL_0178; } } { int32_t L_69 = V_1; if ((((int32_t)L_69) == ((int32_t)((int32_t)53)))) { goto IL_0189; } } { int32_t L_70 = V_1; if ((!(((uint32_t)L_70) == ((uint32_t)((int32_t)54))))) { goto IL_019a; } } { RuntimeObject * L_71 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_72; L_72 = XmlBaseConverter_StringToDayTimeDuration_m298C73FC23242CB1805D8C3445480EF8059B5801(((String_t*)CastclassSealed((RuntimeObject*)L_71, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_73 = L_72; RuntimeObject * L_74 = Box(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var, &L_73); return L_74; } IL_0178: { RuntimeObject * L_75 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_76; L_76 = XmlBaseConverter_StringToDuration_mED29E7E7F7E1E414AA876B9A72A2BC1002A631AB(((String_t*)CastclassSealed((RuntimeObject*)L_75, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_77 = L_76; RuntimeObject * L_78 = Box(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var, &L_77); return L_78; } IL_0189: { RuntimeObject * L_79 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_80; L_80 = XmlBaseConverter_StringToYearMonthDuration_m46F2496A09AF4F29AB469A37CE26CC02632CB78C(((String_t*)CastclassSealed((RuntimeObject*)L_79, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_81 = L_80; RuntimeObject * L_82 = Box(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var, &L_81); return L_82; } IL_019a: { Type_t * L_83 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_84 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_TimeSpanType_30(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_85; L_85 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_83, L_84, /*hidden argument*/NULL); if (!L_85) { goto IL_01e1; } } { int32_t L_86; L_86 = XmlBaseConverter_get_TypeCode_m0A474F881A97EE27FC731E30E04B94B9A2A57694_inline(__this, /*hidden argument*/NULL); V_1 = L_86; int32_t L_87 = V_1; if ((((int32_t)L_87) == ((int32_t)((int32_t)17)))) { goto IL_01c9; } } { int32_t L_88 = V_1; if ((((int32_t)L_88) == ((int32_t)((int32_t)53)))) { goto IL_01d5; } } { int32_t L_89 = V_1; if ((!(((uint32_t)L_89) == ((uint32_t)((int32_t)54))))) { goto IL_01e1; } } { RuntimeObject * L_90 = ___value0; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_91 = ((*(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)UnBox(L_90, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var)))); RuntimeObject * L_92 = Box(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var, &L_91); return L_92; } IL_01c9: { RuntimeObject * L_93 = ___value0; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_94 = ((*(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)UnBox(L_93, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var)))); RuntimeObject * L_95 = Box(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var, &L_94); return L_95; } IL_01d5: { RuntimeObject * L_96 = ___value0; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_97 = ((*(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)UnBox(L_96, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var)))); RuntimeObject * L_98 = Box(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var, &L_97); return L_98; } IL_01e1: { Type_t * L_99 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_100 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_UriType_29(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_101; L_101 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_99, L_100, /*hidden argument*/NULL); if (!L_101) { goto IL_022f; } } { Type_t * L_102 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_103 = ((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_104; L_104 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_102, L_103, /*hidden argument*/NULL); if (!L_104) { goto IL_0211; } } { int32_t L_105; L_105 = XmlBaseConverter_get_TypeCode_m0A474F881A97EE27FC731E30E04B94B9A2A57694_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_105) == ((uint32_t)((int32_t)28))))) { goto IL_0211; } } { RuntimeObject * L_106 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_107; L_107 = XmlConvert_ToUri_mA74C5DC38B2A4CE02CE06DFABAB5958FF7C2B0DB(((String_t*)CastclassSealed((RuntimeObject*)L_106, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_107; } IL_0211: { Type_t * L_108 = V_0; 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_UriType_29(); bool L_110; L_110 = XmlBaseConverter_IsDerivedFrom_m117274B87FC08431F3D7CF94149EF1BA772EFF65(L_108, L_109, /*hidden argument*/NULL); if (!L_110) { goto IL_022f; } } { int32_t L_111; L_111 = XmlBaseConverter_get_TypeCode_m0A474F881A97EE27FC731E30E04B94B9A2A57694_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_111) == ((uint32_t)((int32_t)28))))) { goto IL_022f; } } { RuntimeObject * L_112 = ___value0; return ((Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)CastclassClass((RuntimeObject*)L_112, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var)); } IL_022f: { Type_t * L_113 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_114 = ((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_115; L_115 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_113, L_114, /*hidden argument*/NULL); if (!L_115) { goto IL_0353; } } { Type_t * L_116 = V_0; 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_ByteArrayType_27(); 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_0277; } } { int32_t L_119; L_119 = XmlBaseConverter_get_TypeCode_m0A474F881A97EE27FC731E30E04B94B9A2A57694_inline(__this, /*hidden argument*/NULL); V_1 = L_119; int32_t L_120 = V_1; if ((((int32_t)L_120) == ((int32_t)((int32_t)26)))) { goto IL_026a; } } { int32_t L_121 = V_1; if ((!(((uint32_t)L_121) == ((uint32_t)((int32_t)27))))) { goto IL_0277; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_122; L_122 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); RuntimeObject * L_123 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_124 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m94A068BC6DBF6F6B6776FC25DCFC2783A87B7D01(L_124, L_122, L_123, /*hidden argument*/NULL); return L_124; } IL_026a: { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_125; L_125 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); RuntimeObject * L_126 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_127 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m94A068BC6DBF6F6B6776FC25DCFC2783A87B7D01(L_127, L_125, L_126, /*hidden argument*/NULL); return L_127; } IL_0277: { Type_t * L_128 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_129 = ((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_130; L_130 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_128, L_129, /*hidden argument*/NULL); if (!L_130) { goto IL_0297; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_131; L_131 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); RuntimeObject * L_132 = ___value0; RuntimeObject* L_133 = ___nsResolver2; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_134 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_mBE544B9A5915B023A9E59802A1C3D36B5632A6F7(L_134, L_131, ((String_t*)CastclassSealed((RuntimeObject*)L_132, String_t_il2cpp_TypeInfo_var)), L_133, /*hidden argument*/NULL); return L_134; } IL_0297: { Type_t * L_135 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_136 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_TimeSpanType_30(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_137; L_137 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_135, L_136, /*hidden argument*/NULL); if (!L_137) { goto IL_02e1; } } { int32_t L_138; L_138 = XmlBaseConverter_get_TypeCode_m0A474F881A97EE27FC731E30E04B94B9A2A57694_inline(__this, /*hidden argument*/NULL); V_1 = L_138; int32_t L_139 = V_1; if ((((int32_t)L_139) == ((int32_t)((int32_t)17)))) { goto IL_02c7; } } { int32_t L_140 = V_1; if ((((int32_t)L_140) == ((int32_t)((int32_t)53)))) { goto IL_02d4; } } { int32_t L_141 = V_1; if ((!(((uint32_t)L_141) == ((uint32_t)((int32_t)54))))) { goto IL_02e1; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_142; L_142 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); RuntimeObject * L_143 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_144 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m94A068BC6DBF6F6B6776FC25DCFC2783A87B7D01(L_144, L_142, L_143, /*hidden argument*/NULL); return L_144; } IL_02c7: { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_145; L_145 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); RuntimeObject * L_146 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_147 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m94A068BC6DBF6F6B6776FC25DCFC2783A87B7D01(L_147, L_145, L_146, /*hidden argument*/NULL); return L_147; } IL_02d4: { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_148; L_148 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); RuntimeObject * L_149 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_150 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m94A068BC6DBF6F6B6776FC25DCFC2783A87B7D01(L_150, L_148, L_149, /*hidden argument*/NULL); return L_150; } IL_02e1: { Type_t * L_151 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_152 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_UriType_29(); bool L_153; L_153 = XmlBaseConverter_IsDerivedFrom_m117274B87FC08431F3D7CF94149EF1BA772EFF65(L_151, L_152, /*hidden argument*/NULL); if (!L_153) { goto IL_0305; } } { int32_t L_154; L_154 = XmlBaseConverter_get_TypeCode_m0A474F881A97EE27FC731E30E04B94B9A2A57694_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_154) == ((uint32_t)((int32_t)28))))) { goto IL_0305; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_155; L_155 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); RuntimeObject * L_156 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_157 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m94A068BC6DBF6F6B6776FC25DCFC2783A87B7D01(L_157, L_155, L_156, /*hidden argument*/NULL); return L_157; } IL_0305: { Type_t * L_158 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_159 = ((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_160; L_160 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_158, L_159, /*hidden argument*/NULL); if (!L_160) { goto IL_0319; } } { RuntimeObject * L_161 = ___value0; return ((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_161, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var)); } IL_0319: { Type_t * L_162 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_163 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XmlQualifiedNameType_28(); bool L_164; L_164 = XmlBaseConverter_IsDerivedFrom_m117274B87FC08431F3D7CF94149EF1BA772EFF65(L_162, L_163, /*hidden argument*/NULL); if (!L_164) { goto IL_0353; } } { int32_t L_165; L_165 = XmlBaseConverter_get_TypeCode_m0A474F881A97EE27FC731E30E04B94B9A2A57694_inline(__this, /*hidden argument*/NULL); V_1 = L_165; int32_t L_166 = V_1; if ((((int32_t)L_166) == ((int32_t)((int32_t)29)))) { goto IL_0345; } } { int32_t L_167 = V_1; if ((!(((uint32_t)L_167) == ((uint32_t)((int32_t)30))))) { goto IL_0353; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_168; L_168 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); RuntimeObject * L_169 = ___value0; RuntimeObject* L_170 = ___nsResolver2; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_171 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m831AF2CEC0B180020D7FAEF0B0701039A3434D99(L_171, L_168, L_169, L_170, /*hidden argument*/NULL); return L_171; } IL_0345: { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_172; L_172 = XmlBaseConverter_get_SchemaType_mD3A5F0E824179488B3DF92C29A26D06956B869FE_inline(__this, /*hidden argument*/NULL); RuntimeObject * L_173 = ___value0; RuntimeObject* L_174 = ___nsResolver2; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_175 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m831AF2CEC0B180020D7FAEF0B0701039A3434D99(L_175, L_172, L_173, L_174, /*hidden argument*/NULL); return L_175; } IL_0353: { Type_t * L_176 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_177 = ((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_178; L_178 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_176, L_177, /*hidden argument*/NULL); if (!L_178) { goto IL_0374; } } { Type_t * L_179 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_180 = ((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_181; L_181 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_179, L_180, /*hidden argument*/NULL); if (!L_181) { goto IL_0374; } } { RuntimeObject * L_182 = ___value0; return ((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_182, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var)); } IL_0374: { Type_t * L_183 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_184 = ((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_185; L_185 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_183, L_184, /*hidden argument*/NULL); if (!L_185) { goto IL_0394; } } { RuntimeObject * L_186 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_187 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13(); RuntimeObject* L_188 = ___nsResolver2; RuntimeObject * L_189; L_189 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_186, L_187, L_188); return ((XPathItem_t053B6F865E42EB40BFD03AE958B99844501E5701 *)CastclassClass((RuntimeObject*)L_189, XPathItem_t053B6F865E42EB40BFD03AE958B99844501E5701_il2cpp_TypeInfo_var)); } IL_0394: { Type_t * L_190 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_191 = ((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_192; L_192 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_190, L_191, /*hidden argument*/NULL); if (!L_192) { goto IL_03af; } } { RuntimeObject * L_193 = ___value0; Type_t * L_194 = ___destinationType1; RuntimeObject* L_195 = ___nsResolver2; NullCheck(((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_193, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var))); RuntimeObject * L_196; L_196 = VirtualFuncInvoker2< RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(14 /* System.Object System.Xml.XPath.XPathItem::ValueAs(System.Type,System.Xml.IXmlNamespaceResolver) */, ((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_193, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var)), L_194, L_195); return L_196; } IL_03af: { RuntimeObject * L_197 = ___value0; Type_t * L_198 = ___destinationType1; RuntimeObject* L_199 = ___nsResolver2; RuntimeObject * L_200; L_200 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(62 /* System.Object System.Xml.Schema.XmlBaseConverter::ChangeListType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_197, L_198, L_199); return L_200; } } // System.Object System.Xml.Schema.XmlMiscConverter::ChangeTypeWildcardDestination(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlMiscConverter_ChangeTypeWildcardDestination_m177A5ED2E88C7B5A5E6BD2863E09B00C78D911F7 (XmlMiscConverter_t702BEEF62354303AA68B6DA57B64742C8B68352F * __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*)&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; } { RuntimeObject * L_0 = ___value0; NullCheck(L_0); Type_t * L_1; L_1 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_2 = ((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_3; L_3 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_1, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0020; } } { RuntimeObject * L_4 = ___value0; Type_t * L_5 = ___destinationType1; RuntimeObject* L_6 = ___nsResolver2; NullCheck(((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_4, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var))); RuntimeObject * L_7; L_7 = VirtualFuncInvoker2< RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(14 /* System.Object System.Xml.XPath.XPathItem::ValueAs(System.Type,System.Xml.IXmlNamespaceResolver) */, ((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_4, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var)), L_5, L_6); return L_7; } IL_0020: { RuntimeObject * L_8 = ___value0; Type_t * L_9 = ___destinationType1; RuntimeObject* L_10 = ___nsResolver2; RuntimeObject * L_11; L_11 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(62 /* System.Object System.Xml.Schema.XmlBaseConverter::ChangeListType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_8, L_9, L_10); return L_11; } } // System.Object System.Xml.Schema.XmlMiscConverter::ChangeTypeWildcardSource(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlMiscConverter_ChangeTypeWildcardSource_m6047F385A13550911CAFC03F0CD077780032AA3D (XmlMiscConverter_t702BEEF62354303AA68B6DA57B64742C8B68352F * __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*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathItem_t053B6F865E42EB40BFD03AE958B99844501E5701_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_XPathItemType_21(); 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_0020; } } { RuntimeObject * L_3 = ___value0; 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_XmlAtomicValueType_13(); RuntimeObject* L_5 = ___nsResolver2; RuntimeObject * L_6; L_6 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_3, L_4, L_5); return ((XPathItem_t053B6F865E42EB40BFD03AE958B99844501E5701 *)CastclassClass((RuntimeObject*)L_6, XPathItem_t053B6F865E42EB40BFD03AE958B99844501E5701_il2cpp_TypeInfo_var)); } IL_0020: { RuntimeObject * L_7 = ___value0; Type_t * L_8 = ___destinationType1; RuntimeObject* L_9 = ___nsResolver2; RuntimeObject * L_10; L_10 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(62 /* System.Object System.Xml.Schema.XmlBaseConverter::ChangeListType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_7, L_8, L_9); return L_10; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlName System.Xml.XmlName::Create(System.String,System.String,System.String,System.Int32,System.Xml.XmlDocument,System.Xml.XmlName,System.Xml.Schema.IXmlSchemaInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * XmlName_Create_mCA2F6032C0A77721831ACDE884A8E75D5D0F4249 (String_t* ___prefix0, String_t* ___localName1, String_t* ___ns2, int32_t ___hashCode3, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___ownerDoc4, XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * ___next5, RuntimeObject* ___schemaInfo6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlNameEx_t0B800AB1A13303BCF6DB0BB1C91FFCD0EE05E91A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___schemaInfo6; if (L_0) { goto IL_0012; } } { String_t* L_1 = ___prefix0; String_t* L_2 = ___localName1; String_t* L_3 = ___ns2; int32_t L_4 = ___hashCode3; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_5 = ___ownerDoc4; XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_6 = ___next5; XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_7 = (XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 *)il2cpp_codegen_object_new(XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63_il2cpp_TypeInfo_var); XmlName__ctor_m993F9A1DBA7F29813BCCF059490FDFE8E1883FAB(L_7, L_1, L_2, L_3, L_4, L_5, L_6, /*hidden argument*/NULL); return L_7; } IL_0012: { String_t* L_8 = ___prefix0; String_t* L_9 = ___localName1; String_t* L_10 = ___ns2; int32_t L_11 = ___hashCode3; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_12 = ___ownerDoc4; XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_13 = ___next5; RuntimeObject* L_14 = ___schemaInfo6; XmlNameEx_t0B800AB1A13303BCF6DB0BB1C91FFCD0EE05E91A * L_15 = (XmlNameEx_t0B800AB1A13303BCF6DB0BB1C91FFCD0EE05E91A *)il2cpp_codegen_object_new(XmlNameEx_t0B800AB1A13303BCF6DB0BB1C91FFCD0EE05E91A_il2cpp_TypeInfo_var); XmlNameEx__ctor_m416586A9D42A30E2FEC7C03CC6E010EB7E90947F(L_15, L_8, L_9, L_10, L_11, L_12, L_13, L_14, /*hidden argument*/NULL); return L_15; } } // System.Void System.Xml.XmlName::.ctor(System.String,System.String,System.String,System.Int32,System.Xml.XmlDocument,System.Xml.XmlName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlName__ctor_m993F9A1DBA7F29813BCCF059490FDFE8E1883FAB (XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___ns2, int32_t ___hashCode3, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___ownerDoc4, XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * ___next5, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); String_t* L_0 = ___prefix0; __this->set_prefix_0(L_0); String_t* L_1 = ___localName1; __this->set_localName_1(L_1); String_t* L_2 = ___ns2; __this->set_ns_2(L_2); __this->set_name_3((String_t*)NULL); int32_t L_3 = ___hashCode3; __this->set_hashCode_4(L_3); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_4 = ___ownerDoc4; __this->set_ownerDoc_5(L_4); XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_5 = ___next5; __this->set_next_6(L_5); return; } } // System.String System.Xml.XmlName::get_LocalName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlName_get_LocalName_m114A23C694FEAF8AB1B138D4631488DD96202823 (XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_localName_1(); return L_0; } } // System.String System.Xml.XmlName::get_NamespaceURI() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlName_get_NamespaceURI_m31E2B1394E75BCDCA4C30C67747DED4347847302 (XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_ns_2(); return L_0; } } // System.String System.Xml.XmlName::get_Prefix() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlName_get_Prefix_m883A76BC61715AA36813E255340532AB4A043621 (XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_prefix_0(); return L_0; } } // System.Int32 System.Xml.XmlName::get_HashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlName_get_HashCode_mACB77835E878014F2D5F1E204246DCBB5B63F6D9 (XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_hashCode_4(); return L_0; } } // System.Xml.XmlDocument System.Xml.XmlName::get_OwnerDocument() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * XmlName_get_OwnerDocument_m482B5B19F0B4564C2309D47811B04F0A5753F3FF (XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * __this, const RuntimeMethod* method) { { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0 = __this->get_ownerDoc_5(); return L_0; } } // System.String System.Xml.XmlName::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlName_get_Name_mCBD22D70F85B53C0B1AEED34A3450B9A16AB04C0 (XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * V_1 = NULL; bool V_2 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { String_t* L_0 = __this->get_name_3(); if (L_0) { goto IL_0099; } } { String_t* L_1 = __this->get_prefix_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_008d; } } { String_t* L_3 = __this->get_localName_1(); NullCheck(L_3); int32_t L_4; L_4 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_3, /*hidden argument*/NULL); if ((((int32_t)L_4) <= ((int32_t)0))) { goto IL_007f; } } { String_t* L_5 = __this->get_prefix_0(); String_t* L_6 = __this->get_localName_1(); String_t* L_7; L_7 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(L_5, _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D, L_6, /*hidden argument*/NULL); V_0 = L_7; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_8 = __this->get_ownerDoc_5(); NullCheck(L_8); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_9; L_9 = XmlDocument_get_NameTable_m0CCA0C27A27C84923F031F9789DD4F749D67AD53(L_8, /*hidden argument*/NULL); V_1 = L_9; V_2 = (bool)0; } IL_004c: try {// begin try (depth: 1) { XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_10 = V_1; Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4(L_10, (bool*)(&V_2), /*hidden argument*/NULL); String_t* L_11 = __this->get_name_3(); if (L_11) { goto IL_0073; } } IL_005c: { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_12 = __this->get_ownerDoc_5(); NullCheck(L_12); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_13; L_13 = XmlDocument_get_NameTable_m0CCA0C27A27C84923F031F9789DD4F749D67AD53(L_12, /*hidden argument*/NULL); String_t* L_14 = V_0; NullCheck(L_13); String_t* L_15; L_15 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_13, L_14); __this->set_name_3(L_15); } IL_0073: { IL2CPP_LEAVE(0x99, FINALLY_0075); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0075; } FINALLY_0075: {// begin finally (depth: 1) { bool L_16 = V_2; if (!L_16) { goto IL_007e; } } IL_0078: { XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_17 = V_1; Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A(L_17, /*hidden argument*/NULL); } IL_007e: { IL2CPP_END_FINALLY(117) } }// end finally (depth: 1) IL2CPP_CLEANUP(117) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x99, IL_0099) } IL_007f: { String_t* L_18 = __this->get_prefix_0(); __this->set_name_3(L_18); goto IL_0099; } IL_008d: { String_t* L_19 = __this->get_localName_1(); __this->set_name_3(L_19); } IL_0099: { String_t* L_20 = __this->get_name_3(); return L_20; } } // System.Xml.Schema.XmlSchemaValidity System.Xml.XmlName::get_Validity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlName_get_Validity_m477CFCD6C72154E60266A827AA58527C29D823D4 (XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * __this, const RuntimeMethod* method) { { return (int32_t)(0); } } // System.Boolean System.Xml.XmlName::get_IsDefault() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlName_get_IsDefault_mC660A74B513FC1764EB67F092B525A5F7B8941D8 (XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean System.Xml.XmlName::get_IsNil() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlName_get_IsNil_m53F6921D591C2D87A71B34D1522EF461859B1D83 (XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Xml.Schema.XmlSchemaSimpleType System.Xml.XmlName::get_MemberType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * XmlName_get_MemberType_mD38D9FC303BDB2AE17AD0AA517EBCD068118620B (XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * __this, const RuntimeMethod* method) { { return (XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C *)NULL; } } // System.Xml.Schema.XmlSchemaType System.Xml.XmlName::get_SchemaType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * XmlName_get_SchemaType_m22E861E7519CC78B7C8DB7F36B7EB4CA4BAD2249 (XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * __this, const RuntimeMethod* method) { { return (XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA *)NULL; } } // System.Xml.Schema.XmlSchemaElement System.Xml.XmlName::get_SchemaElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaElement_tB61A00A97A12A9B2620D005D0643B11EA1CA764A * XmlName_get_SchemaElement_m336CF91515FC2FC4DDCFF1C4E763F605C07F400D (XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * __this, const RuntimeMethod* method) { { return (XmlSchemaElement_tB61A00A97A12A9B2620D005D0643B11EA1CA764A *)NULL; } } // System.Xml.Schema.XmlSchemaAttribute System.Xml.XmlName::get_SchemaAttribute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaAttribute_t2EB9DF55F6A28F15681A8E56140568B049AFD7F7 * XmlName_get_SchemaAttribute_mC8049F83688C286C95A7A5DACBD35CBEC1A3E841 (XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * __this, const RuntimeMethod* method) { { return (XmlSchemaAttribute_t2EB9DF55F6A28F15681A8E56140568B049AFD7F7 *)NULL; } } // System.Boolean System.Xml.XmlName::Equals(System.Xml.Schema.IXmlSchemaInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlName_Equals_m6B94258621934419C8E2581280A8669DA7B7AC97 (XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * __this, RuntimeObject* ___schemaInfo0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___schemaInfo0; return (bool)((((RuntimeObject*)(RuntimeObject*)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); } } // System.Int32 System.Xml.XmlName::GetHashCode(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlName_GetHashCode_mAECA128FC74AA7621783EC37F0B05137AB02E204 (String_t* ___name0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; Il2CppChar V_2 = 0x0; { V_0 = 0; String_t* L_0 = ___name0; if (!L_0) { goto IL_0041; } } { String_t* L_1 = ___name0; NullCheck(L_1); int32_t L_2; L_2 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_1, /*hidden argument*/NULL); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)); goto IL_0029; } IL_0010: { String_t* L_3 = ___name0; int32_t L_4 = V_1; NullCheck(L_3); Il2CppChar L_5; L_5 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_3, L_4, /*hidden argument*/NULL); V_2 = L_5; Il2CppChar L_6 = V_2; if ((((int32_t)L_6) == ((int32_t)((int32_t)58)))) { goto IL_002d; } } { int32_t L_7 = V_0; int32_t L_8 = V_0; Il2CppChar L_9 = V_2; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_8<<(int32_t)7))^(int32_t)L_9)))); int32_t L_10 = V_1; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)1)); } IL_0029: { int32_t L_11 = V_1; if ((((int32_t)L_11) >= ((int32_t)0))) { goto IL_0010; } } IL_002d: { int32_t L_12 = V_0; int32_t L_13 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)((int32_t)((int32_t)L_13>>(int32_t)((int32_t)17))))); int32_t L_14 = V_0; int32_t L_15 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)((int32_t)((int32_t)L_15>>(int32_t)((int32_t)11))))); int32_t L_16 = V_0; int32_t L_17 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)((int32_t)((int32_t)L_17>>(int32_t)5)))); } IL_0041: { int32_t L_18 = V_0; return L_18; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XmlNameEx::.ctor(System.String,System.String,System.String,System.Int32,System.Xml.XmlDocument,System.Xml.XmlName,System.Xml.Schema.IXmlSchemaInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNameEx__ctor_m416586A9D42A30E2FEC7C03CC6E010EB7E90947F (XmlNameEx_t0B800AB1A13303BCF6DB0BB1C91FFCD0EE05E91A * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___ns2, int32_t ___hashCode3, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___ownerDoc4, XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * ___next5, RuntimeObject* ___schemaInfo6, 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; } XmlNameEx_t0B800AB1A13303BCF6DB0BB1C91FFCD0EE05E91A * G_B2_0 = NULL; XmlNameEx_t0B800AB1A13303BCF6DB0BB1C91FFCD0EE05E91A * G_B1_0 = NULL; XmlSchemaAttribute_t2EB9DF55F6A28F15681A8E56140568B049AFD7F7 * G_B3_0 = NULL; XmlNameEx_t0B800AB1A13303BCF6DB0BB1C91FFCD0EE05E91A * G_B3_1 = NULL; { String_t* L_0 = ___prefix0; String_t* L_1 = ___localName1; String_t* L_2 = ___ns2; int32_t L_3 = ___hashCode3; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_4 = ___ownerDoc4; XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_5 = ___next5; XmlName__ctor_m993F9A1DBA7F29813BCCF059490FDFE8E1883FAB(__this, L_0, L_1, L_2, L_3, L_4, L_5, /*hidden argument*/NULL); RuntimeObject* L_6 = ___schemaInfo6; NullCheck(L_6); int32_t L_7; L_7 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Xml.Schema.XmlSchemaValidity System.Xml.Schema.IXmlSchemaInfo::get_Validity() */, IXmlSchemaInfo_tC697CEDEA24AC6EF87E998BF72B96EDBD84DB229_il2cpp_TypeInfo_var, L_6); XmlNameEx_SetValidity_mC91EEB182BEB7AFEA6340DCD2F327BFB51723D70(__this, L_7, /*hidden argument*/NULL); RuntimeObject* L_8 = ___schemaInfo6; NullCheck(L_8); bool L_9; L_9 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Xml.Schema.IXmlSchemaInfo::get_IsDefault() */, IXmlSchemaInfo_tC697CEDEA24AC6EF87E998BF72B96EDBD84DB229_il2cpp_TypeInfo_var, L_8); XmlNameEx_SetIsDefault_mBAC15FFF5B89170CCD5ED9D194345CE28E5387E8(__this, L_9, /*hidden argument*/NULL); RuntimeObject* L_10 = ___schemaInfo6; NullCheck(L_10); bool L_11; L_11 = InterfaceFuncInvoker0< bool >::Invoke(2 /* System.Boolean System.Xml.Schema.IXmlSchemaInfo::get_IsNil() */, IXmlSchemaInfo_tC697CEDEA24AC6EF87E998BF72B96EDBD84DB229_il2cpp_TypeInfo_var, L_10); XmlNameEx_SetIsNil_mDD2EC3EAF5E85F77B9ED6DF25A0468D288EFBA5A(__this, L_11, /*hidden argument*/NULL); RuntimeObject* L_12 = ___schemaInfo6; NullCheck(L_12); XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_13; L_13 = InterfaceFuncInvoker0< XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * >::Invoke(3 /* System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.IXmlSchemaInfo::get_MemberType() */, IXmlSchemaInfo_tC697CEDEA24AC6EF87E998BF72B96EDBD84DB229_il2cpp_TypeInfo_var, L_12); __this->set_memberType_8(L_13); RuntimeObject* L_14 = ___schemaInfo6; NullCheck(L_14); XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_15; L_15 = InterfaceFuncInvoker0< XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * >::Invoke(4 /* System.Xml.Schema.XmlSchemaType System.Xml.Schema.IXmlSchemaInfo::get_SchemaType() */, IXmlSchemaInfo_tC697CEDEA24AC6EF87E998BF72B96EDBD84DB229_il2cpp_TypeInfo_var, L_14); __this->set_schemaType_9(L_15); RuntimeObject* L_16 = ___schemaInfo6; NullCheck(L_16); XmlSchemaElement_tB61A00A97A12A9B2620D005D0643B11EA1CA764A * L_17; L_17 = InterfaceFuncInvoker0< XmlSchemaElement_tB61A00A97A12A9B2620D005D0643B11EA1CA764A * >::Invoke(5 /* System.Xml.Schema.XmlSchemaElement System.Xml.Schema.IXmlSchemaInfo::get_SchemaElement() */, IXmlSchemaInfo_tC697CEDEA24AC6EF87E998BF72B96EDBD84DB229_il2cpp_TypeInfo_var, L_16); G_B1_0 = __this; if (L_17) { G_B2_0 = __this; goto IL_0063; } } { RuntimeObject* L_18 = ___schemaInfo6; NullCheck(L_18); XmlSchemaAttribute_t2EB9DF55F6A28F15681A8E56140568B049AFD7F7 * L_19; L_19 = InterfaceFuncInvoker0< XmlSchemaAttribute_t2EB9DF55F6A28F15681A8E56140568B049AFD7F7 * >::Invoke(6 /* System.Xml.Schema.XmlSchemaAttribute System.Xml.Schema.IXmlSchemaInfo::get_SchemaAttribute() */, IXmlSchemaInfo_tC697CEDEA24AC6EF87E998BF72B96EDBD84DB229_il2cpp_TypeInfo_var, L_18); G_B3_0 = L_19; G_B3_1 = G_B1_0; goto IL_006a; } IL_0063: { RuntimeObject* L_20 = ___schemaInfo6; NullCheck(L_20); XmlSchemaElement_tB61A00A97A12A9B2620D005D0643B11EA1CA764A * L_21; L_21 = InterfaceFuncInvoker0< XmlSchemaElement_tB61A00A97A12A9B2620D005D0643B11EA1CA764A * >::Invoke(5 /* System.Xml.Schema.XmlSchemaElement System.Xml.Schema.IXmlSchemaInfo::get_SchemaElement() */, IXmlSchemaInfo_tC697CEDEA24AC6EF87E998BF72B96EDBD84DB229_il2cpp_TypeInfo_var, L_20); G_B3_0 = ((XmlSchemaAttribute_t2EB9DF55F6A28F15681A8E56140568B049AFD7F7 *)(L_21)); G_B3_1 = G_B2_0; } IL_006a: { NullCheck(G_B3_1); G_B3_1->set_decl_10(G_B3_0); return; } } // System.Xml.Schema.XmlSchemaValidity System.Xml.XmlNameEx::get_Validity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlNameEx_get_Validity_m91ACD0BFBE0A82CC218D1C6BFEE0D402D10F4640 (XmlNameEx_t0B800AB1A13303BCF6DB0BB1C91FFCD0EE05E91A * __this, const RuntimeMethod* method) { { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0 = ((XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 *)__this)->get_ownerDoc_5(); NullCheck(L_0); bool L_1; L_1 = XmlDocument_get_CanReportValidity_m904E0976974126FFE5D5E2D2758F4B89EC9075AA_inline(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_000f; } } { return (int32_t)(0); } IL_000f: { uint8_t L_2 = __this->get_flags_7(); return (int32_t)(((int32_t)((int32_t)L_2&(int32_t)3))); } } // System.Boolean System.Xml.XmlNameEx::get_IsDefault() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlNameEx_get_IsDefault_m0FA73DC97EA44B2CF9FFB37E12B8FB3E65B2F0A7 (XmlNameEx_t0B800AB1A13303BCF6DB0BB1C91FFCD0EE05E91A * __this, const RuntimeMethod* method) { { uint8_t L_0 = __this->get_flags_7(); return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&(int32_t)4))) <= ((uint32_t)0)))? 1 : 0); } } // System.Boolean System.Xml.XmlNameEx::get_IsNil() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlNameEx_get_IsNil_mF75F72C6FDC71DB254536624B159A825F3BDE72F (XmlNameEx_t0B800AB1A13303BCF6DB0BB1C91FFCD0EE05E91A * __this, const RuntimeMethod* method) { { uint8_t L_0 = __this->get_flags_7(); return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&(int32_t)8))) <= ((uint32_t)0)))? 1 : 0); } } // System.Xml.Schema.XmlSchemaSimpleType System.Xml.XmlNameEx::get_MemberType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * XmlNameEx_get_MemberType_m24ADE8C86D99140C1BAF913B0FFB58ACF3615955 (XmlNameEx_t0B800AB1A13303BCF6DB0BB1C91FFCD0EE05E91A * __this, const RuntimeMethod* method) { { XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_0 = __this->get_memberType_8(); return L_0; } } // System.Xml.Schema.XmlSchemaType System.Xml.XmlNameEx::get_SchemaType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * XmlNameEx_get_SchemaType_m837A1A435039EED0D28AC1BFFC973582B92D5855 (XmlNameEx_t0B800AB1A13303BCF6DB0BB1C91FFCD0EE05E91A * __this, const RuntimeMethod* method) { { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_0 = __this->get_schemaType_9(); return L_0; } } // System.Xml.Schema.XmlSchemaElement System.Xml.XmlNameEx::get_SchemaElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaElement_tB61A00A97A12A9B2620D005D0643B11EA1CA764A * XmlNameEx_get_SchemaElement_m7560C7477338F77AFA337A8D00BDA21E63DC6C58 (XmlNameEx_t0B800AB1A13303BCF6DB0BB1C91FFCD0EE05E91A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaElement_tB61A00A97A12A9B2620D005D0643B11EA1CA764A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = __this->get_decl_10(); return ((XmlSchemaElement_tB61A00A97A12A9B2620D005D0643B11EA1CA764A *)IsInstClass((RuntimeObject*)L_0, XmlSchemaElement_tB61A00A97A12A9B2620D005D0643B11EA1CA764A_il2cpp_TypeInfo_var)); } } // System.Xml.Schema.XmlSchemaAttribute System.Xml.XmlNameEx::get_SchemaAttribute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaAttribute_t2EB9DF55F6A28F15681A8E56140568B049AFD7F7 * XmlNameEx_get_SchemaAttribute_mC7A80DF788D39E0CC30277D4CADE596491DB22EA (XmlNameEx_t0B800AB1A13303BCF6DB0BB1C91FFCD0EE05E91A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaAttribute_t2EB9DF55F6A28F15681A8E56140568B049AFD7F7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = __this->get_decl_10(); return ((XmlSchemaAttribute_t2EB9DF55F6A28F15681A8E56140568B049AFD7F7 *)IsInstClass((RuntimeObject*)L_0, XmlSchemaAttribute_t2EB9DF55F6A28F15681A8E56140568B049AFD7F7_il2cpp_TypeInfo_var)); } } // System.Void System.Xml.XmlNameEx::SetValidity(System.Xml.Schema.XmlSchemaValidity) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNameEx_SetValidity_mC91EEB182BEB7AFEA6340DCD2F327BFB51723D70 (XmlNameEx_t0B800AB1A13303BCF6DB0BB1C91FFCD0EE05E91A * __this, int32_t ___value0, const RuntimeMethod* method) { { uint8_t L_0 = __this->get_flags_7(); int32_t L_1 = ___value0; __this->set_flags_7((uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)-4)))|(int32_t)((int32_t)((uint8_t)L_1))))))); return; } } // System.Void System.Xml.XmlNameEx::SetIsDefault(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNameEx_SetIsDefault_mBAC15FFF5B89170CCD5ED9D194345CE28E5387E8 (XmlNameEx_t0B800AB1A13303BCF6DB0BB1C91FFCD0EE05E91A * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; if (!L_0) { goto IL_0013; } } { uint8_t L_1 = __this->get_flags_7(); __this->set_flags_7((uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_1|(int32_t)4))))); return; } IL_0013: { uint8_t L_2 = __this->get_flags_7(); __this->set_flags_7((uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_2&(int32_t)((int32_t)-5)))))); return; } } // System.Void System.Xml.XmlNameEx::SetIsNil(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNameEx_SetIsNil_mDD2EC3EAF5E85F77B9ED6DF25A0468D288EFBA5A (XmlNameEx_t0B800AB1A13303BCF6DB0BB1C91FFCD0EE05E91A * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; if (!L_0) { goto IL_0013; } } { uint8_t L_1 = __this->get_flags_7(); __this->set_flags_7((uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_1|(int32_t)8))))); return; } IL_0013: { uint8_t L_2 = __this->get_flags_7(); __this->set_flags_7((uint8_t)((int32_t)((uint8_t)((int32_t)((int32_t)L_2&(int32_t)((int32_t)-9)))))); return; } } // System.Boolean System.Xml.XmlNameEx::Equals(System.Xml.Schema.IXmlSchemaInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlNameEx_Equals_m85459630E8C41B4AF18E2672321B364F51629C6C (XmlNameEx_t0B800AB1A13303BCF6DB0BB1C91FFCD0EE05E91A * __this, RuntimeObject* ___schemaInfo0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlSchemaInfo_tC697CEDEA24AC6EF87E998BF72B96EDBD84DB229_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaAttribute_t2EB9DF55F6A28F15681A8E56140568B049AFD7F7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaElement_tB61A00A97A12A9B2620D005D0643B11EA1CA764A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___schemaInfo0; if (!L_0) { goto IL_007d; } } { RuntimeObject* L_1 = ___schemaInfo0; NullCheck(L_1); int32_t L_2; L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Xml.Schema.XmlSchemaValidity System.Xml.Schema.IXmlSchemaInfo::get_Validity() */, IXmlSchemaInfo_tC697CEDEA24AC6EF87E998BF72B96EDBD84DB229_il2cpp_TypeInfo_var, L_1); uint8_t L_3 = __this->get_flags_7(); if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)((int32_t)L_3&(int32_t)3)))))) { goto IL_007d; } } { RuntimeObject* L_4 = ___schemaInfo0; NullCheck(L_4); bool L_5; L_5 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Xml.Schema.IXmlSchemaInfo::get_IsDefault() */, IXmlSchemaInfo_tC697CEDEA24AC6EF87E998BF72B96EDBD84DB229_il2cpp_TypeInfo_var, L_4); uint8_t L_6 = __this->get_flags_7(); if ((!(((uint32_t)L_5) == ((uint32_t)((!(((uint32_t)((int32_t)((int32_t)L_6&(int32_t)4))) <= ((uint32_t)0)))? 1 : 0))))) { goto IL_007d; } } { RuntimeObject* L_7 = ___schemaInfo0; NullCheck(L_7); bool L_8; L_8 = InterfaceFuncInvoker0< bool >::Invoke(2 /* System.Boolean System.Xml.Schema.IXmlSchemaInfo::get_IsNil() */, IXmlSchemaInfo_tC697CEDEA24AC6EF87E998BF72B96EDBD84DB229_il2cpp_TypeInfo_var, L_7); uint8_t L_9 = __this->get_flags_7(); if ((!(((uint32_t)L_8) == ((uint32_t)((!(((uint32_t)((int32_t)((int32_t)L_9&(int32_t)8))) <= ((uint32_t)0)))? 1 : 0))))) { goto IL_007d; } } { RuntimeObject* L_10 = ___schemaInfo0; NullCheck(L_10); XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_11; L_11 = InterfaceFuncInvoker0< XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * >::Invoke(3 /* System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.IXmlSchemaInfo::get_MemberType() */, IXmlSchemaInfo_tC697CEDEA24AC6EF87E998BF72B96EDBD84DB229_il2cpp_TypeInfo_var, L_10); XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_12 = __this->get_memberType_8(); if ((!(((RuntimeObject*)(XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C *)L_11) == ((RuntimeObject*)(XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C *)L_12)))) { goto IL_007d; } } { RuntimeObject* L_13 = ___schemaInfo0; NullCheck(L_13); XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_14; L_14 = InterfaceFuncInvoker0< XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * >::Invoke(4 /* System.Xml.Schema.XmlSchemaType System.Xml.Schema.IXmlSchemaInfo::get_SchemaType() */, IXmlSchemaInfo_tC697CEDEA24AC6EF87E998BF72B96EDBD84DB229_il2cpp_TypeInfo_var, L_13); XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_15 = __this->get_schemaType_9(); if ((!(((RuntimeObject*)(XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA *)L_14) == ((RuntimeObject*)(XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA *)L_15)))) { goto IL_007d; } } { RuntimeObject* L_16 = ___schemaInfo0; NullCheck(L_16); XmlSchemaElement_tB61A00A97A12A9B2620D005D0643B11EA1CA764A * L_17; L_17 = InterfaceFuncInvoker0< XmlSchemaElement_tB61A00A97A12A9B2620D005D0643B11EA1CA764A * >::Invoke(5 /* System.Xml.Schema.XmlSchemaElement System.Xml.Schema.IXmlSchemaInfo::get_SchemaElement() */, IXmlSchemaInfo_tC697CEDEA24AC6EF87E998BF72B96EDBD84DB229_il2cpp_TypeInfo_var, L_16); RuntimeObject * L_18 = __this->get_decl_10(); if ((!(((RuntimeObject*)(XmlSchemaElement_tB61A00A97A12A9B2620D005D0643B11EA1CA764A *)L_17) == ((RuntimeObject*)(XmlSchemaElement_tB61A00A97A12A9B2620D005D0643B11EA1CA764A *)((XmlSchemaElement_tB61A00A97A12A9B2620D005D0643B11EA1CA764A *)IsInstClass((RuntimeObject*)L_18, XmlSchemaElement_tB61A00A97A12A9B2620D005D0643B11EA1CA764A_il2cpp_TypeInfo_var)))))) { goto IL_007d; } } { RuntimeObject* L_19 = ___schemaInfo0; NullCheck(L_19); XmlSchemaAttribute_t2EB9DF55F6A28F15681A8E56140568B049AFD7F7 * L_20; L_20 = InterfaceFuncInvoker0< XmlSchemaAttribute_t2EB9DF55F6A28F15681A8E56140568B049AFD7F7 * >::Invoke(6 /* System.Xml.Schema.XmlSchemaAttribute System.Xml.Schema.IXmlSchemaInfo::get_SchemaAttribute() */, IXmlSchemaInfo_tC697CEDEA24AC6EF87E998BF72B96EDBD84DB229_il2cpp_TypeInfo_var, L_19); RuntimeObject * L_21 = __this->get_decl_10(); if ((!(((RuntimeObject*)(XmlSchemaAttribute_t2EB9DF55F6A28F15681A8E56140568B049AFD7F7 *)L_20) == ((RuntimeObject*)(XmlSchemaAttribute_t2EB9DF55F6A28F15681A8E56140568B049AFD7F7 *)((XmlSchemaAttribute_t2EB9DF55F6A28F15681A8E56140568B049AFD7F7 *)IsInstClass((RuntimeObject*)L_21, XmlSchemaAttribute_t2EB9DF55F6A28F15681A8E56140568B049AFD7F7_il2cpp_TypeInfo_var)))))) { goto IL_007d; } } { return (bool)1; } IL_007d: { return (bool)0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XmlNameTable::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNameTable__ctor_mB3D038C2C7617EC6321F39FEF5FE0B98100C1F22 (XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * __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.XmlNamedNodeMap::.ctor(System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNamedNodeMap__ctor_m14287DE39112FDFDBDA56CE030A5A6872EC9D0FE (XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___parent0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = ___parent0; __this->set_parent_0(L_0); return; } } // System.Xml.XmlNode System.Xml.XmlNamedNodeMap::GetNamedItem(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlNamedNodeMap_GetNamedItem_m4EE4F3B99DE20A68FB38BDBAB2A0C58B9F7CAF8D (XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { String_t* L_0 = ___name0; int32_t L_1; L_1 = XmlNamedNodeMap_FindNodeOffset_m44D37FF053E899226FCF31B07B41C63A8DD33178(__this, 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_001e; } } { SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE * L_3 = __this->get_address_of_nodes_1(); int32_t L_4 = V_0; RuntimeObject * L_5; L_5 = SmallXmlNodeList_get_Item_mB9359FC058C97EE9AD78BB1131A921616814A90E((SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE *)L_3, L_4, /*hidden argument*/NULL); return ((XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)CastclassClass((RuntimeObject*)L_5, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1_il2cpp_TypeInfo_var)); } IL_001e: { return (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)NULL; } } // System.Xml.XmlNode System.Xml.XmlNamedNodeMap::SetNamedItem(System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlNamedNodeMap_SetNamedItem_m0D1ADBB99F1D494B52FF4CF9CB3A740EA4DDDBD1 (XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___node0, const RuntimeMethod* method) { int32_t V_0 = 0; { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = ___node0; if (L_0) { goto IL_0005; } } { return (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)NULL; } IL_0005: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_1 = ___node0; NullCheck(L_1); String_t* L_2; L_2 = VirtualFuncInvoker0< String_t* >::Invoke(33 /* System.String System.Xml.XmlNode::get_LocalName() */, L_1); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_3 = ___node0; NullCheck(L_3); String_t* L_4; L_4 = VirtualFuncInvoker0< String_t* >::Invoke(31 /* System.String System.Xml.XmlNode::get_NamespaceURI() */, L_3); int32_t L_5; L_5 = XmlNamedNodeMap_FindNodeOffset_m44F371B544C2F3D922DD278ACAF580F041B681BC(__this, L_2, L_4, /*hidden argument*/NULL); V_0 = L_5; int32_t L_6 = V_0; if ((!(((uint32_t)L_6) == ((uint32_t)(-1))))) { goto IL_0026; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_7 = ___node0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_8; L_8 = VirtualFuncInvoker1< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(9 /* System.Xml.XmlNode System.Xml.XmlNamedNodeMap::AddNode(System.Xml.XmlNode) */, __this, L_7); return (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)NULL; } IL_0026: { int32_t L_9 = V_0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_10 = ___node0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_11; L_11 = XmlNamedNodeMap_ReplaceNodeAt_mED1453C90B30B9E39031D70510D38303421F559E(__this, L_9, L_10, /*hidden argument*/NULL); return L_11; } } // System.Int32 System.Xml.XmlNamedNodeMap::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlNamedNodeMap_get_Count_mB2781C3BBA1B9A597456C58B6182417946409D5A (XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * __this, const RuntimeMethod* method) { { SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE * L_0 = __this->get_address_of_nodes_1(); int32_t L_1; L_1 = SmallXmlNodeList_get_Count_m531CBC894FC78314798ED52A184AB776B4C1E482((SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE *)L_0, /*hidden argument*/NULL); return L_1; } } // System.Collections.IEnumerator System.Xml.XmlNamedNodeMap::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlNamedNodeMap_GetEnumerator_mED99AC910B8159611B8C03AA44CC3131C5BA5989 (XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * __this, const RuntimeMethod* method) { { SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE * L_0 = __this->get_address_of_nodes_1(); RuntimeObject* L_1; L_1 = SmallXmlNodeList_GetEnumerator_mB22BFB1AD52DA04FA5D10B8C62D996894DF967C8((SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE *)L_0, /*hidden argument*/NULL); return L_1; } } // System.Int32 System.Xml.XmlNamedNodeMap::FindNodeOffset(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlNamedNodeMap_FindNodeOffset_m44D37FF053E899226FCF31B07B41C63A8DD33178 (XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_2 = NULL; { int32_t L_0; L_0 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 System.Xml.XmlNamedNodeMap::get_Count() */, __this); V_0 = L_0; V_1 = 0; goto IL_0031; } IL_000b: { SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE * L_1 = __this->get_address_of_nodes_1(); int32_t L_2 = V_1; RuntimeObject * L_3; L_3 = SmallXmlNodeList_get_Item_mB9359FC058C97EE9AD78BB1131A921616814A90E((SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE *)L_1, L_2, /*hidden argument*/NULL); V_2 = ((XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)CastclassClass((RuntimeObject*)L_3, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1_il2cpp_TypeInfo_var)); String_t* L_4 = ___name0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_5 = V_2; NullCheck(L_5); String_t* L_6; L_6 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlNode::get_Name() */, L_5); bool L_7; L_7 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_4, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_002d; } } { int32_t L_8 = V_1; return L_8; } IL_002d: { int32_t L_9 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_0031: { int32_t L_10 = V_1; int32_t L_11 = V_0; if ((((int32_t)L_10) < ((int32_t)L_11))) { goto IL_000b; } } { return (-1); } } // System.Int32 System.Xml.XmlNamedNodeMap::FindNodeOffset(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlNamedNodeMap_FindNodeOffset_m44F371B544C2F3D922DD278ACAF580F041B681BC (XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * __this, String_t* ___localName0, String_t* ___namespaceURI1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_2 = NULL; { int32_t L_0; L_0 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 System.Xml.XmlNamedNodeMap::get_Count() */, __this); V_0 = L_0; V_1 = 0; goto IL_003f; } IL_000b: { SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE * L_1 = __this->get_address_of_nodes_1(); int32_t L_2 = V_1; RuntimeObject * L_3; L_3 = SmallXmlNodeList_get_Item_mB9359FC058C97EE9AD78BB1131A921616814A90E((SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE *)L_1, L_2, /*hidden argument*/NULL); V_2 = ((XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)CastclassClass((RuntimeObject*)L_3, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1_il2cpp_TypeInfo_var)); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_4 = V_2; NullCheck(L_4); String_t* L_5; L_5 = VirtualFuncInvoker0< String_t* >::Invoke(33 /* System.String System.Xml.XmlNode::get_LocalName() */, L_4); String_t* L_6 = ___localName0; bool L_7; L_7 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_5, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_003b; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_8 = V_2; NullCheck(L_8); String_t* L_9; L_9 = VirtualFuncInvoker0< String_t* >::Invoke(31 /* System.String System.Xml.XmlNode::get_NamespaceURI() */, L_8); String_t* L_10 = ___namespaceURI1; bool L_11; L_11 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_9, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_003b; } } { int32_t L_12 = V_1; return L_12; } IL_003b: { int32_t L_13 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_003f: { int32_t L_14 = V_1; int32_t L_15 = V_0; if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_000b; } } { return (-1); } } // System.Xml.XmlNode System.Xml.XmlNamedNodeMap::AddNode(System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlNamedNodeMap_AddNode_m885D21F5B3C471E57974070C3D5712A274A5FE78 (XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___node0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_0 = NULL; String_t* V_1 = NULL; XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * V_2 = NULL; { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = ___node0; NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(11 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_0); if ((!(((uint32_t)L_1) == ((uint32_t)2)))) { goto IL_0017; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_2 = ___node0; NullCheck(((XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D *)CastclassClass((RuntimeObject*)L_2, XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var))); XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_3; L_3 = VirtualFuncInvoker0< XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * >::Invoke(54 /* System.Xml.XmlElement System.Xml.XmlAttribute::get_OwnerElement() */, ((XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D *)CastclassClass((RuntimeObject*)L_2, XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var))); V_0 = L_3; goto IL_001e; } IL_0017: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_4 = ___node0; NullCheck(L_4); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_5; L_5 = VirtualFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(12 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_4); V_0 = L_5; } IL_001e: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_6 = ___node0; NullCheck(L_6); String_t* L_7; L_7 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.XmlNode::get_Value() */, L_6); V_1 = L_7; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_8 = __this->get_parent_0(); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_9 = ___node0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_10 = V_0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_11 = __this->get_parent_0(); String_t* L_12 = V_1; String_t* L_13 = V_1; NullCheck(L_8); XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_14; L_14 = 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) */, L_8, L_9, L_10, L_11, L_12, L_13, 0); V_2 = L_14; XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_15 = V_2; if (!L_15) { goto IL_004b; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_16 = __this->get_parent_0(); XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_17 = V_2; NullCheck(L_16); VirtualActionInvoker1< XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * >::Invoke(46 /* System.Void System.Xml.XmlNode::BeforeEvent(System.Xml.XmlNodeChangedEventArgs) */, L_16, L_17); } IL_004b: { SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE * L_18 = __this->get_address_of_nodes_1(); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_19 = ___node0; SmallXmlNodeList_Add_m23AA92A77C388F16C324B3DABE2FB17E3DA5DCF6((SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE *)L_18, L_19, /*hidden argument*/NULL); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_20 = ___node0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_21 = __this->get_parent_0(); NullCheck(L_20); VirtualActionInvoker1< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(42 /* System.Void System.Xml.XmlNode::SetParent(System.Xml.XmlNode) */, L_20, L_21); XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_22 = V_2; if (!L_22) { goto IL_0072; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_23 = __this->get_parent_0(); XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_24 = V_2; NullCheck(L_23); VirtualActionInvoker1< XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * >::Invoke(47 /* System.Void System.Xml.XmlNode::AfterEvent(System.Xml.XmlNodeChangedEventArgs) */, L_23, L_24); } IL_0072: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_25 = ___node0; return L_25; } } // System.Xml.XmlNode System.Xml.XmlNamedNodeMap::AddNodeForLoad(System.Xml.XmlNode,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlNamedNodeMap_AddNodeForLoad_mFA7431E44511B2E78D0043820C9B09ECFB4A076C (XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___node0, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___doc1, const RuntimeMethod* method) { XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * V_0 = NULL; { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0 = ___doc1; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_1 = ___node0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_2 = __this->get_parent_0(); NullCheck(L_0); XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_3; L_3 = XmlDocument_GetInsertEventArgsForLoad_mB44E03A2F7197CB02F20DBDA4C62636439E76441(L_0, L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_4 = V_0; if (!L_4) { goto IL_0018; } } { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_5 = ___doc1; XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_6 = V_0; NullCheck(L_5); VirtualActionInvoker1< XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * >::Invoke(46 /* System.Void System.Xml.XmlNode::BeforeEvent(System.Xml.XmlNodeChangedEventArgs) */, L_5, L_6); } IL_0018: { SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE * L_7 = __this->get_address_of_nodes_1(); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_8 = ___node0; SmallXmlNodeList_Add_m23AA92A77C388F16C324B3DABE2FB17E3DA5DCF6((SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE *)L_7, L_8, /*hidden argument*/NULL); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_9 = ___node0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_10 = __this->get_parent_0(); NullCheck(L_9); VirtualActionInvoker1< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(42 /* System.Void System.Xml.XmlNode::SetParent(System.Xml.XmlNode) */, L_9, L_10); XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_11 = V_0; if (!L_11) { goto IL_003a; } } { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_12 = ___doc1; XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_13 = V_0; NullCheck(L_12); VirtualActionInvoker1< XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * >::Invoke(47 /* System.Void System.Xml.XmlNode::AfterEvent(System.Xml.XmlNodeChangedEventArgs) */, L_12, L_13); } IL_003a: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_14 = ___node0; return L_14; } } // System.Xml.XmlNode System.Xml.XmlNamedNodeMap::RemoveNodeAt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlNamedNodeMap_RemoveNodeAt_m6544CB5AD9607798B9CC0529CD8EBB499FBAB752 (XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_0 = NULL; String_t* V_1 = NULL; XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * V_2 = NULL; { SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE * L_0 = __this->get_address_of_nodes_1(); int32_t L_1 = ___i0; RuntimeObject * L_2; L_2 = SmallXmlNodeList_get_Item_mB9359FC058C97EE9AD78BB1131A921616814A90E((SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE *)L_0, L_1, /*hidden argument*/NULL); V_0 = ((XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)CastclassClass((RuntimeObject*)L_2, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1_il2cpp_TypeInfo_var)); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_3 = V_0; NullCheck(L_3); String_t* L_4; L_4 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.XmlNode::get_Value() */, L_3); V_1 = L_4; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_5 = __this->get_parent_0(); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_6 = V_0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_7 = __this->get_parent_0(); String_t* L_8 = V_1; String_t* L_9 = V_1; NullCheck(L_5); XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_10; L_10 = 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) */, L_5, L_6, L_7, (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)NULL, L_8, L_9, 1); V_2 = L_10; XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_11 = V_2; if (!L_11) { goto IL_003f; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_12 = __this->get_parent_0(); XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_13 = V_2; NullCheck(L_12); VirtualActionInvoker1< XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * >::Invoke(46 /* System.Void System.Xml.XmlNode::BeforeEvent(System.Xml.XmlNodeChangedEventArgs) */, L_12, L_13); } IL_003f: { SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE * L_14 = __this->get_address_of_nodes_1(); int32_t L_15 = ___i0; SmallXmlNodeList_RemoveAt_mA3D7ACC3756E6109DBA4F77F83E2AF9A639A0FCE((SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE *)L_14, L_15, /*hidden argument*/NULL); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_16 = V_0; NullCheck(L_16); VirtualActionInvoker1< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(42 /* System.Void System.Xml.XmlNode::SetParent(System.Xml.XmlNode) */, L_16, (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)NULL); XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_17 = V_2; if (!L_17) { goto IL_0061; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_18 = __this->get_parent_0(); XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_19 = V_2; NullCheck(L_18); VirtualActionInvoker1< XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * >::Invoke(47 /* System.Void System.Xml.XmlNode::AfterEvent(System.Xml.XmlNodeChangedEventArgs) */, L_18, L_19); } IL_0061: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_20 = V_0; return L_20; } } // System.Xml.XmlNode System.Xml.XmlNamedNodeMap::ReplaceNodeAt(System.Int32,System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlNamedNodeMap_ReplaceNodeAt_mED1453C90B30B9E39031D70510D38303421F559E (XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * __this, int32_t ___i0, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___node1, const RuntimeMethod* method) { { int32_t L_0 = ___i0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_1; L_1 = VirtualFuncInvoker1< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, int32_t >::Invoke(11 /* System.Xml.XmlNode System.Xml.XmlNamedNodeMap::RemoveNodeAt(System.Int32) */, __this, L_0); int32_t L_2 = ___i0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_3 = ___node1; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_4; L_4 = VirtualFuncInvoker2< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, int32_t, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(12 /* System.Xml.XmlNode System.Xml.XmlNamedNodeMap::InsertNodeAt(System.Int32,System.Xml.XmlNode) */, __this, L_2, L_3); return L_1; } } // System.Xml.XmlNode System.Xml.XmlNamedNodeMap::InsertNodeAt(System.Int32,System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlNamedNodeMap_InsertNodeAt_mA4BB39676F07D32A389651F0C83B25C198F85086 (XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * __this, int32_t ___i0, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___node1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_0 = NULL; String_t* V_1 = NULL; XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * V_2 = NULL; { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = ___node1; NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(11 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_0); if ((!(((uint32_t)L_1) == ((uint32_t)2)))) { goto IL_0017; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_2 = ___node1; NullCheck(((XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D *)CastclassClass((RuntimeObject*)L_2, XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var))); XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_3; L_3 = VirtualFuncInvoker0< XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * >::Invoke(54 /* System.Xml.XmlElement System.Xml.XmlAttribute::get_OwnerElement() */, ((XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D *)CastclassClass((RuntimeObject*)L_2, XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var))); V_0 = L_3; goto IL_001e; } IL_0017: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_4 = ___node1; NullCheck(L_4); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_5; L_5 = VirtualFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(12 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_4); V_0 = L_5; } IL_001e: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_6 = ___node1; NullCheck(L_6); String_t* L_7; L_7 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.XmlNode::get_Value() */, L_6); V_1 = L_7; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_8 = __this->get_parent_0(); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_9 = ___node1; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_10 = V_0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_11 = __this->get_parent_0(); String_t* L_12 = V_1; String_t* L_13 = V_1; NullCheck(L_8); XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_14; L_14 = 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) */, L_8, L_9, L_10, L_11, L_12, L_13, 0); V_2 = L_14; XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_15 = V_2; if (!L_15) { goto IL_004b; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_16 = __this->get_parent_0(); XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_17 = V_2; NullCheck(L_16); VirtualActionInvoker1< XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * >::Invoke(46 /* System.Void System.Xml.XmlNode::BeforeEvent(System.Xml.XmlNodeChangedEventArgs) */, L_16, L_17); } IL_004b: { SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE * L_18 = __this->get_address_of_nodes_1(); int32_t L_19 = ___i0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_20 = ___node1; SmallXmlNodeList_Insert_m746B9DDFD7B78894075135B2902335F4E6B4465B((SmallXmlNodeList_tACC052857127163828121C4ED4874E07C8D1CEEE *)L_18, L_19, L_20, /*hidden argument*/NULL); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_21 = ___node1; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_22 = __this->get_parent_0(); NullCheck(L_21); VirtualActionInvoker1< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(42 /* System.Void System.Xml.XmlNode::SetParent(System.Xml.XmlNode) */, L_21, L_22); XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_23 = V_2; if (!L_23) { goto IL_0073; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_24 = __this->get_parent_0(); XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_25 = V_2; NullCheck(L_24); VirtualActionInvoker1< XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * >::Invoke(47 /* System.Void System.Xml.XmlNode::AfterEvent(System.Xml.XmlNodeChangedEventArgs) */, L_24, L_25); } IL_0073: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_26 = ___node1; return L_26; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XmlNamespaceManager::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNamespaceManager__ctor_mA04CAB0559468548EC72C74A2188AB3ACF892D0E (XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral349C6DC0F34B9BA242E4C728EDD28CAB809D4917); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral420B74A52534550B0DD14DCF7D8988C2BD4936CE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBECFA9FA31EDDEEE54C61C3D0DD81CBF07EA7158); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_0 = ___nameTable0; __this->set_nameTable_2(L_0); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_1 = ___nameTable0; NullCheck(L_1); String_t* L_2; L_2 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_1, _stringLiteralBECFA9FA31EDDEEE54C61C3D0DD81CBF07EA7158); __this->set_xml_6(L_2); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_3 = ___nameTable0; NullCheck(L_3); String_t* L_4; L_4 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_3, _stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3); __this->set_xmlNs_7(L_4); NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5* L_5 = (NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5*)(NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5*)SZArrayNew(NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5_il2cpp_TypeInfo_var, (uint32_t)8); __this->set_nsdecls_0(L_5); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_6 = ___nameTable0; 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); V_0 = L_8; NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5* L_9 = __this->get_nsdecls_0(); NullCheck(L_9); String_t* L_10 = V_0; String_t* L_11 = V_0; NamespaceDeclaration_Set_mE6E6F7B98C17F9565B0EF691EA013D0A0CED2A1C((NamespaceDeclaration_tA6C088F040DB7BC93B5EAF72BFB90CE3C5D1AF48 *)((L_9)->GetAddressAt(static_cast(0))), L_10, L_11, (-1), (-1), /*hidden argument*/NULL); NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5* L_12 = __this->get_nsdecls_0(); NullCheck(L_12); String_t* L_13 = __this->get_xmlNs_7(); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_14 = ___nameTable0; NullCheck(L_14); String_t* L_15; L_15 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_14, _stringLiteral420B74A52534550B0DD14DCF7D8988C2BD4936CE); NamespaceDeclaration_Set_mE6E6F7B98C17F9565B0EF691EA013D0A0CED2A1C((NamespaceDeclaration_tA6C088F040DB7BC93B5EAF72BFB90CE3C5D1AF48 *)((L_12)->GetAddressAt(static_cast(1))), L_13, L_15, (-1), (-1), /*hidden argument*/NULL); NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5* L_16 = __this->get_nsdecls_0(); NullCheck(L_16); String_t* L_17 = __this->get_xml_6(); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_18 = ___nameTable0; NullCheck(L_18); String_t* L_19; L_19 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_18, _stringLiteral349C6DC0F34B9BA242E4C728EDD28CAB809D4917); NamespaceDeclaration_Set_mE6E6F7B98C17F9565B0EF691EA013D0A0CED2A1C((NamespaceDeclaration_tA6C088F040DB7BC93B5EAF72BFB90CE3C5D1AF48 *)((L_16)->GetAddressAt(static_cast(2))), L_17, L_19, 0, (-1), /*hidden argument*/NULL); __this->set_lastDecl_1(2); __this->set_scopeId_3(1); return; } } // System.Xml.XmlNameTable System.Xml.XmlNamespaceManager::get_NameTable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * XmlNamespaceManager_get_NameTable_m1B258C7B15B48A55E2B3375471D60A5549D9E282 (XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * __this, const RuntimeMethod* method) { { XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_0 = __this->get_nameTable_2(); return L_0; } } // System.String System.Xml.XmlNamespaceManager::get_DefaultNamespace() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlNamespaceManager_get_DefaultNamespace_m081C4F0748815CB15F86CD1F10C818668537B630 (XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); String_t* L_1; L_1 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(14 /* System.String System.Xml.XmlNamespaceManager::LookupNamespace(System.String) */, __this, L_0); V_0 = L_1; String_t* L_2 = V_0; if (!L_2) { goto IL_0011; } } { String_t* L_3 = V_0; return L_3; } IL_0011: { String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_4; } } // System.Void System.Xml.XmlNamespaceManager::PushScope() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNamespaceManager_PushScope_m704D89135F50A659F821C31E3E0C332F96D7C2FA (XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_scopeId_3(); __this->set_scopeId_3(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1))); return; } } // System.Boolean System.Xml.XmlNamespaceManager::PopScope() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlNamespaceManager_PopScope_mC55BB5B237EF81160CAAB95286500EF0B9EB3C63 (XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m3546162A565F55B309A9FAB19BD271411D7DB75B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = __this->get_lastDecl_1(); V_0 = L_0; int32_t L_1 = __this->get_scopeId_3(); if ((!(((uint32_t)L_1) == ((uint32_t)1)))) { goto IL_004b; } } { return (bool)0; } IL_0012: { bool L_2 = __this->get_useHashtable_5(); if (!L_2) { goto IL_0047; } } { Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * L_3 = __this->get_hashTable_4(); NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5* L_4 = __this->get_nsdecls_0(); int32_t L_5 = V_0; NullCheck(L_4); String_t* L_6 = ((L_4)->GetAddressAt(static_cast(L_5)))->get_prefix_0(); NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5* L_7 = __this->get_nsdecls_0(); int32_t L_8 = V_0; NullCheck(L_7); int32_t L_9 = ((L_7)->GetAddressAt(static_cast(L_8)))->get_previousNsIndex_3(); NullCheck(L_3); Dictionary_2_set_Item_m3546162A565F55B309A9FAB19BD271411D7DB75B(L_3, L_6, L_9, /*hidden argument*/Dictionary_2_set_Item_m3546162A565F55B309A9FAB19BD271411D7DB75B_RuntimeMethod_var); } IL_0047: { int32_t L_10 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)1)); } IL_004b: { NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5* L_11 = __this->get_nsdecls_0(); int32_t L_12 = V_0; NullCheck(L_11); int32_t L_13 = ((L_11)->GetAddressAt(static_cast(L_12)))->get_scopeId_2(); int32_t L_14 = __this->get_scopeId_3(); if ((((int32_t)L_13) == ((int32_t)L_14))) { goto IL_0012; } } { int32_t L_15 = V_0; __this->set_lastDecl_1(L_15); int32_t L_16 = __this->get_scopeId_3(); __this->set_scopeId_3(((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)1))); return (bool)1; } } // System.Void System.Xml.XmlNamespaceManager::AddNamespace(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNamespaceManager_AddNamespace_m2845CFA6672B2E1EBDB642E5CCA4D0F55AA807C0 (XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * __this, String_t* ___prefix0, String_t* ___uri1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_mEC554451CB98B6F31912A513825E0ACFD4FC2763_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m3546162A565F55B309A9FAB19BD271411D7DB75B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral349C6DC0F34B9BA242E4C728EDD28CAB809D4917); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; { String_t* L_0 = ___uri1; 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*)&_stringLiteral10C63C8C602DD5E38BE4A758C90EBAC324CD3E69)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlNamespaceManager_AddNamespace_m2845CFA6672B2E1EBDB642E5CCA4D0F55AA807C0_RuntimeMethod_var))); } IL_000e: { String_t* L_2 = ___prefix0; if (L_2) { goto IL_001c; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_3 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCB5CDE966F99FDC7AE4101331D907BCEF208D664)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlNamespaceManager_AddNamespace_m2845CFA6672B2E1EBDB642E5CCA4D0F55AA807C0_RuntimeMethod_var))); } IL_001c: { XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_4 = __this->get_nameTable_2(); String_t* L_5 = ___prefix0; NullCheck(L_4); String_t* L_6; L_6 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_4, L_5); ___prefix0 = L_6; XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_7 = __this->get_nameTable_2(); String_t* L_8 = ___uri1; NullCheck(L_7); String_t* L_9; L_9 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_7, L_8); ___uri1 = L_9; String_t* L_10 = __this->get_xml_6(); String_t* L_11 = ___prefix0; bool L_12; L_12 = Ref_Equal_mA7CCFB984697A4E40EE7BE8919C2A31BF952ED6F(L_10, L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_0063; } } { String_t* L_13 = ___uri1; NullCheck(L_13); bool L_14; L_14 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_13, _stringLiteral349C6DC0F34B9BA242E4C728EDD28CAB809D4917, /*hidden argument*/NULL); if (L_14) { goto IL_0063; } } { String_t* L_15; L_15 = Res_GetString_m4303E63CA6945331BF5584376F6AA7262D1C6887(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8E7DF6980ECEA2C11D2FD74A57D449FC8CFA87AE)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_16 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_16, L_15, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlNamespaceManager_AddNamespace_m2845CFA6672B2E1EBDB642E5CCA4D0F55AA807C0_RuntimeMethod_var))); } IL_0063: { String_t* L_17 = __this->get_xmlNs_7(); String_t* L_18 = ___prefix0; bool L_19; L_19 = Ref_Equal_mA7CCFB984697A4E40EE7BE8919C2A31BF952ED6F(L_17, L_18, /*hidden argument*/NULL); if (!L_19) { goto IL_0081; } } { String_t* L_20; L_20 = Res_GetString_m4303E63CA6945331BF5584376F6AA7262D1C6887(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral33225D2308B5FA9B4FC47DE1A1D06D718E1911ED)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_21 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_21, L_20, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlNamespaceManager_AddNamespace_m2845CFA6672B2E1EBDB642E5CCA4D0F55AA807C0_RuntimeMethod_var))); } IL_0081: { String_t* L_22 = ___prefix0; int32_t L_23; L_23 = XmlNamespaceManager_LookupNamespaceDecl_m51D3F629C9788D7081F017E207A6E41A7966E2DA(__this, L_22, /*hidden argument*/NULL); V_0 = L_23; V_1 = (-1); int32_t L_24 = V_0; if ((((int32_t)L_24) == ((int32_t)(-1)))) { goto IL_00bd; } } { NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5* L_25 = __this->get_nsdecls_0(); int32_t L_26 = V_0; NullCheck(L_25); int32_t L_27 = ((L_25)->GetAddressAt(static_cast(L_26)))->get_scopeId_2(); int32_t L_28 = __this->get_scopeId_3(); if ((!(((uint32_t)L_27) == ((uint32_t)L_28)))) { goto IL_00bb; } } { NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5* L_29 = __this->get_nsdecls_0(); int32_t L_30 = V_0; NullCheck(L_29); String_t* L_31 = ___uri1; ((L_29)->GetAddressAt(static_cast(L_30)))->set_uri_1(L_31); return; } IL_00bb: { int32_t L_32 = V_0; V_1 = L_32; } IL_00bd: { int32_t L_33 = __this->get_lastDecl_1(); NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5* L_34 = __this->get_nsdecls_0(); NullCheck(L_34); if ((!(((uint32_t)L_33) == ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_34)->max_length))), (int32_t)1)))))) { goto IL_00fc; } } { NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5* L_35 = __this->get_nsdecls_0(); NullCheck(L_35); NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5* L_36 = (NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5*)(NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5*)SZArrayNew(NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_35)->max_length))), (int32_t)2))); V_2 = L_36; NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5* L_37 = __this->get_nsdecls_0(); NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5* L_38 = V_2; NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5* L_39 = __this->get_nsdecls_0(); NullCheck(L_39); Array_Copy_m3F127FFB5149532135043FFE285F9177C80CB877((RuntimeArray *)(RuntimeArray *)L_37, 0, (RuntimeArray *)(RuntimeArray *)L_38, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_39)->max_length))), /*hidden argument*/NULL); NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5* L_40 = V_2; __this->set_nsdecls_0(L_40); } IL_00fc: { NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5* L_41 = __this->get_nsdecls_0(); int32_t L_42 = __this->get_lastDecl_1(); V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)1)); int32_t L_43 = V_3; __this->set_lastDecl_1(L_43); int32_t L_44 = V_3; NullCheck(L_41); String_t* L_45 = ___prefix0; String_t* L_46 = ___uri1; int32_t L_47 = __this->get_scopeId_3(); int32_t L_48 = V_1; NamespaceDeclaration_Set_mE6E6F7B98C17F9565B0EF691EA013D0A0CED2A1C((NamespaceDeclaration_tA6C088F040DB7BC93B5EAF72BFB90CE3C5D1AF48 *)((L_41)->GetAddressAt(static_cast(L_44))), L_45, L_46, L_47, L_48, /*hidden argument*/NULL); bool L_49 = __this->get_useHashtable_5(); if (!L_49) { goto IL_0141; } } { Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * L_50 = __this->get_hashTable_4(); String_t* L_51 = ___prefix0; int32_t L_52 = __this->get_lastDecl_1(); NullCheck(L_50); Dictionary_2_set_Item_m3546162A565F55B309A9FAB19BD271411D7DB75B(L_50, L_51, L_52, /*hidden argument*/Dictionary_2_set_Item_m3546162A565F55B309A9FAB19BD271411D7DB75B_RuntimeMethod_var); return; } IL_0141: { int32_t L_53 = __this->get_lastDecl_1(); if ((((int32_t)L_53) < ((int32_t)((int32_t)16)))) { goto IL_0197; } } { int32_t L_54 = __this->get_lastDecl_1(); Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * L_55 = (Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 *)il2cpp_codegen_object_new(Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162_il2cpp_TypeInfo_var); Dictionary_2__ctor_mEC554451CB98B6F31912A513825E0ACFD4FC2763(L_55, L_54, /*hidden argument*/Dictionary_2__ctor_mEC554451CB98B6F31912A513825E0ACFD4FC2763_RuntimeMethod_var); __this->set_hashTable_4(L_55); V_4 = 0; goto IL_0186; } IL_0161: { Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * L_56 = __this->get_hashTable_4(); NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5* L_57 = __this->get_nsdecls_0(); int32_t L_58 = V_4; NullCheck(L_57); String_t* L_59 = ((L_57)->GetAddressAt(static_cast(L_58)))->get_prefix_0(); int32_t L_60 = V_4; NullCheck(L_56); Dictionary_2_set_Item_m3546162A565F55B309A9FAB19BD271411D7DB75B(L_56, L_59, L_60, /*hidden argument*/Dictionary_2_set_Item_m3546162A565F55B309A9FAB19BD271411D7DB75B_RuntimeMethod_var); int32_t L_61 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_61, (int32_t)1)); } IL_0186: { int32_t L_62 = V_4; int32_t L_63 = __this->get_lastDecl_1(); if ((((int32_t)L_62) <= ((int32_t)L_63))) { goto IL_0161; } } { __this->set_useHashtable_5((bool)1); } IL_0197: { return; } } // System.Void System.Xml.XmlNamespaceManager::RemoveNamespace(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNamespaceManager_RemoveNamespace_m18086BC20B5CA4456BC195E315858B12188191A9 (XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * __this, String_t* ___prefix0, String_t* ___uri1, const RuntimeMethod* method) { int32_t V_0 = 0; { String_t* L_0 = ___uri1; 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*)&_stringLiteral10C63C8C602DD5E38BE4A758C90EBAC324CD3E69)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlNamespaceManager_RemoveNamespace_m18086BC20B5CA4456BC195E315858B12188191A9_RuntimeMethod_var))); } IL_000e: { String_t* L_2 = ___prefix0; if (L_2) { goto IL_001c; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_3 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCB5CDE966F99FDC7AE4101331D907BCEF208D664)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlNamespaceManager_RemoveNamespace_m18086BC20B5CA4456BC195E315858B12188191A9_RuntimeMethod_var))); } IL_001c: { String_t* L_4 = ___prefix0; int32_t L_5; L_5 = XmlNamespaceManager_LookupNamespaceDecl_m51D3F629C9788D7081F017E207A6E41A7966E2DA(__this, L_4, /*hidden argument*/NULL); V_0 = L_5; goto IL_007c; } IL_0026: { NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5* L_6 = __this->get_nsdecls_0(); int32_t L_7 = V_0; NullCheck(L_6); String_t* L_8 = ((L_6)->GetAddressAt(static_cast(L_7)))->get_uri_1(); String_t* L_9 = ___uri1; bool L_10; L_10 = String_Equals_mAFC6038D294F341434D9D67D7EADC7F97C556C9B(L_8, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_006a; } } { NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5* L_11 = __this->get_nsdecls_0(); int32_t L_12 = V_0; NullCheck(L_11); int32_t L_13 = ((L_11)->GetAddressAt(static_cast(L_12)))->get_scopeId_2(); int32_t L_14 = __this->get_scopeId_3(); if ((!(((uint32_t)L_13) == ((uint32_t)L_14)))) { goto IL_006a; } } { NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5* L_15 = __this->get_nsdecls_0(); int32_t L_16 = V_0; NullCheck(L_15); ((L_15)->GetAddressAt(static_cast(L_16)))->set_uri_1((String_t*)NULL); } IL_006a: { NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5* L_17 = __this->get_nsdecls_0(); int32_t L_18 = V_0; NullCheck(L_17); int32_t L_19 = ((L_17)->GetAddressAt(static_cast(L_18)))->get_previousNsIndex_3(); V_0 = L_19; } IL_007c: { int32_t L_20 = V_0; if ((!(((uint32_t)L_20) == ((uint32_t)(-1))))) { goto IL_0026; } } { return; } } // System.Collections.IEnumerator System.Xml.XmlNamespaceManager::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlNamespaceManager_GetEnumerator_mD0CC3B79AC16EE524421A5878396E7CB6AECA7DF (XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m374496B3B8F3532FC52B465384E6C950DDA79F8B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Keys_m21F0F6BC1FCFC0FEE024B53453596D43D0BC472B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m1ACD9DE86340A7CA50E97B170F973A5A09160DCE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_t02FBEF5309FE3C4F8A7A1140B9590258FF5FA547_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyCollection_GetEnumerator_mAC8E6DFDCE301D5AAE4F1DF7835BF981868AFF78_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * V_0 = NULL; int32_t V_1 = 0; { int32_t L_0 = __this->get_lastDecl_1(); Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_1 = (Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 *)il2cpp_codegen_object_new(Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5_il2cpp_TypeInfo_var); Dictionary_2__ctor_m374496B3B8F3532FC52B465384E6C950DDA79F8B(L_1, ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1)), /*hidden argument*/Dictionary_2__ctor_m374496B3B8F3532FC52B465384E6C950DDA79F8B_RuntimeMethod_var); V_0 = L_1; V_1 = 0; goto IL_0051; } IL_0012: { NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5* L_2 = __this->get_nsdecls_0(); int32_t L_3 = V_1; NullCheck(L_2); String_t* L_4 = ((L_2)->GetAddressAt(static_cast(L_3)))->get_uri_1(); if (!L_4) { goto IL_004d; } } { Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_5 = V_0; NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5* L_6 = __this->get_nsdecls_0(); int32_t L_7 = V_1; NullCheck(L_6); String_t* L_8 = ((L_6)->GetAddressAt(static_cast(L_7)))->get_prefix_0(); NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5* L_9 = __this->get_nsdecls_0(); int32_t L_10 = V_1; NullCheck(L_9); String_t* L_11 = ((L_9)->GetAddressAt(static_cast(L_10)))->get_prefix_0(); NullCheck(L_5); Dictionary_2_set_Item_m1ACD9DE86340A7CA50E97B170F973A5A09160DCE(L_5, L_8, L_11, /*hidden argument*/Dictionary_2_set_Item_m1ACD9DE86340A7CA50E97B170F973A5A09160DCE_RuntimeMethod_var); } IL_004d: { int32_t L_12 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0051: { int32_t L_13 = V_1; int32_t L_14 = __this->get_lastDecl_1(); if ((((int32_t)L_13) <= ((int32_t)L_14))) { goto IL_0012; } } { Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * L_15 = V_0; NullCheck(L_15); KeyCollection_t52C81163A051BCD87A36FEF95F736DD600E2305D * L_16; L_16 = Dictionary_2_get_Keys_m21F0F6BC1FCFC0FEE024B53453596D43D0BC472B(L_15, /*hidden argument*/Dictionary_2_get_Keys_m21F0F6BC1FCFC0FEE024B53453596D43D0BC472B_RuntimeMethod_var); NullCheck(L_16); Enumerator_t02FBEF5309FE3C4F8A7A1140B9590258FF5FA547 L_17; L_17 = KeyCollection_GetEnumerator_mAC8E6DFDCE301D5AAE4F1DF7835BF981868AFF78(L_16, /*hidden argument*/KeyCollection_GetEnumerator_mAC8E6DFDCE301D5AAE4F1DF7835BF981868AFF78_RuntimeMethod_var); Enumerator_t02FBEF5309FE3C4F8A7A1140B9590258FF5FA547 L_18 = L_17; RuntimeObject * L_19 = Box(Enumerator_t02FBEF5309FE3C4F8A7A1140B9590258FF5FA547_il2cpp_TypeInfo_var, &L_18); return (RuntimeObject*)L_19; } } // System.String System.Xml.XmlNamespaceManager::LookupNamespace(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlNamespaceManager_LookupNamespace_mF74C1AB564ACC6AA07E3AE61BB2F0DB03833E0D3 (XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * __this, String_t* ___prefix0, const RuntimeMethod* method) { int32_t V_0 = 0; { String_t* L_0 = ___prefix0; int32_t L_1; L_1 = XmlNamespaceManager_LookupNamespaceDecl_m51D3F629C9788D7081F017E207A6E41A7966E2DA(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)(-1)))) { goto IL_001e; } } { NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5* L_3 = __this->get_nsdecls_0(); int32_t L_4 = V_0; NullCheck(L_3); String_t* L_5 = ((L_3)->GetAddressAt(static_cast(L_4)))->get_uri_1(); return L_5; } IL_001e: { return (String_t*)NULL; } } // System.Int32 System.Xml.XmlNamespaceManager::LookupNamespaceDecl(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlNamespaceManager_LookupNamespaceDecl_m51D3F629C9788D7081F017E207A6E41A7966E2DA (XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * __this, String_t* ___prefix0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m12D15059187064926CD935FC89749E0A8BD52729_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { bool L_0 = __this->get_useHashtable_5(); if (!L_0) { goto IL_0047; } } { Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * L_1 = __this->get_hashTable_4(); String_t* L_2 = ___prefix0; NullCheck(L_1); bool L_3; L_3 = Dictionary_2_TryGetValue_m12D15059187064926CD935FC89749E0A8BD52729(L_1, L_2, (int32_t*)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m12D15059187064926CD935FC89749E0A8BD52729_RuntimeMethod_var); if (!L_3) { goto IL_0045; } } { goto IL_002c; } IL_001a: { NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5* L_4 = __this->get_nsdecls_0(); int32_t L_5 = V_0; NullCheck(L_4); int32_t L_6 = ((L_4)->GetAddressAt(static_cast(L_5)))->get_previousNsIndex_3(); V_0 = L_6; } IL_002c: { int32_t L_7 = V_0; if ((((int32_t)L_7) == ((int32_t)(-1)))) { goto IL_0043; } } { NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5* L_8 = __this->get_nsdecls_0(); int32_t L_9 = V_0; NullCheck(L_8); String_t* L_10 = ((L_8)->GetAddressAt(static_cast(L_9)))->get_uri_1(); if (!L_10) { goto IL_001a; } } IL_0043: { int32_t L_11 = V_0; return L_11; } IL_0045: { return (-1); } IL_0047: { int32_t L_12 = __this->get_lastDecl_1(); V_1 = L_12; goto IL_007d; } IL_0050: { NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5* L_13 = __this->get_nsdecls_0(); int32_t L_14 = V_1; NullCheck(L_13); String_t* L_15 = ((L_13)->GetAddressAt(static_cast(L_14)))->get_prefix_0(); String_t* L_16 = ___prefix0; if ((!(((RuntimeObject*)(String_t*)L_15) == ((RuntimeObject*)(String_t*)L_16)))) { goto IL_0079; } } { NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5* L_17 = __this->get_nsdecls_0(); int32_t L_18 = V_1; NullCheck(L_17); String_t* L_19 = ((L_17)->GetAddressAt(static_cast(L_18)))->get_uri_1(); if (!L_19) { goto IL_0079; } } { int32_t L_20 = V_1; return L_20; } IL_0079: { int32_t L_21 = V_1; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)1)); } IL_007d: { int32_t L_22 = V_1; if ((((int32_t)L_22) >= ((int32_t)0))) { goto IL_0050; } } { int32_t L_23 = __this->get_lastDecl_1(); V_2 = L_23; goto IL_00bc; } IL_008a: { NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5* L_24 = __this->get_nsdecls_0(); int32_t L_25 = V_2; NullCheck(L_24); String_t* L_26 = ((L_24)->GetAddressAt(static_cast(L_25)))->get_prefix_0(); String_t* L_27 = ___prefix0; bool L_28; L_28 = String_Equals_mAFC6038D294F341434D9D67D7EADC7F97C556C9B(L_26, L_27, /*hidden argument*/NULL); if (!L_28) { goto IL_00b8; } } { NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5* L_29 = __this->get_nsdecls_0(); int32_t L_30 = V_2; NullCheck(L_29); String_t* L_31 = ((L_29)->GetAddressAt(static_cast(L_30)))->get_uri_1(); if (!L_31) { goto IL_00b8; } } { int32_t L_32 = V_2; return L_32; } IL_00b8: { int32_t L_33 = V_2; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_33, (int32_t)1)); } IL_00bc: { int32_t L_34 = V_2; if ((((int32_t)L_34) >= ((int32_t)0))) { goto IL_008a; } } { return (-1); } } // System.String System.Xml.XmlNamespaceManager::LookupPrefix(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlNamespaceManager_LookupPrefix_m425F9EF7884A37B60094DB976AE34668C52E37A9 (XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 * __this, String_t* ___uri0, const RuntimeMethod* method) { int32_t V_0 = 0; String_t* V_1 = NULL; { int32_t L_0 = __this->get_lastDecl_1(); V_0 = L_0; goto IL_0049; } IL_0009: { NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5* L_1 = __this->get_nsdecls_0(); int32_t L_2 = V_0; NullCheck(L_1); String_t* L_3 = ((L_1)->GetAddressAt(static_cast(L_2)))->get_uri_1(); String_t* L_4 = ___uri0; bool L_5; L_5 = String_Equals_mAFC6038D294F341434D9D67D7EADC7F97C556C9B(L_3, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0045; } } { NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5* L_6 = __this->get_nsdecls_0(); int32_t L_7 = V_0; NullCheck(L_6); String_t* L_8 = ((L_6)->GetAddressAt(static_cast(L_7)))->get_prefix_0(); V_1 = L_8; String_t* L_9 = V_1; String_t* L_10; L_10 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(14 /* System.String System.Xml.XmlNamespaceManager::LookupNamespace(System.String) */, __this, L_9); String_t* L_11 = ___uri0; bool L_12; L_12 = String_Equals_mAFC6038D294F341434D9D67D7EADC7F97C556C9B(L_10, L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_0045; } } { String_t* L_13 = V_1; return L_13; } IL_0045: { int32_t L_14 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)1)); } IL_0049: { int32_t L_15 = V_0; if ((((int32_t)L_15) >= ((int32_t)0))) { goto IL_0009; } } { return (String_t*)NULL; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XmlNode::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNode__ctor_mAC511AB5C6FA608DA32C9398AAB9756814CE2E36 (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // 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) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0 = ___doc0; if (L_0) { goto IL_0019; } } { String_t* L_1; L_1 = Res_GetString_m4303E63CA6945331BF5584376F6AA7262D1C6887(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA73D573DF83D11DB88B9E63E9DF538F46194507D)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_2 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlNode__ctor_m207DC6243081054B0B14F1BAB882D457B8CFD465_RuntimeMethod_var))); } IL_0019: { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_3 = ___doc0; __this->set_parentNode_0(L_3); return; } } // System.Xml.XPath.XPathNavigator System.Xml.XmlNode::CreateNavigator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * XmlNode_CreateNavigator_m3B9160F4DB3279BEA8D70EE6D11636FFF5268726 (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * V_0 = NULL; { V_0 = ((XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F *)IsInstClass((RuntimeObject*)__this, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_il2cpp_TypeInfo_var)); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0 = V_0; if (!L_0) { goto IL_0012; } } { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_1 = V_0; NullCheck(L_1); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_2; L_2 = VirtualFuncInvoker1< XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 *, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(65 /* System.Xml.XPath.XPathNavigator System.Xml.XmlDocument::CreateNavigator(System.Xml.XmlNode) */, L_1, __this); return L_2; } IL_0012: { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_3; L_3 = VirtualFuncInvoker0< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(17 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); NullCheck(L_3); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_4; L_4 = VirtualFuncInvoker1< XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 *, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(65 /* System.Xml.XPath.XPathNavigator System.Xml.XmlDocument::CreateNavigator(System.Xml.XmlNode) */, L_3, __this); return L_4; } } // System.Xml.XmlNode System.Xml.XmlNode::SelectSingleNode(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlNode_SelectSingleNode_mAD05A3360BBA5969D5E213B425D0D3DC4A882EAC (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, String_t* ___xpath0, const RuntimeMethod* method) { XmlNodeList_t1DBBA2CC948CC6631BC33AA7405E11C8105E6EE9 * V_0 = NULL; { String_t* L_0 = ___xpath0; XmlNodeList_t1DBBA2CC948CC6631BC33AA7405E11C8105E6EE9 * L_1; L_1 = XmlNode_SelectNodes_mDF6C485478C6D296F341776A7CEEE3A075B8488E(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; XmlNodeList_t1DBBA2CC948CC6631BC33AA7405E11C8105E6EE9 * L_2 = V_0; if (L_2) { goto IL_000d; } } { return (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)NULL; } IL_000d: { XmlNodeList_t1DBBA2CC948CC6631BC33AA7405E11C8105E6EE9 * L_3 = V_0; NullCheck(L_3); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_4; L_4 = VirtualFuncInvoker1< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, int32_t >::Invoke(9 /* System.Xml.XmlNode System.Xml.XmlNodeList::get_ItemOf(System.Int32) */, L_3, 0); return L_4; } } // System.Xml.XmlNodeList System.Xml.XmlNode::SelectNodes(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNodeList_t1DBBA2CC948CC6631BC33AA7405E11C8105E6EE9 * XmlNode_SelectNodes_mDF6C485478C6D296F341776A7CEEE3A075B8488E (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, String_t* ___xpath0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathNodeList_t4A1DB4E840970E1644EC63914E811BE82E6528F9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * V_0 = NULL; { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_0; L_0 = VirtualFuncInvoker0< XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(7 /* System.Xml.XPath.XPathNavigator System.Xml.XmlNode::CreateNavigator() */, __this); V_0 = L_0; XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_1 = V_0; if (L_1) { goto IL_000c; } } { return (XmlNodeList_t1DBBA2CC948CC6631BC33AA7405E11C8105E6EE9 *)NULL; } IL_000c: { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_2 = V_0; String_t* L_3 = ___xpath0; NullCheck(L_2); XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_4; L_4 = VirtualFuncInvoker1< XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 *, String_t* >::Invoke(54 /* System.Xml.XPath.XPathNodeIterator System.Xml.XPath.XPathNavigator::Select(System.String) */, L_2, L_3); XPathNodeList_t4A1DB4E840970E1644EC63914E811BE82E6528F9 * L_5 = (XPathNodeList_t4A1DB4E840970E1644EC63914E811BE82E6528F9 *)il2cpp_codegen_object_new(XPathNodeList_t4A1DB4E840970E1644EC63914E811BE82E6528F9_il2cpp_TypeInfo_var); XPathNodeList__ctor_m9A387EF85A449620CA6B74159FC0F81AA536C842(L_5, L_4, /*hidden argument*/NULL); return L_5; } } // System.String System.Xml.XmlNode::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlNode_get_Value_m3269F006DE9360F7A6980197C75D20BA1EC40A63 (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, const RuntimeMethod* method) { { return (String_t*)NULL; } } // System.Void System.Xml.XmlNode::set_Value(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNode_set_Value_m699A61B8F464D40FB786A96CFD3EE5E0C8C6C471 (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, String_t* ___value0, const RuntimeMethod* method) { int32_t V_0 = 0; { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_0; L_0 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); String_t* L_1; L_1 = Res_GetString_m4303E63CA6945331BF5584376F6AA7262D1C6887(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral254468B9B3F6F07A1FFFDB33F24DE6C9C383E0D6)), /*hidden argument*/NULL); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(11 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, __this); V_0 = L_2; RuntimeObject * L_3 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlNodeType_t6202952ADDE08339EF2AAC42CE97C84E99AC5D81_il2cpp_TypeInfo_var)), (&V_0)); NullCheck(L_3); String_t* L_4; L_4 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_3); V_0 = *(int32_t*)UnBox(L_3); String_t* L_5; L_5 = String_Format_m90ED4B078849D42FA1A7C5EB7AC7F74F235F6916(L_0, L_1, L_4, /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_6 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_6, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlNode_set_Value_m699A61B8F464D40FB786A96CFD3EE5E0C8C6C471_RuntimeMethod_var))); } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * V_0 = NULL; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * V_1 = NULL; { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = __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); if ((((int32_t)L_1) == ((int32_t)((int32_t)9)))) { goto IL_0016; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_2 = __this->get_parentNode_0(); return L_2; } IL_0016: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_3 = __this->get_parentNode_0(); NullCheck(L_3); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_4; L_4 = VirtualFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(18 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_3); V_0 = ((XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 *)IsInstClass((RuntimeObject*)L_4, XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0_il2cpp_TypeInfo_var)); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_5 = V_0; if (!L_5) { goto IL_0045; } } { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_6 = V_0; V_1 = L_6; } IL_002c: { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_7 = V_1; if ((!(((RuntimeObject*)(XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 *)L_7) == ((RuntimeObject*)(XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)__this)))) { goto IL_0037; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_8 = __this->get_parentNode_0(); return L_8; } IL_0037: { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_9 = V_1; NullCheck(L_9); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_10 = L_9->get_next_1(); V_1 = L_10; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_11 = V_1; if (!L_11) { goto IL_0045; } } { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_12 = V_1; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_13 = V_0; if ((!(((RuntimeObject*)(XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 *)L_12) == ((RuntimeObject*)(XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 *)L_13)))) { goto IL_002c; } } IL_0045: { return (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)NULL; } } // System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNodeList_t1DBBA2CC948CC6631BC33AA7405E11C8105E6EE9 * XmlNode_get_ChildNodes_m79A5026EB76C90EC40CF1AC668060C755A017253 (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlChildNodes_t2146FA67722B453134AC4DC4B33C3B670B8BE2BB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlChildNodes_t2146FA67722B453134AC4DC4B33C3B670B8BE2BB * L_0 = (XmlChildNodes_t2146FA67722B453134AC4DC4B33C3B670B8BE2BB *)il2cpp_codegen_object_new(XmlChildNodes_t2146FA67722B453134AC4DC4B33C3B670B8BE2BB_il2cpp_TypeInfo_var); XmlChildNodes__ctor_m447E865BB02D414739239B061BF2328552BAF0D7(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Xml.XmlNode System.Xml.XmlNode::get_PreviousSibling() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlNode_get_PreviousSibling_m6E1CFC4C582AA1D3BF77C3821A3ABADEEF9F0E09 (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, const RuntimeMethod* method) { { return (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)NULL; } } // System.Xml.XmlNode System.Xml.XmlNode::get_NextSibling() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlNode_get_NextSibling_m3A77EB7E743DF9B78C917565D969500A8DC6EDFB (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, const RuntimeMethod* method) { { return (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)NULL; } } // System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * XmlNode_get_Attributes_m38FFB30134CCD76CFABE0B754AA0211AB1072D73 (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, const RuntimeMethod* method) { { return (XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 *)NULL; } } // System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * XmlNode_get_OwnerDocument_m8CFF730476C42A3D96BEF3B5A476E8B58CFC50DD (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = __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); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)9))))) { goto IL_001b; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_2 = __this->get_parentNode_0(); return ((XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F *)CastclassClass((RuntimeObject*)L_2, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_il2cpp_TypeInfo_var)); } IL_001b: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_3 = __this->get_parentNode_0(); NullCheck(L_3); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_4; L_4 = VirtualFuncInvoker0< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(17 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, L_3); return L_4; } } // System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlNode_get_FirstChild_m608A11E859422F1131324FE6B6D7B4EFFB418C81 (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, const RuntimeMethod* method) { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * V_0 = NULL; { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_0; L_0 = VirtualFuncInvoker0< XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * >::Invoke(21 /* System.Xml.XmlLinkedNode System.Xml.XmlNode::get_LastNode() */, __this); V_0 = L_0; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_1 = V_0; if (!L_1) { goto IL_0011; } } { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_2 = V_0; NullCheck(L_2); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_3 = L_2->get_next_1(); return L_3; } IL_0011: { return (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)NULL; } } // System.Xml.XmlNode System.Xml.XmlNode::get_LastChild() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlNode_get_LastChild_m7B527C0690D24F8C77C7AFFA20050703FCF5E289 (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, const RuntimeMethod* method) { { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_0; L_0 = VirtualFuncInvoker0< XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * >::Invoke(21 /* System.Xml.XmlLinkedNode System.Xml.XmlNode::get_LastNode() */, __this); return L_0; } } // System.Boolean System.Xml.XmlNode::get_IsContainer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlNode_get_IsContainer_m3366F08B445E20FDC796B161D8FB81041F41F4AC (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Xml.XmlLinkedNode System.Xml.XmlNode::get_LastNode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * XmlNode_get_LastNode_m9CB959135B424720727D9A0CE6EE129DB7228E93 (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, const RuntimeMethod* method) { { return (XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 *)NULL; } } // System.Void System.Xml.XmlNode::set_LastNode(System.Xml.XmlLinkedNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNode_set_LastNode_mCB14554CF822AC8101E11F6DAD7561E08F182890 (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * ___value0, const RuntimeMethod* method) { { return; } } // System.Boolean System.Xml.XmlNode::AncestorNode(System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlNode_AncestorNode_mAD8557E379C49F4B2C5810337135A37452C97CF9 (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___node0, const RuntimeMethod* method) { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_0 = 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; goto IL_0016; } IL_0009: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_1 = V_0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_2 = ___node0; if ((!(((RuntimeObject*)(XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)L_1) == ((RuntimeObject*)(XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)L_2)))) { goto IL_000f; } } { return (bool)1; } IL_000f: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_3 = V_0; NullCheck(L_3); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_4; L_4 = VirtualFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(12 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_3); V_0 = L_4; } IL_0016: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_5 = V_0; if (!L_5) { goto IL_001d; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_6 = V_0; if ((!(((RuntimeObject*)(XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)L_6) == ((RuntimeObject*)(XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)__this)))) { goto IL_0009; } } IL_001d: { return (bool)0; } } // System.Boolean System.Xml.XmlNode::IsConnected() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlNode_IsConnected_m721592A209408DDC0E21DEB8FFF9F6F9A685187A (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, const RuntimeMethod* method) { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_0 = 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; goto IL_0010; } IL_0009: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_1 = V_0; NullCheck(L_1); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_2; L_2 = VirtualFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(12 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_1); V_0 = L_2; } IL_0010: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_3 = V_0; if (!L_3) { goto IL_001d; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_4 = V_0; NullCheck(L_4); int32_t L_5; L_5 = VirtualFuncInvoker0< int32_t >::Invoke(11 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_4); if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)9))))) { goto IL_0009; } } IL_001d: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_6 = V_0; return (bool)((!(((RuntimeObject*)(XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)L_6) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); } } // System.Xml.XmlNode System.Xml.XmlNode::RemoveChild(System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlNode_RemoveChild_mC77839B44A954B72F4AA2ED2FD9DEB58F13D1E10 (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___oldChild0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * V_0 = NULL; String_t* V_1 = NULL; XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * V_2 = NULL; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * V_3 = NULL; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * V_4 = NULL; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * V_5 = NULL; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * V_6 = NULL; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * V_7 = NULL; { bool L_0; L_0 = VirtualFuncInvoker0< bool >::Invoke(20 /* System.Boolean System.Xml.XmlNode::get_IsContainer() */, __this); 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*)&_stringLiteral8B0ED13848CE950B6978D8664D9AA86276D1D7EC)), /*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*)&XmlNode_RemoveChild_mC77839B44A954B72F4AA2ED2FD9DEB58F13D1E10_RuntimeMethod_var))); } IL_0018: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_3 = ___oldChild0; NullCheck(L_3); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_4; L_4 = VirtualFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(12 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_3); if ((((RuntimeObject*)(XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)L_4) == ((RuntimeObject*)(XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)__this))) { goto IL_0031; } } { String_t* L_5; L_5 = Res_GetString_m4303E63CA6945331BF5584376F6AA7262D1C6887(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral83B75ABE2D6148C9AF405ED548AE801DC19C6A02)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_6 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_6, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlNode_RemoveChild_mC77839B44A954B72F4AA2ED2FD9DEB58F13D1E10_RuntimeMethod_var))); } IL_0031: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_7 = ___oldChild0; V_0 = ((XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 *)CastclassClass((RuntimeObject*)L_7, XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0_il2cpp_TypeInfo_var)); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_8 = V_0; NullCheck(L_8); String_t* L_9; L_9 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.XmlNode::get_Value() */, L_8); V_1 = L_9; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_10 = V_0; String_t* L_11 = V_1; String_t* L_12 = V_1; XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_13; L_13 = 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, L_10, __this, (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)NULL, L_11, L_12, 1); V_2 = L_13; XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_14 = V_2; if (!L_14) { goto IL_0056; } } { XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_15 = V_2; VirtualActionInvoker1< XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * >::Invoke(46 /* System.Void System.Xml.XmlNode::BeforeEvent(System.Xml.XmlNodeChangedEventArgs) */, __this, L_15); } IL_0056: { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_16; L_16 = VirtualFuncInvoker0< XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * >::Invoke(21 /* System.Xml.XmlLinkedNode System.Xml.XmlNode::get_LastNode() */, __this); V_3 = L_16; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_17 = V_0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_18; L_18 = VirtualFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(18 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, __this); if ((!(((RuntimeObject*)(XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 *)L_17) == ((RuntimeObject*)(XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)L_18)))) { goto IL_00c0; } } { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_19 = V_0; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_20 = V_3; if ((!(((RuntimeObject*)(XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 *)L_19) == ((RuntimeObject*)(XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 *)L_20)))) { goto IL_0084; } } { VirtualActionInvoker1< XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * >::Invoke(22 /* System.Void System.Xml.XmlNode::set_LastNode(System.Xml.XmlLinkedNode) */, __this, (XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 *)NULL); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_21 = V_0; NullCheck(L_21); L_21->set_next_1((XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 *)NULL); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_22 = V_0; NullCheck(L_22); VirtualActionInvoker1< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(42 /* System.Void System.Xml.XmlNode::SetParent(System.Xml.XmlNode) */, L_22, (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)NULL); goto IL_014f; } IL_0084: { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_23 = V_0; NullCheck(L_23); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_24 = L_23->get_next_1(); V_4 = L_24; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_25 = V_4; NullCheck(L_25); bool L_26; L_26 = VirtualFuncInvoker0< bool >::Invoke(51 /* System.Boolean System.Xml.XmlNode::get_IsText() */, L_25); if (!L_26) { goto IL_00a5; } } { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_27 = V_0; NullCheck(L_27); bool L_28; L_28 = VirtualFuncInvoker0< bool >::Invoke(51 /* System.Boolean System.Xml.XmlNode::get_IsText() */, L_27); if (!L_28) { goto IL_00a5; } } { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_29 = V_0; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_30 = V_4; XmlNode_UnnestTextNodes_mE460B85E8B14536A7588E3D097797D9089465CD1(L_29, L_30, /*hidden argument*/NULL); } IL_00a5: { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_31 = V_3; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_32 = V_4; NullCheck(L_31); L_31->set_next_1(L_32); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_33 = V_0; NullCheck(L_33); L_33->set_next_1((XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 *)NULL); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_34 = V_0; NullCheck(L_34); VirtualActionInvoker1< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(42 /* System.Void System.Xml.XmlNode::SetParent(System.Xml.XmlNode) */, L_34, (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)NULL); goto IL_014f; } IL_00c0: { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_35 = V_0; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_36 = V_3; if ((!(((RuntimeObject*)(XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 *)L_35) == ((RuntimeObject*)(XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 *)L_36)))) { goto IL_00f6; } } { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_37 = V_0; NullCheck(L_37); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_38; L_38 = VirtualFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(14 /* System.Xml.XmlNode System.Xml.XmlNode::get_PreviousSibling() */, L_37); V_5 = ((XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 *)CastclassClass((RuntimeObject*)L_38, XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0_il2cpp_TypeInfo_var)); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_39 = V_5; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_40 = V_0; NullCheck(L_40); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_41 = L_40->get_next_1(); NullCheck(L_39); L_39->set_next_1(L_41); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_42 = V_5; VirtualActionInvoker1< XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * >::Invoke(22 /* System.Void System.Xml.XmlNode::set_LastNode(System.Xml.XmlLinkedNode) */, __this, L_42); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_43 = V_0; NullCheck(L_43); L_43->set_next_1((XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 *)NULL); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_44 = V_0; NullCheck(L_44); VirtualActionInvoker1< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(42 /* System.Void System.Xml.XmlNode::SetParent(System.Xml.XmlNode) */, L_44, (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)NULL); goto IL_014f; } IL_00f6: { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_45 = V_0; NullCheck(L_45); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_46; L_46 = VirtualFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(14 /* System.Xml.XmlNode System.Xml.XmlNode::get_PreviousSibling() */, L_45); V_6 = ((XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 *)CastclassClass((RuntimeObject*)L_46, XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0_il2cpp_TypeInfo_var)); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_47 = V_0; NullCheck(L_47); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_48 = L_47->get_next_1(); V_7 = L_48; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_49 = V_7; NullCheck(L_49); bool L_50; L_50 = VirtualFuncInvoker0< bool >::Invoke(51 /* System.Boolean System.Xml.XmlNode::get_IsText() */, L_49); if (!L_50) { goto IL_0138; } } { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_51 = V_6; NullCheck(L_51); bool L_52; L_52 = VirtualFuncInvoker0< bool >::Invoke(51 /* System.Boolean System.Xml.XmlNode::get_IsText() */, L_51); if (!L_52) { goto IL_0128; } } { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_53 = V_6; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_54 = V_7; XmlNode_NestTextNodes_m22AF6885F16CD91D1C26F4BE64498B08B5A9615E(L_53, L_54, /*hidden argument*/NULL); goto IL_0138; } IL_0128: { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_55 = V_0; NullCheck(L_55); bool L_56; L_56 = VirtualFuncInvoker0< bool >::Invoke(51 /* System.Boolean System.Xml.XmlNode::get_IsText() */, L_55); if (!L_56) { goto IL_0138; } } { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_57 = V_0; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_58 = V_7; XmlNode_UnnestTextNodes_mE460B85E8B14536A7588E3D097797D9089465CD1(L_57, L_58, /*hidden argument*/NULL); } IL_0138: { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_59 = V_6; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_60 = V_7; NullCheck(L_59); L_59->set_next_1(L_60); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_61 = V_0; NullCheck(L_61); L_61->set_next_1((XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 *)NULL); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_62 = V_0; NullCheck(L_62); VirtualActionInvoker1< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(42 /* System.Void System.Xml.XmlNode::SetParent(System.Xml.XmlNode) */, L_62, (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)NULL); } IL_014f: { XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_63 = V_2; if (!L_63) { goto IL_0159; } } { XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_64 = V_2; VirtualActionInvoker1< XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * >::Invoke(47 /* System.Void System.Xml.XmlNode::AfterEvent(System.Xml.XmlNodeChangedEventArgs) */, __this, L_64); } IL_0159: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_65 = ___oldChild0; return L_65; } } // System.Xml.XmlNode System.Xml.XmlNode::AppendChild(System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlNode_AppendChild_mACC6D307F28E86D7739D03C89471A7F789F3553B (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___newChild0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * V_0 = NULL; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * V_1 = NULL; String_t* V_2 = NULL; XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * V_3 = NULL; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * V_4 = NULL; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * V_5 = NULL; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_6 = NULL; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_7 = NULL; { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0; L_0 = VirtualFuncInvoker0< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(17 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); V_0 = L_0; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_1 = V_0; if (L_1) { goto IL_0011; } } { V_0 = ((XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F *)IsInstClass((RuntimeObject*)__this, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_il2cpp_TypeInfo_var)); } IL_0011: { bool L_2; L_2 = VirtualFuncInvoker0< bool >::Invoke(20 /* System.Boolean System.Xml.XmlNode::get_IsContainer() */, __this); if (L_2) { goto IL_0029; } } { String_t* L_3; L_3 = Res_GetString_m4303E63CA6945331BF5584376F6AA7262D1C6887(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6A27EFA262531B73C56149281CD01E877253B609)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_4 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlNode_AppendChild_mACC6D307F28E86D7739D03C89471A7F789F3553B_RuntimeMethod_var))); } IL_0029: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_5 = ___newChild0; if ((((RuntimeObject*)(XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)__this) == ((RuntimeObject*)(XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)L_5))) { goto IL_0036; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_6 = ___newChild0; bool L_7; L_7 = XmlNode_AncestorNode_mAD8557E379C49F4B2C5810337135A37452C97CF9(__this, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0046; } } IL_0036: { String_t* L_8; L_8 = Res_GetString_m4303E63CA6945331BF5584376F6AA7262D1C6887(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral72B68EC7EE16DACDB68DF6B1DB68A228CDEC0C10)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_9 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_9, L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlNode_AppendChild_mACC6D307F28E86D7739D03C89471A7F789F3553B_RuntimeMethod_var))); } IL_0046: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_10 = ___newChild0; NullCheck(L_10); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_11; L_11 = VirtualFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(12 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_10); if (!L_11) { goto IL_005b; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_12 = ___newChild0; NullCheck(L_12); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_13; L_13 = VirtualFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(12 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_12); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_14 = ___newChild0; NullCheck(L_13); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_15; L_15 = VirtualFuncInvoker1< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(23 /* System.Xml.XmlNode System.Xml.XmlNode::RemoveChild(System.Xml.XmlNode) */, L_13, L_14); } IL_005b: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_16 = ___newChild0; NullCheck(L_16); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_17; L_17 = VirtualFuncInvoker0< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(17 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, L_16); V_1 = L_17; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_18 = V_1; if (!L_18) { goto IL_007d; } } { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_19 = V_1; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_20 = V_0; if ((((RuntimeObject*)(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F *)L_19) == ((RuntimeObject*)(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F *)L_20))) { goto IL_007d; } } { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_21 = V_1; if ((((RuntimeObject*)(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F *)L_21) == ((RuntimeObject*)(XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)__this))) { goto IL_007d; } } { String_t* L_22; L_22 = Res_GetString_m4303E63CA6945331BF5584376F6AA7262D1C6887(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral30C13821C826B173FCA1891444657D393513F574)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_23 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_23, L_22, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlNode_AppendChild_mACC6D307F28E86D7739D03C89471A7F789F3553B_RuntimeMethod_var))); } IL_007d: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_24 = ___newChild0; NullCheck(L_24); int32_t L_25; L_25 = VirtualFuncInvoker0< int32_t >::Invoke(11 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_24); if ((!(((uint32_t)L_25) == ((uint32_t)((int32_t)11))))) { goto IL_00b7; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_26 = ___newChild0; NullCheck(L_26); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_27; L_27 = VirtualFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(18 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_26); V_6 = L_27; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_28 = V_6; V_7 = L_28; goto IL_00b0; } IL_0095: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_29 = V_7; NullCheck(L_29); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_30; L_30 = VirtualFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(15 /* System.Xml.XmlNode System.Xml.XmlNode::get_NextSibling() */, L_29); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_31 = ___newChild0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_32 = V_7; NullCheck(L_31); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_33; L_33 = VirtualFuncInvoker1< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(23 /* System.Xml.XmlNode System.Xml.XmlNode::RemoveChild(System.Xml.XmlNode) */, L_31, L_32); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_34 = V_7; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_35; L_35 = VirtualFuncInvoker1< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(24 /* System.Xml.XmlNode System.Xml.XmlNode::AppendChild(System.Xml.XmlNode) */, __this, L_34); V_7 = L_30; } IL_00b0: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_36 = V_7; if (L_36) { goto IL_0095; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_37 = V_6; return L_37; } IL_00b7: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_38 = ___newChild0; if (!((XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 *)IsInstClass((RuntimeObject*)L_38, XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0_il2cpp_TypeInfo_var))) { goto IL_00cd; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_39 = ___newChild0; NullCheck(L_39); int32_t L_40; L_40 = VirtualFuncInvoker0< int32_t >::Invoke(11 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_39); bool L_41; L_41 = VirtualFuncInvoker1< bool, int32_t >::Invoke(26 /* System.Boolean System.Xml.XmlNode::IsValidChildType(System.Xml.XmlNodeType) */, __this, L_40); if (L_41) { goto IL_00dd; } } IL_00cd: { String_t* L_42; L_42 = Res_GetString_m4303E63CA6945331BF5584376F6AA7262D1C6887(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC5D6C64CCB50E5090409E08FDF71792E4E9A8F6D)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_43 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_43, L_42, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_43, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlNode_AppendChild_mACC6D307F28E86D7739D03C89471A7F789F3553B_RuntimeMethod_var))); } IL_00dd: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_44 = ___newChild0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_45; L_45 = VirtualFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(19 /* System.Xml.XmlNode System.Xml.XmlNode::get_LastChild() */, __this); bool L_46; L_46 = VirtualFuncInvoker2< bool, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(27 /* System.Boolean System.Xml.XmlNode::CanInsertAfter(System.Xml.XmlNode,System.Xml.XmlNode) */, __this, L_44, L_45); if (L_46) { goto IL_00fc; } } { String_t* L_47; L_47 = Res_GetString_m4303E63CA6945331BF5584376F6AA7262D1C6887(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral52E7AA29D33516D76AAE995603260C880821A398)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_48 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_48, L_47, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_48, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlNode_AppendChild_mACC6D307F28E86D7739D03C89471A7F789F3553B_RuntimeMethod_var))); } IL_00fc: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_49 = ___newChild0; NullCheck(L_49); String_t* L_50; L_50 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.XmlNode::get_Value() */, L_49); V_2 = L_50; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_51 = ___newChild0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_52 = ___newChild0; NullCheck(L_52); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_53; L_53 = VirtualFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(12 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_52); String_t* L_54 = V_2; String_t* L_55 = V_2; XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_56; L_56 = 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, L_51, L_53, __this, L_54, L_55, 0); V_3 = L_56; XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_57 = V_3; if (!L_57) { goto IL_011f; } } { XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_58 = V_3; VirtualActionInvoker1< XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * >::Invoke(46 /* System.Void System.Xml.XmlNode::BeforeEvent(System.Xml.XmlNodeChangedEventArgs) */, __this, L_58); } IL_011f: { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_59; L_59 = VirtualFuncInvoker0< XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * >::Invoke(21 /* System.Xml.XmlLinkedNode System.Xml.XmlNode::get_LastNode() */, __this); V_4 = L_59; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_60 = ___newChild0; V_5 = ((XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 *)CastclassClass((RuntimeObject*)L_60, XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0_il2cpp_TypeInfo_var)); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_61 = V_4; if (L_61) { goto IL_014e; } } { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_62 = V_5; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_63 = V_5; NullCheck(L_62); L_62->set_next_1(L_63); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_64 = V_5; VirtualActionInvoker1< XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * >::Invoke(22 /* System.Void System.Xml.XmlNode::set_LastNode(System.Xml.XmlLinkedNode) */, __this, L_64); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_65 = V_5; NullCheck(L_65); VirtualActionInvoker1< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(42 /* System.Void System.Xml.XmlNode::SetParent(System.Xml.XmlNode) */, L_65, __this); goto IL_0190; } IL_014e: { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_66 = V_5; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_67 = V_4; NullCheck(L_67); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_68 = L_67->get_next_1(); NullCheck(L_66); L_66->set_next_1(L_68); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_69 = V_4; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_70 = V_5; NullCheck(L_69); L_69->set_next_1(L_70); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_71 = V_5; VirtualActionInvoker1< XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * >::Invoke(22 /* System.Void System.Xml.XmlNode::set_LastNode(System.Xml.XmlLinkedNode) */, __this, L_71); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_72 = V_5; NullCheck(L_72); VirtualActionInvoker1< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(42 /* System.Void System.Xml.XmlNode::SetParent(System.Xml.XmlNode) */, L_72, __this); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_73 = V_4; NullCheck(L_73); bool L_74; L_74 = VirtualFuncInvoker0< bool >::Invoke(51 /* System.Boolean System.Xml.XmlNode::get_IsText() */, L_73); if (!L_74) { goto IL_0190; } } { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_75 = V_5; NullCheck(L_75); bool L_76; L_76 = VirtualFuncInvoker0< bool >::Invoke(51 /* System.Boolean System.Xml.XmlNode::get_IsText() */, L_75); if (!L_76) { goto IL_0190; } } { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_77 = V_4; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_78 = V_5; XmlNode_NestTextNodes_m22AF6885F16CD91D1C26F4BE64498B08B5A9615E(L_77, L_78, /*hidden argument*/NULL); } IL_0190: { XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_79 = V_3; if (!L_79) { goto IL_019a; } } { XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_80 = V_3; VirtualActionInvoker1< XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * >::Invoke(47 /* System.Void System.Xml.XmlNode::AfterEvent(System.Xml.XmlNodeChangedEventArgs) */, __this, L_80); } IL_019a: { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_81 = V_5; return L_81; } } // System.Xml.XmlNode System.Xml.XmlNode::AppendChildForLoad(System.Xml.XmlNode,System.Xml.XmlDocument) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlNode_AppendChildForLoad_mB5F3E5256885F875F7B7400E75A8F8E0E2F98770 (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___newChild0, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___doc1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * V_0 = NULL; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * V_1 = NULL; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * V_2 = NULL; { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0 = ___doc1; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_1 = ___newChild0; NullCheck(L_0); XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_2; L_2 = XmlDocument_GetInsertEventArgsForLoad_mB44E03A2F7197CB02F20DBDA4C62636439E76441(L_0, L_1, __this, /*hidden argument*/NULL); V_0 = L_2; XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_3 = V_0; if (!L_3) { goto IL_0013; } } { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_4 = ___doc1; XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_5 = V_0; NullCheck(L_4); VirtualActionInvoker1< XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * >::Invoke(46 /* System.Void System.Xml.XmlNode::BeforeEvent(System.Xml.XmlNodeChangedEventArgs) */, L_4, L_5); } IL_0013: { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_6; L_6 = VirtualFuncInvoker0< XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * >::Invoke(21 /* System.Xml.XmlLinkedNode System.Xml.XmlNode::get_LastNode() */, __this); V_1 = L_6; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_7 = ___newChild0; V_2 = ((XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 *)CastclassClass((RuntimeObject*)L_7, XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0_il2cpp_TypeInfo_var)); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_8 = V_1; if (L_8) { goto IL_003b; } } { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_9 = V_2; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_10 = V_2; NullCheck(L_9); L_9->set_next_1(L_10); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_11 = V_2; VirtualActionInvoker1< XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * >::Invoke(22 /* System.Void System.Xml.XmlNode::set_LastNode(System.Xml.XmlLinkedNode) */, __this, L_11); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_12 = V_2; NullCheck(L_12); VirtualActionInvoker1< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(43 /* System.Void System.Xml.XmlNode::SetParentForLoad(System.Xml.XmlNode) */, L_12, __this); goto IL_0075; } IL_003b: { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_13 = V_2; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_14 = V_1; NullCheck(L_14); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_15 = L_14->get_next_1(); NullCheck(L_13); L_13->set_next_1(L_15); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_16 = V_1; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_17 = V_2; NullCheck(L_16); L_16->set_next_1(L_17); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_18 = V_2; VirtualActionInvoker1< XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * >::Invoke(22 /* System.Void System.Xml.XmlNode::set_LastNode(System.Xml.XmlLinkedNode) */, __this, L_18); XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_19 = V_1; NullCheck(L_19); bool L_20; L_20 = VirtualFuncInvoker0< bool >::Invoke(51 /* System.Boolean System.Xml.XmlNode::get_IsText() */, L_19); if (!L_20) { goto IL_006e; } } { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_21 = V_2; NullCheck(L_21); bool L_22; L_22 = VirtualFuncInvoker0< bool >::Invoke(51 /* System.Boolean System.Xml.XmlNode::get_IsText() */, L_21); if (!L_22) { goto IL_006e; } } { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_23 = V_1; XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_24 = V_2; XmlNode_NestTextNodes_m22AF6885F16CD91D1C26F4BE64498B08B5A9615E(L_23, L_24, /*hidden argument*/NULL); goto IL_0075; } IL_006e: { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_25 = V_2; NullCheck(L_25); VirtualActionInvoker1< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(43 /* System.Void System.Xml.XmlNode::SetParentForLoad(System.Xml.XmlNode) */, L_25, __this); } IL_0075: { XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_26 = V_0; if (!L_26) { goto IL_007f; } } { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_27 = ___doc1; XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_28 = V_0; NullCheck(L_27); VirtualActionInvoker1< XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * >::Invoke(47 /* System.Void System.Xml.XmlNode::AfterEvent(System.Xml.XmlNodeChangedEventArgs) */, L_27, L_28); } IL_007f: { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_29 = V_2; return L_29; } } // System.Boolean System.Xml.XmlNode::IsValidChildType(System.Xml.XmlNodeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlNode_IsValidChildType_m24091114A5C7A85DF170AEF4D61BD145E0934F62 (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, int32_t ___type0, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean System.Xml.XmlNode::CanInsertAfter(System.Xml.XmlNode,System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlNode_CanInsertAfter_m09EA78319ADEC22DE2A1541FB1B1E800D5F65239 (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___newChild0, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___refChild1, const RuntimeMethod* method) { { return (bool)1; } } // System.Boolean System.Xml.XmlNode::get_HasChildNodes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlNode_get_HasChildNodes_m67ADDD7AEE1E6085A90D74CA9CB0D1FA36D57F99 (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, const RuntimeMethod* method) { { XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * L_0; L_0 = VirtualFuncInvoker0< XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 * >::Invoke(21 /* System.Xml.XmlLinkedNode System.Xml.XmlNode::get_LastNode() */, __this); return (bool)((!(((RuntimeObject*)(XmlLinkedNode_tAF992FE43A99E1889622121C0D712C80586580F0 *)L_0) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); } } // System.Void System.Xml.XmlNode::CopyChildren(System.Xml.XmlDocument,System.Xml.XmlNode,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNode_CopyChildren_m31A64E8938119E967A318D55CBB1A1BB4BBC1A5E (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * ___doc0, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___container1, bool ___deep2, const RuntimeMethod* method) { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_0 = NULL; { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = ___container1; NullCheck(L_0); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_1; L_1 = VirtualFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(18 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_0); V_0 = L_1; goto IL_001f; } IL_0009: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_2 = V_0; bool L_3 = ___deep2; NullCheck(L_2); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_4; L_4 = VirtualFuncInvoker1< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, bool >::Invoke(29 /* System.Xml.XmlNode System.Xml.XmlNode::CloneNode(System.Boolean) */, L_2, L_3); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_5 = ___doc0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_6; L_6 = VirtualFuncInvoker2< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(25 /* System.Xml.XmlNode System.Xml.XmlNode::AppendChildForLoad(System.Xml.XmlNode,System.Xml.XmlDocument) */, __this, L_4, L_5); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_7 = V_0; NullCheck(L_7); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_8; L_8 = VirtualFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(15 /* System.Xml.XmlNode System.Xml.XmlNode::get_NextSibling() */, L_7); V_0 = L_8; } IL_001f: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_9 = V_0; if (L_9) { goto IL_0009; } } { return; } } // System.String System.Xml.XmlNode::get_NamespaceURI() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlNode_get_NamespaceURI_m807E3EC862ABED967BB70F80FA6215347C7B4AC3 (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __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(); return L_0; } } // System.String System.Xml.XmlNode::get_Prefix() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlNode_get_Prefix_mD1B37145F067CC430B5BDB8EBCCDA418280C50C3 (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __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(); return L_0; } } // System.Boolean System.Xml.XmlNode::get_IsReadOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlNode_get_IsReadOnly_m9B0DB6559D699ACA8A97A440D696652E2AB74CF0 (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, const RuntimeMethod* method) { { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0; L_0 = VirtualFuncInvoker0< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(17 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); bool L_1; L_1 = XmlNode_HasReadOnlyParent_m35DF66DD152A7C3E84A4594DFC1C3A5F66CB9668(__this, /*hidden argument*/NULL); return L_1; } } // System.Boolean System.Xml.XmlNode::HasReadOnlyParent(System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlNode_HasReadOnlyParent_m35DF66DD152A7C3E84A4594DFC1C3A5F66CB9668 (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___n0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { goto IL_002c; } IL_0002: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = ___n0; 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 ((((int32_t)L_2) == ((int32_t)2))) { goto IL_0015; } } { int32_t L_3 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)5))) <= ((uint32_t)1)))) { goto IL_0024; } } { return (bool)1; } IL_0015: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_4 = ___n0; NullCheck(((XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D *)CastclassClass((RuntimeObject*)L_4, XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var))); XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_5; L_5 = VirtualFuncInvoker0< XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * >::Invoke(54 /* System.Xml.XmlElement System.Xml.XmlAttribute::get_OwnerElement() */, ((XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D *)CastclassClass((RuntimeObject*)L_4, XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var))); ___n0 = L_5; goto IL_002c; } IL_0024: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_6 = ___n0; NullCheck(L_6); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_7; L_7 = VirtualFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(12 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_6); ___n0 = L_7; } IL_002c: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_8 = ___n0; if (L_8) { goto IL_0002; } } { return (bool)0; } } // System.Object System.Xml.XmlNode::System.ICloneable.Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlNode_System_ICloneable_Clone_m16DB7503EB5DF429754341B75ADE4C13F5E0D56B (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, const RuntimeMethod* method) { { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0; L_0 = VirtualFuncInvoker1< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, bool >::Invoke(29 /* System.Xml.XmlNode System.Xml.XmlNode::CloneNode(System.Boolean) */, __this, (bool)1); return L_0; } } // System.Collections.IEnumerator System.Xml.XmlNode::System.Collections.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlNode_System_Collections_IEnumerable_GetEnumerator_mC7D6329FEF45EE989276469F9E13D5E60B90C9C1 (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlChildEnumerator_t4D3EFEF86EDA656B48EC532A24FF67A30C599559_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlChildEnumerator_t4D3EFEF86EDA656B48EC532A24FF67A30C599559 * L_0 = (XmlChildEnumerator_t4D3EFEF86EDA656B48EC532A24FF67A30C599559 *)il2cpp_codegen_object_new(XmlChildEnumerator_t4D3EFEF86EDA656B48EC532A24FF67A30C599559_il2cpp_TypeInfo_var); XmlChildEnumerator__ctor_m05CAB16D0FC521D715119DFE83D2B11C7BB2FD8D(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Void System.Xml.XmlNode::AppendChildText(System.Text.StringBuilder) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNode_AppendChildText_m0462C1366B56FB55B04821B890A521155952CC1A (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, StringBuilder_t * ___builder0, const RuntimeMethod* method) { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_0 = NULL; { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0; L_0 = VirtualFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(18 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, __this); V_0 = L_0; goto IL_0054; } IL_0009: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_1 = V_0; NullCheck(L_1); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_2; L_2 = VirtualFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(18 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_1); if (L_2) { goto IL_0046; } } { 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 ((((int32_t)L_4) == ((int32_t)3))) { goto IL_0037; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_5 = V_0; NullCheck(L_5); int32_t L_6; L_6 = VirtualFuncInvoker0< int32_t >::Invoke(11 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_5); if ((((int32_t)L_6) == ((int32_t)4))) { goto IL_0037; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_7 = V_0; NullCheck(L_7); int32_t L_8; L_8 = VirtualFuncInvoker0< int32_t >::Invoke(11 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_7); if ((((int32_t)L_8) == ((int32_t)((int32_t)13)))) { goto IL_0037; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_9 = V_0; NullCheck(L_9); int32_t L_10; L_10 = VirtualFuncInvoker0< int32_t >::Invoke(11 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_9); if ((!(((uint32_t)L_10) == ((uint32_t)((int32_t)14))))) { goto IL_004d; } } IL_0037: { StringBuilder_t * L_11 = ___builder0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_12 = V_0; NullCheck(L_12); String_t* L_13; L_13 = VirtualFuncInvoker0< String_t* >::Invoke(35 /* System.String System.Xml.XmlNode::get_InnerText() */, L_12); NullCheck(L_11); StringBuilder_t * L_14; L_14 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_11, L_13, /*hidden argument*/NULL); goto IL_004d; } IL_0046: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_15 = V_0; StringBuilder_t * L_16 = ___builder0; NullCheck(L_15); XmlNode_AppendChildText_m0462C1366B56FB55B04821B890A521155952CC1A(L_15, L_16, /*hidden argument*/NULL); } IL_004d: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_17 = V_0; NullCheck(L_17); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_18; L_18 = VirtualFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(15 /* System.Xml.XmlNode System.Xml.XmlNode::get_NextSibling() */, L_17); V_0 = L_18; } IL_0054: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_19 = V_0; if (L_19) { goto IL_0009; } } { return; } } // System.String System.Xml.XmlNode::get_InnerText() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlNode_get_InnerText_mC4D331007A6366FC87C499062227ED912ABD9BF0 (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_0 = NULL; StringBuilder_t * V_1 = NULL; int32_t V_2 = 0; { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0; L_0 = VirtualFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(18 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, __this); V_0 = L_0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_1 = V_0; if (L_1) { goto IL_0010; } } { String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_2; } IL_0010: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_3 = V_0; NullCheck(L_3); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_4; L_4 = VirtualFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(15 /* System.Xml.XmlNode System.Xml.XmlNode::get_NextSibling() */, L_3); if (L_4) { goto IL_0033; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_5 = V_0; NullCheck(L_5); int32_t L_6; L_6 = VirtualFuncInvoker0< int32_t >::Invoke(11 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_5); V_2 = L_6; int32_t L_7 = V_2; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)3))) > ((uint32_t)1)))) { goto IL_002c; } } { int32_t L_8 = V_2; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)((int32_t)13)))) <= ((uint32_t)1)))) { goto IL_0033; } } IL_002c: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_9 = V_0; NullCheck(L_9); String_t* L_10; L_10 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.XmlNode::get_Value() */, L_9); return L_10; } IL_0033: { StringBuilder_t * L_11 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9(L_11, /*hidden argument*/NULL); V_1 = L_11; StringBuilder_t * L_12 = V_1; XmlNode_AppendChildText_m0462C1366B56FB55B04821B890A521155952CC1A(__this, L_12, /*hidden argument*/NULL); StringBuilder_t * L_13 = V_1; NullCheck(L_13); String_t* L_14; L_14 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_13); return L_14; } } // System.Void System.Xml.XmlNode::set_InnerText(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNode_set_InnerText_m2C9B95A1CFC263F88DCF8912D1CF3B86383E1D1E (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, String_t* ___value0, const RuntimeMethod* method) { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_0 = NULL; { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0; L_0 = VirtualFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(18 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, __this); V_0 = L_0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_1 = V_0; if (!L_1) { goto IL_0023; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_2 = V_0; NullCheck(L_2); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_3; L_3 = VirtualFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(15 /* System.Xml.XmlNode System.Xml.XmlNode::get_NextSibling() */, L_2); if (L_3) { goto IL_0023; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_4 = V_0; NullCheck(L_4); int32_t L_5; L_5 = VirtualFuncInvoker0< int32_t >::Invoke(11 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_4); if ((!(((uint32_t)L_5) == ((uint32_t)3)))) { goto IL_0023; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_6 = V_0; String_t* L_7 = ___value0; NullCheck(L_6); VirtualActionInvoker1< String_t* >::Invoke(10 /* System.Void System.Xml.XmlNode::set_Value(System.String) */, L_6, L_7); return; } IL_0023: { VirtualActionInvoker0::Invoke(40 /* System.Void System.Xml.XmlNode::RemoveAll() */, __this); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_8; L_8 = VirtualFuncInvoker0< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(17 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); String_t* L_9 = ___value0; NullCheck(L_8); XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 * L_10; L_10 = VirtualFuncInvoker1< XmlText_tDB1D4D40A2A4B70C549B3105A267EFA83AC05240 *, String_t* >::Invoke(63 /* System.Xml.XmlText System.Xml.XmlDocument::CreateTextNode(System.String) */, L_8, L_9); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_11; L_11 = VirtualFuncInvoker1< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(24 /* System.Xml.XmlNode System.Xml.XmlNode::AppendChild(System.Xml.XmlNode) */, __this, L_10); return; } } // System.Void System.Xml.XmlNode::set_InnerXml(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNode_set_InnerXml_mDF4EFE0A704D135E52164E7CDF7AC9A1A58F388E (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __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*)&XmlNode_set_InnerXml_mDF4EFE0A704D135E52164E7CDF7AC9A1A58F388E_RuntimeMethod_var))); } } // System.Xml.Schema.IXmlSchemaInfo System.Xml.XmlNode::get_SchemaInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlNode_get_SchemaInfo_m0C63E6FCB313D2DE2AFDDBD35CF057F71803A562 (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_StaticFields*)il2cpp_codegen_static_fields_for(XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_il2cpp_TypeInfo_var))->get_NotKnownSchemaInfo_43(); return L_0; } } // System.String System.Xml.XmlNode::get_BaseURI() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlNode_get_BaseURI_m2B44DFBF2731195855CD43A27CCA9FAE51025289 (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __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*)&XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_0 = NULL; int32_t V_1 = 0; { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0; L_0 = VirtualFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(12 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, __this); V_0 = L_0; goto IL_003b; } IL_0009: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_1 = V_0; NullCheck(L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(11 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_1); V_1 = L_2; int32_t L_3 = V_1; if ((!(((uint32_t)L_3) == ((uint32_t)5)))) { goto IL_0020; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_4 = V_0; NullCheck(((XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 *)CastclassClass((RuntimeObject*)L_4, XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94_il2cpp_TypeInfo_var))); String_t* L_5; L_5 = XmlEntityReference_get_ChildBaseURI_mEECCAFAFA9976549B810CDB4A77B37F0E6FF60EC(((XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94 *)CastclassClass((RuntimeObject*)L_4, XmlEntityReference_t0914C5FDF1CD03E41C39659831368F8A7647AC94_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_5; } IL_0020: { int32_t L_6 = V_1; if ((((int32_t)L_6) == ((int32_t)((int32_t)9)))) { goto IL_002d; } } { int32_t L_7 = V_1; if ((((int32_t)L_7) == ((int32_t)6))) { goto IL_002d; } } { int32_t L_8 = V_1; if ((!(((uint32_t)L_8) == ((uint32_t)2)))) { goto IL_0034; } } IL_002d: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_9 = V_0; NullCheck(L_9); String_t* L_10; L_10 = VirtualFuncInvoker0< String_t* >::Invoke(39 /* System.String System.Xml.XmlNode::get_BaseURI() */, L_9); return L_10; } IL_0034: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_11 = V_0; NullCheck(L_11); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_12; L_12 = VirtualFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(12 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_11); V_0 = L_12; } IL_003b: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_13 = V_0; if (L_13) { goto IL_0009; } } { String_t* L_14 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_14; } } // System.Void System.Xml.XmlNode::RemoveAll() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNode_RemoveAll_mDE9482286821C04627D4C556CCFBE0ED4063AA0E (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, const RuntimeMethod* method) { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_0 = NULL; { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0; L_0 = VirtualFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(18 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, __this); V_0 = L_0; goto IL_0018; } IL_0009: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_1 = V_0; NullCheck(L_1); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_2; L_2 = VirtualFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(15 /* System.Xml.XmlNode System.Xml.XmlNode::get_NextSibling() */, L_1); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_3 = V_0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_4; L_4 = VirtualFuncInvoker1< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(23 /* System.Xml.XmlNode System.Xml.XmlNode::RemoveChild(System.Xml.XmlNode) */, __this, L_3); V_0 = L_2; } IL_0018: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_5 = V_0; if (L_5) { goto IL_0009; } } { return; } } // System.Xml.XmlDocument System.Xml.XmlNode::get_Document() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * XmlNode_get_Document_m27D02F61DE3D7CD8194841802F77B1F31D245D8C (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0; L_0 = VirtualFuncInvoker0< int32_t >::Invoke(11 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, __this); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)9))))) { goto IL_0011; } } { return ((XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F *)CastclassClass((RuntimeObject*)__this, XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F_il2cpp_TypeInfo_var)); } IL_0011: { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_1; L_1 = VirtualFuncInvoker0< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(17 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); return L_1; } } // System.String System.Xml.XmlNode::GetPrefixOfNamespace(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlNode_GetPrefixOfNamespace_m65EA297F4610A9EB6A74367C4C243AC4637264B9 (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, String_t* ___namespaceURI0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { String_t* L_0 = ___namespaceURI0; String_t* L_1; L_1 = XmlNode_GetPrefixOfNamespaceStrict_m61F54FCB1A4B3B3FE9C345D41040B0D641704D32(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; String_t* L_2 = V_0; if (L_2) { 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: { String_t* L_4 = V_0; return L_4; } } // System.String System.Xml.XmlNode::GetPrefixOfNamespaceStrict(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlNode_GetPrefixOfNamespaceStrict_m61F54FCB1A4B3B3FE9C345D41040B0D641704D32 (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, String_t* ___namespaceURI0, 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*)&XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * V_0 = NULL; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_1 = NULL; XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * V_2 = NULL; XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * V_3 = NULL; int32_t V_4 = 0; XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * V_5 = NULL; { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0; L_0 = XmlNode_get_Document_m27D02F61DE3D7CD8194841802F77B1F31D245D8C(__this, /*hidden argument*/NULL); V_0 = L_0; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_1 = V_0; if (!L_1) { goto IL_0151; } } { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_2 = V_0; NullCheck(L_2); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_3; L_3 = XmlDocument_get_NameTable_m0CCA0C27A27C84923F031F9789DD4F749D67AD53(L_2, /*hidden argument*/NULL); String_t* L_4 = ___namespaceURI0; NullCheck(L_3); String_t* L_5; L_5 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_3, L_4); ___namespaceURI0 = L_5; V_1 = __this; goto IL_0121; } IL_0022: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_6 = V_1; NullCheck(L_6); int32_t L_7; L_7 = VirtualFuncInvoker0< int32_t >::Invoke(11 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_6); if ((!(((uint32_t)L_7) == ((uint32_t)1)))) { goto IL_0103; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_8 = V_1; V_2 = ((XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF *)CastclassClass((RuntimeObject*)L_8, XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF_il2cpp_TypeInfo_var)); XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_9 = V_2; NullCheck(L_9); bool L_10; L_10 = VirtualFuncInvoker0< bool >::Invoke(53 /* System.Boolean System.Xml.XmlElement::get_HasAttributes() */, L_9); if (!L_10) { goto IL_00e5; } } { XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_11 = V_2; NullCheck(L_11); XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * L_12; L_12 = VirtualFuncInvoker0< XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * >::Invoke(16 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_11); V_3 = L_12; V_4 = 0; goto IL_00d8; } IL_004f: { XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * L_13 = V_3; int32_t L_14 = V_4; NullCheck(L_13); XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_15; L_15 = XmlAttributeCollection_get_ItemOf_m894BDF6EBAD997061CDB95E4AF3ABC6A4CB0434F(L_13, L_14, /*hidden argument*/NULL); V_5 = L_15; XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_16 = V_5; NullCheck(L_16); String_t* L_17; L_17 = VirtualFuncInvoker0< String_t* >::Invoke(32 /* System.String System.Xml.XmlNode::get_Prefix() */, L_16); NullCheck(L_17); int32_t L_18; L_18 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_17, /*hidden argument*/NULL); if (L_18) { goto IL_0090; } } { XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_19 = V_5; NullCheck(L_19); String_t* L_20; L_20 = VirtualFuncInvoker0< String_t* >::Invoke(33 /* System.String System.Xml.XmlNode::get_LocalName() */, L_19); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_21 = V_0; NullCheck(L_21); String_t* L_22 = L_21->get_strXmlns_28(); bool L_23; L_23 = Ref_Equal_mA7CCFB984697A4E40EE7BE8919C2A31BF952ED6F(L_20, L_22, /*hidden argument*/NULL); if (!L_23) { goto IL_00d2; } } { XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_24 = V_5; NullCheck(L_24); String_t* L_25; L_25 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.XmlNode::get_Value() */, L_24); String_t* L_26 = ___namespaceURI0; bool L_27; L_27 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_25, L_26, /*hidden argument*/NULL); if (!L_27) { goto IL_00d2; } } { String_t* L_28 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_28; } IL_0090: { XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_29 = V_5; NullCheck(L_29); String_t* L_30; L_30 = VirtualFuncInvoker0< String_t* >::Invoke(32 /* System.String System.Xml.XmlNode::get_Prefix() */, L_29); XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_31 = V_0; NullCheck(L_31); String_t* L_32 = L_31->get_strXmlns_28(); bool L_33; L_33 = Ref_Equal_mA7CCFB984697A4E40EE7BE8919C2A31BF952ED6F(L_30, L_32, /*hidden argument*/NULL); if (!L_33) { goto IL_00bb; } } { XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_34 = V_5; NullCheck(L_34); String_t* L_35; L_35 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.XmlNode::get_Value() */, L_34); String_t* L_36 = ___namespaceURI0; bool L_37; L_37 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_35, L_36, /*hidden argument*/NULL); if (!L_37) { goto IL_00d2; } } { XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_38 = V_5; NullCheck(L_38); String_t* L_39; L_39 = VirtualFuncInvoker0< String_t* >::Invoke(33 /* System.String System.Xml.XmlNode::get_LocalName() */, L_38); return L_39; } IL_00bb: { XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_40 = V_5; NullCheck(L_40); String_t* L_41; L_41 = VirtualFuncInvoker0< String_t* >::Invoke(31 /* System.String System.Xml.XmlNode::get_NamespaceURI() */, L_40); String_t* L_42 = ___namespaceURI0; bool L_43; L_43 = Ref_Equal_mA7CCFB984697A4E40EE7BE8919C2A31BF952ED6F(L_41, L_42, /*hidden argument*/NULL); if (!L_43) { goto IL_00d2; } } { XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * L_44 = V_5; NullCheck(L_44); String_t* L_45; L_45 = VirtualFuncInvoker0< String_t* >::Invoke(32 /* System.String System.Xml.XmlNode::get_Prefix() */, L_44); return L_45; } IL_00d2: { int32_t L_46 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)1)); } IL_00d8: { int32_t L_47 = V_4; XmlAttributeCollection_tDC800F98FE32D4723967772453EB600D1C368AA3 * L_48 = V_3; NullCheck(L_48); int32_t L_49; L_49 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 System.Xml.XmlNamedNodeMap::get_Count() */, L_48); if ((((int32_t)L_47) < ((int32_t)L_49))) { goto IL_004f; } } IL_00e5: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_50 = V_1; NullCheck(L_50); String_t* L_51; L_51 = VirtualFuncInvoker0< String_t* >::Invoke(31 /* System.String System.Xml.XmlNode::get_NamespaceURI() */, L_50); String_t* L_52 = ___namespaceURI0; bool L_53; L_53 = Ref_Equal_mA7CCFB984697A4E40EE7BE8919C2A31BF952ED6F(L_51, L_52, /*hidden argument*/NULL); if (!L_53) { goto IL_00fa; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_54 = V_1; NullCheck(L_54); String_t* L_55; L_55 = VirtualFuncInvoker0< String_t* >::Invoke(32 /* System.String System.Xml.XmlNode::get_Prefix() */, L_54); return L_55; } IL_00fa: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_56 = V_1; NullCheck(L_56); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_57; L_57 = VirtualFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(12 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_56); V_1 = L_57; goto IL_0121; } IL_0103: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_58 = V_1; NullCheck(L_58); int32_t L_59; L_59 = VirtualFuncInvoker0< int32_t >::Invoke(11 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_58); if ((!(((uint32_t)L_59) == ((uint32_t)2)))) { goto IL_011a; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_60 = V_1; NullCheck(((XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D *)CastclassClass((RuntimeObject*)L_60, XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var))); XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_61; L_61 = VirtualFuncInvoker0< XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * >::Invoke(54 /* System.Xml.XmlElement System.Xml.XmlAttribute::get_OwnerElement() */, ((XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D *)CastclassClass((RuntimeObject*)L_60, XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D_il2cpp_TypeInfo_var))); V_1 = L_61; goto IL_0121; } IL_011a: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_62 = V_1; NullCheck(L_62); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_63; L_63 = VirtualFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(12 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_62); V_1 = L_63; } IL_0121: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_64 = V_1; if (L_64) { goto IL_0022; } } { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_65 = V_0; NullCheck(L_65); String_t* L_66 = L_65->get_strReservedXml_36(); String_t* L_67 = ___namespaceURI0; bool L_68; L_68 = Ref_Equal_mA7CCFB984697A4E40EE7BE8919C2A31BF952ED6F(L_66, L_67, /*hidden argument*/NULL); if (!L_68) { goto IL_013c; } } { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_69 = V_0; NullCheck(L_69); String_t* L_70 = L_69->get_strXml_29(); return L_70; } IL_013c: { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_71 = V_0; NullCheck(L_71); String_t* L_72 = L_71->get_strReservedXmlns_35(); String_t* L_73 = ___namespaceURI0; bool L_74; L_74 = Ref_Equal_mA7CCFB984697A4E40EE7BE8919C2A31BF952ED6F(L_72, L_73, /*hidden argument*/NULL); if (!L_74) { goto IL_0151; } } { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_75 = V_0; NullCheck(L_75); String_t* L_76 = L_75->get_strXmlns_28(); return L_76; } IL_0151: { return (String_t*)NULL; } } // System.Void System.Xml.XmlNode::SetParent(System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNode_SetParent_m021F240181C9BB6F6544ED159F683BBDE5C5CA2D (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___node0, const RuntimeMethod* method) { { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = ___node0; if (L_0) { goto IL_0010; } } { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_1; L_1 = VirtualFuncInvoker0< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(17 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); __this->set_parentNode_0(L_1); return; } IL_0010: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_2 = ___node0; __this->set_parentNode_0(L_2); return; } } // System.Void System.Xml.XmlNode::SetParentForLoad(System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNode_SetParentForLoad_mB7E2DA767CFA873DA0D327F6BEC644D5C40B5EFB (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___node0, const RuntimeMethod* method) { { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = ___node0; __this->set_parentNode_0(L_0); return; } } // System.Void System.Xml.XmlNode::SplitName(System.String,System.String&,System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNode_SplitName_mD64A517BE001771932A1313DFFC9A261D468438D (String_t* ___name0, String_t** ___prefix1, String_t** ___localName2, 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; { 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); V_0 = L_1; int32_t L_2 = V_0; if ((((int32_t)(-1)) == ((int32_t)L_2))) { goto IL_001b; } } { int32_t L_3 = V_0; if (!L_3) { goto IL_001b; } } { String_t* L_4 = ___name0; NullCheck(L_4); int32_t L_5; L_5 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_4, /*hidden argument*/NULL); int32_t L_6 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)1))) == ((uint32_t)L_6)))) { goto IL_0026; } } IL_001b: { String_t** L_7 = ___prefix1; String_t* L_8 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); *((RuntimeObject **)L_7) = (RuntimeObject *)L_8; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_7, (void*)(RuntimeObject *)L_8); String_t** L_9 = ___localName2; String_t* L_10 = ___name0; *((RuntimeObject **)L_9) = (RuntimeObject *)L_10; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_9, (void*)(RuntimeObject *)L_10); return; } IL_0026: { String_t** L_11 = ___prefix1; String_t* L_12 = ___name0; int32_t L_13 = V_0; NullCheck(L_12); String_t* L_14; L_14 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_12, 0, L_13, /*hidden argument*/NULL); *((RuntimeObject **)L_11) = (RuntimeObject *)L_14; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_11, (void*)(RuntimeObject *)L_14); String_t** L_15 = ___localName2; String_t* L_16 = ___name0; int32_t L_17 = V_0; NullCheck(L_16); String_t* L_18; L_18 = String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190(L_16, ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)), /*hidden argument*/NULL); *((RuntimeObject **)L_15) = (RuntimeObject *)L_18; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_15, (void*)(RuntimeObject *)L_18); return; } } // System.Xml.XmlNode System.Xml.XmlNode::FindChild(System.Xml.XmlNodeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlNode_FindChild_mB9E1EE4B1C73C888B6820B7A7F1EC08E316463CA (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, int32_t ___type0, const RuntimeMethod* method) { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_0 = NULL; { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0; L_0 = VirtualFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(18 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, __this); V_0 = L_0; goto IL_001b; } IL_0009: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_1 = V_0; NullCheck(L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(11 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_1); int32_t L_3 = ___type0; if ((!(((uint32_t)L_2) == ((uint32_t)L_3)))) { goto IL_0014; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_4 = V_0; return L_4; } IL_0014: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_5 = V_0; NullCheck(L_5); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_6; L_6 = VirtualFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(15 /* System.Xml.XmlNode System.Xml.XmlNode::get_NextSibling() */, L_5); V_0 = L_6; } IL_001b: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_7 = V_0; if (L_7) { goto IL_0009; } } { return (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)NULL; } } // System.Xml.XmlNodeChangedEventArgs System.Xml.XmlNode::GetEventArgs(System.Xml.XmlNode,System.Xml.XmlNode,System.Xml.XmlNode,System.String,System.String,System.Xml.XmlNodeChangedAction) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * XmlNode_GetEventArgs_mEC44ED0F39128811939F88B62B8EAEA17BA40024 (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___node0, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___oldParent1, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___newParent2, String_t* ___oldValue3, String_t* ___newValue4, int32_t ___action5, const RuntimeMethod* method) { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * V_0 = NULL; { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_0; L_0 = VirtualFuncInvoker0< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(17 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); V_0 = L_0; XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_1 = V_0; if (!L_1) { goto IL_0048; } } { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_2 = V_0; NullCheck(L_2); bool L_3; L_3 = XmlDocument_get_IsLoading_m3B73B787E62F30F277275598CF50D1258706E681_inline(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0038; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_4 = ___newParent2; if (!L_4) { goto IL_001d; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_5 = ___newParent2; NullCheck(L_5); bool L_6; L_6 = VirtualFuncInvoker0< bool >::Invoke(34 /* System.Boolean System.Xml.XmlNode::get_IsReadOnly() */, L_5); if (L_6) { goto IL_0028; } } IL_001d: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_7 = ___oldParent1; if (!L_7) { goto IL_0038; } } { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_8 = ___oldParent1; NullCheck(L_8); bool L_9; L_9 = VirtualFuncInvoker0< bool >::Invoke(34 /* System.Boolean System.Xml.XmlNode::get_IsReadOnly() */, L_8); if (!L_9) { goto IL_0038; } } IL_0028: { String_t* L_10; L_10 = Res_GetString_m4303E63CA6945331BF5584376F6AA7262D1C6887(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral84B787B593EEF7C3B662B25A9ACCB9A9CF164BDB)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_11 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_11, L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlNode_GetEventArgs_mEC44ED0F39128811939F88B62B8EAEA17BA40024_RuntimeMethod_var))); } IL_0038: { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_12 = V_0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_13 = ___node0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_14 = ___oldParent1; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_15 = ___newParent2; String_t* L_16 = ___oldValue3; String_t* L_17 = ___newValue4; int32_t L_18 = ___action5; NullCheck(L_12); XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_19; L_19 = 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) */, L_12, L_13, L_14, L_15, L_16, L_17, L_18); return L_19; } IL_0048: { return (XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 *)NULL; } } // System.Void System.Xml.XmlNode::BeforeEvent(System.Xml.XmlNodeChangedEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNode_BeforeEvent_mCE73EA831F444C2AF48137D02F1FBDAB7E41DECB (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * ___args0, const RuntimeMethod* method) { { XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_0 = ___args0; if (!L_0) { goto IL_000f; } } { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_1; L_1 = VirtualFuncInvoker0< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(17 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_2 = ___args0; NullCheck(L_1); VirtualActionInvoker1< XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * >::Invoke(46 /* System.Void System.Xml.XmlNode::BeforeEvent(System.Xml.XmlNodeChangedEventArgs) */, L_1, L_2); } IL_000f: { return; } } // System.Void System.Xml.XmlNode::AfterEvent(System.Xml.XmlNodeChangedEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNode_AfterEvent_mB5C7DB81BA41DB3F91A173EB211FBA01F66BF71B (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * ___args0, const RuntimeMethod* method) { { XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_0 = ___args0; if (!L_0) { goto IL_000f; } } { XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * L_1; L_1 = VirtualFuncInvoker0< XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * >::Invoke(17 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * L_2 = ___args0; NullCheck(L_1); VirtualActionInvoker1< XmlNodeChangedEventArgs_tC764508136632D53777EACCAC5817D42F4CD86D5 * >::Invoke(47 /* System.Void System.Xml.XmlNode::AfterEvent(System.Xml.XmlNodeChangedEventArgs) */, L_1, L_2); } IL_000f: { return; } } // System.String System.Xml.XmlNode::get_XmlLang() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlNode_get_XmlLang_m9DADC48CA47AF22982D467D030614AD622022E83 (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __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*)&XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5E5E0B42C7CA8BCA40E77FC8AC4FC4B3C6D556A0); s_Il2CppMethodInitialized = true; } XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_0 = NULL; XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * V_1 = NULL; { V_0 = __this; V_1 = (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF *)NULL; } IL_0004: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = V_0; V_1 = ((XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF *)IsInstClass((RuntimeObject*)L_0, XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF_il2cpp_TypeInfo_var)); XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_1 = V_1; if (!L_1) { goto IL_0027; } } { XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_2 = V_1; NullCheck(L_2); bool L_3; L_3 = VirtualFuncInvoker1< bool, String_t* >::Invoke(58 /* System.Boolean System.Xml.XmlElement::HasAttribute(System.String) */, L_2, _stringLiteral5E5E0B42C7CA8BCA40E77FC8AC4FC4B3C6D556A0); if (!L_3) { goto IL_0027; } } { XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * L_4 = V_1; NullCheck(L_4); String_t* L_5; L_5 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(54 /* System.String System.Xml.XmlElement::GetAttribute(System.String) */, L_4, _stringLiteral5E5E0B42C7CA8BCA40E77FC8AC4FC4B3C6D556A0); return L_5; } IL_0027: { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_6 = V_0; NullCheck(L_6); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_7; L_7 = VirtualFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(12 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_6); V_0 = L_7; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_8 = V_0; if (L_8) { goto IL_0004; } } { String_t* L_9 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_9; } } // System.Xml.XPath.XPathNodeType System.Xml.XmlNode::get_XPNodeType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlNode_get_XPNodeType_m407A0D04B405C9C6BF9815B013295D401580BC8F (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, const RuntimeMethod* method) { { return (int32_t)((-1)); } } // System.String System.Xml.XmlNode::get_XPLocalName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlNode_get_XPLocalName_m6C0E6FB3625356AB4A666A7B9DF52A5148F4694E (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __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(); return L_0; } } // System.Boolean System.Xml.XmlNode::get_IsText() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlNode_get_IsText_m48DC8FC4B09EC53880F187EE119E13AC219DBA13 (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Xml.XmlNode System.Xml.XmlNode::get_PreviousText() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XmlNode_get_PreviousText_mA919250621B09C6448C1FA05D97E5C515D3B03A4 (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * __this, const RuntimeMethod* method) { { return (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)NULL; } } // System.Void System.Xml.XmlNode::NestTextNodes(System.Xml.XmlNode,System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNode_NestTextNodes_m22AF6885F16CD91D1C26F4BE64498B08B5A9615E (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___prevNode0, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___nextNode1, const RuntimeMethod* method) { { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = ___nextNode1; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_1 = ___prevNode0; NullCheck(L_0); L_0->set_parentNode_0(L_1); return; } } // System.Void System.Xml.XmlNode::UnnestTextNodes(System.Xml.XmlNode,System.Xml.XmlNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNode_UnnestTextNodes_mE460B85E8B14536A7588E3D097797D9089465CD1 (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___prevNode0, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___nextNode1, const RuntimeMethod* method) { { XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_0 = ___nextNode1; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_1 = ___prevNode0; NullCheck(L_1); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_2; L_2 = VirtualFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(12 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_1); NullCheck(L_0); L_0->set_parentNode_0(L_2); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlWriterSettings_get_Async_mC77211C434725414D7DF59943DCE1B847C0A7C6F_inline (XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_useAsync_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlWriterSettings_get_NewLineHandling_m8014535D4630623343C88657D5329CED80B5539A_inline (XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_newLineHandling_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlWriterSettings_get_OmitXmlDeclaration_m370F4394776E74A9AF30E03750AFA7B5C5B1AF41_inline (XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_omitXmlDecl_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlWriterSettings_get_NewLineChars_m97289D4A49381A74C9A6B6E9614D850DE0503325_inline (XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_newLineChars_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlWriterSettings_get_CheckCharacters_mF45F8AB64E7E86830E82D45BED1D2301DA845302_inline (XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_checkCharacters_11(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlWriterSettings_get_CloseOutput_m6E6A62AE91109CC548BBE7DC2CA681DB2E96F98A_inline (XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_closeOutput_8(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlWriterSettings_get_Standalone_m70CB5E49F6B25B87C65613D1D8AF8D78B9CF2E23_inline (XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_standalone_20(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlWriterSettings_get_OutputMethod_mB66D206D5F27115B29E89B878F8105F9353D8CD4_inline (XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_outputMethod_13(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlWriterSettings_get_MergeCDataSections_mBC8440CD91665D5331BA39449C307D7BDC68DF3B_inline (XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_mergeCDataSections_16(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlWriterSettings_get_AutoXmlDeclaration_m12CF17F4516BFD28346BD85E6374F3AA221B6CC5_inline (XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_autoXmlDecl_21(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * XmlWriterSettings_get_Encoding_m6A5CD77CA3A521F56BD27CDFE73DDDFDF588E6B9_inline (XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * __this, const RuntimeMethod* method) { { Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_0 = __this->get_encoding_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 void CharEntityEncoderFallback_set_StartOffset_mF4AEA49D6B3CFCCD5E9AA73E570648904B4C3F96_inline (CharEntityEncoderFallback_t4D5B1863C30C436F12B2BE9E8EE22193E27960EE * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_startOffset_8(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlWriterSettings_get_IndentChars_mCE3B39C83C32982B89ED6615ABA6EEAF95F3E549_inline (XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_indentChars_6(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlWriterSettings_get_NewLineOnAttributes_mA8C3C3A7E78EB3C7BE431D3980035410200E59F3_inline (XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_newLineOnAttributes_7(); 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 String_t* XmlEntity_get_SystemId_m8BCDB233348C6CA78DC12DB3C39EFF4727592AB7_inline (XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_systemId_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t StringConcat_get_Count_m6AFA538C150AD1A02037CCD20108A27C3007FD3E_inline (StringConcat_t313CCAA6C94520A80805790FEC5864DFD57DAD36 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_idxStr_6(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlEvent_get_EventType_m5E1A3D64EE0DF5F7A21C9A18107C0C9C7C1C66C7_inline (XmlEvent_t90A3FD5589BF0CB095CF3B7A0F395CC1604B92F8 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_eventType_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlEvent_get_String1_mDAC92F7047BE968646E4D51C6409D7CD4012DCFB_inline (XmlEvent_t90A3FD5589BF0CB095CF3B7A0F395CC1604B92F8 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_s1_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlEvent_get_String2_mA958CB1614BFB8F5E3FB01B69A012B3ADDA51EDA_inline (XmlEvent_t90A3FD5589BF0CB095CF3B7A0F395CC1604B92F8 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_s2_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlEvent_get_String3_mCFB8894B848A4CAE67E7562D27881348E6B206EF_inline (XmlEvent_t90A3FD5589BF0CB095CF3B7A0F395CC1604B92F8 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_s3_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * XmlEvent_get_Object_m53492BB3E8D7BE92F2B0A3A1230A6833CE1CC71F_inline (XmlEvent_t90A3FD5589BF0CB095CF3B7A0F395CC1604B92F8 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_o_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlEvent_InitEvent_m697F8F1C5FBAEBF07EEEFF5DF39BBB0B3046BC95_inline (XmlEvent_t90A3FD5589BF0CB095CF3B7A0F395CC1604B92F8 * __this, int32_t ___eventType0, const RuntimeMethod* method) { { int32_t L_0 = ___eventType0; __this->set_eventType_0(L_0); return; } } 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 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 XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * XmlTextReader_get_Impl_mF1F74E7D8B05F5B8DFD02CDB1F68694DAE4C919C_inline (XmlTextReader_t45FF43659BDA44EC96F8CEE164A3CA74548C39F5 * __this, const RuntimeMethod* method) { { XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * L_0 = __this->get_impl_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlDocument_SetBaseURI_m31BDB1234D5BA3E8593E9F245A9D7DD27D90ADE7_inline (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, String_t* ___inBaseURI0, const RuntimeMethod* method) { { String_t* L_0 = ___inBaseURI0; __this->set_baseURI_37(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlReaderSettings_get_ValidationType_m9ED8E4F543926256EAC4E052764A786FCE05C449_inline (XmlReaderSettings_tD1257418720567D67A7C49A7498914FE937F1520 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_validationType_13(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlDocument_set_Schemas_m280471322832DE2070B53C6E6C54583DBE377D13_inline (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0 * ___value0, const RuntimeMethod* method) { { XmlSchemaSet_t7CE09F2ECFA8C5EB28DF4724C87EC50B539699E0 * L_0 = ___value0; __this->set_schemas_8(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlElement_set_XmlName_m6BF0CB16BB12B567796E028798409659F0878366_inline (XmlElement_tF11C508FEEF5FBE169DCE4A7538BE55B1F0C4BCF * __this, XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * ___value0, const RuntimeMethod* method) { { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_0 = ___value0; __this->set_name_2(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlAttribute_set_XmlName_m304F68B9D5B5C58D53B5FDD19FDE62F8EFA9A0A4_inline (XmlAttribute_t3F58A4BDFB486D0E610E4003E54A89BCCB65AB6D * __this, XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * ___value0, const RuntimeMethod* method) { { XmlName_t641FE51F9AE9A7BF9B333D2FB61E2867328F5A63 * L_0 = ___value0; __this->set_name_1(L_0); return; } } 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 bool XmlDocument_get_HasSetResolver_mC2C6B3468CB289554D1B1BBFB362D8F0A63D4792_inline (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_bSetResolver_39(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * XmlDocument_GetResolver_m8FB9F7E522BD80FF4E7CB398BCE65D313E1C6D6C_inline (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, const RuntimeMethod* method) { { XmlResolver_t7666FB44FF30D5CE53CC8DD913B2A8D2BD74343A * L_0 = __this->get_resolver_38(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlDocumentType_get_ParseWithNamespaces_m0B06FD0B85241C23F59FDF8ABA65C59F6320A9DB_inline (XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_namespaces_6(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlDocumentType_get_PublicId_m40162F4E886473F9CED7BA6DB746A9D87FCEC052_inline (XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_publicId_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlDocumentType_get_SystemId_m13D5529B12AAC1D746290E215EEE55488797F48C_inline (XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_systemId_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlDocumentType_get_InternalSubset_m47D58BEC6FC720A12886D22C9A68A7480F1BFF26_inline (XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_internalSubset_5(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlDocumentType_set_DtdSchemaInfo_m2A2B4A126F4EA330CD02BAFC9C57422DF167DF02_inline (XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * __this, SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * ___value0, const RuntimeMethod* method) { { SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * L_0 = ___value0; __this->set_schemaInfo_9(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlDocument_set_DtdSchemaInfo_m1AF56BE37994CB289D682DDE25087BB5EB756917_inline (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * ___value0, const RuntimeMethod* method) { { SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * L_0 = ___value0; __this->set_schemaInfo_7(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * SchemaNotation_get_Name_m08D1A0F31266536764CE44A0633DCC84525E18F3_inline (SchemaNotation_t8D5A15431203B940197C8F7319BE3BF677D12CED * __this, const RuntimeMethod* method) { { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_0 = __this->get_name_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 String_t* SchemaNotation_get_Pubid_mF5506EEC55649230D39056045E6E3BEA6425EE2D_inline (SchemaNotation_t8D5A15431203B940197C8F7319BE3BF677D12CED * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_pubid_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* SchemaNotation_get_SystemLiteral_m9DB468F07E2E95DFAF2D82A4165D5665E4F9EC6D_inline (SchemaNotation_t8D5A15431203B940197C8F7319BE3BF677D12CED * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_systemLiteral_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * SchemaEntity_get_Name_mB20AA73F025F99A004B20738C773CEB8D40B7EBA_inline (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, const RuntimeMethod* method) { { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_0 = __this->get_qname_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* SchemaEntity_get_Text_mBDDEA973537098FDCC625FC2349A5D6A2092718D_inline (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_text_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* SchemaEntity_get_Pubid_mFC308D0C87C3A88CB67A813B56F97F538749E786_inline (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_pubid_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* SchemaEntity_get_Url_m5A96254918F00575C76A5CC66B5D23D15D77EF98_inline (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_url_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * SchemaEntity_get_NData_mFA6084E09F48F115394AEDF935A40D43F59EA9FC_inline (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, const RuntimeMethod* method) { { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_0 = __this->get_ndata_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlEntity_SetBaseURI_m0A9F9BFB5EB283241D37C5FB76A75B196E9A02FC_inline (XmlEntity_tB3897C7D45AD66900A89DCBF52F9854D89943E13 * __this, String_t* ___inBaseURI0, const RuntimeMethod* method) { { String_t* L_0 = ___inBaseURI0; __this->set_baseURI_6(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlDocument_set_Entities_mB92A98D7A12C0D4707F952AF3CBAC627F3D65C92_inline (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * ___value0, const RuntimeMethod* method) { { XmlNamedNodeMap_t7554E5F015FED975E1E8B075F57EBA65773CF771 * L_0 = ___value0; __this->set_entities_4(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 * SchemaInfo_get_ElementDecls_m693F83C6FD11BDFA1D422BE8F036916818491177_inline (SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * __this, const RuntimeMethod* method) { { Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 * L_0 = __this->get_elementDecls_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58 * SchemaElementDecl_get_AttDefs_m8A9485A9D345A6E2694C4C9FB6A61965E582A2B9_inline (SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * __this, const RuntimeMethod* method) { { Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58 * L_0 = __this->get_attdefs_11(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * SchemaDeclBase_get_Datatype_mA6244D69EB46EA7A09CDB3BD3370B49B89A47FD1_inline (SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A * __this, const RuntimeMethod* method) { { XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_0 = __this->get_datatype_5(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * SchemaDeclBase_get_Name_m87FD6E6D364B0F6E028FE4FE87AEFF71575E009E_inline (SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A * __this, const RuntimeMethod* method) { { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_0 = __this->get_name_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlDocument_set_IsLoading_m0E2E34BFE906431E4AB12CEF24B22578E4756EA2_inline (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_isLoading_20(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 bool XmlDocument_get_ActualLoadingStatus_m132F4C9F3AF7325A4F7D75871F11F56555D2FA27_inline (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_actualLoadingStatus_10(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlTextReaderImpl_set_DisableUndeclaredEntityCheck_mB9FB8144B877DD69D695FE2C53AD87A2D19C4BB1_inline (XmlTextReaderImpl_t3273E3D9A69C5BB959CD528E05DB4B3E9215BBB4 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_disableUndeclaredEntityCheck_73(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * XmlDocumentType_get_DtdSchemaInfo_m044BADB1D184372A1C09F862CC56C9BEF1A8DD05_inline (XmlDocumentType_t55BFF797BDB36BC814FF1749F054F8AC70DE1B3F * __this, const RuntimeMethod* method) { { SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * L_0 = __this->get_schemaInfo_9(); 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 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 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 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 bool XmlDocument_get_CanReportValidity_m904E0976974126FFE5D5E2D2758F4B89EC9075AA_inline (XmlDocument_t513899C58F800C43E8D78C0B72BD18C2C036233F * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_reportValidity_9(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_m7B5E3383CB67492E573AC0D875ED82A51350F188_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__size_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowArgumentOutOfRangeException_m4841366ABC2B2AFA37C10900551D7E07522C0929(/*hidden argument*/NULL); } IL_000e: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)__this->get__items_1(); int32_t L_3 = ___index0; RuntimeObject * L_4; L_4 = IL2CPP_ARRAY_UNSAFE_LOAD((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_2, (int32_t)L_3); return (RuntimeObject *)L_4; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__size_2(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_m2AA62EA524F2C6EE711BDA5EBC36CA2271389156_gshared_inline (Enumerator_t125181DA94FAAEC346371E0582D50084E0B602E2 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_currentValue_3(); return (RuntimeObject *)L_0; } }